Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.35 KB

File metadata and controls

32 lines (23 loc) · 1.35 KB

Learn Python Programming Masterclass

Language: Python 3.7/3.8.2
🔗 Course: Learn Python Programming Masterclass by Tim Buchalka's Learn Programming Academy

General Description

This repository contains a collection of exercises and projects completed while going through the Learn Python Programming Masterclass by Tim Buchalka's Learn Programming Academy. The course covers Python fundamentals, data structures, I/O, modules, functions, and more.

Topics Covered

  • Stepping into the world of Python
  • Program Flow Control in Python
  • Lists, Ranges & Tuples in Python
  • The binary number system explained
  • Python Dictionaries and Sets
  • Input and Output (I/O) in Python
  • Modules and Functions in Python
  • Object Oriented Python (in progress)
  • Using Databases in Python (in progress)
  • Generators, Comprehensions and Lambda Expressions (in progress)
  • Packages (in progress)

Usage

  1. Clone the repository
  2. Navigate to the desired project folder
  3. Run the Python files using Python 3.7 or 3.8.2

License

This project is licensed under the MIT License - see the LICENSE file for details.