Skip to content

diptangsu/Python-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-tutorial

Contains a step by step tutorial to learn python

Index:

1-getting-started
2-basics
3-operators
4-operators-2
5-bitwise-operators
6-basic-types
7-conditional-statements
8-loops
9-numbers
10-sequences
11-sets
12-mappings
13-identity-operator
14-comprehensions
15-functions
16-lists-2

How to run the files

All the .ipynb files can be viewed in github itself. So you can read the files just by clicking on them. However, if you want to view/modify it in your local machines, follow the steps below.

Download Python

Download and install python (preferably python3) from here.

Install requirements

After installing python, open up a terminal/cmd and type in

pip3 install jupyter notebook

This will install the latest version of jupyter notebook for python3.

View the notebooks

Download or clone this repository and open up a terminal inside the downloaded repository and enter the command

jupyter notebook

It will automatically launch your browser and you can read and view the files from your own system.

README file to be properly updated soon

Releases

No releases published

Packages

No packages published