
Install python on linux by verifying python3 in the command line and installing python3 with your distro's package manager (Ubuntu or Fedora), then verify version and seek help if needed.
Visit the Python download page to install Python on Windows or Mac by running the installer, selecting a 3.x version, and configuring the 64-bit or 32-bit option.
Learn to create a PyCharm project, configure the Python interpreter, and run code, while exploring features like split windows, linting, local history, and basic code structure.
Learn how to print a multi-line message in Python and C++ by using single and double quotes, escaping backslashes, and printing line by line.
Practice constructing and reassembling a wood-shape by managing spaces and line alignment, starting with a base piece, moving pieces, removing spaces, and flipping the shape to solve the homework.
Explore how functions streamline code by defining reusable blocks and returning values; learn about built-in functions like print, len, max, and min, plus type conversions and naming cautions.
Explore the order of operations and precedence in Python, learning how multiplication and division precede addition and subtraction, with left-to-right evaluation and the role of parentheses.
Explore operator associativity and the order of evaluation in Python and C++, distinguishing left-to-right and right-to-left grouping, exponent precedence, and assignment behavior.
Learn how spaces and tabs control indentation, why Python favors two-space indentation, and how editors use guides, collapse, and block-shift commands to manage code structure.
Explore while loops in Python and C++ by tracing initialization, conditions, and increments, applying break and continue, summing numbers, and handling division by zero with practical examples.
Practice with while loops in Python and C++, read an integer x, print numbers divisible by three from 1 to x, and implement exponentiation by repetition with assert checks.
Develop a small calculator application using a persistent menu that accepts integer inputs to sum numbers 1 to n or evaluate a simple expression, with input validation and proper exit.
Explore for loops in Python using range to generate end-exclusive sequences from zero, with customizable start, end, and step values. Learn to iterate over strings and other sequences.
Practice using nested for loops and range to sum values from one to N, and explore the for-else behavior and when to prefer for loops over while loops.
Document code with clear comments and meaningful names, apply the single responsibility principle, and write descriptive docstrings that outline inputs, outputs, and examples.
The goal of this course is to provide a starting point to programming in 2 popular programming languages.
Curriculum:
The course consists of 2 independent sub-courses
Select whatever start.
Covered Basics: data types, variables, operators, selection, and while loops.
No intention to go far from that. The goal is to see these concepts in 2 languages.
By the end of the journey, you will have
Fair understanding of the very basics of the 2 languages
Ability to decide which language to focus on it more.
Visit my profile and select the course of interest to dive deeper. I have deeper courses in more than a language
Mastering 4 critical skills series from my profile will aim to master the 4 most important skills for a programmer
Programming skills
Problem-solving skills: rarely covered by other courses
Project building skills: partially covered by other courses
Design skills: rarely covered by other courses
7+ times practice & homework compare to other courses + 6 projects
My other courses avoid the common complaints such as
Limited topics coverage.
Outdated syntax.
Unnecessary long videos with repetitions.
Too much time to explain basic concepts.
A sudden jump in the level. I can't cope with the content.
Assumptions of previous knowledge to understand some of the concepts.
Building over concepts that were not mastered through practice or homework.
The same examples are used over and over.
Several consecutive lectures without practice or homework to master the concepts.
Awesome knowledge, almost zero skills.
Very little practice or homework.
Good homework in the first half and very weak in the remaining.
Many homework without solutions.
Only one project.
Small-size project.
Long but tedious project.
The project doesn't help enforce the concepts.
Project source code is not provided. I needed to compare and learn.
Moving to Datastructures or Algorithms course was not easy. Weak problem-solving skills.
After the course, I am still stuck and can't do even simple projects. Weak project-building skills.
The course taught OOP syntax and concepts nicely, but OOD skills are not built. Weak design-skills.
And more!
Enjoy learning programming in a smooth way :)