
Explore Python operators, including the assignment operator, arithmetic operator, comparison operator, logical operator, identity operator, and membership operator, and see how they act on variables and values.
Read, write, append, and manage files in Python using open, read, readline, write, and os.path.exists to check existence and create or remove files.
Learn to import the datetime module, create today with datetime.datetime.now(), print the datetime, format dates with strftime, and use timedelta to add or subtract days.
Explore using Python and Selenium to automate video watches with ChromeDriver, selecting random videos and random viewing durations to mimic human behavior while avoiding anti-spam detection.
Learn to automate sending Telegram messages with Python by creating a group and a bot, then push jokes from a Python list via the bot api using requests.
In this course we are going to Learn Python 3. This course is intended for someone who has no prior knowledge to Python Programming Language. The course is structured in a way so that it first answers all the frequently asked questions around Python before starting getting hands dirty with Python coding.
We are going to learn below topics:
Python Intro and Frequently Asked Questions
IDE for Python Code Development
Quick Jupyter Notebook Intro
Syntax
Comments
Variables
Python User Inputs
Data Types
Strings
Numbers
Lists
Tuple
Float
While Loop
For Loop
Type Casting
Python Conditional Statements
Arrays
Classes and Objects
Object Oriented Programming Features
Python File Handling
Projects Such as :
Program to Perform Calculator Kind of Operations
Program to Perform Small Talk with Any User
Program to Automate Sending Messages on Telegram
Program to Automate Videos Watches on Youtube of Other Video Platforms