Skip to content

shivam6294/python-tutorials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-tutorials

Introduction

Python is a modern, robust, high level programming language. It is very easy to pick up even if you are completely new to programming.

Installation

Installing all the necessary libraries from Python's website might prove troublesome. Anaconda comes pre packaged with all the necessary python libraries and also IPython (now called Jupyter).

Anaconda

Download the Python 3 distribution of Anaconda from https://www.continuum.io/downloads

Anaconda is completely free and includes more than 300 python packages. Python 3.6 comes highly recommended!

Launching a Jupyter Notebook server

After installing anaconda, activate the anaconda virtual environment. (From the terminal:

source path-to-anaconda3-directory/bin/activate

From the terminal

jupyter notebook

Table of contents

00 - Computing Architecture - Basics

01 - Variables, Arithmetic and Operators, Strings

02 - Data Structures I - Lists, Tuples and Sets

03 - Data Structures II - Dictionaries

04 - Functions

05 - Inbuilt functions and Standard Libraries

06 - Classes

07 - Data Processing Basics - Intro to Pandas

License

This work is licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/

About

IPython Notebooks to learn Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.5%
  • Python 0.5%