complete python syllabus from zero to hero...
Introduction:
Getting Started
Python syntax
Keywords and Identifiers
Statements & Comments,escape sequences.
Python Variables
Python Datatypes
Python Type Conversion (python casting)
Python Numbers
Python List
Python Tuple
Python String (String methods)
Python Set
Python Dictionary
Python Operators
Python I/O and import
Python Namespace
python literals
python files i/o and usage, modes
Python File Operation (writing, appending)
using seek(),tell(), on files
Python Directory
Python Exception
Python Try...Except
Python User Input
Python String Formatting
Python Exception Handling
Python User-defined Exception
Python Flow Control:
Python if else
Python for Loop
Python while Loop
Python break and continue
Python Pass
Python Arrays
Python Functions and docstrings
Function Argument
Python Recursion
Anonymous Function
Global, Local and Nonlocal
Python Global Keyword
Python Object & Class
Python OOP
Python Class
Python Inheritance
single,Multiple, multilevel Inheritance
Operator Overloading
Python Modules
Python Package
Python Scope
Python Modules
Python Dates
Python Math
Python JSON
Python RegEx
Python PIP
Python Advanced Topics
Python Iterators
Python Generator
Python Closure
Python Decorators
Python Property
Python RegEx
Python Date & Time
Python DateTime Module
Python DateTime.strftime()
Python DateTime.strptime()
Current date & time
Get current time
Timestamp to DateTime
Python time Module
Python time.sleep()