PAVAN MAHINDRAKAR Profile
PAVAN MAHINDRAKAR

@Pavan_2712

Followers
33
Following
3K
Media
40
Statuses
77

Tech enthusiast | C++ | Passionate about Data Structures & Algorithms | Full Stack Dev | Exploring AI & Machine Learning | ๐Ÿš€ #CodingLife

Joined April 2019
Don't wanna be here? Send us removal request.
@Pavan_2712
PAVAN MAHINDRAKAR
7 days
๐Ÿ“ข Internship Opportunity Unlocked ๐Ÿš€. Excited to start my internship at #AppRelyTechnologies LLP this July in their Solapur office. Grateful for the chance to learn, grow, and contribute. Excited for the journey ahead!. #Internship #AppRely #TechJourney #ProfessionalGrowth
Tweet media one
Tweet media two
1
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
18 hours
๐Ÿ Day 23 of my #Python journey!.Built an AI-CHATBOT named Jinx ๐Ÿค– using OpenAI's API. ๐Ÿง  Responds to user input.๐Ÿ” Faced quota limit error (429 - insufficient quota) but learned how API limits work!.Still proud of this first step into AI bot dev โœจ. #Python #OpenAI #Chatbot #API
Tweet media one
Tweet media two
0
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
2 days
๐Ÿ Day 22 of my #Python journey!.Built a Drink-Water-Reminder ๐Ÿ’ง using plyer and time. โœ” Sends hourly desktop notifications.โœ” Simple while-loop & sleep function.Staying hydrated with Python now ๐Ÿ˜„. #Python #ReminderApp #DataScientist #miniProjectsย #PythonProjects
Tweet media one
0
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
3 days
๐Ÿ Day 21 of my #Python journey!.Built a News App using the NewsAPI ๐Ÿ—ž.โœ” Fetched real-time news based on user input.โœ” Parsed JSON data & displayed titles, authors, and links.First time working with a real-world API โ€” and it felt awesome! ๐Ÿš€. #API #NewsApp #PythonProjects
Tweet media one
Tweet media two
0
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
4 days
๐Ÿ Day 20 of my #Python journey!.๐Ÿ—ƒ Built a PDF Merger using PyPDF2!.๐Ÿ“Ž Takes multiple PDF files and combines them into one โ€” fully automated. ๐Ÿ“Œ Command-line inputs + file handling + PyPDF2 magic. Small project, big productivity boost!. #Python #PDFTools #PyPDF2 #MiniProject
Tweet media one
0
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
5 days
๐Ÿ Day 19 of my #Python journey!.๐ŸŽฎ Created a mini โ€œWho Wants to Be a Millionaire๏ฟฝ๏ฟฝ๏ฟฝ (i.e. KBC) quiz game using lists, loops, and conditional logic!.๐Ÿ’ก It's exciting to see how basic Python concepts can build fun interactive projects. #PythonProjects #QuizGame #DataScience
Tweet media one
Tweet media two
0
0
3
@Pavan_2712
PAVAN MAHINDRAKAR
6 days
๐Ÿ Day 18 of my #Python journey!.โœ” Built a mini calculator using match-case, user input, and exception handling. ๐Ÿง  Step by step, the concepts are becoming clearer. ๐Ÿ“ˆ So far, this journey has been full of hands-on learning, curiosity, and growth!.#PythonProjects #MINIproject
Tweet media one
0
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
7 days
๐Ÿ Day 17 of my #Python journey!. โœ” Explored Regular Expressions โ€“ pattern power unlocked!.โœ” Dipped into Multithreading โ€“ running tasks concurrently made simple. #PythonMysteriesUnfolded #PythonLearning #Regex #Multithreading #DataScience #machineLearning
Tweet media one
Tweet media two
0
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
8 days
๐Ÿ Day 16 of my #Python journey!. โœ” Set up virtual environments for clean project isolation.โœ” Managed packages like a pro with pip.โœ” Explored the Requests module to interact with APIs โ€” Python meets the web!. #PythonMysteriesUnfolded #PythonLearning #APIsย #VirtualEnv
Tweet media one
Tweet media two
0
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
10 days
๐Ÿ Day 15 of my #Python journey!. โœ” Explored os and shutil modules for file & directory operations.โœ” Built basic command line utilities with Python.๐Ÿ“‚ Learned how to automate system-level tasks โ€” the Pythonic way!. #PythonMysteriesUnfolded #python #PythonLearningย #Automation
Tweet media one
Tweet media two
0
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
11 days
๐Ÿ Day 14 of my #Python journey!. โœ” Explored File I/O in Python.โœ” Read, Write & Append operations.โœ” Line-by-line reading using loops.โœ” Used with statement for safe file handling. Feeling more confident working with files now!.#PythonMysteriesUnfolded #FileHandlingย #python
Tweet media one
Tweet media two
0
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
13 days
๐Ÿ Day 13 of my #Python journey!. โœ” Learned the Walrus Operator (:=) โ€” clean and concise inline assignments. โœ” Explored *args & **kwargs โ€” powerful tools for flexible functions!. Python magic. Python just keeps getting cooler! ๐Ÿ˜Ž.#PythonMysteriesUnfolded ย #Python #DataScience
Tweet media one
Tweet media two
1
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
14 days
๐Ÿ Day 12 of my #Python journey!.Dived into the power of map(), filter(), and reduce() ๐Ÿง ๐Ÿ’ก.โœ” map() โ€“ transformed data effortlessly.โœ” filter() โ€“ picked what mattered.โœ” reduce() โ€“ boiled down lists to a single value. Functional programming just got clearer!.#DataScience #Python
Tweet media one
Tweet media two
0
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
16 days
๐Ÿ Day 11 of my #Python journey!.Today was all about Exception Handling ๐Ÿ”ฅ.โœ” Mastered try, except, else, and finally blocks.โœ” Handled runtime errors gracefully.โœ” Even created custom error messages like a pro ๐Ÿ’ฅ. From crashing to catching โ€” Python handles it all!.#Python #Error
Tweet media one
Tweet media two
0
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
18 days
๐Ÿ Day 10 of my #Python journey!.Unlocked deeper OOP secrets today:.โœ”๏ธ Static vs Class Methods โ€“ when & how to use them.โœ”๏ธ Dunder Methods โ€“ _init, __str, __len_, making Python objects behave like magic! ๐Ÿช„. Each line of code reveals a new mystery. #OOPย #Python #learning #connect
Tweet media one
Tweet media two
0
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
19 days
๐Ÿ Day 9 of my #Python journey!. โœ”๏ธ Decorators โ€“ functions that dress up other functions ๐Ÿ‘—.โœ”๏ธ Added looping power using arguments too!.โœ”๏ธ Mastered @property with getters & setters โ€“ neat control over attributes!. Python just keeps unlocking new superpowers ๐Ÿง .#Python #decorator
Tweet media one
Tweet media two
Tweet media three
0
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
20 days
๐Ÿ Day 8 of my #Python journey!.Cracked open some deeper OOP magic today:.โœ”๏ธ Inheritance & Polymorphism โ€“ writing less, doing more.โœ”๏ธ Method Overriding โ€“ same name, different game.โœ”๏ธ Operator Overloading โ€“ making + do more than just math!. Python keeps leveling up ๐Ÿ’ป.#python #DS
Tweet media one
Tweet media two
0
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
21 days
๐Ÿ Day 7 of my #Python journey!.Today was all about stepping into the world of OOP:. โœ”๏ธ Classes & Objects.โœ”๏ธ Constructors.โœ”๏ธ Instance vs Class Attributes. Finally starting to see how Python models real-world systems!.On to building smarter code! ๐Ÿ’ก๐Ÿ’ป.#PythonBootcampย #DataScience
Tweet media one
Tweet media two
0
0
3
@Pavan_2712
PAVAN MAHINDRAKAR
22 days
๐Ÿ Day 6 of my #Python journey!. Wrapped up SETS & DICT:.โœ” Explored Sets & their operations (add, remove, intersection).โœ” Mastered Dictionaries & common methods.โœ” Dived into dictionary comprehension โ€” one-liners of genius ๐Ÿ”ฅ.Python is not just syntax, itโ€™s sorcery. ๐Ÿช„.#python
Tweet media one
0
0
2
@Pavan_2712
PAVAN MAHINDRAKAR
23 days
๐Ÿ Day 5 of my #Python journey!. Unlocked the world of Data Structures today:.โœ” Lists & their dynamic nature.โœ” Common list methods: append(), insert(), pop(), sort().โœ” Explored Tuples โ€” ordered but unchangeable ๐Ÿ‘€. Immutability hit differently today! ๐Ÿ”.#Pythonย #LearnToCode
Tweet media one
0
0
2