Course Outline
- How to Install on Windows.
- Hello World: Creat your First Program
- Main Function
Variables
- Declare
- Concatenate
- Global & Local
Strings
- Replace
- Join
- Split
- Reverse
- Uppercase & Lowercase
Operators
- Arithmetic
- Logical
- Comparison
- Assignment
- Bitwise & Precedence
Control Statement
- If
- If else
- else if
- nested if
- for loop
- while loop
- break
- continue
- pass
Dictionary
- Dictionary(Dict)
- Update,
- Cmp
- Len
- Sort
- Copy
- Items
- str
TUPLE
- Pack,
- Unpack
- Compare
- Slicing
- Delete
- Key
Regex
- match()
- search()
- findall()
- split()
DateTime
- TimeDelta
- Strftime
Functions
- Call
- Indentation
- Arguments & Return Values
OOPS Conecpts
- OOPs: Class
- Object
- Inheritance
File Handling
- Create
- Open
- Append
- Read
- Write
- Check If File or Directory Exists
- COPY File using shutil.copy(), shutil.copystat()
- Rename File and Directory using os.rename()
- ZIP file with Example
Python is a general purpose, dynamic, high level and interpreted programming language. It supports Object Oriented programming approach to develop applications. It is simple and easy to learn and provides lots of high-level data structures.
Python is easy to learn yet powerful and versatile scripting language which makes it attractive for Application Development.
Python’s syntax and dynamic typing with its interpreted nature, makes it an ideal language for scripting and rapid application development.
Python supports multiple programming pattern, including object oriented, imperative and functional or procedural programming styles.
Python makes the development and debugging fast because there is no compilation step included in python development and edit-test-debug cycle is very fast.