Python3 Outline

Python 3 Beginner Course Outline
Author

Juma Shafara

Published

November 1, 2023

Keywords

Python Course Outline

Photo by DATAIDEA

Basics

  • Python Overview
  • Introduction
  • Installing
  • Writing Code
  • Displaying Output
  • Statements
  • Syntax
  • Comments
  • Exercise

Get Started

Variables

  • Variables
  • Data Types
  • Numbers
  • Number Methods
  • Strings
  • Type Conversion
  • Python Booleans
  • Exercise

Get Started

Operations

  • Operators Intro
  • Arithmetics
  • Assignment
  • Comparison
  • Logical
  • Identity
  • Membership
  • Exercise

Get Started

Collections

  • Containers
  • List
  • Tuple
  • Set
  • Dictionary
  • Exercise

Get Started

Flow Control

  • Functions
  • Lambda functions
  • If else
  • If else shorthand
  • For Loop
  • While Loop
  • Break and Continue
  • Pass
  • Exercise

Get Started

Advanced

  • Functions
  • Classes and Objects
  • Inheritance
  • Variable Scope
  • Formatting Strings
  • Try … Except
  • Iterators
  • User Input
  • Exercise

Get Started

Modules

  • Intro
  • Math
  • Random
  • Date and Time
  • JSON
  • Regular Expressions
  • Exercise

Get Started

Working With Files

  • Intro
  • File Handling
  • File Reading
  • File Writing/Creating/Appending
  • File Deleting
  • Exercise

Get Started

What’s on your mind? Put it in the comments!

Back to top