#100daysofpython نتائج البحث
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 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. 🎯



#100daysofpython #Python #100DaysOfCode 15th day out of 100 done! Coffee machine is fully functional. @yu_angela 100 with python bootcamp. Who would use the functions when we can to 130 lines of script?



Day 7 of #100DaysOfPython 🐍 Built a mini Hangman game today! 🎯 Learned how to: 🔹 Break complex problems into smaller steps 🔹 Use loops and conditionals effectively 🔹 Track user guesses and game logic 🔹 Improve user experience with feedback Every project sharpens my logic…

Day 14 / #100DaysOfCode 👨💻 Revised all my JavaScript topics 🐍 Started learning Python today — completed Tuples ⚛️ From today, I’ll also be revising React.js alongside Python #100daysofpython #Python #ReactJS #WebDev #LearnInPublic #HustleWithShahab #CodeNewbie #buildinpublic


TheCodeTalks1.0 👨💻🗣️🎧in 100days of code bootcamp by @yu_angela #100DaysOfCode #100daysofpython Let's build from scratch🚀

#100DaysOfPython Day 1 Using python crash course to learn python language and using chatgpt to generate extra exercises for me to practice. Worked through chatgpt generated practice problems based off skills taught in chapters 3-4 of PCC.




🚀 Day 13 of #100DaysOfPython ✅learn about for file Input Let’s see where this journey goes. #Python #CodeNewbie #100DaysOfCode


Day 62 of #100daysofpython ⚒️🔨🔨 Coffee & WiFi Project - Flask , WTforms , Bootstrap & CSV. #100DaysOfCode #python
✨ Day 17 of 100 ✨ Python is helping me understand maths better, Each line of code sharpens problem-solving, patience & logic. 🚀 #PythonZeroToHeroStudent #100DaysOfPython #ShowingUp

Day 1: Just started the #100DaysOfCode challenge with Python. Excited to see where this journey takes me! 🐍💻 #100daysofpython
I'm back! 🚀 | Day 6/100 (#WhereLifeMeetsCode) After a detour into Harvard's CS50(shoutout to David Malan! 👨🏫), I'm returning to my #100DaysOfPython roots. Life happens, but the goal remains.

🚀 Day 15 of #100DaysOfPython ✅learn about oops in python Let’s see where this journey goes. #Python #CodeNewbie #100DaysOfCode


Day 7 of #100DaysOfPython 🐍 Built a mini Hangman game today! 🎯 Learned how to: 🔹 Break complex problems into smaller steps 🔹 Use loops and conditionals effectively 🔹 Track user guesses and game logic 🔹 Improve user experience with feedback Every project sharpens my logic…

Day 6 of my #100DaysOfPython Challenge Today was all about mastering functions and while loops — writing cleaner, smarter, and reusable code. Highlights: • Defined and called Python functions • Tackled the “Hurdles” loop challenge • Final project: Escaping the Maze Every…
Day 12 of my #100DaysOfPython journey! Today, I did a deep dive into Abstract Base Classes in Python — understanding abstraction and structure in OOP — and practiced with hands-on code. Also continued practicing Linux commands for DevOps learning. 🐧 #Python #Linux #DevOps
Day 11 of my #100DaysOfPython journey! Today, I explored Inheritance in depth and learned about Method Resolution Order (MRO) in Python — practicing each concept with code. 🐍 Also continued practicing essential Linux commands for DevOps. 🚀 #Python #Linux
Day 11 of my #100DaysOfPython journey! Today, I explored Inheritance in depth and learned about Method Resolution Order (MRO) in Python — practicing each concept with code. 🐍 Also continued practicing essential Linux commands for DevOps. 🚀 #Python #Linux
Day 10 of my #100DaysOfPython journey! Today, I did a deep dive into Magic Methods in Python- understanding how they power object behavior and practiced each with code examples. Also explored some core DevOps concepts to strengthen my foundation. #Python #DevOps #100DaysOfCode
Day 10 of my #100DaysOfPython journey! Today, I did a deep dive into Magic Methods in Python- understanding how they power object behavior and practiced each with code examples. Also explored some core DevOps concepts to strengthen my foundation. #Python #DevOps #100DaysOfCode
Day 9 of my #100DaysOfPython journey! Today, I learned in-depth about the __init__ method, Variables in Python — Class & Instance Variables — and different types of Methods, practicing all with code. 🐍 Also continued practicing Linux commands for DevOps. 🚀 #Python #Linux
Day 9 of my #100DaysOfPython journey! Today, I learned in-depth about the __init__ method, Variables in Python — Class & Instance Variables — and different types of Methods, practicing all with code. 🐍 Also continued practicing Linux commands for DevOps. 🚀 #Python #Linux
Day 8 of my #100DaysOfPython journey! Today, I explored OOPs concepts — Class, Class & Instance Attributes, __init__ Method, Object, and Inheritance — and practiced them with code. Also learn basic Linux commands for my DevOps journey. 🐧 #Python #Linux #DevOps #LearnToCode
Day 4 of my #100DaysOfPython Challenge Today was all about randomization and lists — core tools for building dynamic programs. I learned: 🎲 Using the random module 📋 List indexing & nesting 🧩 Appending items & fixing IndexErrors 💻 Projects: Who Will Pay the Bill? + Rock…

