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


Learn Python 3 Programming

What you will learn

Create Python Programs

Learn about Loops

Learn about If statements, functions and more

Work with various types of data

Understand User Input

Description

Do you want to be a programmer?

Learn how to program in Python 3!

If you want to start programming, you’ve come to the right place!


Get Instant Notification of New Courses on our Telegram channel.


Python is a popular and powerful programming language that you can use to build games, software applications, work with data and much more!

This course gets you started with Python quickly! It’s a beginners course that will teach you the basics of Python like loops, conditionals, variables, functions and much more.  The course has lecture overviews and exercises to help you on the way!

I hope you’re excited to dive into Python 3 with this course. So what are you waiting for? Let’s get started!

English
language

Content

Introduction

Introduction
Run Python Online
Lecture Notes

Data

Variables
Lecture Notes
Exercises

Strings

Strings
Lecture Notes
Exercises
String replace
Lecture Notes
Exercises

User Input

User input
Lecture Notes
Exercises

Lists

Lists
Lecture Notes
Modify lists
Lecture Notes
List tricks
Lecture Notes
Exercises

Tuples

Tuples
Exercises

Dictionary

Dictionary
Exercises

For Loops

For Loop
Lecture Notes
For Loop with the Range function
Lecture Notes
For Loop with Numbers
Lecture Notes
Exercises

While Loop

While Loop
Lecture Notes
While Else
Lecture Notes
While Input
Lecture Notes
Exercises

Functions

Functions
Lecture Notes
Parameters
Lecture Notes
Return Variables
Lecture Notes
List as Parameter
Lecture Notes
Exercises

If Statements

If Statement
Lecture Notes
If Else
Lecture Notes
If Variables
Lecture Notes
Exercises

Files

Write File
Lecture Notes
Append to file
Lecture Notes
Read File
Lecture Notes
Write Variables to File

Run Python Locally

Install Python locally
Run Python in Terminal
Lecture Notes