#100daysofpython resultados de búsqueda
🚀 Day 9 of #100DaysOfPython — Secret Auction 🔐💰Built a Secret Auction Program in Python today! Learnt how to use dictionaries, loops, and logic to determine the highest bidder. Fun project — and yeah, the auction got competitive! #Python #CodingJourn #CodeNewbie ##100DaysOfCod
#Day028 - #100DaysOfPython: Hitting complications! ❌ Can't seem to get through this #Filtering_and_Sorting section - running smack dab into this error again and again.. Apparently my code is correct, but for some reason I keep getting this KeyError.. What's it mean?!!! 😫😫
#Day027 - #100DaysOfPython challenge: Continuing with Alex Freberg's #Python with #Pandas YouTube tutorial on @freeCodeCamp. Today I started learning how to #Filter and #Sort through a Pandas DataFrame in Python. Didn't do much - I'm tired. Just relaxing from Today's work.😵
🔐 Day 8 of #100DaysOfPython Today I built a Caesar Cipher encoder–decoder! It was fun watching my code encrypt and decrypt messages in real time. Loving how each day adds a new layer of logic & problem-solving. 1 to Day 9 🚀🐍 #Python #CodingJourney #100DaysOfCode #LearnToCode
#Day027 - #100DaysOfPython challenge: Continuing with Alex Freberg's #Python with #Pandas YouTube tutorial on @freeCodeCamp. Today I started learning how to #Filter and #Sort through a Pandas DataFrame in Python. Didn't do much - I'm tired. Just relaxing from Today's work.😵
#Day026 - #100DaysOfPython challenge: Today on #Pandas, I worked with excel files. Funny I used to think only .csv files could be loaded into a pandas DataFrame.. 😅😅 If my file was in .xlsx format or anyone else, I would convert them to .csv file first, then load it. 😂😤
Day 7 of #100DaysOfPython Today I built the classic Hangman Game in Python! 🎮🐍->>ASCII art, random words, logic checks — and yes, I escaped the noose! Loving how each day gets more interesting .#PythonBeginner #Python学习 #AngelaYu #learneroftheweek
#Day026 - #100DaysOfPython challenge: Today on #Pandas, I worked with excel files. Funny I used to think only .csv files could be loaded into a pandas DataFrame.. 😅😅 If my file was in .xlsx format or anyone else, I would convert them to .csv file first, then load it. 😂😤
#Day025 - #100DaysOfPython challenge: Today was so hectic, and at the end, couldn't focus my brain to construct or understand any #Python code.. So instead I introduced myself to #DataScience following @freeCodeCamp YouTube tutorial on it. To Understand it's basic concept.
Day 6 of #100DaysOfPython! Took on the classic Maze Challenge using Reeborg’s World. It was tricky but super fun to solve with loops and logic! 🧠🐍 Try it here: reeborg.ca/reeborg.html #Python #CodeNewbie #LearningToCode #Reeborg #PythonJourney
#Day025 - #100DaysOfPython challenge: Today was so hectic, and at the end, couldn't focus my brain to construct or understand any #Python code.. So instead I introduced myself to #DataScience following @freeCodeCamp YouTube tutorial on it. To Understand it's basic concept.
#Day024 - #100DaysOfPython challenge: Breaking into #Pandas. Loaded different kinds of data into #Python using Pandas, which takes raw data in whatever format: ✓ CSV Files ✓ TXT Files ✓ JSON Files ✓ EXCEL(xlsx) Files .. and converts them to DataFrames which Python can read.
Day 5 of #100DaysOfPython 🔐 Created a Random Password Generator using loops, lists & randomness. One of the most interesting days so far! #Python #CyberSecurity #CodingJourney #BuildInPublic
#Day024 - #100DaysOfPython challenge: Breaking into #Pandas. Loaded different kinds of data into #Python using Pandas, which takes raw data in whatever format: ✓ CSV Files ✓ TXT Files ✓ JSON Files ✓ EXCEL(xlsx) Files .. and converts them to DataFrames which Python can read.
#Day023 - #100DaysOfPython: ✨Scraped Non-Tabular Data from the web!! ✨ Following Alex Freberg #Python tutorials on Web Scraping, I decided to do mine - Zero Supervision. And the data I saw was in text format - No Tables, totally different from the Tabular format Alex taught.
Day 4 of #100DaysOfPython ✂️📄🪨 Built a Rock-Paper-Scissors game with ASCII art. Computer didn’t stand a chance 😌 #Python #100daysofcode #CodeNewbie #BuildInPublic
#Day023 - #100DaysOfPython: ✨Scraped Non-Tabular Data from the web!! ✨ Following Alex Freberg #Python tutorials on Web Scraping, I decided to do mine - Zero Supervision. And the data I saw was in text format - No Tables, totally different from the Tabular format Alex taught.
#Day022 - #100DaysOfPython challenge: I was introduced to Web scraping. learnt to use find() and find_all() to locate items from a website and load it into #Python using #BeautifuSoup and #requests.. Getting interesting.. 😁 #Data #PythonProgramming #DataScience #DataAnalysis
Day 3 of #100DaysOfPython with @yu_angela! Built the Treasure Island game today 🏴☠️💎 The ASCII art + branching logic made it super fun to code. Slowly leveling up! ⚡🐍 #Python #CodeNewbie #learntocode
#Day022 - #100DaysOfPython challenge: I was introduced to Web scraping. learnt to use find() and find_all() to locate items from a website and load it into #Python using #BeautifuSoup and #requests.. Getting interesting.. 😁 #Data #PythonProgramming #DataScience #DataAnalysis
#Day021 - #100DaysOfPython: Today is with Alex the Analyst in a bid to understand how Python intertwines with Data. Together, we built a BMI Calculator, and an Automatic File Sorter for windows - which runs well but still give errors I don't understand after the code runs.
Day 13 of Python Today I met numbers in Python: int vs float / gives float, // gives whole part, % gives remainder + works only if both are numbers or both are strings. input() always returns a string → need int()/float() for math. Slow but real progress. #100DaysOfPython
Day 5 of #100DaysOfPython. Learned loops and built a password generator that creates secure, random passwords automatically. Today showed me how automation saves time, prevents mistakes, and powers real-world tools. Day 6 continues tomorrow. Let's connect #Python #CodingJourney
Day 2 of #100DaysOfPython ✔️ Worked on BMI calculator, f-strings, and more practice scripts. Small steps every day — staying consistent! 🐍✨ #Python #CodingJourney #LearnToCode
Day 31 of #100DaysOfPython Built a Flash Card Learning App with Tkinter today! Learned how to use timers, flip cards automatically, load/save progress with CSV files, and handle exceptions cleanly. My GUI skills are leveling up #Python #WomenInTech #100DaysChallenge
Love the switch to Jupyter Lab, Ben! I’m building an AI agent for Jupyter called RunCell — happy to share it if you ever want to try it during your #100DaysOfPython. Always appreciate feedback! runcell.dev
Day 90 of #100DaysOfCode : 🎯I Completed the "Mail Merge" project from #100DaysOfPython by @yu_angela using independent research, without the solution video. 🎯I spent 4hrs 45m coding today.
Day 98 of #100DaysOfCode : 🎯I completed section 26 of #100DaysOfPython by @yu_angela 🎯I build "Nato Alphabet" project 🎯I spent 2hrs 16m coding today.
Day 75 of #100DaysOfCode : 🎯I completed part 1 of my snake game project (#python) 🎯I completed section 20 of #100DaysOfPython by #AngelaYu 🎯I spent 2hrs 11m coding today
I happily share my first progress post in #100daysofcode, #100daysofpython Challenge 1st, 2nd days are done ✅
🚀 Day 31 of #100DaysOfCode with the #100DaysOfPython course by Dr. Angela Yu on Udemy! 📷Day 31 Project : Flashcard App Project. While the original project was based on French Language, I decided to use Japanese Instead. #Python
Day 82 of #100DaysOfCode : 🎯I completed section 23 of #100DaysOfPython by #angelaYu 🎯I build "Turtle Crossing game" project using #python 🎯I spent 3hrs 2m coding today.
Day 69 of #100DaysOfCode : 🎯I completed section 18 of #100DaysOfPython 🎯I build Hirst painting using Turtle in Python. 🎯I spend 2hrs 21m coding today.
Day 94 of #100DaysOfCode : 🎯I completed "Squirrel count" challenge in pandas #python, I learn how to use some of pandas series methods/attributes, and use it to get some info from a file. @yu_angela #100DaysOfPython 🎯I spent 2hrs 12m coding today.
Day 96 of #100DaysOfCode : 🎯I completed "US States Game" project (github.com/emmanuel-dev3/…) 🎯I completed section 25 of #100DaysOfPython by @yu_angela 🎯I started building "Nigeria States Game" project 🎯I spent 6hrs 33m coding today. 🎯
Day 76 of #100DaysOfCode : 🎯I completed my snake game project part2 (github.com/emmanuel-dev3/…) ✅I added some customization to the game(random food/colors, and random snake colors) 🎯I completed section 21 of #100DaysOfPython by @yu_angela 🎯I spent 7hrs 38m coding today.
🔥 Day 2 of #100DaysOfPython 🐍 Today was all about data types, type conversion, and math operations 🔍 #Python #CodeNewbie #WomenInTech
Day 28 of #100DaysOfPython Projects: Turtle Crossing Game – Built a fun game where the turtle dodges traffic to cross the road!
✨ Day 19 of 100 ✨️ – Import 🔧 Python doesn’t make you reinvent the wheel, just import it. import = whole toolbox From… import = pick what you need import as = shortcut name One tool, one line, one day at a time. #100DaysOfPython #PythonZeroToHeroStudent
Day 1/100 ✅ The first line of code is written! 🐍 Just kicked off the #100DaysOfPython challenge, and I'm already hooked. Today was all about the basics: variables, `print()`, and `input()`. It feels amazing to finally start building a new skill from the ground up.
Day 11 of #100DaysOfPython Built a basic calculator in Python. It takes two numbers + an operator as input and does the math based on what you enter: +, -, *, or /. Wrote the logic using if, elif, and else. #Python #100DaysOfCode #BuildInPublic
Day 91 of #100DaysOfCode : 🎯I practice Java and also started section 25 from #100DaysOfPython by #angelaYu on how to work with Pandas and csv files 🎯I spent 51m coding today.
Something went wrong.
Something went wrong.
United States Trends
- 1. #MerryChristmasJustin 11.6K posts
- 2. FOMC 40.4K posts
- 3. #wednesdaymotivation 3,714 posts
- 4. Met Gala 61.3K posts
- 5. Rayman 2 2,088 posts
- 6. Waffle House 4,789 posts
- 7. Good Wednesday 37.8K posts
- 8. #HumanRightsDay 33.4K posts
- 9. Hump Day 16.6K posts
- 10. Act III 3,192 posts
- 11. Oslo 288K posts
- 12. Tonic Trouble 1,446 posts
- 13. #Wednesdayvibe 2,706 posts
- 14. Zendaya 39K posts
- 15. María Corina Machado 285K posts
- 16. María Corina Machado 285K posts
- 17. #NXXT_GridReform N/A
- 18. Sophie Kinsella 2,952 posts
- 19. Electrician 2,328 posts
- 20. Powell 40.1K posts