Python Basics
- How to Install Python on Windows with Pycharm IDE
- Hello World: Creat your First Python Program
- Python Main Function with Examples: Understand _main_
- Python Variables: Declare, Concatenate, Global & Local

Python Data Structure
- Python Strings: Replace, Join, Split, Reverse, Uppercase & Lowercase
- Python TUPLE – Pack, Unpack, Compare, Slicing, Delete, Key
- Python Dictionary(Dict): Update, Cmp, Len, Sort, Copy, Items, str Example
- Python Operators: Arithmetic, Logical, Comparison, Assignment, Bitwise & Precedence
- Python Functions Examples: Call, Indentation, Arguments & Return Values
Python Data Science
- Python SciPy Tutorial: Learn with Example
- Reading and Writing CSV Files in Python using CSV Module & Pandas
- Python JSON: Encode(dump), Decode(load) json Data & File (Example)
- PyUnit Tutorial: Python Unit Testing Framework (with Example)
- Python 2 vs Python 3: Key Differences
- PyTest Tutorial: What is, Install, Fixture, Assertions
Must Know Stuff !
- Python Regex Tutorial: re.match(),re.search(), re.findall(), re.split()
- Python DateTime, TimeDelta, Strftime(Format) with Examples
- Python CALENDAR Tutorial with Example
- Python File Handling: Create, Open, Append, Read, Write
- Python Check If File or Directory Exists
- Python COPY File using shutil.copy(), shutil.copystat()
- Python Rename File and Directory using os.rename()
- Python ZIP file with Example
- Python Internet Access using Urllib.Request and urlopen()
- Python XML Parser Tutorial: Read xml file example(Minidom, ElementTree)
- Python vs JAVA vs PHP vs PERL vs Ruby vs JavaScript vs C++ vs TCL
- Top 40 Python Interview Questions & Answers
- Python Vs PHP: What’s the Difference?
Python Fundamentals
- Python IF, ELSE, ELIF, Nested IF & Switch Case Statement
- Python For & While Loops: Enumerate, Break, Continue Statement
- Python OOPs: Class, Object, Inheritance and Constructor with Example