#100daysofpython 검색 결과
#Day037 - #100DaysOfPython challenge: Following freeCodeCamp data analysis bootcamp video by Alex Freberg - For today I worked on understanding .strip(), .replace(), and .split(). Understood the parameter contained in them as well.
#Day036 - #100DaysOfPython challenge: Didn't do much; just proceeded to cleaning data with ✓ .strip() and ✓.replace() it was more theoretical than practical. Goodnight. Long day today. 😵
After 14 straight days of coding, I listened to my body and took a break today. Consistency also means knowing when to rest. #100DaysOfPython #SelfCare #BuildInPublic
#Day036 - #100DaysOfPython challenge: Didn't do much; just proceeded to cleaning data with ✓ .strip() and ✓.replace() it was more theoretical than practical. Goodnight. Long day today. 😵
#Day035 - #100DaysOfPython challenge: Concluded Visualization basics. Stepped into Data Cleaning with #Pandas. Used .duplicated().any() to locate duplicates, and then dropped them using .drop_duplicates().. #DataScience #Data #PythonProgramming
Day 33 of #100DaysOfPython 🚀 Today I worked with real world APIs and built an ISS Overhead Notifier using Python. Learned how to make API requests, parse JSON data, handle errors, work with datetime, and trigger email alerts based on live conditions.
Day 14 — #100DaysOfPython ✅ Built a Higher–Lower game today 🎮 Comparing real-world follower counts using logic, loops, functions, and clean game flow. Getting more comfortable structuring code and thinking like a programmer. Slow progress, but solid progress. 🚀 #100DaysOfCode
Starting #100DaysOfPython 🐍 ⏱️ 4 hrs daily • 3 hrs coding & practice • 1 hr project building Day 1/100 ✅ Building consistency in public 🚀 #Python #100DaysOfCode #DeveloperJourney
#Day035 - #100DaysOfPython challenge: Concluded Visualization basics. Stepped into Data Cleaning with #Pandas. Used .duplicated().any() to locate duplicates, and then dropped them using .drop_duplicates().. #DataScience #Data #PythonProgramming
#Day034 - #100DaysOfPython Challenge: Went further into visualizations. Did: ✓ Histogram. ✓ Scatter plots. ✓ Box plots. Learnt charts have distinct uses; While some visualize information about data, others are used to check distribution or relationship between 2 variables.
Option 1 — Debugging focus Day 13 of #100DaysOfPython 🐍 Focused on debugging today — fixed FizzBuzz, leap year logic, and odd/even bugs. Small fixes, big learning. Pushed everything to Git 🚀 #Python #CodingJourney #Debugging #LearnToCode #DevLife
#Day034 - #100DaysOfPython Challenge: Went further into visualizations. Did: ✓ Histogram. ✓ Scatter plots. ✓ Box plots. Learnt charts have distinct uses; While some visualize information about data, others are used to check distribution or relationship between 2 variables.
#Day033 - #100DaysOfPython Challenge: Sliding into the beauty of Analysis - #Visualizations. 📊 - Did an introduction to Charts in Pandas. Got to know two: ✓ Line Charts - lineplots in Pandas. ✓ Bar Charts - barplot in Pandas. .. and that will be all for today, lol. 💪🏽😤
Day 11 of #100DaysOfPython — Blackjack Simulator! 🃏💻 Built a full Blackjack game in Python today — card dealing, scoring logic, Ace handling, win/lose conditions… Crazy fun watching the game play out in the terminal. 😎#Python #100DaysOfCode #Blackjack #CodingJourney
#Day033 - #100DaysOfPython Challenge: Sliding into the beauty of Analysis - #Visualizations. 📊 - Did an introduction to Charts in Pandas. Got to know two: ✓ Line Charts - lineplots in Pandas. ✓ Bar Charts - barplot in Pandas. .. and that will be all for today, lol. 💪🏽😤
#Day032 - #100DaysOfPython Challenge: Have you had to run #Jupyter_Lab on your mobile device before? That was my dilemma today! Laptop charger for burnt yesterday.😫 Okay, so I did some join(), concat(), and append() functions, to combine two or more DataFrames into one. 😤💪🏽
Day 11/100 Revising OOP in Python and rewrote my old code the right way using classes & objects. Played around with libraries like pipy and turtle to build some fun basics stuff. #100DaysOfCode #100Daysofpython #LLM #oops #GenAI
Day 12 of #100DaysOfPython 🐍 Built a Number Guessing Game with difficulty levels, attempts logic, and clean functions. Logic + control flow getting sharper every day 💪 #Python #CodingJourney #LearnToCode #DevLife #Programming #Consistency
Day 1 done ✅ Excited to build real projects, strengthen Python fundamentals, and stay consistent for the next 100 days. Let the journey begin 💪 #100DaysOfPython #PythonBootcamp #Udemy #CodingJourney #LearnPython
#Day032 - #100DaysOfPython Challenge: Have you had to run #Jupyter_Lab on your mobile device before? That was my dilemma today! Laptop charger for burnt yesterday.😫 Okay, so I did some join(), concat(), and append() functions, to combine two or more DataFrames into one. 😤💪🏽
#Day031 - #100DaysOfPython Challenge: Resuming from where I stopped yesterday, today I understood: 📍.agg() 📍.describe() I also understood that .describe() does what the aggregate function .agg() does, but may be limited; I also ventured into; 📍Merge() 📍Join() 📍 Concat().
#Day031 - #100DaysOfPython Challenge: Resuming from where I stopped yesterday, today I understood: 📍.agg() 📍.describe() I also understood that .describe() does what the aggregate function .agg() does, but may be limited; I also ventured into; 📍Merge() 📍Join() 📍 Concat().
#Day030 - #100DaysOfPython challenge: Got comfortable using: ✓ Sorting, Filtering, and Indexing Functions in #Pandas: 📍.sort_index() 📍.sort_values() 📍.set_index() 📍loc[] and iloc[] ✓ Grouping and Aggregate Functions in #Pandas: 📍.groupby() 📍.mean(), min(), max(), sum()
Day 32 of #100DaysOfPython Today I learned how to send emails with Python using SMTP, worked with the datetime module, and built two automation projects: Monday Motivational Email Sender Automated Birthday Wisher (reads CSV, uses templates and sends personalized emails)
#Day030 - #100DaysOfPython challenge: Got comfortable using: ✓ Sorting, Filtering, and Indexing Functions in #Pandas: 📍.sort_index() 📍.sort_values() 📍.set_index() 📍loc[] and iloc[] ✓ Grouping and Aggregate Functions in #Pandas: 📍.groupby() 📍.mean(), min(), max(), sum()
#Day029 - #100DaysOfPython: Was finally able to fix that persistent error from yesterday. 😌 Like I previously claimed, my code was correct. But the code I was running was to filter a DataFrame by rows, not columns.. Did: ✓ Sorting, ✓ Filtering, ✓ And Ordering today.🎉 😤💪🏽
Day 10 of #100DaysOfPython 🚀 Built my own CLI Calculator today — complete with ASCII art, operations, and continuous calculations. Little project, big satisfaction 😄🔢 On to the next! #Python #CodingJourney #DeveloperLife #LearnToCode #BuildInPublic #CodeNewbie #PythonProjects
#Day029 - #100DaysOfPython: Was finally able to fix that persistent error from yesterday. 😌 Like I previously claimed, my code was correct. But the code I was running was to filter a DataFrame by rows, not columns.. Did: ✓ Sorting, ✓ Filtering, ✓ And Ordering today.🎉 😤💪🏽
#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?!!! 😫😫
Something went wrong.
Something went wrong.
United States Trends
- 1. Seahawks 34.4K posts
- 2. Rams 42.9K posts
- 3. Kenneth Walker 2,596 posts
- 4. Cooper Kupp 1,717 posts
- 5. Portuguese 12.6K posts
- 6. Sam Darnold 2,756 posts
- 7. Salem 32.1K posts
- 8. #TNFonPrime 2,721 posts
- 9. New Hampshire 15.6K posts
- 10. Claudio Manuel Neves-Valente 1,685 posts
- 11. Puka 29.4K posts
- 12. McVay 2,985 posts
- 13. Kennedy Center 102K posts
- 14. Brunson 12.7K posts
- 15. Jalen Johnson 2,577 posts
- 16. Ben Shapiro 18K posts
- 17. Hornets 6,259 posts
- 18. Pacers 4,566 posts
- 19. Kubiak N/A
- 20. #LARvsSEA 1,159 posts