Day 8 of my #100DaysOfPython journey! Today, I explored OOPs concepts — Class, Class & Instance Attributes, __init__ Method, Object, and Inheritance — and practiced them with code. Also learn basic Linux commands for my DevOps journey. 🐧 #Python #Linux #DevOps #LearnToCode
Day 7 of my #100DaysOfPython journey! Today, I learned about Sorting, String Encoding, and OOPs concepts in Python — and practiced each with code examples. 🐍 Also began learning the basics of Linux as a step toward DevOps. 🚀 #Python #Linux #DevOps
Day 7 of my #100DaysOfPython journey! Today, I learned about Sorting, String Encoding, and OOPs concepts in Python — and practiced each with code examples. 🐍 Also began learning the basics of Linux as a step toward DevOps. 🚀 #Python #Linux #DevOps
Day 6 of my #100DaysOfPython journey! Today, I learned about any(), all(), and namedtuple, and even built a File Organizer Bot for my system — practicing everything with hands-on code. 💻 Also solved SQL questions to keep strengthening my data skills. Growing every day! 🚀
Day 6 of my #100DaysOfPython journey! Today, I learned about any(), all(), and namedtuple, and even built a File Organizer Bot for my system — practicing everything with hands-on code. 💻 Also solved SQL questions to keep strengthening my data skills. Growing every day! 🚀
Day 5 of my #100DaysOfPython journey! Today, I learned about Shallow Copy, Deep Copy, Context Manager, Map, Filter, Reduce, and Lambda Functions — practicing each with real code examples. Also solved SQL questions to strengthen my database skills. Step by step, improving daily!
Day 3 of my #100DaysOfPython Challenge! Today was all about logic and decision-making in Python. I covered: • if / else / elif statements • logical + conditional operators • nested ifs • modulo (%) • BMI calculator + pizza order practice • Treasure Island project 🏝️ Each…
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 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 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 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


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. 🎯



#100daysofpython #Python #100DaysOfCode 15th day out of 100 done! Coffee machine is fully functional. @yu_angela 100 with python bootcamp. Who would use the functions when we can to 130 lines of script?



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 15 of #100DaysOfPython ✅learn about oops in python Let’s see where this journey goes. #Python #CodeNewbie #100DaysOfCode


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 13 of #100DaysOfPython ✅learn about for file Input Let’s see where this journey goes. #Python #CodeNewbie #100DaysOfCode


Day 14 / #100DaysOfCode 👨💻 Revised all my JavaScript topics 🐍 Started learning Python today — completed Tuples ⚛️ From today, I’ll also be revising React.js alongside Python #100daysofpython #Python #ReactJS #WebDev #LearnInPublic #HustleWithShahab #CodeNewbie #buildinpublic


✨ Day 17 of 100 ✨ Python is helping me understand maths better, Each line of code sharpens problem-solving, patience & logic. 🚀 #PythonZeroToHeroStudent #100DaysOfPython #ShowingUp

🚀 Day 12 of #100DaysOfPython ✅learn about for recursion ✅solve some practice questions Let’s see where this journey goes. #Python #CodeNewbie #100DaysOfCode


Day 3 of the #100DaysOfPython challenge! 🐍 Today, I tackled a simple but fundamental concept: adding the digits of a two-digit number. 🔢 Check out the code below! 👇 #PythonChallenge #Programming #Coding

🚀 Day 16 of #100DaysOfPython ✅learn about oops in python ✅solve some practice questions Let’s see where this journey goes. #Python #CodeNewbie #100DaysOfCode


Something went wrong.
Something went wrong.
United States Trends
- 1. Good Saturday 26.6K posts
- 2. Neto 22.1K posts
- 3. No Kings 428K posts
- 4. Garnacho 13.7K posts
- 5. Chalobah 4,549 posts
- 6. Acheampong 5,364 posts
- 7. #SaturdayVibes 3,647 posts
- 8. Dork Cult Protest Day 1,198 posts
- 9. #NFOCHE 17.8K posts
- 10. #Caturday 2,902 posts
- 11. Forest 83.8K posts
- 12. Joao Pedro 8,223 posts
- 13. Lavia 7,154 posts
- 14. Ange 19.3K posts
- 15. Estevao 10.4K posts
- 16. Guiu 4,468 posts
- 17. Massie 38.9K posts
- 18. Emiru 12.4K posts
- 19. Ohtani 242K posts
- 20. Maresca 16.6K posts