top of page

PROGRAMMING BASICS

Great Learning Starts Here

Untitled_design__8_-removebg-preview_edited.png

Python is the most trending and one of the most popular language. Python is used for data analysis, machine learning, visualizing data, accounting n what not. But it can be easily learned by kids too.

So, let's get started.

Learn How To Install Python

Untitled_design__13_-removebg-preview_edited.png

Python is an open source software which can be freely downloaded from www.python.org 

 

Python scripts can also run in operating system terminal, python interactive mode or in any text editor of your choice. You just need to save file with .py extension.

Incase you do not want to install python, you may run your scripts online using Google Colaboratory, Repli.it, programiz etc. Here you need not to worry about downloading or installing anything, moreover they provide cloud storage as well. 

Here is a small video to guide the process of python installation.

bottom of page