Learn Python Programming From Scratch
What you will learn
Python Programming
Hands-on Python Programming
Coding in Python
Description
There is no doubt that Python is the most popular programming language at the moment. Python is used in Machine Learning, Data Science, Web Development and almost all the areas of Software Development.
Noteβ Make sure your ππππ¦π² cart has only this course you're going to enroll it now, Remove all other courses from the ππππ¦π² cart before Enrolling!
If you want to learn Python and don’t know how to start, then this course is for you. This course is designed for complete beginners.
English
language
Content
Introduction
Introduction to the course
About the Instructor
Software Installation and Tour
Downloading Anaconda
Jupyter Notebooks
Quiz on Installation
Why Python?
Features of Python
Multi-paradigm
Open Source
Diversified
Interpretation
Easy and Simple
Dynamic Typing
Large Standard Library
Quiz on Python Features
Numbers and Variables
Numbers
Operators
Variables
Dynamic Typing in Python
Quiz on Numbers
Quiz on Variables
Strings in Python
Strings
String Operations
String Methods
Immutability
String Formatting
Quiz on Strings
Quiz on String Formatting
Data Types in Python
Lists
List Methods
Tuples
Dictionaries
Dictionary Methods
Sets and Booleans
Quiz on Data Types
Quiz on Data Types
Statements and Loops
Statements
For Loop
While Loop
Quiz on statements
Quiz on Loops
Functions
Functions
Decorators
Generators
Quiz on Functions
Object Oriented Programming in Python
Objects and Classes
Attributes
Methods
Inheritance
Polymorphism
Quiz on OOPS