Follow up with the projects and make yours without using a tutorial or AI. Answer from Tife_oa 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
What to do after Angela Yu's 100 days of code ?
Follow up with the projects and make yours without using a tutorial or AI. More on reddit.com
Learning Python
Here is some more info for you to start your python journey.
Free and one of the best I have seen: https://www.youtube.com/watch?v=YYXdXT2l-Gg&list=PL-osiE80TeTt2d9bfVyTiXJA-UTHn6WwU
Guide to Python: https://docs.python-guide.org/
Python3 Boot Camp On Github: https://github.com/Pierian-Data/Complete-Python-3-Bootcamp
On Udemy Under $12: https://www.udemy.com/course/complete-python-bootcamp/
Practice Python by Solving problems: https://www.codewars.com/
More on reddit.comSo 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
Python for Data Science and Machine Learning Bootcamp - Jose Portilla, Pierian Training
import seaborn as sns titanic = sns.load_dataset('titanic') sns.heatmap(titanic.corr()) This code example was made obsolete when you installed a pandas version >= 2.0.0. See the docs for pandas.DataFrame.corr : Changed in version 2.0.0: The default value of numeric_only is now False. I'm guessing the correct code example for pandas version >= 2.0.0 would be something like: import seaborn as sns titanic = sns.load_dataset('titanic') sns.heatmap(titanic.corr(numeric_only=True)) More on reddit.com
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
GitHub
github.com › Pigiel › udemy-python-3-bootcamp
GitHub - Pigiel/udemy-python-3-bootcamp: Course Files for Complete Python 3 Bootcamp Course on Udemy
Get it now for 95% off with the link: https://www.udemy.com/complete-python-bootcamp/?couponCode=COMPLETE_GITHUB
Starred by 3 users
Forked by 2 users
Languages Jupyter Notebook 99.9% | Jupyter Notebook 99.9%
SourceForge
sourceforge.net › projects › complete-python-3.mirror
Complete-Python-3-Bootcamp download | SourceForge.net
3 weeks ago - This is an exact mirror of the Complete-Python-3-Bootcamp project, hosted at https://github.com/Pierian-Data/Complete-Python-3-Bootcamp.
Reddit
reddit.com › r/learnpython › what to do after angela yu's 100 days of code ?
r/learnpython on Reddit: What to do after Angela Yu's 100 days of code ?
February 2, 2024 -
-
I have completed Angela Yu's 100 days of code but still I am not at advance level of python to get a good job like google just an example , And the main question is what should I do next , can I start solving leetcode questions ??
Top answer 1 of 14
29
Follow up with the projects and make yours without using a tutorial or AI.
2 of 14
28
"What should I do after learning the basics of coding?" Pick a project and start coding my friend. Find something to automate in your life and make it go faster. Make a game. Make a cool website. Write a web scraper for something you do daily. Come up with a project and have fun. The answer is: you code.
GitHub
github.com › elfgodd › Python-3-Bootcamp-Complete
GitHub - elfgodd/Python-3-Bootcamp-Complete: 2022 Complete Python Bootcamp From Zero to Hero in Python · GitHub
Learn Python like a Professional Start from the basics and go all the way to creating your own applications and games Instructor: Jose Portilla Course Repository: https://github.com/Pierian-Data/Complete-Python-3-Bootcamp
Author elfgodd
GitHub
github.com › RanitManik › 100-days-of-python
GitHub - RanitManik/100-days-of-python: 🐍 The Complete Python Pro Bootcamp for 2023 || This repository contains code and projects completed during the "100 Days of Python" bootcamp by Angela Yu. This bootcamp is an intensive programming course that covers a wide range of topics in Python programming.
Day 02: Understanding Data Types and How to Manipulate Strings ... Day 38: Build a Workout Tracking App that Talks to Google Sheets! ... Day 40: Capstone Part 2: Flight Club! ... Special thanks to Angela Yu for creating this amazing bootcamp ...
Starred by 130 users
Forked by 43 users
Languages Python
GitHub
github.com › Pierian-Data › Python-Russian
GitHub - Pierian-Data/Python-Russian: Полный Курс Python 3: от Новичка до Мастера (Питон, Пайтон) · GitHub
Материалы курса "Полный Курс Python 3: от Новичка до Мастера (Питон, Пайтон)" (Complete Python 3 Bootcamp) на Udemy
Starred by 98 users
Forked by 212 users
Languages Jupyter Notebook 99.9% | Python 0.1%
GitHub
github.com › lenargasimov › 100-days-of-python
GitHub - lenargasimov/100-days-of-python: 🐍 The Complete Python Pro Bootcamp for 2021
100 projects in 100 days. All the personal projects for Great professor and great course, really recommend it: 100 Days of Code - The Complete Python Pro Bootcamp for 2021. Day 1: Working with Variables in Python to Manage Data
Starred by 391 users
Forked by 179 users
Languages Jupyter Notebook
GitHub
github.com › phillipai › 100-days-of-code-python
GitHub - phillipai/100-days-of-code-python: 100 Days of Code: The Complete Python Pro Bootcamp · GitHub
Most projects ideas come from the Udemy course: 100 Days of Code: The Complete Python Pro Bootcamp · Day 1: Working with Variables in Python to Manage Data
Starred by 1K users
Forked by 480 users
Languages Jupyter Notebook 93.4% | CSS 3.3% | Python 1.3%
GitHub
github.com › b-tomi › 100DaysOfCode
GitHub - b-tomi/100DaysOfCode: 100 Days of Code - The Complete Python Pro Bootcamp for 2021: Project solutions · GitHub
100 Days of Code - The Complete Python Pro Bootcamp for 2021: Project solutions - b-tomi/100DaysOfCode
Starred by 227 users
Forked by 153 users
Languages Jupyter Notebook 94.3% | Python 2.1% | JavaScript 1.5%
GitHub
github.com › numanzamandipuu › Python-Bootcamp
GitHub - numanzamandipuu/Python-Bootcamp: Source Code of 100 Days of Code: The Complete Python Pro Bootcamp for 2022 by Dr. Angela Yu. · GitHub
Source Code of 100 Days of Code: The Complete Python Pro Bootcamp for 2022 by Dr. Angela Yu. - numanzamandipuu/Python-Bootcamp
Starred by 12 users
Forked by 11 users
Languages Python 99.2% | HTML 0.8%
GitHub
github.com › nicalitz › Complete-Python-Bootcamp
GitHub - nicalitz/Complete-Python-Bootcamp: Udemy Course - Complete Python Bootcamp - Jose Portilla
Udemy Course - Complete Python Bootcamp - Jose Portilla · 40 stars 30 forks Branches Tags Activity · Star · Notifications · You must be signed in to change notification settings · master · BranchesTags · Go to fileCode · Open more actions menu · Name · Name · Last commit message · Last commit date · 28 Commits · 01-Object-and-Data-Structure-Basics ·
Starred by 40 users
Forked by 30 users
Languages Python 85.1% | Jupyter Notebook 14.9% | Python 85.1% | Jupyter Notebook 14.9%
GitHub
github.com › marcyves › Python-3-Formation-complete
GitHub - marcyves/Python-3-Formation-complete: Python - Formation intensive à la programmation · GitHub
Vous allez trouver ici tous les documents (Jupyter Notebooks) qui accompagnent le cours Python 3 : Formation complète à la programmation.
Starred by 59 users
Forked by 37 users
Languages Jupyter Notebook
GitHub
github.com › stenivan › python-zero-to-hero
GitHub - stenivan/python-zero-to-hero: Complete Python Bootcamp: Go from zero to hero in Python 3 · GitHub
Starred by 35 users
Forked by 24 users
Languages Jupyter Notebook 99.8% | Python 0.2%
GitHub
github.com › zmess24 › The-Complete-Python-Bootcamp-From-Zero-to-Hero-in-Python
GitHub - zmess24/The-Complete-Python-Bootcamp-From-Zero-to-Hero-in-Python: Learn Python like a Professional Start from the basics and go all the way to creating your own applications and games · GitHub
This repository is for a 22.5 hour course I completed on Udemy by Jose Portilla designed to teach the basics of Python.
Author zmess24