#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 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 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 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 45 of #100DaysOfPython! 🚀 📝 Learned: 1️⃣ Web Scraping with Beautiful Soup 2️⃣ Navigating HTML 3️⃣ Extraction with select/select_one 5️⃣ Legalities of web scraping 🚀 Project: Scraped "100 Must-Watch Movies" from Empire Online!💻✨ #100DaysOfCode #connect #letsconnect
#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 17 of 100 ✨ Python is helping me understand maths better, Each line of code sharpens problem-solving, patience & logic. 🚀 #PythonZeroToHeroStudent #100DaysOfPython #ShowingUp
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.
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 6 of 100 ✨ I don’t fully know what I want to do with Python yet, and that’s okay. Right now, it’s all about staying curious, building little by little, and trusting the journey. #PythonZeroToHeroStudent #100DaysOfPython #SelfReflection
DAY 38/100 Project: Simple Exercise Tracking app with Python and Google Sheets. It Helps tracks and categorize the monthly expenses of a user, and help them budget for that month. #100DaysOfPython #AngelaYu
DAY 37/100 POST/PUT/DELETE REQUESTS #100DaysOfCode #100DaysOfPython
Day 42 of #100DaysOfPython Built a Secure Portfolio Tracker 🔐 -JWT auth -Password hashing (bcrypt) -Encrypted API keys (Fernet) -Input validation & sanitization Lesson: Security isn’t an add-on, it’s part of design. #Python #Flask #CyberSecurity #100DaysOfCode #BackendDev
Day3: #100DaysOfCode challenge. Conditional Statements, Logical Operators, Code Block and Scope. From what I learnt, I wrote a simple code for an adventure style murder mystery weapon search. #100daysofpython
Day2: #100DaysOfCode challenge. Rounded up my day 1 topic. Learnt variables, strings, input, concatenations. Wrote a simple code for building a ‘band name’ #100daysofpython
✨ Day 5 of 100 ✨ Today was all about decisions. With if, elif, and else, I made Python think like a mini-brain. Depending on the age I typed, it gave different responses, It feels like I’m teaching Python how to reason! #PythonZeroToHeroStudent #100DaysOfPython
You've really demonstrated that cybersecurity is inseparable from quality design! Impressive work! #100DaysOfPython
Day 42 of #100DaysOfPython Built a Secure Portfolio Tracker 🔐 -JWT auth -Password hashing (bcrypt) -Encrypted API keys (Fernet) -Input validation & sanitization Lesson: Security isn’t an add-on, it’s part of design. #Python #Flask #CyberSecurity #100DaysOfCode #BackendDev
Day 10 update: ✔️ Finished Days 58 & 59 of #100DaysOfPython by Angela Yu ✔️ Attended math lecture (DS & AI/ML minor @ IIT Mandi + Masai) Building strong coding + math foundations for AI/ML! #Python #AI #DataScience #Learning
Day 12 of #100DaysOfPython Learned all about scope in Python (local vs global) and kicked off the Number Guessing Game final project. Brick by brick — fundamentals are sticking. 🔥 On to Day 13. #Python #100DaysOfCode #CodeNewbie
Day 6 of #100DaysOfPython: I completed Section 6 - Beginner - Python Functions & Karel. #100DaysOfCode.
[Python 100日チャレンジ] Day 2 - Pythonのインストール qiita.com/YonYonWare/ite… #Qiita #100DaysOfPython
qiita.com
【Python 100日チャレンジ】Day 2 - Pythonのインストール - Qiita
ついにPythonをインストールします!10分あれば十分です。(完読時間:10分 ⭐) 🎯 今日の目標 たったひとつ: 自分のパソコンにPythonをインストールして実行してみる! 📋 目次 Windowsユーザー → Windowsインストールガイド Macユ...
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 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 98 of #100DaysOfCode : 🎯I completed section 26 of #100DaysOfPython by @yu_angela 🎯I build "Nato Alphabet" project 🎯I spent 2hrs 16m coding today.
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 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 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 69 of #100DaysOfCode : 🎯I completed section 18 of #100DaysOfPython 🎯I build Hirst painting using Turtle in Python. 🎯I spend 2hrs 21m coding today.
✅ 🚀 Day 2 of #100DaysOfPython lec- 6-9(code with harry) Let’s see where this journey goes. #Python #CodeNewbie #100DaysOfCode
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 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
#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 47 of #100DaysOfCode : 🎯I practice #PYTHON 🎯I completed 7/11 of section 17 from #100DaysOfPython 🎯I spend 1hr 30m coding today.
Day 28 of #100DaysOfPython Projects: Turtle Crossing Game – Built a fun game where the turtle dodges traffic to cross the road!
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Monday 35.6K posts
- 2. Howie 3,096 posts
- 3. #MondayMotivation 29.3K posts
- 4. $IREN 9,427 posts
- 5. Victory Monday 1,288 posts
- 6. Jaelan Phillips 2,592 posts
- 7. #RomanEmpireByBangChan 21.4K posts
- 8. ROMAN EMPIRE OUT NOW 18.2K posts
- 9. #MondayVibes 2,113 posts
- 10. 60 Minutes 92.3K posts
- 11. Jayden 44.7K posts
- 12. Talus 23.9K posts
- 13. Coppertone N/A
- 14. $KITE 5,925 posts
- 15. Snopes 3,710 posts
- 16. #STARDOM 6,014 posts
- 17. $CIFR 4,921 posts
- 18. jungkook 581K posts
- 19. Dan Quinn 7,598 posts
- 20. RGIII 4,442 posts