#30daysofpython hasil pencarian
completed the #30DaysOfPython #IDC30DaysChallenge From fearing to learn computer science in school, to now understanding & writing lines of code- it's an unbelievable progress. Grateful to the team @indiandataclub ✨
🥳 Day 29 of #30DaysofPython Challenge by IDC! 🎉 Let Python handle the birthdays so you can enjoy the cake! 🎂💻 I built an Automatic Birthday Wisher that sends: 📧 Emails 📱 WhatsApp messages 📅 Reads CSV ⏰ Runs daily via scheduler #IDC30DaysChallenge
Day23: #30DaysOfPython #IDC30DaysChallenge concepts studied: >basics of building GUI apps (using kivy) >explored what goes into app development
Reached 21 day streak of #30DaysOfPython #IDC30DaysChallenge thanks @indiandataclub for this innovative learning support 🙏🏼
Day 5 of #30DaysOfPython. My FastAPI app is officially connected to my Postgres database. The architecture is working. My laptop battery died. 😅 This is the real #buildinpublic journey. You can't code without power. Back tomorrow to build the endpoint. We go again. #backend
Day27: #30DaysOfPython #IDC30DaysChallenge concepts studied: >what are ORMS, SQLA and CRUD operations >applying SQLA lib to revamp fastapi library application (official docs for sqla & fastapi were really helpful)
Day20: #30DaysOfPython #IDC30DaysChallenge concepts covered: >network programming >what are servers, clients, IP, ports, how server(s) are connected with client(s) using python >basics of socket module
Day30: #30DaysOfPython #IDC30DaysChallenge Task- Building on chosen project: "Primerly" tool Step1- Creating initial page, where user can add DNA sequence and it gets validated by the tool, consequentially.
Day 20 of #30DaysofPython Day 20! Wow, alhamdulillah String built-in functions ✅ #buildinpublic #coding #pythonlearningjourney #JustDoIt
Day 11 of #30DaysofPython Modules ✅ =>Wrote a code to calculate grades using the module method #buildinpublic #pythonlearningjourney #coding #justDoit
Day21: #30DaysOfPython #IDC30DaysChallenge concepts studied: >basics of html elements, 'inspecting' it >intro to web scraping using python
Day 6 of #30DaysofPython Functions ✅ Return values ✅ #buildinpublic #coding #pythonlearningjourney #JustDoIt
concluding the #30DaysOfPython #IDC30DaysChallenge: below is the demo of my final project-- "Primerly" (a dna primer designing/prediction gui app) > it's a basic python tool >works offline with export options and basic validation thanks @indiandataclub team.
🎯 Day 30 of #30DaysofPython Challenge by IDC! Built a Random Quiz Generator using Python & Streamlit! ✔️ Choose category, difficulty & type ✔️ 10 Qs from OpenTDB ✔️ Scoring, review & replay! Session State = MVP🔥 Plan: Build my own API for tech/data Qs! #IDC30DaysChallenge
Today I began my journey in Python development. my goal is to : automate tools, build ai models, prolly get a job and make $$ Today I - learnt basics of programming - Compiler vs Interpreter and their various languages - How Python executes it code #30DaysOfPython
🎉 Day 7 of #30daysofPython on Sets! 🎉 A set is an unordered collection of unique elements, where each element is distinct from all others. 🤩 Let's get started with some code examples!
Day22: #30DaysOfPython #IDC30DaysChallenge concepts studied: >command line interface (structure and basic commands) >argparse module to build python-based CLI app (temperature converter) --use of 'doskey' in cmd ~ use of 'alias' in bash script
#Day9 & #Day10 of #30DaysOfPython: Mastered conditionals and loops in #Python— the core of writing smart, dynamic code. Onward! 🚀
#Day8 of #30DaysOfPython Learned how dictionaries store fast key-value data. Loving methods like keys(), items(), update()! #Python #LearnInPublic
Been a while since i ended the #30Daysofpython challenge (my brain; its just been 2 days, bro)🙂 Today i wrote a code that prints the multiplication table of a number given. #coding #justdoit
#Day6 #30DaysOfPython Tuples = immutable lists t = (1,2,3) Single item → ('hi',) Unpack magic: a,b = b,a 🤯 Faster than lists & great for dict keys! Who’s doing the challenge with me? Drop a 🔥 if you’re on Day 6! #Python #100DaysOfCode #LearnToCode
Day 10 #30DaysOfPython. I implemented Refresh Token Reuse Detection. If a token is used after it has been rotated my system assumes it was stolen. The Response: Automatic Security Lockdown. 🚨 It instantly revokes ALL sessions for that user and forces a password reentry. #Python
Day 27 of #30DaysofPython Python Basics Review ✅ #LearnInPublic #pythonlearningjourney #JustDoIt
Day 9 #30DaysOfPython. I've been quiet because I've been building a fortress. I ditched JWTs for refresh tokens. Instead, I implemented Opaque, Hashed Tokens with rotation. Client: HttpOnly Cookie DB: Argon2 Hash Strategy: Security > Convenience #buildinpublic #python #backend
Day 9 update: Watched 1.5 hour of Bro Code - #python series (6:30/12) hr completed Completed 11,000 @StepSetGo counts. Solved two @LeetCode easy problems (414, 441) #30daysofPython #happylearning #selfimprovement
Day 24 of #30DaysofPython After 2hrs+, coding and debugging, i build a Caesar Cipher and an headache😅. I will upload the codes later, right now 💤💤💤. Snippet,“Courage is found in unlikely places.”. #LearnInPublic #coding #pythonlearningjourney #justDoit
Day 23 of #30DaysofPython Condition statements ✅ Logical operators ✅ Boolean operators and short-circuiting ✅ #LearnInPublic #JustDoIt
Day 22 of #30DaysofPython Scope and how it works ✅ #LearningInPublic #coding #pythonlearningjourney #JustDoIt
Day 21 of #30DaysofPython Learnt a couple of things today - how to work with integers and float numbers, - how augmented assignments works and - functions #buildinpublic #freeCodeCamp #coding #pythonlearningjourney #JustDoIt
Day 20 of #30DaysofPython Day 20! Wow, alhamdulillah String built-in functions ✅ #buildinpublic #coding #pythonlearningjourney #JustDoIt
Day 19 of #30DaysofPython Learnt how to work with strings - The use of quotation marks - The use of backslash - String concatenation - F-strings - Indexing - String slicing #buildinpublic #coding #pythonlearningjourney #JustDoIt
Day 18 of #30DaysofPython Learnt data types in more details. - Common data types like integer, complex, boolean, set, etc - How to get and check the data type of variable(s) using functions like type() function and also isintance() function. #buildinpublic #coding #JustDoIt
Day 17 of #30DaysofPython Just enrolled in the @freeCodeCamp Python certification course. Which i’ve started with the Python basics again cus the material i was using before omits some necessary information. #buildinpublic #pythonlearningjourney #JustDoIt
Day 20 of #30DaysofPython Day 20! Wow, alhamdulillah String built-in functions ✅ #buildinpublic #coding #pythonlearningjourney #JustDoIt
🥳 Day 29 of #30DaysofPython Challenge by IDC! 🎉 Let Python handle the birthdays so you can enjoy the cake! 🎂💻 I built an Automatic Birthday Wisher that sends: 📧 Emails 📱 WhatsApp messages 📅 Reads CSV ⏰ Runs daily via scheduler #IDC30DaysChallenge
completed the #30DaysOfPython #IDC30DaysChallenge From fearing to learn computer science in school, to now understanding & writing lines of code- it's an unbelievable progress. Grateful to the team @indiandataclub ✨
Day 6 of #30DaysofPython Functions ✅ Return values ✅ #buildinpublic #coding #pythonlearningjourney #JustDoIt
Day 11 of #30DaysofPython Modules ✅ =>Wrote a code to calculate grades using the module method #buildinpublic #pythonlearningjourney #coding #justDoit
Day 2 of #30DaysofPython Strings and Slicing up strings ✅ #Buildinpublic #coding #pythonlearningjourney #JustDoIt
Day 4 of #30DaysofPython If_elif_else statement ✅ For loop ✅ #Buildinpublic #coding #pythonlearningjourney #JustDoIt
✅ Day 17 of #30DaysOfPython done! 🔹 Learned how to manage files and resources efficiently 🔹 Mastered the with statement for cleaner code 🔹 Understood how __enter__() and __exit__() work 🔹 No more forgetting to close files! 😎 #IDC30DaysChallenge @indiandataclub
Day 18 of #30DaysOfPython done! Topic: Metaclasses Key takeaways: 🔹Metaclasses control how classes are created. 🔹They allow customization of class behavior at creation time. 🔹Useful for enforcing rules or modifying classes dynamically. #IDC30DaysChallenge @indiandataclub
✅Day 22 of #30DaysOfPython Done! 🔹Built a command-line temperature converter using argparse 🔹Learned how to handle user inputs from the terminal 🔹CLI apps feel powerful and efficient 💻 Python’s versatility continues to amaze! 🐍 #IDC30DaysChallenge @indiandataclub
Reached 21 day streak of #30DaysOfPython #IDC30DaysChallenge thanks @indiandataclub for this innovative learning support 🙏🏼
Day23: #30DaysOfPython #IDC30DaysChallenge concepts studied: >basics of building GUI apps (using kivy) >explored what goes into app development
Day 3 Learned about: ✅Lists, Tuples, Sets and Dictionaries ✅Mutability and immutability ✅Challenge : Create an inventory system tracking items & quantities with dictionary. loving how powerful simple data structures can be. @indiandataclub #30DaysOfPython #IDC30DaysChallenge
Day 5 of #30DaysOfPython Comments, range and while loop ✅ Break and Continue statement ✅ #Buildinpublic #coding #pythonlearningjourney #JustDoIt
Something went wrong.
Something went wrong.
United States Trends
- 1. FIFA 309K posts
- 2. Paraguay 25.9K posts
- 3. Brazil 73.1K posts
- 4. Argentina 214K posts
- 5. Croatia 22K posts
- 6. FINALLY DID IT 426K posts
- 7. Portugal 94.1K posts
- 8. Matt Campbell 10.5K posts
- 9. Group L 15.8K posts
- 10. #USMNT 1,326 posts
- 11. Infantino 66.6K posts
- 12. Ghana 77.7K posts
- 13. Warner Bros 229K posts
- 14. Hep B 1,670 posts
- 15. Iowa State 8,935 posts
- 16. Norway 30.1K posts
- 17. Senegal 46.3K posts
- 18. Wayne Gretzky 3,916 posts
- 19. #Mundial2026 35.8K posts
- 20. Frank Gehry 2,387 posts