• Post category:StudyBullet-7
  • Reading time:5 mins read


This Python course teaches beginners to code in Python 3. Learn Programming in Python fast and easy.

What you will learn

Learn how to use Python 3

Work and understand the fundamentals in Python

Understand how functions work and how to create them

Use PyCharm to write their Python programs

Be able to create while & for loops

Description

Β  Β Whether you want to learn Python because you are looking forward to proceeding a developer career, or you just want to create some self-made programs by yourself, or you simply want to develop a new skill, then this course is for you!

Β  In this course you’ll learn to:

  1. Create and use variables
  2. Use the “User Input” function
  3. Create and use if statements
  4. Create and use while & for loops
  5. Make lists and tuples
  6. Use indexing inside functions, lists or other variables
  7. Make dictionaries
  8. Make and use functions
  9. Other tools…

Who is this course for?


Get Instant Notification of New Courses on our Telegram channel.


  1. Beginner Python developers
  2. Aspiring developers that are thinking about learning Python
  3. Anyone that wants to consolidate his skills in Python
  4. Teachers that are looking forward to teaching Python to their students

Β  Why choose this course?

This course has been made with the intention to make programming seem easy to newcomers, because that’s the way it has to be. Python is one of the most used programming language, and that’s because of its ease of readability. I will present you the main concepts in a easy way to digest and understand, with simple examples that will make you understand the curriculum much easier. This course is also made as concise as possible, which means that I am presenting concepts that others would take twice as much time to explain, but I do that in a way in which you don’t lose any of the information.

English
language

Content

Introduction to Python

Why Python?
Installing Python / PyCharm
Text settings in Python

Creating Variables

String Data Type & Print statment
Int & Float data types
Math functions
String methods
Multiple assignment

Input

User Input

If statements

If statements
Logical operators

Loops

For / While loops
Nested loops
How to terminate a loop

Lists & Tuples

Lists
Tuples

More tools

Indexing
Defining Functions
Return statements
Dictionaries
*args
**kwargs