Python: Run a Terminal in Google Colab
You can run a Terminal in Google Colaboratory without Colab Pro. Just run a few codes: # install colab-xterm !pip install colab-xterm # load extensions %colab-xterm extension # open the…
You can run a Terminal in Google Colaboratory without Colab Pro. Just run a few codes: # install colab-xterm !pip install colab-xterm # load extensions %colab-xterm extension # open the…
I. Basic English I https://colab.research.google.com/drive/1R7H-giDP0qdsRDaIc6ndwt7DXEdNRXFQ?usp=sharing II. Computer English I https://colab.research.google.com/drive/1AOvffFt5JgyS936eF30Qgu1Y7X-EcoOC?usp=sharing III. Local Welfare You can see the result here on Google Colaboratory: https://colab.research.google.com/drive/1qbdRzGX2tAJJY9xG9WPgpGqN7mVvcAM3?usp=sharing
I. Using yfinance + dictionary + matplotlib I.1. Getting historic pricing data using yfinance Load the data and get the pricing data for NASDAQ: !pip install yfinance import yfinance as…
I. Setting ups for Vim keybindings Select "vim" at Tools>Settings>Editor>Key bindings>vim II. Using Vim keybindings 1. Create or select a cell Create a new code cell belowCtrl + m, b…
Work in progress. 1. Basics 1 Self-taught learning2. Basics 2 Making your cheat sheets3. Basics 3 Google Colaboratory4. Basics 4 Mathematical operators5. Basics 5 Autofill and List Comprehensions6. Basics 6 Tables7. Basics 7 Classes and Objects8. Basics…
I. Scrapy and BeautifulSoup Scrapy is a powerful library that can be used to extract data from web pages and XML files. I usually use Pandas’ read_html() to get the data of…
I. What will you learn? You can learn how to get English and Japanese texts from a Youtube video in this post. When Closed Caption is enabled, you can use…
I. Where is IMDb Datasets?IMDb Datasets are here:https://www.imdb.com/interfaces/https://datasets.imdbws.com/II. Download a ...tsv file and extract itRun the command on Google Colaboratory when you want to download the name.basics.tsv.gz file.!wget https://datasets.imdbws.com/name.basics.tsv.gz !wget…