Python programming — Without any installations

Aliya Siddiki
AI Perceptron
Published in
4 min readOct 11, 2020

Step 1: How to reach in Google Colaboratory

Just go and open the following URL in your Browser follow the link to reach− https://colab.research.google.com. Just click on GOOGle Colab and automatically a window will be popup to your screen as shown below.

Step 2: Click on “NEW NOTEBOOK” it will automatically create a new colab window for you, before going to write anything create the name of your file just click on Untitled.ipynb so that it will be easier to recognize and access from anywhere else no need to edit the extension .ipynb.

Step 3: After giving the name to your file now you are ready to work on the window of colab. For writing a new python Program just click on CODE & for the Headlines you can just click on Text.

Colab has two types of cells: text and code. The text cells are formatted using a simple markup language called Markdown, based on the original

Step 4: After selecting the Text or code you can start working over here & to run the file just click on the cell & press shift+Enter for the output.

Step 5: Changing Runtime => Here if you want to change your Runtime platform, where you want to run maybe python 1, python 2, or python 3, etc. . Click the “Runtime” dropdown menu. Select “Change runtime type.

Step 6:If you want to mount a drive file with Google colab then follow some instructions.

you can see the file(scrabble) in my drive and now i am going to copy the path of that file.

Now Goto the collab and click on folder option & click to the drive symbol & it will directly mount with your drive you can just connect it with all your program with this file.

Now, you can see the Scrabble file in my colab.

And simply you can log in with your username and password.

Step 7: If you want to change your background color light or dark you can just GOTO the TOOLs and click on setting then goto Miscellaneous and change.

And now your Screen will be visible in the Dark mode

Step 8: If you want to ADD Some Fun in your Screen GoTO the setting then select corgi mode and Kitty mode and save it.

Step 9: Now your screen will be visible in this way.

Want to do a local installation of softwares for practice. Follow the instruction on the below link

To Learn python more — Check our video tutorials on youtube

--

--