Python Basic

Learn about Python, the most popular programming language used by programmers, scientists, and engineers from around the world! Build games, applications, and bolster your understanding of programming!

Online Videos
Multiple Resources
Active Community
Small Group Mentorship
Allen Huo
Python Basic Director
Pranav Gupta
Python Advanced Co-Director
Sign Up
Category:
Duration: 
Downloadable Files: 
Access from any Computer, Tablet or Mobile

About the Course

Course summary:

The Python Basics course will teach you the fundamentals of Python and prepare you for our Python (Advanced) course! Get a head-start in the world of structural & object-oriented programming!

Course Syllabus

Lesson 1 - Introduction

Topics covered:
  • Programming and Python
  • Variables
  • Data types
  • Arithmetic operators
  • Concatenation
  • print() and input() functions

Lesson 2 - Control Flow

Topics covered:
  • "if-else" statements
  • booleans
  • Expressions

Lesson 3 - Loops

Topics covered:
  • While loops
  • For Loops

Lesson 4 - Lists/Tuples

Topics covered:
  • Lists
  • Tuples
  • String Manipulation

Lesson 5 - Dictionaries

Topics covered:
  • Dictionaries

Lesson 6 - Review 1

Topics covered:
  • Review of material learned so far

Lesson 7 - Functions

Topics covered:
  • Functions

Lesson 8 - Objects Part 1

Topics covered:
  • Initilization
  • Inheritance

Lesson 9 - Objects Part 2

Topics covered:
  • Polymorphism
  • Override Functions

Lesson 10 - Final Project and Review 2

Topics covered:
  • Review
  • Final Project