Learn how to automate social media posts using Selenium
Make Web-Applications using Python.
Make GUI based Applications in Python using Tkinter
Learn how to make full-stack web apps using Python and Django
Learn how to process images & videos using OpenCV
Learn how to make your own web-scraping tool using Python
Build database oriented desktop apps with Python, PostgreSQL & Tkinter.
Understand all Django concepts
Understand all Flask Concepts
Learn how to perform data analysis using Python
Learn object oriented programming in Python
Planning
Expected Time : 96.05 Hours
Expected finish day : 04/08/2020
Day 0 (15/07/2020)
Setup project skeleton
Day 1 (16/07/2020)
Today's progress
Learn overview the course , what the lesson will you learn in course ? (Section 1)
Learn about basic Python (Section 2)
Install Python and IDE Pycharm
Run python program the first time
Learn some other mathematical operations
in Python
Learn string , variables in python
Learn I/O in python program
Learn Control Structures In Python (Section 3)
Learn if/else statement python
List in python
Range funciton
For Loop and While Loop
Boolean logic in Python
Thoughts
Have an overview of the course, what is learned from the course, what the project will do
Planning Course , extimated Time for learn
Python has many variations, also known as ways of writing code. We should learn a standard for writing python code, also known as Clean Code Python, which helps me to develop my work.
Learn Object Oriented Programming In Python(Section 8)
OOP Terminology
Recursion In Python
Recursive Functions in Python
Sets in Python
Operator overloading
Learn Regular expressions in Python
Pattern syntax used in RegEx Python
Match object
Use the prefix r before RegEx
Learn Create GUI Apps In Python Using Tkinter
Import the Tkinter module.
Create the GUI application main window.
Add one or more of the above-mentioned widgets to the GUI application.
Enter the main event loop to take action against each event triggered by the user.
Thoughts
Section 8 focuses on knowledge and abstract thinking in OOP programming
Get a better understanding of RegEx
Once done with the basics, we know learn the Tkinter library which allows us to create desktop based applications with Python. We learn how to create GUI apps using Tkinter & Python and also build a fully functional Desktop app i.e a calculator.