Explore tweets tagged as #30daysofpython
@nirbhaykkr6
Nirbhay Kumar
2 months
πŸš€ Day 09 of #30DaysOfPython with @IndianDataClub.Explored:.– Inheritance.– Polymorphism.βš™οΈ Built an ElectricCar by extending a Car class β€” added battery capacity & reused parent features like a pro!.#IDC30DaysChallenge #Python #OOP #CodeNewbie
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
6
@BushraKhan161
Bushra Khan
1 month
After a longer-short break, I’m back in the game. Day 18 & 19 of #30DaysOfPython βœ….πŸ”Ή Metaclasses.πŸ”Ή Multithreading & Multiprocessing.πŸ”Ή Practice + challenges done.πŸ”Ή Everything documented on Notion & GitHub.LinkedIn :
Tweet media one
Tweet media two
0
0
4
@_meow_meg
Megha
22 days
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.
0
0
4
@vini_pa99796
Ashvini Patil
1 month
πŸš€ Day 18 of #30DaysofPython Challenge by IDC!. πŸ’» Today I customized class creation using metaclasses!. 🎯 Goal: Enforce UPPERCASE class names . 🧠 Key learning: How __new__() works in a metaclass & how to write clean, rule-based code!. #IDC30DaysChallenge
Tweet media one
1
1
7
@_meow_meg
Megha
27 days
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.
Tweet media one
0
0
3
@vini_pa99796
Ashvini Patil
19 days
πŸ₯³ 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
Tweet media one
Tweet media two
Tweet media three
0
0
4
@_meow_meg
Megha
13 days
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 ✨
Tweet media one
0
0
3
@Sheetesh_
Sheetesh Kumar
15 days
Consistency + Curiosity = Growth 🧩. Completed #30DaysOfPython by @IndianDataClub, one step closer to Python mastery!. #PythonChallenge #DevLife #LearnToCode
Tweet media one
0
0
2
@MohdKhalid03
Mohd Khalid
2 months
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
Tweet media one
Tweet media two
1
0
5
@its_me_suryada
Suryaprakash Rathinam
1 month
πŸš€ Day 22 of #30DaysOfPython πŸ”₯.Explored Command-Line Apps with Python!.βœ… argparse & CLI structure.βœ… Built a Temperature Converter 🌑️.Loving the learning curve with #IDC30DaysChallenge 🐍.Small tools, big progress! πŸ’ͺ.@indiandataclub @codebasicshub #BuildInPublic
Tweet media one
Tweet media two
1
0
5
@vini_pa99796
Ashvini Patil
1 month
πŸš€ Day 25 of #30DaysofPython Challenge by IDC!. πŸ“Œ Topic: Pydantic models, nested structures & validation. 🎯 Challenge: Build a user profile with email & age validation (18–100). πŸ“š Learning: Mastered BaseModel, validators & debugging real-world input errors. #IDC30DaysChallenge
Tweet media one
Tweet media two
Tweet media three
0
0
6
@hereby_chirag
Snape
1 month
Day 21 of #30DaysOfPython by @indiandataclub βœ…. It’s better to be late than never✨. Platform used: @code . 🎯Challenge: Scrape headlines from a news site. πŸ“’ Topics covered & learned:. 1️⃣ requests.2️⃣ BeautifulSoup. #IDC30DaysChallenge #BuildInPublic #GrowTogether
Tweet media one
Tweet media two
2
0
7
@nirbhaykkr6
Nirbhay Kumar
2 months
πŸš€ Day 4 βœ… | #30DaysOfPython.Thanks to @IndianDataClub for this challenge!.Today's Focus:.πŸ”Ή if-else conditions.πŸ”Ή for & while loops.πŸ”Ή break, continue, pass.πŸ”Ή Prime number checker πŸ”.Loving the consistency & hands-on learning!.#Python #DataAnalytics #CodingJourney #LearnPython
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
6
@nirbhaykkr6
Nirbhay Kumar
2 months
🚨 Day 10 of #30DaysOfPython. Today I tackled **Exception Handling**:.βœ… try-except blocks.βœ… Specific errors like ZeroDivisionError, ValueError.βœ… finally clause to clean up.βœ… Reading numbers from a file + handling all errors.#Python #IDC30DaysChallenge @indiandataclub
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
4
@vinitsolanki111
Vinit Solanki
15 days
Successfully wrapped up the 30 Days of Python Challenge with @IndianDataClub.Grateful for the learning journey. Coding daily built consistency, confidence, and curiosity. Excited to keep growing in data and analytics.#Python #DataAnalytics #IDC30DaysChallenge #30DaysOfPython
Tweet media one
0
0
5
@nirbhaykkr6
Nirbhay Kumar
2 months
🐍 Day 5 of #30DaysOfPython.Explored Python functions deeply:.β€” Defining & calling functions.β€” Parameters (positional, keyword, default).β€” return & lambda.Learning to solve problems step-by-step πŸ’‘.Thanks @indiandataclub!.#Python #CodeNewbie #Day5
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
4
@_meow_meg
Megha
1 month
Day25: #30DaysOfPython #IDC30DaysChallenge . concepts studied:.>pydantic library- features like serialization, customization.>basic use of models, fields, validators
Tweet media one
Tweet media two
Tweet media three
0
0
1
@nirbhaykkr6
Nirbhay Kumar
2 months
Day 1 βœ… | #30DaysOfPython by @indiandataclub . Covered:.Python overview.IDE setup (VS Code).Basic syntax.🎯 Task: Print "Hello, World!" with your name. Getting started never felt this smooth. DM if you’re stuck β€” happy to help!. #PythonChallenge #LearnPython
Tweet media one
Tweet media two
Tweet media three
1
0
11
@_meow_meg
Megha
1 month
Reached 21 day streak of #30DaysOfPython #IDC30DaysChallenge. thanks @indiandataclub for this innovative learning support πŸ™πŸΌ
Tweet media one
1
1
12