Explore tweets tagged as #30DaysOFPython
@nirbhaykkr6
Nirbhay Kumar
1 month
πŸš€ 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
@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
@vini_pa99796
Ashvini Patil
7 days
🎯 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
Tweet media one
0
0
4
@vini_pa99796
Ashvini Patil
12 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
@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
15 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
@_meow_meg
Megha
30 days
Day24: #30DaysOfPython #IDC30DaysChallenge . concepts studied: .>dataclass module in python, type hinting, sort_index field, field() function.>has better customization ability for simpler logic
Tweet media one
Tweet media two
Tweet media three
0
0
2
@_meow_meg
Megha
26 days
Day26: #30DaysOfPython #IDC30DaysChallenge . concepts studied:.>what are APIs, RESTful API.>using FastAPI via python to create simple 'library' application (get, put, post and delete methods)
Tweet media one
Tweet media two
0
0
2
@nirbhaykkr6
Nirbhay Kumar
1 month
🚨 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
@_meow_meg
Megha
28 days
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
@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
@_meow_meg
Megha
23 days
Day28: #30DaysOfPython #IDC30DaysChallenge . concept studied: writing clean code (PEP8 style guide). code glow up involved:.-no repetition of β€˜button’ function.-fixed typos & variable names.-added error handling.-better indents
Tweet media one
0
0
3
@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
@_meow_meg
Megha
6 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
@its_me_suryada
Suryaprakash Rathinam
30 days
πŸš€ 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
@shreya_kataru
Kataru Shreya
26 days
Day 28 of #30DaysOfPython with @indiandataclub!. Topic: Writing clean code!. βœ… Understood why clean code matters.βœ… Refactored messy code.βœ… Explored and implemented PEP8 styling guidelines. Writing clean code = writing code in a smart way.✨. #IDC30DaysChallenge #30DaysOfPython
0
0
3
@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 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
29 days
Reached 21 day streak of #30DaysOfPython #IDC30DaysChallenge. thanks @indiandataclub for this innovative learning support πŸ™πŸΌ
Tweet media one
1
1
12