-10.769230769231% OFF PYTHON COURSES

Ultimate Python Mega Course

Instructor
Shuvam Sahoo
Last Update January 16, 2024
4.38 /5
(8)
0 already enrolled

About This Course

Throughout this comprehensive course, we cover a massive amount of tools and technologies, including:

  • Python 3 - the latest version of Python

  • PyCharm, Jupyter Notebook, Google Colab

  • Python Scripting and Automation

  • Python Game Development

  • Web Scraping

  • Beautiful Soup

  • Selenium Web Driver

  • Request

  • WTForms

  • Data Science

  • Pandas

  • NumPy

  • Matplotlib

  • Plotly

  • Scikit learn

  • Seaborn

  • Turtle

  • Python GUI Desktop App Development

  • Tkinter

  • Front-End Web Development

  • HTML 5

  • CSS 3

  • Bootstrap 4

  • Bash Command Line

  • Git, GitHub and Version Control

  • Backend Web Development

  • Flask

  • REST

  • APIs

  • Databases

  • SQL

  • SQLite

  • PostgreSQL

  • Authentication

  • Web Design

  • Deployment with GitHub Pages, Heroku and GUnicorn

  • and much much more!

By the end of this course, you will be fluently programming in Python and you'll be so good at Python that you can get a job or use the language professionally.

You'll also build a portfolio of 100 projects that you can show off to any potential employer. Including:

  • Blackjack

  • Snake Game

  • Pong Game

  • Auto Swipe on Tinder

  • Auto Job Applications on LinkedIn

  • Automate Birthday Emails/SMS

  • Fully Fledged Blog Website

  • Build Your Own Public API

  • Data Science with Google Trends

  • Analysing Lego Datasets

  • Google App Store Analysis

  • and much much more!

Curriculum

