Master Python and GitHub with Real World Projects

Create a Portfolio of 10 Python Projects on GitHub

Ratings: 4.52 / 5.00




Description

This course is designed to for:

  • complete beginners

  • intermediates

  • those from another programming background (e.g. JavaScript)

Throughout this course, you'll having a growing portfolio of Python apps and advance code that you've built and put on your personal GitHub account for the whole world to see!

Every time you complete a project, we'll push it to GitHub.

We'll cover the fundamentals of Python with lectures, projects, quizzes and coding exercises.

This includes:

  • Variables and operators

  • Data structures (lists, dictionaries, tuples, and sets)

  • Control flow, while loops and for loops

  • List comprehension and dictionary comprehension

  • Functions, scope, lambda expressions, and decorators

  • Handling errors

  • Python modules (csv, random, datetime, OS, pickle, JSON)

  • OOP (Object-Orientated Programming)

  • Completely master Git and GitHub for version control

  • PyPI for publishing Python modules

  • Beautiful Soup for Web scraping the internet

  • Speech to Text

  • GUI apps

  • CLI apps

  • SQLite3 for handling databases and tables

  • Encrypt and decryption

You'll build the following applications:

  1. Create a guessing game app running in the command terminal (great for beginners)

  2. Speech to text app to perform basic calculations.

  3. Create a local anagram module.

  4. Build and deploy GUI Python Editor app.

  5. CLI app encrypting and decrypting zip files.

  6. Create and deploy a Python package on the internet with PyPI.

  7. Create an ETL (Extract, Transform, Load) process with SQLite3 for sorting book data.

  8. Create an ELT (Extract, Load, Transform process with SQLite3 with real world movie data.

  9. Data visualization of the number of lines of code for different files.

  10. Web scraping the National Lotto, save the and display the results with data visualization.

I'll be on hand to help you with any questions or issues you may have.


What You Will Learn!

  • Master the fundamentals of Python
  • Understand data structures, loops, functions and generators
  • Learn Object Orientated Programming (OOP)
  • Master Git and Github to share your code on the internet
  • Create and publish Python packages you can share with the whole world
  • Learn how to web scrape websites
  • Build and deploy GUI apps
  • Speech to Text apps
  • Master SQL with SQLite
  • Build web apps with Flask
  • Create a portfolio of projects on your GitHub account

Who Should Attend!

  • Anyone new to programming
  • Anyone who comes from another programming background e.g. JavaScript.