
This course includes our updated coding exercises so you can practice your skills as you learn.
See a demo
This video will discuss the layout of the course and how will the course proceed. You'll also get a preview of the features and concepts discussed in the different sections.
Before starting the course, let's take a look at some key principles and tips which will help you along your programming journey. We will discuss the following topics -
how to learn coding fast
how to learn programming
how to learn python easily
I hope this lecture will help you avoid the common pitfalls in a beginner's programming journey.
In this lecture, we will take a look at the
basics of computer architecture
how it operates on data
bytes and bits
In this lesson, we will discuss the followings -
what is a programming language
how programming languages work
In this lecture, we will discuss the followings -
what is a terminal
what are terminal commands
how to use terminal
ls command
cd command
In this lecture, we will discuss the followings -
how to use cd command
how to use mkdir command
how to use rmdir command
how to use rm command
how to use mv command in terminal
how to use cp command
In this lecture, we will practice the terminal commands learned in the previous videos, by creating a backup folder and copying all the files in that, all from the terminal and commands.
In this lesson, we will discuss the followings -
how to view the contents of a file
how to use cat command
how to use touch command
how to use nano editor
In this lesson, we will discuss the basics of the internet and how it works. We will learn how a network is created and how we use it our daily to daily life.
Learn Python syntax and expressions by mapping programming rules to English grammar, and see how an integer expression like eight times twenty-one evaluates to 168 in a Python file.
Access dictionary values by key in Python using a context dictionary. Use terminal input with prompts to fetch data and print the client name and value.
Learn to prevent key errors in Python by using if statements and the in operator to check dictionaries and show not found messages when keys are missing.
Define and call Python functions with def, parentheses, and a colon, then pass positional or keyword arguments to control their behavior.
Master expressive variable naming in Python using clear names and appropriate casing (snake_case, lower camel case, upper camel case), and learn that names cannot start with numbers or special characters.
Learn to manipulate strings in Python 3.10 by slicing with positive and negative indices, concatenating with plus, repeating with multiplication, and validating length with len in practical exercises.
Explore built-in string methods accessible via the dot operator, such as upper and capitalize, and learn to use the in operator to check membership in strings and dictionaries.
Explore numeric data types in Python, including integers, floats, and complex numbers, and learn how to convert strings to numbers and perform numeric operations.
Explore Python numerical operations, including addition, subtraction, multiplication, division and floor division, plus modulus, exponentiation, and built-in functions like abs, max, min, and round for ints and floats.
Discover how Python evaluates truthiness: zero is false and non-zero is true for numbers, empty strings are false, non-empty (even spaces) are true, and if statements leverage this in practice.
Explore the Python list data type as a versatile, indexable container that can store duplicates and mixed data types, created with square brackets and comma separation for efficient access.
Explore Python list operations by accessing, editing, and deleting elements with indices and slices. Apply append, remove, pop, del, and extend to modify lists, and sort in ascending or descending.
Explore Python sets as unordered collections that store unique elements, support add and discard operations, and compare remove versus discard for element removal and error behavior.
Explore set operations by using intersection, difference, symmetric difference, and union to compare coupons and store products. Identify items with coupons, those in store, and those missing.
Welcome to this python programming course for beginners, where you'll become a Python Wizard! (python wizard is someone who can handle any problem like a boss and use the keyboard like a piano~ )
After completing this course, you can easily handle any programming project. You'll be able to use core python features and its hidden secrets to develop consistent and efficient programs. You'll also learn about the often-forgotten basics and special features of programming and python in general.
The course can be divided into four broad levels -
Level 1 [ Geek ]
Computers architecture
Bits & Bytes of Data
What is Programming
Terminal
Level 2 [ Newbie ]
Python Installation & Setup
Hands-on Programming With Python
Basics of Python, etc.
Client-Info Application
Console IO
Level 3 [ Coder ] -
Data Types
Decision Control
Loops
Functions
Classes & Objects
Error Handling
Modules & Packages
Prankster Project
Level 4 [ Wizard ] -
String Formatting
Stack & Queue Data Structures
Shallow & Deep Copies
Packing & Unpacking Operators
Structural Pattern Matching
pip - python package manager
Virtual Environments
List Comprehensions
Iterables & Generators
Function Decorators
Object-Oriented Programming
Singletons
Special Methods
Operator Overloading
Iterable Classes
property
Class __slots__
dataclass
Metaclass
Type Hinting
File IO
Threading & Multiprocessing
Debugging
Tkinter GUI
Sedentary Alert Application
Each level takes you a step further to python mastery!
If you have some skills with python, then you're most welcome to brush up your skills and advance to the next level. Or even if you can use a computer only, that's completely fine! We will start from the complete basics of general programming and become an expert in python programming. So you can gain something new as well!
Join me with the thousands of students who have started their programming journey because
CODERS ARE THE MORDERN WIZRADS!