Search results for #ProgrammingPaglu
📍 Day 43 of Python with Programming Paglu 🎀 Built a full **SQLite CRUD App** in CLI: ✅ Add Note 📄 View Notes ✏️ Update Note 🗑️ Delete Note No GUI. Just clean Python + SQLite magic 💻 #Python #SQLite #100DaysOfCode #CodeNewbie #ProgrammingPaglu
📍 Day 28 of DSA in JavaScript with Programming Paglu 🎀 Today I learned: ✅ First Occurrence (Binary Search tweak) ✅ Last Occurrence ✅ Count Occurrence using both github.com/jayshiva-tiwari #DSA #100DaysOfCode #JavaScript #BinarySearch #CodeNewbie #ProgrammingPaglu
🐍 Day 42 of Python with @programmingpaglu 🎀 📦 SQLite in Python ✅ Create DB ✅ Create table ✅ Insert & Read data 🗃️ Easy local storage with Python! #100DaysOfCode #Python #SQLite #ProgrammingPaglu #CodeNewbie
📧 Day 38 of Python with Programming Paglu 🎀 Today I learned how to send emails using smtplib in Python! ✅ Custom subject, body, sender ✅ Gmail SMTP setup ✅ Optional attachments Code magic with EmailMessage 💌 #Python #100DaysOfCode #SMTP #CodeNewbie #programmingpaglu
📆 Day 16 of DSA with #JavaScript 🎀 🎯Solved 3 🔥HashMap problems: ✅First unique character ✅Word frequency counter ✅Group anagrams (Google Q) JS Objects = O(1) Mastering patterns, one map at a time! #DSA #100DaysOfCode #Coding #Anagrams #WebDev #ProgrammingPaglu
🗓️ Day 28 of Python with programming paglu 🎀 ✅ Built a Notes App using OOP 🖊 Add notes 📖 View all notes 🗑 Delete any note 💾 Uses file handling for storage! Real-world + hands-on 🔥 #Python #100DaysOfCode #CodeNewbie #NotesApp #programmingpaglu
🔐 Day 23 of Python with #programmingpaglu 🎀 Topic: Encapsulation in OOP ✔️Public → self.name ✔️Protected → self._name ✔️Private → self.__name Built: BankAccount class Phone class Accessed private vars with name mangling 🧠 #Python #OOP #100DaysOfCode
🎯 Day 07 of DSA in JS with #programmingpaglu 🎀 🧠 Week 1 Recap: • Arrays 🧺 • Strings 📜 • Big-O 📈 • Palindrome 💡 • Reverse 🔁 • Vowel count 🔠 💻 Practice: ✅ Even nums ✅ Insert 99 at index ✅ Reverse string ✅ Check palindrome ✅ Count vowels #DSA #100DaysOfCode
👨💻 Day 22 of Python with #programmingpaglu 🎀 Topic: Polymorphism 🧠 🐶 Dog, 🐱 Cat, 🐮 Cow → all use sound() But each gives a different result 🔁 ✅ Method overriding ✅ Looping through objects 🔗 GitHub: github.com/jayshiva-tiwari #Python #OOP #100DaysOfCode #CodeNewbie
👨💻 Day 21 of Python with #programmingpaglu 🎀 Topic: Inheritance in Python 🧠 ✅ Reuse code with classes ✅ super() constructor ✅ Built: Car, Bike, Student, Admin, Guest 🚀 Mini OOP Project: User Management System #Python #100DaysOfCode #OOP #CodeNewbie
#Day18 🎯 Today I started with OOP in Python ➡️ Created my first `Dog` class ➡️ Learned about `__init__`, objects & methods Rocky & Tommy can now bark 🐶 Stay tuned for more! #100DaysOfCode #Python #OOP #programmingpaglu 🎀 📸 IG: @programming_paglu
Day 13 – #100DaysOfCode with #ProgrammingPaglu 🎀 Today’s focus: Python Modules 📦 random – generate numbers, pick winners, shuffle 📦 datetime – show current date & time 📦 os – manage files (from Day 11) 📂 GitHub: github.com/jayshiva-tiwar…
Day 12 – #100DaysOfCode with #ProgrammingPaglu 🎀 Today I learned APIs in Python 🌐 Built a Joke Generator using the requests module 🤣 ✅Fetched live jokes from: 🔗official-joke-api.appspot.com 📸IG: @programming_paglu #Python #100DaysPython #API #JokeApp #BuildInPublic #DevJourney
Day 11 of #100DaysOfCode with #ProgrammingPaglu Built a File Explorer CLI App using Python’s os module. >Show current directory >List items >Create / Rename / Delete folders & files >Used try-except for clean error handling 🔗GitHub: github.com/jayshiva-tiwar…
Day 09 – #100DaysOfCode with #ProgrammingPaglu 🎀 📛Learned Error Handling in Python! 🧠Used try, except, finally 🛠️Built: 🔖Notes App (Create, Read, Delete files) ⚖️Division Calculator (ZeroDivisionError) Cleaner, safer, smarter code #Python #BuildInPublic #CodeNewbie #Day0
Day 06 of #100DaysOfCode – with programming_paglu 🎀 📚 Learned Python Collections: ✅ List ✅ Tuple ✅ Set ✅ Dictionary 🚀 Built: Friends List 🧑🤝🧑 Set Manager Contact Book App #Python #ProgrammingPaglu #CodeNewbie #DevJourney @ka11away #100DaysOfCode
Day 04 of #100DaysOfCode – with programming_paglu🎀 📋Learned: Lists & Functions ✅Made: Name Collector (List + Input) Grocery Manager CLI(Add, View, Remove, Sort, Search) Learning is FUN when you BUILD! #Python #ProgrammingPaglu #CodeNewbie #DevJourney @ka11away #100DaysOfCode
Day 03 of #100DaysOfCode with programming_paglu🎀 🌱Built a calculator using if-elif-else + operators 🔁Practiced for & while loops 🔢Learned int, break, continue, and user input 💻CLI tools getting fun! #Python #ProgrammingPaglu #CodeNewbie #DevJourney @ka11away #100DaysOfCode
Day 2 ✅ of #100DaysOfCode 🔸 Learned how to use input() & print() 🔸 Used datetime to find birth year from age 🔸 Got hands-on with import in Python! Small script, big joy. More to come 🚀 #ProgrammingPaglu #Python #CodeNewbie #DevJourney #BuildInPublic @ka11away #100DaysOfCode