🚀 Throwback to a project I built 6 months ago using Python & Streamlit! 🧠💻 Finally getting around to sharing this interactive quiz application I developed — focused on making learning simple, engaging, and a bit more fun. 🔹 Features: ⏱️ Built-in timer for each quiz session 📊 Progress bar to track questions in real-time ✅ Instant feedback with correct & incorrect answers 🏁 Final score summary at the end 🎯 Clean and user-friendly interface powered by Streamlit Even though this was built a while back, it played a big role in strengthening my Python skills and introducing me to building interactive web apps with minimal setup. Would love your thoughts and feedback! 👇 Live Link: https://lnkd.in/gAiweHRS #Python #Streamlit #WebDevelopment #CodingProjects #LearnToCode #Programming #DeveloperJourney #BuildInPublic #SoftwareDevelopment #CodingLife #ThrowbackProject
More Relevant Posts
-
🚀 Day 6 of #111DaysOfLearningForChange – Code for Change Built my first CLI-based To-Do App using Python 🧠💻 📌 What I learned today: • File handling using JSON • Structuring a CLI application • Managing state (tasks) with persistent storage • Using match-case for cleaner control flow 🛠️ What I built: A command-line To-Do app with features: • Add tasks • View tasks • Mark tasks as complete ✔️ • Delete tasks • Data stored in a JSON file ✨ Key takeaway: Building projects makes concepts like file handling and control flow much clearer than just theory ⚡ Challenge faced: Handling task IDs and updating data correctly after deletion #111DaysOfLearningForChange #CodeForChange #Python #CLI #Projects #LearningInPublic
To view or add a comment, sign in
-
-
🚀 Just Built a Tic Tac Toe Game in Python! 🎮🐍 Excited to share my latest mini project — a simple yet fun Tic Tac Toe game using Python! 💡 This project helped me strengthen my understanding of: ✔️ Loops and conditional statements ✔️ Functions and modular programming ✔️ Basic game logic and problem-solving 🔧 Features: Two-player mode (X vs O) Input validation Win and draw detection Clean console-based interface Building small projects like this is a great way to improve coding skills and logical thinking. Every line of code is a step forward! 💪 📌 Next step: Planning to upgrade this into a GUI version and maybe even add AI 🤖 If you’re learning Python, I highly recommend trying this project yourself! #Python #Coding #Projects #Programming #Learning #InternPe#Tech #Developer #45DaysOfCode#InternPe
To view or add a comment, sign in
-
🚀 Built a Python Quiz Game Engine: Here’s What I Learned I recently developed a fully functional Quiz Game Engine in Python designed with scalability, clean architecture, and real world usability in mind. 🔍 Key Highlights: Multiple question types (Q&A, MCQ, True/False) Time-based answering system using multi-threading JSON Schema validation for structured data integrity Automated scoring + CSV-based result tracking Modular and type-safe code design This project pushed me to think beyond “just making it work” focusing instead on: ✔ Clean architecture ✔ Input validation ✔ Real-world usability ✔ Performance under constraints (timers) 💡 One interesting challenge: implementing a thread-safe timer system without external libraries. If you're learning Python, don’t just build scripts build systems. 🔗 Check it out: https://lnkd.in/deba_WM7 #Python #SoftwareEngineering #OpenSource #Projects #LearningByDoing #Programming
To view or add a comment, sign in
-
-
🧠 I built my own programming language — and here it is running on CLI. This is GreyMatter — a custom interpreted language I built from scratch using Python and SLY. What you're seeing in this terminal: → The GreyMatter interpreter starting up (v0.01) → A variable being assigned: a = 50 → An IF/ELSE conditional executing in real time → Output: a is even ✅ The entire interpreter was built by me — from the Lexer and Parser to the AST and Runtime Engine. Why did I build this? Because the best way to understand how Python, JavaScript, or any language works... is to build one yourself. Every keyword you type, every error you get, every output on your screen — there's an entire pipeline behind it. Building GreyMatter made me truly understand that pipeline. 🔗 GitHub: github.com/Abineshabee Drop a 🧠 in the comments if you'd like to see more about how it works! #Python #Programming #OpenSource #BuildInPublic #ComputerScience #InterpreterDesign #GreyMatter #StudentProject #Ben10
To view or add a comment, sign in
-
-
📚 New article just published on SYUTHD! 🔖 Unlock Client-Side Python: Build Interactive Web Apps with Pyodide & WebAssembly 🏷️ Category: Python Programming 📖 Full article → https://lnkd.in/d2ZuEWc6 👉 Follow our page for more tech tutorials: https://lnkd.in/gsJDptPM 💬 Telegram: https://t.me/nisethtechno 👍 Facebook: https://lnkd.in/gsKv3Dyn #PythonProgramming #Tech #Tutorial #Programming #TechBlog #2026
To view or add a comment, sign in
-
I recently discovered Ruff – the ultra-fast Python linter written in Rust – and I can’t stop smiling 😄 What used to take seconds, minutes (or even longer) with traditional linting tools (that also require manual fixes implementation) now happens almost instantly. My development workflow has never been smoother Python now even feels like writing Go – in every good sense of the word: - Strict, consistent code style - Fast feedback on every save - No more debates about formatting between flake8 and black. A single tool replacing all linters If you write Python and haven’t tried Ruff yet, do yourself a favor. It’s one of those rare tools that makes you enjoy coding even more #Python #Ruff #CodeStyle
To view or add a comment, sign in
-
-
Just built a fun little Python project today 🎯🐍 I created a mini game where the system generates a random 4-digit number, and the user has to guess it correctly. Sounds simple… but trust me, it gets surprisingly addictive 😄 Using Python’s "random" module, I explored how logic, user input, and condition checking come together to create an interactive experience. The game instantly tells you whether your guess matches the generated number — making it a great way to understand basic programming concepts in a fun way. This small project reminded me that even simple ideas can sharpen problem-solving skills and build a strong foundation in coding 💡 More projects coming soon… 🚀 #Python #CodingJourney #BeginnerProjects #Programming #BuildInPublic
To view or add a comment, sign in
-
🚀 Day 16 Task – Python Mini Challenge Today’s task was a simple yet powerful exercise to strengthen my looping and conditional logic skills. 🔹 Task: Given a list of numbers, calculate the sum of even and odd numbers separately. 🔹 What I implemented: ✔️ Method 1: Stored even & odd numbers in separate lists and used sum() ✔️ Method 2: Calculated sums directly using variables (more optimized approach) 🔹 Key takeaway: There’s always more than one way to solve a problem. Writing multiple approaches helps in understanding efficiency and clean coding practices. 🔹 What I learned deeply: Using loops effectively Applying conditional logic (if-else) Writing optimized solutions instead of relying only on extra space github link : https://lnkd.in/g4iZcnGt 📌 Completed the task and tested it with different inputs successfully. Building consistency, one problem at a time 💪🚀 #Python #100DaysOfCode #Coding #ProblemSolving #DeveloperJourney #LearnInPublic Codegnan BhanuTeja Garikapati
To view or add a comment, sign in
-
-
🐍 Built something fun this weekend — Python Tug of War! Two teams. 45 Python MCQs. One rope. Only one winner. Instead of the usual quiz format, I wanted learning to feel competitive and alive. So I built a real-time tug-of-war game where every correct answer pulls the rope toward your opponent — and every wrong one pulls it back. ⚡ What's packed inside a single HTML file: → Canvas-animated tug-of-war with stick figures → 45 Python MCQs across Easy / Medium / Hard → 30-second countdown timer per question → 3-answer streak = ⚡ POWER PULL (2× rope movement) → Hard questions = double rope pull → 50/50 lifeline + Skip lifeline per team → Keyboard shortcuts (A/B/C/D) → Confetti on win 🎉 #Python #WebDevelopment #JavaScript #BuildInPublic #GameDevelopment #LearnPython #SideProject #Developer #TechIndia #100DaysOfCode
To view or add a comment, sign in
-
THE BEST WAY TO LEARN PYTHON ISN'T WATCHING VIDEOS. IT'S RUNNING THE CODE YOURSELF learn-python is a playground and cheatsheet in one repo every topic operators, data types, functions, classes, exceptions, file handling, standard libraries has real working scripts with code examples, inline comments, and assertions that show you the expected output right away you don't just read it. you run it, break it, change it, and test it https://lnkd.in/gZCT3EEK variables, loops, decorators, generators, lambda expressions, OOP all covered, all runnable
To view or add a comment, sign in
-
Explore related topics
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development