
We will go through the process of installing python on a windows machine
Setting up VS Code for python
We will create our very first python program
We will discuss what variables are, with examples.
We will discuss what integers and floats are, with examples.
We will discuss what boolean's are, with examples.
How to recieve, store and retrieve user inputs
Learn how to use Python list methods—append, insert, clear, pop, remove, index, multiply, and copy—to manage lists effectively.
Explore Python iterables by looping through strings, lists, sets, tuples, and dictionaries. Learn to iterate keys by default, and use dict.values() and dict.items() to access values and pairs.
Discover how to inspect data types with type and len, then cast between tuples, lists, and dictionaries, noting mutable vs immutable results and keys when converting dicts to lists.
Learn how to use if and else in Python to run code when a condition is true or false, including indentation rules, list and string membership checks, and case-sensitive behavior.
Master if, elif, and else to handle multiple conditions, such as rain with an umbrella, sun or calm for a park, and determine which of three numbers is biggest.
Define a function with def, indent its body, and call it to run. Explore parameters and arguments, pass values, and format output with f-strings.
Learn the difference between parameters and arguments in Python, including positional and keyword arguments, and how default parameters affect function calls.
Learn how the Python try and except construct handles value errors by attempting a code block and falling back to an except block, for validating numeric input and printing errors.
Learn how comments in Python are lines ignored by the interpreter that improve readability and reliability by explaining what the code does and guiding the viewer.
Learn Python: Python Baby steps
There are a lot of people out there who are scared of the concept of programming. This course is just for them, I ASSURE YOU THAT AFTER TAKING THIS COURSE YOU WILL LOVE PROGRAMMING IN PYTHON.
This course teaches the basics of python programming. It is easily understandable and fun with the examples and exercises.
I don't recommend skipping any part of this course
I recommend this course for people who don't have any prior programming knowledge and would like to start learning python from a fresh start.
I don't recommend skipping any part of this course
Python is used in many areas of technology like AI, MACHINE LEARNING, FINTECH AND EVEN BLOCKCHAIN TECHNOLOGY, that's just to list a few amazing uses of python. When you are done with this course you would have gathered enough information needed for a solid foundation in the world of PYTHON.
We will be learning things like:
DATA TYPES:
Strings
Integers
Floats
Boolean's
DATA STRUCTURES
Lists
Tuples
Dictionaries
Functions
Loops
File handling
and lots more.......
CONDITIONAL STATEMENTS
These are statements that run if a certain condition is true
IF
ELSE
ELIF
LOOPS
FOR Loop
While Loop
PYTHON FILE HANDLING
Learning how to manipulate files in PYTHON
Make a FILE
Read a FILE
Modes of FILE Handling
Write to a file
OTHERS
Learn how to create and use Comments
Learn how to use the Try and Except commands
The course provides:
Step-by-step lectures with examples along the way
A fun means of learning python
Easy to understand content
Final project