Python Programming Tutorial for new geeks who want to learn python from scratch to deal with various applications
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 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 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