Easy Python Beginners to Pro - SQL - MySQL Database & Python
- Description
- Curriculum
- FAQ
- Reviews
Hi There!
With my 23 years programming skills I’m with you to share my knowledge with you.
In dead this course is based on my teaching skills in the real world classes and how to teach the students in the unique and simple method.
So the only thing you need is your inner motivation for learning the Python. Then you can start learning it after watching the tutorial.
The main purpose of this course is only to teach you the basics and how to start learning the Python.
So
If you try you will be a Python programmer!
If you wanna start learning Python programming!
If you are beginners or student looking for a tutorial that teach Python with real project in simplest way!
If you want really to be a Python programmer so it’s best place that you can start to learn Python.
This is what you will get in this Python Programming course:
-
Installing Python
-
Start using Python and IDLE
-
Create first Python project in Pycharm
-
Run first Python code in Pycharm
-
Customize settings & environment of Pycharm
-
Project => Drawing shapes in Python
-
Comments in Python
-
Variables in Python
-
Type casting and conversion
-
Getting inputs from users
-
Working with Strings
-
String slicing
-
String formatting in Python
-
Arithmetic and Precedence operators
-
Assignment , Identity and Membership operators
-
Numeric functions
-
Project => Age calculator
-
Modules in Python
-
Math function in Python
-
Project => Degree to Radian convertor
-
Project => Area of circle calculator
-
Platform module in Python
-
datetime module in Python
-
Using dir() function in Python
-
Simple if statement => simple condition
-
Comparison operators
-
else statement => to create advance if
-
elif => Multiple if statements
-
Logical operators
-
while loop => Simple method
-
Project=> String splitter by while loop
-
break statement in while loop
-
continue statement in while loop
-
Project=> Number Guessing Game in Python
-
Project=> Animal Guessing Game in Python
-
Project=> String splitter by while loop
-
Using files and folders in Python
-
Project=>Customer Management App in Python
Learn to Program Using Python 3
Don’t hesitate to start learning Python!
Every thing will be discussed with sample project and you will have lot of fun within my course.
Say Hi Python world and let’s go !!!
-
9Comments in PythonVideo lesson
-
10Variables in Python ( string, int, float, bool)Video lesson
This tutorial includes:
What is the variable?
Using string Variables
Using int Variables
Using float Variables
Using bool Variables
-
11Variables - Naming rules & assigning valuesVideo lesson
This tutorial includes:
Naming rules of variables
Using multi-part names for variable
Assign the value to multiple variables
-
12Get the data type of variablesVideo lesson
-
13Type casting and conversionVideo lesson
This tutorial includes:
Using int() function
Using float() function
Using str() function
Using bool() function
-
14Getting inputs from usersVideo lesson
-
15Project => Simple calculator in PythonVideo lesson
-
16Working with StringsVideo lesson
This tutorial includes:
Concatenate Strings
Escape character
Multi-line Strings
-
17String MethodsVideo lesson
This tutorial includes:
The methods of string here will be discussed.
It includes:
1. lower() || casefold()
2. islower()
3. upper()
4. isupper()
5. count("") || len("")
6. endswith("")
7. startswith("")
8. replace()
9. find("") || index("")
10. isnumeric()
11. title()
12. strip()
-
18String slicingVideo lesson
This tutorial includes:
What is string slicing?
Simple positive string slicing
Simple negative string slicing
Positive range slicing
Negative range slicing
-
19String formatting in PythonVideo lesson
This tutorial includes:
What is string formatting?
Formatting string by "format method"
Direct method to format string
-
20What are basic operators in Python?Video lesson
-
21Arithmetic operatorsVideo lesson
In this tutorial you'll learn:
Arithmetic operators including:
Addition => +
Subtraction => -
Multiplication => *
Division => /
Modulus (Remainder) => %
Exponentiation (Power of) => **
Floor division (int division) => //
-
22Precedence of operatorsVideo lesson
-
23Assignment operatorsVideo lesson
In this tutorial you'll learn:
Assignment operators including:
= >> a = 5
+= >> a += 4
-= >> a -= 4
*= >> a *= 4
/= >> a /= 4
%= >> a %= 4
//= >> a //= 4
**= >> a **= 4
-
24Identity operatorsVideo lesson
-
25Membership operatorsVideo lesson
-
26Numeric functionsVideo lesson
In this video I'll talk about the numeric built-in functions.
Including:
min()
max()
round()
pow()
abs()
sum()
-
27Project => Age calculatorVideo lesson
This tutorial includes:
What is age calculator project?
First age calculator project
Second age calculator project
External Links May Contain Affiliate Links read more