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
-
5Download and Setup PyCharm for Learning
-
6Printing to the Console in Python
-
7Printing Practice
-
8String Manipulation and Code Intelligence
-
9Debugging Practice
-
10The Python Input Function
-
11Python Variables
-
12Variables
-
13Variable Naming
-
14Variable Naming Quiz
Apply what you've learnt about naming variables and see how much you know!
-
15Day 1 Project: Band Name Generator
-
16Congratulations! Well done!
-
17Day 2 Goals: what we will make by the end of the day
-
18Python Primitive Data Types
-
19Data Types Quiz
-
20Type Error, Type Checking and Type Conversion
-
21Mathematical Operations in Python
-
22BMI Calculator
-
23Number Manipulation and F Strings in Python
-
24Mathematical 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.
-
25Day 2 Project: Tip Calculator
-
26You are already in the top 50%
-
27Day 3 Goals: what we will make by the end of the day
-
28Get Access to the Monthly App Brewery Newsletter
-
29Control Flow with if / else and Conditional Operators
-
30Introducing the Modulo
-
31Nested if statements and elif statements
-
32BMI Calculator with Interpretations
-
33Multiple If Statements in Succession
-
34Pizza Order Practice
-
35Logical Operators
-
36Logical Operators Quiz
-
37Day 3 Project: Treasure Island
-
38Share and Show off your Project!
-
39Day 4 Goals: what we will make by the end of the day
-
40Random Module
-
41Understanding the Offset and Appending Items to Lists
-
42Who will pay the bill?
-
43IndexErrors and Working with Nested Lists
-
44List 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!
-
45Day 4 Project: Rock Paper Scissors
-
46Programming is like going to the Gym
-
54Day 6 Goals: what we will make by the end of the day
-
55Defining and Calling Python Functions
-
56The Hurdles Loop Challenge
-
57Indentation in Python
-
58Code Indentation Quiz
-
59While Loops
-
60Hurdles Challenge using While Loops
-
61Jumping over Hurdles with Variable Heights
-
62Final Project: Escaping the Maze
-
63Why is this *so* Hard?! Can I really do this?
-
64Day 7 Goals: what we will make by the end of the day
-
65How to break a Complex Problem down into a Flow Chart
-
66Step 1 - Picking a Random Words and Checking Answers
-
67Step 2 - Replacing Blanks with Guesses
-
68Step 3 - Checking if the Player has Won
-
69Step 4 - Keeping Track of the Player's Lives
-
70Step 5 - Improving the User Experience
-
71The Benefits of Daily Practice
-
72Day 8 Goals: what we will make by the end of the day
-
73Functions with Inputs
-
74Life in Weeks
-
75Positional vs. Keyword Arguments
-
76Love Calculator
-
77Caesar Cipher Part 1 - Encryption
-
78Caesar Cipher Part 2 - Decryption
-
79Caesar Cipher Part 3 - Reorganising our Code
-
80How You Can *Stay* Motivated