101 Lessons 6 Month
What you're going to get from this course?
Downloadable Resources and Tips for Taking the Course
What we will make by the end of the day?
FAQ: Can I Use PyCharm/VSCode/ Another Local Code Editor?
Printing to the Console in Python
[Interactive Coding Exercise] Printing
String Manipulation and Code Intelligence
[Interactive Coding Exercise] Debugging Practice
The Python Input Function
[Interactive Coding Exercise] Input Function
Python Variables
[Interactive Coding Exercise] Variables
Variable Naming
Variable Naming
Python Primitive Data Types
Data Types Quiz
Type Error, Type Checking and Type Conversion
Mathematical Operations in Python
[Interactive Coding Exercise] BMI Calculator
Number Manipulation and F Strings in Python
[Interactive Coding Exercise] Life in Weeks
Mathematical Operations Quiz
Project: Tip Calculator
Get Access to the Monthly App Brewery Newsletter
Control Flow with if / else and Conditional Operators
[Interactive Coding Exercise] Odd or Even? Introducing the Modulo
Nested if statements and elif statements
[Interactive Coding Exercise] BMI 2.0
[Interactive Coding Exercise] Leap Year
Multiple If Statements in Succession
[Interactive Coding Exercise] Pizza Order Practice
Logical Operators
[Interactive Coding Exercise] Love Calculator
Project: Treasure Island
Random Module
[Interactive Coding Exercise] Heads or Tails
Understanding the Offset and Appending Items to Lists
[Interactive Coding Exercise] Banker Roulette - Who will pay the bill?
IndexErrors and Working with Nested Lists
List and Index Error Quiz
[Interactive Coding Exercise] Treasure Map
Project: Rock Paper Scissors
Using the for loop with Python Lists
[Interactive Coding Exercise] Average Height
[Interactive Coding Exercise] High Score
for loops and the range() function
[Interactive Coding Exercise] Adding Even Numbers
[Interactive Coding Exercise] The FizzBuzz Job Interview Question
Project: Create a Password Generator
Defining and Calling Python Functions
The Hurdles Loop Challenge
Indentation in Python
Code Indentation Quiz
While Loops
Hurdles Challenge using While Loops
Jumping over Hurdles with Variable Heights
Final Project: Escaping the Maze
How to break a Complex Problem down into a Flow Chart
Challenge 1 - Picking a Random Words and Checking Answers
Challenge 1 Solution - Picking a Random Words and Checking Answers
Challenge 2 - Replacing Blanks with Guesses
Challenge 2 Solution - How to Replace the Blanks
Challenge 3 - Checking if the Player has Won
Challenge 3 Solution - How to Check if the Player Won
Challenge 4 - Keeping Track of the Player's Lives
Challenge 4 Solution - How to Keep Track of the Player's Lives
Challenge 5 - Improving the User Experience
Challenge 5 Solution - How to Add ASCII Art and Improve the UI
Functions with Inputs
Positional vs. Keyword Arguments
[Interactive Coding Exercise] Paint Area Calculator
[Interactive Coding Exercise] Prime Number Checker
Caesar Cipher Part 1 - Encryption
Caesar Cipher Part 2 - Decryption
Caesar Cipher Part 3 - Reorganising our Code
Caesar Cipher Part 4 - User Experience Improvements & Final Touches
The Python Dictionary: Deep Dive
[Interactive Coding Exercise] Grading Program
Nesting Lists and Dictionaries
[Interactive Coding Exercise] Dictionary in List
Python Dictionaries Quiz
The Secret Auction Program Instructions and Flow Chart
Solution and Complete Code for the Secret Auction Program
Motivation and the Accountability Trick
Functions with Outputs
Multiple return values
[Interactive Coding Exercise] Days in Month
Docstrings
Functions Quiz
Calculator Part 1: Combining Dictionaries and Functions
Print vs. Return
While Loops, Flags and Recursion
Calculator Finishing Touches and Bug Fixes
Blackjack Program Requirements and Game Rules
Hint 4 & 5 Solution Walkthrough
Hint 6-8 Solution Walkthrough
Hint 9 Solution Walkthrough: Refactoring and calling
Hint 10-12 Solution Walkthrough
Hint 13 Solution Walkthrough
Namespaces: Local vs. Global Scope
Does Python Have Block Scope?
How to Modify a Global Variable
Python Constants and Global Scope
Scope Quiz
Introducing the Final Project: The Number Guessing Game
Solution & Walkthrough to the Number Guessing Game
Describe the Problem
Reproduce the Bug
Play Computer and Evaluate Each Line
Fixing Errors and Watching for Red Underlines
Squash bugs with a print() Statement
Bringing out the BIG Gun: Using a Debugger
Final Debugging Tips
[Interactive Coding Exercise] Debugging Odd or Even
[Interactive Coding Exercise] Debugging Leap Year
[Interactive Coding Exercise] Debugging FizzBuzz
Introduction & Program Requirements for the Higher Lower Game
Solution & Walkthrough of the Higher Lower Game
Study Tip: Set Reminders in Your Calendar to Review
Installing Python Locally on Your Computer
Download PyCharm for Windows or Mac
PyCharm's Charming Features (while you wait for the download to finish)
How to Install PyCharm on Windows
Installing PyCharm on Mac
Introduction & Requirements for the Coffee Machine Project
Solution & Walkthrough for the Coffee Machine Code
Location, Location, Location - Pavlov's Coding Corner
Why do we need OOP and how does it work?
How to use OOP: Classes and Objects
Constructing Objects and Accessing their Attributes and Methods
How to Add Python Packages and use PyPi
Practice Modifying Object Attributes and Calling Methods
Python Objects Quiz
Building the Coffee Machine in OOP
Walkthrough and Solution for the OOP Coffee Machine
Don't forget to review occasionally
How to create your own Class in Python
Working with Attributes, Class Constructors and the __init__() Function
Adding Methods to a Class
Quiz Project Part 1: Creating the Question Class
Quiz Project Part 2: Creating the List of Question Objects from the Data
Quiz Project Part 3: The QuizBrain and the next_question() Method
Quiz Project Part 4: How to continue showing new Questions
Quiz Project Part 5: Checking Answers and Keeping Score
The Benefits of OOP: Use Open Trivia DB to Get New Questions
Understanding Turtle Graphics and How to use the Documentation
Turtle Challenge 1 - Draw a Square
Importing Modules, Installing Packages, and Working with Aliases
Turtle Challenge 2 - Draw a Dashed Line
Turtle Challenge 3 - Drawing Different Shapes
Turtle Challenge 4 - Generate a Random Walk
Python Tuples and How to Generate Random RGB Colours
Turtle Challenge 5 - Draw a Spirograph
The Hirst Painting Project Part 1 - How to Extract RGB Values from Images
The Hirst Painting Project Part 2 - Drawing the Dots
Python Higher Order Functions & Event Listeners
Challenge: Make an Etch-A-Sketch App
Object State and Instances
Understanding the Turtle Coordinate System
Turtle Coordinate System Quiz
Expand on the Solutions
Screen Setup and Creating a Snake Body
Animating the Snake Segments on Screen
Create a Snake Class & Move to OOP
How to Control the Snake with a Keypress
Programming is not Memorising
Class Inheritance
Inheritance Quiz
Detect Collisions with Food
Create a Scoreboard and Keep Score
Detect Collisions with the Wall
Detect Collisions with your own Tail
How to Slice Lists & Tuples in Python
Set up the Main Screen
Create a Paddle that responds to Key Presses
Write the Paddle Class and Create the Second Paddle
Write the Ball Class and Make the Ball Move
Add the Ball Bouncing Logic
How to Detect Collisions with the Paddle
How to Detect when the Ball goes Out of Bounds
Score Keeping and Changing the Ball Speed
How to use the Starter Code
Step 1 - Check out how the game play works
Step 2 - Break down the Problem
Solution to Step 3 - Create the Player Behaviour
Solution to Step 4 - Create the Car Behaviour
Step 5 and Solution to Step 5 - Detect when the Turtle collides with a Car
Step 6 and Solution to Step 6 - Detect when the Player has reached the other side
Step 7 and Solution to Step 7 - Add the Scoreboard and Game Over sequence
Add a High Score to the Snake Game
How to Open, Read, and Write to Files using the "with" Keyword
Challenge: Read and Write the High Score to a File in Snake
Understand Relative and Absolute File Paths
File Paths Quiz
Introducing the Mail Merge Challenge
Solution & Walkthrough for the Mail Merge Project
Reading CSV Data in Python
DataFrames & Series: Working with Rows & Columns
The Great Squirrel Census Data Analysis (with Pandas!)
U.S. States Game Part 1: Setup
U.S. States Game Part 2: Challenge with .csv
U.S. States Game Part 3: Saving Data to .csv
How to Create Lists using List Comprehension
[Interactive Coding Exercise] Squaring Numbers
[Interactive Coding Exercise] Filtering Even Numbers
[Interactive Coding Exercise] Data Overlap
Apply List Comprehension to the U.S. States Game
How to use Dictionary Comprehension
[Interactive Coding Exercise] Dictionary Comprehension 1
[Interactive Coding Exercise] Dictionary Comprehension 2
How to Iterate over a Pandas DataFrame
Introducing the NATO Alphabet Project
History of GUI and Introduction to Tkinter
Creating Windows and Labels with Tkinter
Setting Default Values for Optional Arguments inside a Function Header
Default Values Quiz
*args: Many Positional Arguments
**kwargs: Many Keyword Arguments
Optional Arguments, *args and **kwargs Quiz
Buttons, Entry, and Setting Component Options
Other Tkinter Widgets: Radiobuttons, Scales, Checkbuttons and more
Tkinter Layout Managers: pack(), place() and grid()
Mile to Kilometers Converter Project
How to work with the Canvas Widget and Add Images to Tkinter
Challenge - Complete the Application's User Interface (UI)
Add a Count Down Mechanism
Dynamic Typing Explained
Setting Different Timer Sessions and Values
Adding Checkmarks and Resetting the Application
Challenge 1 - Working with Images and Setting up the Canvas
Challenge 2 - Use grid() and columnspan to Complete the User Interface
Solution to the Creating the Grid Layout
Challenge 3 - Saving Data to File
Dialog Boxes and Pop-Ups in Tkinter
Generate a Password & Copy it to the Clipboard
Catching Exceptions: The try catch except finally Pattern
Raising your own Exceptions
[Interactive Coding Exercise] IndexError Handling
[Interactive Coding Exercise] KeyError Handling
Code Exercise: Exception Handling in the NATO Phonetic Alphabet Project
Write, read and update JSON data in the Password Manager
Challenge 1 - Handling Exceptions in the Password Manager
Challenge 2 - Search for a Website in the Password Manager
Step 1 - Create the User Interface (UI) with Tkinter
Solution & Walkthrough for Creating the UI
Step 2 - Create New Flash Cards
Solution & Walkthrough for Creating New Flash Cards
Step 3 - Flip the Cards!
Solution & Walkthrough for Flipping Cards
Step 4 - Save Your Progress
Solution & Walkthrough for Saving Progress
A Note About the Next Lesson: Google SMTP Port
How to Send Emails with Python using SMTP
API Endpoints and Making API Calls
Working with the datetime Module
Challenge 1 - Send Motivational Quotes on Mondays via Email
Automated Birthday Wisher Project Challenge
Solution & Walkthrough for the Automated Birthday Wisher
Run Your Python Code in the Cloud!
What are Application Programming Interfaces (APIs)?
Working with Responses: HTTP Codes, Exceptions & JSON Data
Challenge - Build a Kanye Quotes App using the Kanye Rest API
Understand API Parameters: Match Sunset Times with the Current Time
ISS Overhead Notifier Project - Challenge & Solution
Trivia Question API Challenge
Solution & Walkthrough for getting Trivia Questions
Unescaping HTML Entities
Class based Tkinter UI
Python Typing & Showing the Next Question in the GUI
Python Typing: Type Hints and Arrows ->
Check the Answer
Give Feedback to the Player, Keep Score and Fix the Bugs =)
What is API Authentication and Why Do We Need to Authenticate Ourselves?
Using API Keys to Authenticate and Get the Weather from OpenWeatherMap
Challenge - Check if it Will Rain in the Next 12 Hours
Sending SMS via the Twilio API
Use PythonAnywhere to Automate the Python Script
Understanding Environment Variables and Hiding API Keys
Solution & Walkthrough for Step 1 - Check for Stock Price Movements
Solution & Walkthrough for Step 2 - Get the News Articles
Solution & Walkthrough for Step 3 - Send the SMS Messages
HTTP Post Requests
Advanced Authentication using an HTTP Header
Challenge: Add a Pixel to the Habit Tracker using a Post Request
Autofilling today's date using strftime
How to use HTTP Put and Delete Requests
Step 1 - Setup API Credentials and Google Spreadsheet
Step 2 - Get Exercise Stats with Natural Language Queries
Step 3 - Setup Your Google Sheet with Sheet
Step 4 - Saving Data into Google Sheets
Step 5 - Authenticate Your Sheety API
Step 6 - Environment Variables in Repl.it
Step 1 - Choose Your Path and Download the Starting Project
Step 2 - Use Sheety to Read and Write Data to the Google Sheet
Step 3 - Get the IATA Codes using the Kiwi Partners API
Step 4 - Search for Cheap Flights
Step 5 - If Flight Price Lower than in Google Sheet send an SMS
Step 1 - Create the Customer Acquisition Code
Step 2 - Download the Starting Project
Step 3 - Exception Handling for Destinations without Flights
Step 4 - Destinations without Direct Flights
Step 5 - Email all our customers
How Does the Internet Actually Work?
How Do Websites Actually Work?
Download the Required Software
What is HTML?
HTML Heading Elements
HTML Paragraph Elements
Self Closing Tags
Project- Movie Ranking
HTML Boilerplate
The List Element
Nesting and Indentation
Anchor Elements
Image Elements
Project - Birthday Invite Website
Why do we need CSS?
How to add CSS
CSS Quiz
CSS Selectors
Project - Colour Vocab Website
CSS Colours
Font Properties
Inspecting CSS
The CSS Box Model - Margin, Padding and Border
Project - Motivational Poster Website
Parsing HTML and Making Soup
Finding and Selecting Particular Elements with BeautifulSoup
Beautiful Soup Exercises
Scraping a Live Website
Is Web Scraping Legal?
Step 1 - Scraping the Billboard Hot 100
Step 2 - Authentication with Spotify
Step 3 - Search Spotify for the Songs from Step 1
Step 4 - Creating and Adding to Spotify Playlist
Step 1 - Use BeautifulSoup to Scrape the Product Price
Step 2 - Email Alert When Price Below Preset Value
How to Install & Set Up Selenium
How to Find and Select Elements on a Website with Selenium
Challenge: Use Selenium to Scrape Website Data
Challenge: Use Selenium in a Blank Project & Scrape a Different Piece of Data
How to Automate Filling Out Forms and Clicking Buttons with Selenium
The Cookie Clicker Project
Challenge: Create an Automated Game Playing Bot
Step 1 - Setup Your LinkedIn Account
Step 2 - Automatically Login
Step 3 - Apply for a Job
Step 4 - Apply for all the jobs
Step 1 - Setup your account on Tinder
Step 2 - Navigate to Login Page
Step 3 - Login with Facebook
Step 4 - Dismiss all requests
Step 5 - Hit Like!
Step 1 - Setup Your Twitter Account
Step 2 - Create a Class
Step 3 - Get Internet Speeds
Step 4 - Building a Twitter Bot to Tweet at your Internet Provider
Step 1 - Get Your Instagram Credentials
Step 2 - Create a Class
Step 3 - Login to Instagram
Step 4 - Find the followers of the target account
Step 5 - Follow all the followers
Web Scraping and Data Entry Capstone Project Requirements
Hints & Solution
Understanding Backend Web Development with Python
Create your First Web Server with Flask
Understand the Command Line on Windows and Mac
__name__ and __main__ : Special Attributes built into Python
__name__ and __main__ : Special Attributes built into Python
Python Functions as First Class Objects: Passing & Nesting Functions
Understanding Python Decorator Functions and the @ Syntax
[Interactive Coding Exercise] Create your own Python Decorator
Working Flask URL Paths and the Flask Debugger
Rendering HTML Elements with Flask
Challenge: Use Python Decorators to Style HTML Tags
Challenge: Use Python Decorators to Style HTML Tags
Advanced Decorators with *args and **kwargs
[Interactive Coding Exercise] Advanced Decorators
Final Project - Higher or Lower URLs
Rendering HTML Files with Flask
Serving Static Files using Flask
How to Use Website Templates to Speed Up Web Development
How to Use Website Templates to Speed Up Web Development
Final Project - Name Card Website Template
Solution and Walkthrough for the Name Card Final Project
Using Jinja to Produce Dynamic HTML Pages
Challenge: Combining Jinja Templating with APIs
Multiline Statements with Jinja
URL Building with Flask
Blog Capstone Project Part 1 - Templating
What is Bootstrap?
Bootstrap Layout
Bootstrap Components
Project - A Startup Website for TinDog
Project - A Startup Website for TinDog
Step 1 - Download the starting project
Step 2 - Get the home page to work
Step 3 - Fix the header and footer
Step 4 - Using Jinja Include for Render Templates
Step 5 - Make the About and Contact Pages Work
Step 6 - Fetch and render the blog posts from an API
Step 7 - Rendering Individual Posts
HTML Forms Revision - Creating a Form from Scratch
Handle POST Requests with Flask Servers
POST Requests in Flask Solution
Getting the Contact Form to Work
Sending Email with smtplib
Installing Flask-WTF
Creating Forms with Flask-WTF
Code Improvements for Our WTForms
Adding Validation to Forms with Flask-WTF
Receiving Form Data with WTForms
Inheriting Templates Using Jinja2
Using Bootstrap-Flask as an Inherited Template
Bootstrap-Flask Supports WTForms
Download the Starting Project
Look at the Desired Final Product
Check Off Each Requirement
Download the Starting Project
Make the Website Work\
What Happens When You Refresh the Server?
SQLite Databases
SQLAlchemy
CRUD Operations with SQLAlchemy
Build a SQLite Database into the Flask Website
Download the Starting Project
Requirement 1 - Be Able to View Movie List Items
Requirement 2 - Be Able to Edit a Movie's Rating and Review
Requirement 3 - Be Able to Delete Movies from the Database
Requirement 4 - Be Able to Add New Movies Via the Add Page
Requirement 5 - Be Able to Sort and Rank the Movies By Rating
Introduction to Web Design
Understanding Color Theory
Understanding Typography and How to Choose Fonts
Manage ATTENTION with effective User Interface (UI) Design
User Experience (UX) Design
Web Design in Practice - Let's apply what we've learnt!
What is REST?
Download the Starting Project
HTTP GET - a Random Cafe
HTTP GET - All the Cafes
HTTP GET - Find a Cafe
Postman - The all in one API Testing Tool
HTTP POST - A New Cafe
HTTP PUT vs. PATCH
HTTP PATCH - A Cafe's Coffee Price
HTTP DELETE - A Cafe that's Closed
Build Documentation for Your API
Download the Starting Project
Requirement 1 - Be Able to GET Blog Post Items
Requirement 2 - Be Able to POST a New Blog Post
Requirement 3 - Be Able to Edit Existing Blog Posts
Requirement 4- Be Able DELETE Blog Posts
What is Authentication?
Download the Starting Project
Register New Users
Downloading Files
Encryption and Hashing
How to Hack Passwords 101
Salting Passwords
Hashing and Salting Passwords using Werkzeug
Authenticating Users with Flask-Login
Flask Flash Messages'
Passing Authentication Status to Templates
Requirement 1 - Register New Users
Requirement 2 - Login Registered Users
Requirement 3 - Protect Routes
Creating Relational Databases
Requirement 4 - Allow Any User to Add Comments to BlogPosts
The Terminal - use either VS Code or PyCharm
Install Git Bash on Windows
Introduction to Version Control and Git
Version Control using Git and the Command Line
Github and Remote Repositories
Gitignore
Cloning
Branching and Merging
Optional Git Challenge
Forking and Pull Requests
Add a .gitignore file (or download the starting files)
Use git to add version control to your project
Use environment variables to store sensitive information
Setup a WSGI server with gunicorn
Push to your remote on Github
Sign up to a hosting provider and create your web service
Upgrade SQLite Database to PostgreSQL
Getting Set Up for Data Science
Upload the Data and Read the .csv File
Preliminary Data Exploration and Data Cleaning with Pandas
Accessing Columns and Individual Cells in a Dataframe
Solution: Highest and Lowest Earning Degrees
Solution: Highest and Lowest Earning Degrees
Sorting Values & Adding Columns: Majors with the Most Potential vs Lowest Risk
Solution: Degrees with the Highest Potential
Grouping and Pivoting Data with Pandas
Learning Points & Summary
Download and Open the Starter Notebook
Solution: Preliminary Data Exploration
Solution: Analysis by Programming Language
Data Cleaning: Working with Time Stamps
Data Manipulation: Pivoting DataFrames
Data Visualisation with Matplotlib
Multi-Line Charts with Matplotib
Smoothing out Time-Series Data
Programming Language Data Analysis
Learning Points & Summary
Use HTML Markdown to Make Your Notebook Look Pretty
Solution: Exploring the LEGO Brick Colours
Find the Oldest and Largest LEGO Sets
Visualise the Number of Sets Published over Time
How to use the Pandas .agg() function
Superimposing Line Charts with Separate Axes
Scatter Plots: Average Number of Parts per LEGO Set
Relational Database Schemas: Primary and Foreign Keys
How to Merge DataFrames and Create Bar Charts
Learning Points & Summary
Data Exploration - Making Sense of Google Search Data
Data Cleaning - Resampling Time Series Data
Data Visualisation - Tesla Line Charts in Matplotlib
Using Locators and DateFormatters to generate Tick Marks on a Time Line
Data Visualisation - Bitcoin: Line Style and Markers
Data Visualisation - Unemployment: How to use Grids
Data Visualisation - Unemployment: The Effect of New Data
Learning Points & Summary
Data Cleaning: Removing NaN Values and Duplicates
Preliminary Exploration: The Highest Ratings, Most Reviews, and Largest Size
Data Visualisation with Plotly: Create Pie and Donut Charts
Numeric Type Conversions for the Installations & Price Data
Plotly Bar Charts & Scatter Plots: The Most Competitive & Popular App Categories
Extracting Nested Column Data using .stack()
Grouped Bar Charts and Box Plots with Plotly
Learning Points & Summary
NumPy's ndarray - Incredible Power at Your Fingertips!
Generating and Manipulating ndarrays
Broadcasting, Scalars and Matrix Multiplication
Manipulating Images as ndarrays
Learning Points & Summary
Explore and Clean the Data
Investigate the Films that had Zero Revenue
Filter on Multiple Conditions: International Films
Seaborn Data Visualisation: Bubble Charts
Floor Division: A Trick to Convert Years to Decades
Plotting Linear Regressions with Seaborn
Use scikit-learn to Run Your Own Regression
Learning Points & Summary
Update Packages in Google Colab & Explore and Clean the Dataset
plotly Bar & Donut Charts: Analyse Prize Categories & Women Winning Prizes
Using Matplotlib to Visualise Trends over Time
A Choropleth Map and the Countries with the Most Prizes
Create Sunburst Charts for a Detailed Regional Breakdown of Research Locations
Unearthing Patterns in the Laureate Age at the Time of the Award
Learning Points & Summary
Preliminary Data Exploration and Visualising Births & Deaths at Vienna Hospital
Analysing the Yearly Data Split By Clinic
The Effect of Handwashing
Visualising Distributions and Testing for Statistical Significance
Learning Points & Summary
Day 81 Goals: what you will make by the end of the day
Solution & Learning Points
The Road to Becoming a Professional Developer
Text to Morse Code Converter
Where are the Videos and the Solution Code?
Portfolio Website
Tic Tac Toe
Image Watermarking Desktop App
Typing Speed Test
Breakout Game
Cafe and Wifi Website
Todo List
Disappearing Text Writing App
Convert PDF to Audiobook
Image Colour Palette Generator
Custom Web Scraper
Automate the Google Dinosaur Game
Space Invaders
Custom API Based Website
An Online Shop
Custom Automation
Analyse and Visualise the Space Race
Analyse Deaths involving Police in the United States
Study With Me
Bonus Lecture

Your Instructors

instructor

Shuvam Sahoo

4.75 /5
9 Courses 4 Reviews 73 Students
See more

Student Feedback

Reviews (3)

Write a review

Live Chat Section