Learn Python Programming from Python Basics to Advanced Python
This course is Strongly recommended for students who are new to python or programming because this course has detailed explanation of python topics with coding examples and animations to understand better.
In this course we start from very basics of Python Programming language and go to Advanced topics in Python.
People who want to learn Advanced topics in python like Object Oriented Programming and Database and File Handling in python are good fit.
Students who already know basics of python or programming but want to refine their skills in python programming are good fit too.
Detailed Basics Guide to make your concepts stronger in Python.
This course has Python Object Oriented Programming including topics of core importance like Class, Object, Inheritance, Polymorphism, Encapsulation, Abstraction.
File Handling in Python
Database SQLLite in python
Regular Expressions REGEX in python
Decorators in python
Function , Nested Functions in python
Tic Tac toe Game using python.
Detailed Basics introduction
Loops in python
Conditionals in python
Strings and Numbers in python
Sequences like list, tuple in python
This course is for learning python in cool way.
What's cool about this course:
Writing more and more code (by doing tasks)Programming can be easily learned by doing that is writing more and more code, so I will give you tasks from time to time to activate your thinking process, it will not only help you learn programming concepts but will also make your logic building strong
Animations Sometimes it can become very difficult to understand the working of a specific topic for a person new to programming so you will find in this course a very detailed explanation of subjects that are of core importance which will help you understand the working of that particular concept.There are animations designed to help you understand the working of a particular concept.
Object oriented programming Sometimes it can become very difficult to understand the working of a specific topic for a person new to programming so you will find in this course a very detailed explanation of subjects that are of core importance which will help you understand the working of that particular concept
GUI to combine fun and learning we will make a tic tac toe game
Database when you run a program there is lot of data in the memory but all is lost when that program terminates, so what should we do here, here jumps in the DB that we can use to store persistent data that is not lost and can be used and modified later.