
What is Python and What is Python used for?
Python is one of the most loved programming languages these days! It's simple, easy to learn and it has a huge community!
You can use Python for pretty much anything you want.Python is great for Web Development and Data Science!
How to Install Python on Mac OS.
Download Python
Install Python
Check Python Installation
How to Install Visual Studio Code on Mac OS.
Download Visual Studio Code
Install Visual Studio Code
Instal Python Extension in Visual Studio Code
Run a statement with the help of Visual Studio Code
How to Install Python on Windows.
Download Python
Install Python
Check Python Installation
How to Install Visual Studio Code on Windows.
Download Visual Studio Code
Install Visual Studio Code
Instal Python Extension in Visual Studio Code
Run a statement with the help of Visual Studio Code
What is a Variable? Why is it Useful?
Content:
Variables
Assignment
Re-assignment
Comments
Constants
Run Python script in Visual Studio Code with a Keyboard Shortcut
Variables have fundamental role in programming because they are the key to write flexible programs.
In this course you can lean how variables work and why you need it.
What is a Data Type? Why is it Useful?
Content:
Data types: Integer, Float, Character, String, Boolean
Determine variable type
Usefulness of Data Types
Type casting
In this course you can lean what are the basic data types and why data types are important for programmers.
What is an Operator? And what are Precedence rules and Associativity rules?
Content:
Expression
Operator types
Arithmetic operators
Assignment operators
Comparison operators
Logical operators
Incrementing and Decrementing operators
Precedence rules
Associativity rules In this course you can learn what is an Expression, Operator and Operands. You can also find the major Operator types and Rules.
What is an IF statement? Forms of IF statements? Python Indentation?
Content:
Statements
IF
Indentation
Nested IF
IF...ELSE
IF...ELIF...ELSE
In this course you can learn what is an IF statement and what forms does it have. You can also learn about Indentation in Python.
What is a FOR Loop? How does it work?
Content:
FOR loop
Range() function
Break statement
Continue statement
FOR...ELSE loop
Homework Mini Task
In this course you can learn what is a FOR loop and what forms does it have. We take a look at the range() function and you can also learn about break, continue and else statements.
What is a WHILE Loop? How does it work?
Content:
WHILE Loop
Break statement
Continue statement
WHILE..ELSE Loop
Infinite Loop
In this course you can learn what is a WHILE loop and what forms does it have. We take a look at infinite loops and you can also learn about break, continue and else statements.
How to handle numbers in Python? How to cast numbers? How to generate random numbers?
Content:
Casting (int to float; into to string; float to int; float to string)
Random numbers
Math module
How can you take an input from a User through the console?
In this course you can learn what is the built-in input() function and how does it work.
Python Calculator Sample Project with Step By Step Solution.
Content:
Project specification
Solution
Python Dice Roll Simulator Sample Project with Step By Step Solution
# ⚀ ⚁ ⚂ ⚃ ⚄ ⚅
Content:
Project specification
Solution
Python Rock Paper Scissors Game with Step By Step Solution and Full Source code on Github.
# ✊? ✋? ✌? ? ? ? ? ? ⛔ ?
Content:
Project
Solution
This course helps you to cut through the noise and understand Python Programming!
In this course there are:
Short, Simple, Understandable tutorials
Flat Learning curve
Crafted Learning path
In this course there are no:
Never-ending or Boring videos
Advanced concepts
Python is one of the most loved programming languages these days! It's simple, easy to learn and it has a huge community! You can use Python for pretty much anything you want.