Vinit Solanki Profile
Vinit Solanki

@vinitsolanki111

Followers
18
Following
129
Media
35
Statuses
48

📖 Aspiring knowledge seeker | 📈Passionate about growth | Sharing insights, thoughts, and a bit of wanderlust.

Joined June 2015
Don't wanna be here? Send us removal request.
@vinitsolanki111
Vinit Solanki
1 month
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
@vinitsolanki111
Vinit Solanki
2 months
Day 30 of #30DaysOfPython #IDC30DaysChallengeWrapped .the challenge with a one-cell FastAPI Workout Planner that spins up a live API right inside Jupyter. @indiandataclub . #learning #pythonlearning #30DaysChallenge #day30
Tweet media one
Tweet media two
Tweet media three
0
0
2
@vinitsolanki111
Vinit Solanki
2 months
Day30 of #30daysofpython #IDC30DaysChallenge . Didn't finish the capstone today but made good progress. Final touches and documentation are in progress. Will share the complete project soon!. #PythonLearning #LearningJourney.
1
0
2
@vinitsolanki111
Vinit Solanki
2 months
Day 29 of #30DaysOfPython #IDC30DaysChallenge . Add daily spends with widgets.Auto KPIs + interactive charts.Clean Python + Plotly.@indiandataclub . Ps : Didn't have much time, so I built a simple but effective Personal Expense Tracker.#Python #DataAnalytics #JupyterNotebook
Tweet media one
Tweet media two
Tweet media three
0
0
2
@vinitsolanki111
Vinit Solanki
2 months
Day 28 of #30daysofpython #IDC30DaysChallenge.Learned: Write better Python.Solved: Applied clean code principles: better naming, structure, readability.@indiandataclub #Python #CleanCode
Tweet media one
0
0
3
@vinitsolanki111
Vinit Solanki
2 months
Day 27 of #30DaysOfPython #IDC30DaysChallenge.Learned: ORM, SQLAlchemy, CRUD.Solved: Rebuilt my FastAPI book app with SQLAlchemy ORM.@indiandataclub .#Python #FastAPI #SQLAlchemy
Tweet media one
Tweet media two
Tweet media three
0
0
4
@vinitsolanki111
Vinit Solanki
2 months
Day 26 of #30DaysOfPython #IDC30DaysChallenge.Learned: REST APIs, CRUD operations, FastAPI basics.Solved: Built a FastAPI app to manage a book library with endpoints for GET, POST, PUT, DELETE.@indiandataclub #Python #BackendDeveloper
Tweet media one
Tweet media two
Tweet media three
0
0
6
@vinitsolanki111
Vinit Solanki
2 months
Day 25 of #30DaysOfPython #IDC30DaysChallenge.Learned: Pydantic models, type-safe validation, EmailStr, conint, and auto error handling.Solved: Built a user profile model with validation for email format & age (18–100).@indiandataclub #Pydantic #FastAPI #DataValidation
Tweet media one
1
0
4
@vinitsolanki111
Vinit Solanki
2 months
Day 24 of #30daysofpython #IDC30DaysChallenge .Learned: Python @dataclass, type hints, default values, method definition.Solved: Created a LibraryBook dataclass to store and display book info.@indiandataclub #Bestseller #Books
Tweet media one
Tweet media two
0
0
5
@vinitsolanki111
Vinit Solanki
2 months
Day 23 of #30DaysOfPython #IDC30DaysChallenge Learned: - Creating basic GUI elements and Event handling and widget interactions.Solved: Built a simple Temperature Converter GUI (Celsius to Fahrenheit) .@indiandataclub #100daysofcoding #Tkinter
Tweet media one
0
0
6
@vinitsolanki111
Vinit Solanki
2 months
Day 22 of #30DaysOfPython #IDC30DaysChallenge.Learned : argparse, CLI structure.Solved : Build a temperature converter CLI tool.@indiandataclub #pythonlearning
Tweet media one
0
0
2
@vinitsolanki111
Vinit Solanki
2 months
Day 21 of #IDC30DaysChallenge #30daysofpython .Learned: requests, BeautifulSoup, and HTML parsing .Solved: Scraped top 5 headlines from The Hindu.@indiandataclub #pythonlearning #TheHindu
Tweet media one
0
0
2
@vinitsolanki111
Vinit Solanki
2 months
Day20 of #30DaysOfPython #IDC30DaysChallenge.learned : Sockets, HTTP requests.Solved : Fetch and display a webpage’s content.@indiandataclub #Python #learning
Tweet media one
0
0
3
@vinitsolanki111
Vinit Solanki
2 months
Day 19 of #30DaysOfPython #IDC30DaysChallenge.Learned about threading, multiprocessing, and concurrency .Solved: Download multiple files concurrently using threading.@indiandataclub #Python #LEARN
Tweet media one
Tweet media two
0
0
3
@vinitsolanki111
Vinit Solanki
2 months
Day 18 of #30DaysOfPython #IDC30DaysChallenge.Learned: Customising Class Creation using Metaclasses.Solved: Enforce a naming convention with a metaclass @indiandataclub #Python #learning
Tweet media one
0
0
3
@vinitsolanki111
Vinit Solanki
2 months
Day 17 of #30DaysOfPython #IDC30DaysChallenge.Learned how to safely manage files without needing manual close() calls. Solved: Safe file writing with class-based context manager @indiandataclub #Python #pythonlearning
Tweet media one
Tweet media two
0
0
2
@vinitsolanki111
Vinit Solanki
2 months
Day 16 of #30DaysOfPython #IDC30DaysChallenge.Learned about yield, iterators & lazy evaluation!.Solved: Generate the first n Fibonacci numbers using a generator. @indiandataclub #Python
Tweet media one
0
0
1
@vinitsolanki111
Vinit Solanki
2 months
Day 15 of #30DaysOfPython #IDC30DaysChallenge.Learned: Function Decorators (Timing Use Case).Solved: Create a simple decorator to measure function execution time.@indiandataclub #python
Tweet media one
0
0
4
@vinitsolanki111
Vinit Solanki
2 months
Day 14 of #30DaysOfPython #IDC30DaysChallenge.Learned: Recursive functions & base cases .Solved: Calculated factorial of a number recursively .@indiandataclub #Python .PS: Yesterday’s post was Day 14, but I accidentally labeled it as Day 13. Corrected now!
Tweet media one
0
0
3
@vinitsolanki111
Vinit Solanki
2 months
Day 13 of #30DaysOfPython #IDC30DaysChallenge.Learned: Stacks & Queues (using lists).Solved: Implement a Stack with push, pop, and peek.@indiandataclub #DataAnalytics
Tweet media one
1
0
6