• Post category:StudyBullet-7
  • Reading time:6 mins read


Learn Python and how to apply it to REAL life projects!

What you will learn

The Python Language

Bot Creation with Python

Task Automation

Advanced Concepts

Description

What is this course?

This course is a collection of 9 sample Python projects that will help you with kicking off your Python learning career. They’re fun and easy so that you will keep up the motivation to learn this wonderful skill.


Get Instant Notification of New Courses on our Telegram channel.


What is Python? (Wikipedia)

Python is an interpreted high-level general-purpose programming language. Python’s design philosophy emphasizes code readability with its notable use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.

Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly, procedural), object-oriented and functional programming. Python is often described as a “batteries included” language due to its comprehensive standard library

Guido van Rossum began working on Python in the late 1980s, as a successor to the ABC programming language, and first released it in 1991 as Python 0.9.0. Python 2.0 was released in 2000 and introduced new features, such as list comprehensions and a cycle-detecting garbage collection system (in addition to reference counting). Python 3.0 was released in 2008 and was a major revision of the language that is not completely backward-compatible. Python 2 was discontinued with version 2.7.18 in 2020.

Python consistently ranks as one of the most popular programming languages

English
language

Content

Introduction

Who is this course for?
Why learn Python?

Python Language

Getting started
Your first script
Variables
Data Types
Type Conversion
Operators
If…Else
For Loop
While Loop
Pass
Functions
Arguments
Return
Recursion
Scopes
Packages & Imports
Try…Except
Handling Errors & Bugs

Python OOP

OOP
Classes
Inheritance

Python Projects (1-10)

API Requests
1: URL Shortener
2: Habit Tracker
3: Chat Bot
4: Send SMS
5: Auto Clicker
6: SQLite Database
7: Brute Force Password
8: Cryptocurrency Price Alerter
9: Machine Learning
10: Discord Bot

Webscraping (11-12)

Chromedriver
11: E-mail scraper
12: BBC News Scraper

WhatsApp Bot (13)

Demo
Project Setup
Main Functionality
Running the Bot

Telegram Bot (14)

First Steps
Bot Father
Project Setup
Commands & Messaging
Custom Responses

What’s next?

Congratulations!
What’s next?