They're all the same content-wise and doesn't matter as much which you pick IMO (though I'd prefer Angela Yu 's course because her clarity is better), the most important thing I'd say is to just get started asap and be consistent with it (even it's just 30mins or 1hr a day). No books or videos will teach you everything you need, so you'll be constantly referring to another resource (documentation, stackoverflow being the main ones). I'd personally recommend Uni of Helsinki MOOC course as it gets you to do tonnes of exercises, figure things out on your own and doesn't handhold you. I've done their Java course and it really did help break me out of constantly relying on tutorials. Use it along with any video tutorials if you wish, but make sure you're spending more time applying what you've learnt by doing exercises. If stuck don't be afraid of googling for answers. Answer from LifeNavigator on reddit.com
🌐
GitHub
github.com β€Ί Pierian-Data β€Ί Complete-Python-3-Bootcamp
GitHub - Pierian-Data/Complete-Python-3-Bootcamp: Course Files for Complete Python 3 Bootcamp Course on Udemy Β· GitHub
Course Files for Complete Python 3 Bootcamp Course on Udemy - Pierian-Data/Complete-Python-3-Bootcamp
Starred by 29.5K users
Forked by 87.4K users
Languages Β  Jupyter Notebook
🌐
Udemy
udemy.com β€Ί development
The Complete Python Bootcamp From Zero to Hero in Python
March 8, 2026 - Check out the resource links for this lecture! ... Learn how git version control and create you GitHub account to show off your projects! ... Learn the basics of data types in Python 3.
Rating: 4.6 ​ - ​ 560K votes
Discussions

So I'm taking 2021 Complete Python Bootcamp From Zero to Hero in Python - Udemy
Step 1. Don't memorize, but understand. Step 2. Code, code, code, code... More on reddit.com
🌐 r/learnpython
71
318
March 2, 2021
Has anyone completed the udemy python bootcamp?
They're all the same content-wise and doesn't matter as much which you pick IMO (though I'd prefer Angela Yu 's course because her clarity is better), the most important thing I'd say is to just get started asap and be consistent with it (even it's just 30mins or 1hr a day). No books or videos will teach you everything you need, so you'll be constantly referring to another resource (documentation, stackoverflow being the main ones). I'd personally recommend Uni of Helsinki MOOC course as it gets you to do tonnes of exercises, figure things out on your own and doesn't handhold you. I've done their Java course and it really did help break me out of constantly relying on tutorials. Use it along with any video tutorials if you wish, but make sure you're spending more time applying what you've learnt by doing exercises. If stuck don't be afraid of googling for answers. More on reddit.com
🌐 r/learnprogramming
9
2
March 29, 2023
🌐
SourceForge
sourceforge.net β€Ί projects β€Ί complete-python-3.mirror
Complete-Python-3-Bootcamp download | SourceForge.net
3 weeks ago - The Complete-Python-3-Bootcamp repository is an educational resource created by Pierian Data as part of their popular Python for Data Science and Machine Learning Bootcamp course.
🌐
CoCalc
cocalc.com β€Ί github β€Ί Pierian-Data β€Ί Complete-Python-3-Bootcamp
Pierian-Data/Complete-Python-3-Bootcamp
1 GitHub Repository: Pierian-Data/Complete-Python-3-Bootcamp Path: Pierian-Data/Complete-Python-3-Bootcamp
🌐
Reddit
reddit.com β€Ί r/learnpython β€Ί so i'm taking 2021 complete python bootcamp from zero to hero in python - udemy
r/learnpython on Reddit: So I'm taking 2021 Complete Python Bootcamp From Zero to Hero in Python - Udemy
March 2, 2021 -

What is the best way to be efficient in this course? Should I run through from Section 1 until the end or should I create a project while I finish the course?

I mean, the course is great but I'm a bit anxious that I cannot memorize all the theories and codes and ultimately apply this in real-life coding situations.

So should I finish the course first before working on a real project?

🌐
GitHub
github.com β€Ί Pierian-Data
Pierian-Data (Pierian Data) Β· GitHub
http://www.pieriantraining.com Β· x4 Β· x4 Block or Report Β· Report abuse Β· Contact GitHub support about this user’s behavior. Learn more about reporting abuse. Report abuse Β· More Β· Overview Β· Repositories Β· Projects Β· Packages Β· Stars Β· Complete-Python-3-Bootcamp Β·
🌐
LinkedIn
linkedin.com β€Ί posts β€Ί piyush-kesarwani-809a30219_github-pierian-datacomplete-python-3-bootcamp-activity-7055758200469372929-w_Of
PIYUSH KESARWANI on LinkedIn: GitHub - Pierian-Data/Complete-Python-3-Bootcamp: Course Files for…
April 23, 2023 - Here are the best GitHub resources I would recommend you to follow to learn and practice Python language for Free: β˜‘ Course Files for Complete Python 3 Bootcamp Course on Udemy - https://lnkd.in/dJCR-83k β˜‘ My Python Examples - ...
🌐
Reddit
reddit.com β€Ί r/learnpython β€Ί python for data science and machine learning bootcamp - jose portilla, pierian training
r/learnpython on Reddit: Python for Data Science and Machine Learning Bootcamp - Jose Portilla, Pierian Training
August 27, 2024 -

