Description
The course is divided into mainly two parts: basics and advanced.
A person who is beginner or never have done programming can benefit from the course. Those folks who have done some amount of programming can take good benefit of advanced topics.
All these topics are taught as concept and hands-on practicals.
The course contents are:
Python
- Why python?
- Installation of Development Environment
- Variables, Strings, List
- Condition, Loops,
- Functions
- Dictionary
- Tuples
- File Handling
- JSON
- Exceptions
- Comprehension (List, Dictionary, Tuple)
Advanced Topics
- Iterator
- Generator
- Regular Expression
- Networking, Web Interaction
- Database, SQL, SQLite
- Database: Single table, multiple tables
- Multi-threading,
- Multi processing
- Custom Modules
Objected Oriented Programming
- Classes and Objects
- Inheritance,
- Exceptions,
- Iterator
NumPy
- Numpy array operations
- Indexing
- Slicing
- Stacking
Various hands-on practicals and exercises are also provided as part of recordings