An easy, quick, step-by-step guide to programming for beginners

What you will learn

Begin learning how to code and immerse yourself into the concepts of coding

Learn the basics of Python programming

Be able to write code and programs in Python

Build a mini calculator with Python programming at the end of the course (you will write your first real program, something to be proud of!)

At the end, you’ll be more confident in your overall understanding of how programming works

Description

Do you have no experience with coding and need a step-by-step course to guide you?

Are you learning Python programming for the first time?

Or do you need to brush-up on your basic knowledge about Python programming?

If so, this course is for you!


Get Instant Notification of New Courses on our Telegram channel.


Start learning how to code in one of the easiest and most beginner-friendly coding languages, Python. While is Python an easy-to-learn language for beginners, keep in mind that it can get very useful and is used for many advanced-level projects. You will begin learning Python from the very basics, from downloading all the tools you’ll need to learning about variables, strings, conditional statements, operators, loops, and more. You will get to apply the concepts that you learn through small activities and 2 mini projects at the end of the course. You will have a strong foundation and clear understanding of the basics of Python programming.

If you’re exploring what programming is all about, how it works, and whether it’s right for you, this course is perfect for you.

If you’re serious about Python programming, this course can be just the beginning for you. Once you gain a strong foundation you can go on to learn how to do more advanced and some really cool things with Python.

Or, if you want to learn other programming languages, starting with Python will help you understand coding concepts in an easy way, and it will be much easier for you to learn other languages such as Java and C++, as you’ll already be familiar with the basic coding concepts.

English
language

Content

Getting Started and Set Up

Installing Python
Installing Visual Studio Code

Print Function and Comments

How to Use the Print Function
Hello World Activity
Comments

Variables

Declaring Variables
Re-assigning Values
Multiple Assignments

Strings

What is a String?
Counting Characters in a String
Counting Characters Quiz
Accessing Characters in a String and Slicing
Concatenating Strings
Find Method

Numbers and Operators

Numbers
Arithmetic Operators
Comparison Operators and Booleans
Logical Operators
Quiz: Test your Knowledge of Numbers and Operators

Input Function

Input Function and Using the Input
Converting String Input to Numbers

If…Else Statement

What is the If…Else Statement?
If…Else Syntax

Elif Statement

The Elif Statement and Syntax

Loops: For Loops

For Loop and Syntax
Activity: Looping Through a String
Activity: Looping with Range
Mini-projects/assignments