I've been working on my data analysis and started this course on Udemy.
In the tutorial there have been multiple instances were only .corr() is used, like

import seaborn as sns
titanic = sns.load_dataset('titanic')
sns.heatmap(titanic.corr())

which gives me the ValueError: could not convert string to float: 'male'. My roundabout solution is:

sns.heatmap(data=titanic[['survived', 'pclass', 'age', 'sibsp', 'parch', 'fare', 'adult_male', 'alone']].corr())

I use VScode with the Jupyter extension, compared to the tutorial which uses Anaconda - JupyterNotebook.

Is there such a difference in IDE's or is the tutorial just wrong?

Find elsewhere
🌐
Internet Archive
archive.org β€Ί software
github.com-Pierian-Data-Complete-Python-3-Bootcamp_-_2020-09-10_17-30-20 : Pierian-Data : Free Download, Borrow, and Streaming : Internet Archive
Get it now for 95% off with the link:https://www.udemy.com/complete-python-bootcamp/?couponCode=COMPLETE_GITHUB Β· Thanks! To restore the repository download the bundle Β· wget https://archive.org/download/github.com-Pierian-Data-Complete-Python-3-Bootcamp_-_2020-09-10_17-30-20/Pierian-Data-Complete-Python-3-Bootcamp_-_2020-09-10_17-30-20.bundle and run:
🌐
Reddit
reddit.com β€Ί r/learnprogramming β€Ί has anyone completed the udemy python bootcamp?
r/learnprogramming on Reddit: Has anyone completed the udemy python bootcamp?
March 29, 2023 -

Looking to keep myself busy over summer between college.

Found this bootcamp at a decent price. Wondering if anyone has done it before and how they found it.

https://www.udemy.com/course/complete-python-bootcamp/

Cheers folks

🌐
Internet Archive
archive.org β€Ί software
github.com-Pierian-Data-Complete-Python-3-Bootcamp_-_2021-12-27_03-35-21 : Pierian-Data : Free Download, Borrow, and Streaming : Internet Archive
git clone Pierian-Data-Complete-Python-3-Bootcamp_-_2021-12-27_03-35-21.bundle Source: https://github.com/Pierian-Data/Complete-Python-3-Bootcamp Uploader: Pierian-Data Upload date: 2021-12-27
🌐
Udemy
udemy.com β€Ί development
[2025] Complete Python Bootcamp From Zero to Hero in Python
December 10, 2024 - This is the most comprehensive, yet straightforward, course for the Python programming language on Udemy! Whether you have never programmed before, already know basic syntax, or want to learn about the advanced features of Python, this course ...
Rating: 4.1 ​ - ​ 279 votes
🌐
Udemy
udemy.com β€Ί development
Complete Python and Machine Learning Bootcamp: Zero to Hero
January 22, 2025 - Complete Python and Machine Learning Bootcamp: Zero to Hero ... Learn Python programming and master machine learning fundamentals. Build real-world projects. ... Understand Python programming fundamentals, including variables, data types, and control flow.
Rating: 3.5 ​ - ​ 1 votes
🌐
Udemy
udemy.com β€Ί user β€Ί pierian-data-international
Pierian Data International by Jose Portilla | Jose Portilla's Pierian Data Inc. International Translations | Udemy
Currently he works as the Head of Data Science for Pierian Data Inc. and provides in-person data science and python programming training courses to employees working at top companies, including General Electric, Cigna, The New York Times, Credit Suisse, and many more.
🌐
Udemy
udemy.com β€Ί courses β€Ί business
Online Business Courses
Advance your career by sharpening your skills in finance, marketing, communications, sales, strategy, project management, and many more by taking a course from one of Udemy's top rated instructors!
🌐
Jetbrains
academy.jetbrains.com β€Ί course β€Ί 25212
100 Days of Code - The Complete Python Pro Bootcamp
The companion to the best-selling 100 Days of Code - The Complete Python Pro Bootcamp by Angela Yu on Udemy Link to full course: https://www.udemy.com/course/100-days-of-code/
🌐
Udemy
udemy.com β€Ί it & software
The Ultimate Python Bootcamp - Everything You Need to Know
June 7, 2025 - Here is a brief look of what you will cover in this Python Bootcamp: Python Fundamentals: Learn the essentials of programming, setting up Python, and writing your first code. Core Programming Concepts: Variables, data types, control flow, and ...
Rating: 4.8 ​ - ​ 19 votes
🌐
Udemy
udemy.com β€Ί development
The Complete Python 3 Course: Go from Beginner to Advanced!
January 9, 2018 - Complete Guide to learning how to program in Python.
Rating: 4.2 ​ - ​ 5.32K votes
🌐
Udemy
udemy.com β€Ί development
The Complete Python Bootcamp: From Beginner to Advanced
April 4, 2025 - Master Python 3 from scratch! Learn data structures, OOP, file handling, web scraping, and more with real-world projects
Rating: 4.5 ​ - ​ 65 votes
🌐
Udemy
udemy.com β€Ί development
Master Python Programming: Zero to Expert in Python
February 4, 2026 - Build a comprehensive understanding of Python 3 from the ground up. Write professional, Pythonic code using the best practices. Learn to work with Python control flow structures: if, for, while, break, continue, pass, exceptions, try-except...
Rating: 4.6 ​ - ​ 2.67K votes