100 Days of Code: The Complete Python Pro Bootcamp
- Description
- Curriculum
- FAQ
- Reviews
Welcome to the 100 Days of Code – The Complete Python Pro Bootcamp, the only course you need to learn to code with Python. With over 500,000 5 STAR reviews and a 4.8 average, my courses are some of the HIGHEST RATED courses in the history of Udemy!
100 days, 1 hour per day, learn to build 1 project per day, this is how you master Python.
At 60+ hours, this Python course is without a doubt the most comprehensive Python course available anywhere online. Even if you have zero programming experience, this course will take you from beginner to professional. Here’s why:
-
The course is taught by the lead instructor at the App Brewery, London’s best in-person programming Bootcamp.
-
The course has been updated and you’ll be learning the latest tools and technologies used at large companies such as Apple, Google and Netflix.
-
This course doesn’t cut any corners, there are beautiful animated explanation videos and tens of real-world projects which you will get to build. e.g. Tinder auto swiper, Snake game, Blog Website, LinkedIn Auto Submit Job Application
-
The curriculum was developed over a period of 2 years, with comprehensive student testing and feedback.
-
We’ve taught over 600,000 students how to code and many have gone on to change their lives by becoming professional developers or starting their own tech startup.
-
You’ll save yourself over $12,000 by enrolling, and still get access to the same teaching materials and learn from the same instructor and curriculum as our in-person programming Bootcamp.
-
The course is constantly updated with new content, with new projects and modules determined by students – that’s you!
We’ll take you step-by-step through engaging video tutorials and teach you everything you need to know to succeed as a Python developer.
The course includes over 65 hours of HD video tutorials and builds your programming knowledge while making real-world Python projects.
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!
Sign up today, and look forward to:
-
Video Lectures
-
Code Challenges and Exercises
-
Fully Fledged Projects
-
Quizzes
-
Programming Resources and Cheatsheets
-
Downloads
-
Our best selling 12 Rules to Learn to Code eBook
-
$12,000+ Python Pro Bootcamp course materials and curriculum
Don’t just take my word for it, check out what existing students have to say about my courses:
“Angela is just incredible, awesome and just fantastic in this course. I’ve never had such an instructor; detailed in every aspect of the course, gives precise explanations, gives you the anxiety to learn etc. She’s got that ability to make fun while explaining things for better understanding. I really love this course.” – Ekeu MonkamUlrich
“Angela is very thorough without ever being boring. I’ve taken MANY online courses in my life including my Bachelors and Masters degrees. She is by far the best instructor I’ve ever had. This course is packed with thousands of dollars worth of great instruction, and paced well enough for anyone to pick coding up and run with it- Thank you!” – J Carlucci
“Love the way Angela explains things. Easy to follow and full of logic. I can say she must spend a lot of energy creating this great course. Thank you and I recommend it to all who’s interested in coding!” – Yiqing Zheng
“So far (on my third day) this course has taught me more than I was able to learn in multiple other programming courses. This course is clearly outlined and builds upon itself gradually in an easy to understand way.” – Normal Ramsey
“It’s a different approach to teaching Web Development. I like that you are given everything possible to succeed from the onset.” – Ronick Thomas
The tutor is simply AMAZING, by far the best tutor I have ever had. I would give her 10 stars out of 5. She is not just punching the code and talking to herself, but she is actually explaining things. She keeps on giving really useful hints and she will give you a great load of other references. I always knew what I was doing and why I was doing it. All the extra challenges have just made me remember and understand things better. – Peter Dlugos
REMEMBER… I’m so confident that you’ll love this course that we’re offering a FULL money-back guarantee for 30 days! So it’s a complete no-brainer, sign up today with ZERO risk and EVERYTHING to gain.
So what are you waiting for? Click the buy now button and join the world’s highest-rated development course.
-
1What you're going to get from this course
-
2START HERE
-
3Downloadable Resources and Tips for Taking the Course
-
4Day 1 Goals: what we will make by the end of the day
-
5FAQ: Can I Use PyCharm/VSCode/ Another Local Code Editor?
-
6Printing to the Console in Python
-
7Join our Class on Auditorium
-
8[Interactive Coding Exercise] Printing
-
9String Manipulation and Code Intelligence
-
10[Interactive Coding Exercise] Debugging Practice
-
11The Python Input Function
-
12[Interactive Coding Exercise] Input Function
-
13Python Variables
-
14[Interactive Coding Exercise] Variables
-
15Variable Naming
-
16Variable Naming Quiz
Apply what you've learnt about naming variables and see how much you know!
-
17Day 1 Project: Band Name Generator
-
18Congratulations! Well done!
-
19Day 2 Goals: what we will make by the end of the day
-
20Python Primitive Data Types
-
21Data Types Quiz
-
22Type Error, Type Checking and Type Conversion
-
23[Interactive Coding Exercise] Data Types
-
24Mathematical Operations in Python
-
25[Interactive Coding Exercise] BMI Calculator
-
26Number Manipulation and F Strings in Python
-
27[Interactive Coding Exercise] Life in Weeks
-
28Mathematical Operations Quiz
We've covered a lot of mathematical operations you can do with Python. e.g. round(), floor division //, PEMDAS etc. This quiz is going to check to see if you can use all these concepts correctly.
-
29Day 2 Project: Tip Calculator
-
30You are already in the top 50%
-
31Day 3 Goals: what we will make by the end of the day
-
32Get Access to the Monthly App Brewery Newsletter
-
33Control Flow with if / else and Conditional Operators
-
34[Interactive Coding Exercise] Odd or Even? Introducing the Modulo
-
35Nested if statements and elif statements
-
36[Interactive Coding Exercise] BMI 2.0
-
37[Interactive Coding Exercise] Leap Year
-
38Multiple If Statements in Succession
-
39[Interactive Coding Exercise] Pizza Order Practice
-
40Logical Operators
-
41[Interactive Coding Exercise] Love Calculator
-
42Day 3 Project: Treasure Island
-
43Share and Show off your Project!
-
44Day 4 Goals: what we will make by the end of the day
-
45Random Module
-
46[Interactive Coding Exercise] Heads or Tails
-
47Understanding the Offset and Appending Items to Lists
-
48[Interactive Coding Exercise] Banker Roulette - Who will pay the bill?
-
49IndexErrors and Working with Nested Lists
-
50List and IndexError Quiz
IndexError is one of the most common errors you will make and encounter. Getting familiar with list indices and how they work in the context of Lists and nested Lists will make your life much easier in the future!
-
51[Interactive Coding Exercise] Treasure Map
-
52Day 4 Project: Rock Paper Scissors
-
53Programming is like going to the Gym
-
54Day 5 Goals: what we will make by the end of the day
-
55Using the for loop with Python Lists
-
56[Interactive Coding Exercise] Average Height
-
57[Interactive Coding Exercise] High Score
-
58for loops and the range() function
-
59[Interactive Coding Exercise] Adding Even Numbers
-
60[Interactive Coding Exercise] The FizzBuzz Job Interview Question
-
61Day 5 Project: Create a Password Generator
-
62Hard Work and Perseverance beats Raw Talent Every Time
-
63Day 6 Goals: what we will make by the end of the day
-
64Defining and Calling Python Functions
-
65The Hurdles Loop Challenge
-
66Indentation in Python
-
67Code Indentation Quiz
-
68While Loops
-
69Hurdles Challenge using While Loops
-
70Jumping over Hurdles with Variable Heights
-
71Final Project: Escaping the Maze
-
72Why is this *so* Hard?! Can I really do this?
-
73Day 7 Goals: what we will make by the end of the day
-
74How to break a Complex Problem down into a Flow Chart
-
75Challenge 1 - Picking a Random Words and Checking Answers
-
76Challenge 1 Solution - How to Check the User's Answer
-
77Challenge 2 - Replacing Blanks with Guesses
-
78Challenge 2 Solution - How to Replace the Blanks
-
79Challenge 3 - Checking if the Player has Won
-
80Challenge 3 Solution - How to Check if the Player Won
-
81Challenge 4 - Keeping Track of the Player's Lives
-
82Challenge 4 Solution - How to Keep Track of the Player's Lives
-
83Challenge 5 - Improving the User Experience
-
84Challenge 5 Solution - How to Add ASCII Art and Improve the UI
-
85The Benefits of Daily Practice