Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.1 KB

File metadata and controls

50 lines (43 loc) · 1.1 KB

PythonTutorial

Python Programming Tutorial for new geeks who want to learn python from scratch to deal with various applications

Includes two parts:

Basics - Part 1

Quick start to learn python, beginner mode enables you to be familiar with syntax & semantics of python programming. Sample programs give clear view to understand python programming language.

  • Arithmetic Operations
  • List
  • Tuple
  • Dictionary
  • Conditions
  • Looping
  • Functions
  • Strings
  • File I/O
  • Inputs
  • Object Oriented

Intermediate - Part 2

Intermediate tutorials enables where actually list,tuple or dictionary can be used efficiently.

  • Advance Strings
  • Command Line Arguments
  • List Comprehension & Generators
  • Custom Generators
  • Timeit Module
  • Enumerate
  • Zip
  • Multiprocessing
  • Process Communication
  • OOP Advanced

Data Analysis - Part 3

Data Analysis tutorial deals with datasets & includes various libaries to transform such datasets.

  • Pandas Basics
  • Pandas Examples
  • Pandas I/O
  • Building Datasets
  • Concatenation
  • Merge & Join
  • Pickling
  • Percentage Change
  • Correlation
  • Sampling