🎮 Built a Tic Tac Toe Game using Python! A simple Tic Tac Toe game using Python(+Tkinter library). 🖥️ Opens in a GUI window and runs continuously until the user closes it. ❌⭕ A two-player game on a 3×3 grid. 🧠 The program automatically detects wins and draws. Allows to restart the game and switch players to start based on the win. This project helped me better understand GUI development and implementing game logic in Python. Looking forward to building more interactive applications 🚀 #Python #Tkinter #Coding #Projects #LearningJourney
More Relevant Posts
-
Working with the YouTrack REST API in Python? 🐍 Our friends Ninjaneers GmbH forked and supercharged the moneymeets GmbH YouTrack SDK – so you don’t have to build everything from scratch. pip install youtrack-python https://jb.gg/ytSDKli #YouTrack #Python #OpenSource
To view or add a comment, sign in
-
-
I've updated Shape Creator for the new GIMP 3.0. Faster, more intuitive, and fully based on Python 3. 🚀 If you're passionate about code-aided design or simply want to enhance your GIMP capabilities, you have to try this new version. What shape would you like to see implemented in the next update? Let me know in the comments. 👇 🔗 https://lnkd.in/eyUHwSjj #GIMP3 #Python #OpenSource #WebDesign #DigitalArt
To view or add a comment, sign in
-
🚀 Day 11 of My Python + DSA Journey Today’s problem was all about greedy approach👇 ✅ Jump Game (#55) 💡 Jump Game Check if you can reach the last index 🔍 Approach: Tracked maximum reachable index → if current index exceeds it, return False ⏱ O(n) time | O(1) space 🔥 What I learned today: • Greedy approach can simplify complex problems • Tracking max reach avoids unnecessary checks • Early exit conditions improve efficiency Turning logic into faster decisions ⚡ #Day11 #LeetCode #Python #DSA #CodingJourney #100DaysOfCode
To view or add a comment, sign in
-
-
Solved the classic URLify problem today 🚀 The task was to replace every space in a string with “%20”. Used Python’s built-in string replace method to handle it efficiently in linear time. It’s a simple problem, but a great reminder that knowing your language’s built-in functions can lead to cleaner and more optimized solutions. Key takeaway: Sometimes the best solution is the simplest one. Implementation: https://htmlify.me/r/fux4 #Python #DSA #Programming #ProblemSolving #CodingJourney
To view or add a comment, sign in
-
-
The best debugging tool isn't a profiler. It's a walk. 🚶♂️ Staring at the same block of Python code for 3 hours will give you tunnel vision. Stepping away from the keyboard lets your subconscious process the logic flow. I've solved more bugs making a cup of coffee than I have staring at VS Code. #DeveloperLife #Coding #MentalHealth #Python
To view or add a comment, sign in
-
-
Day 4 of Liveblocks Unveil. Liveblocks now has a Python SDK. Lots of agent frameworks and backends run on Python. Now they can connect directly to Liveblocks realtime infrastructure to update sync engine data, create multiplayer rooms, and more.
To view or add a comment, sign in
-
🚀 New YouTube Video: Learn Python Through a Fun Project! I’ve just published a new video where I explain how to use the random module in Python by building a simple and interactive number guessing game 🎯 In this video, I cover: ✔️ How randomness works in Python ✔️ Generating random numbers ✔️ Applying logic to create a small game This project is perfect for beginners who want to move from theory to practice and start building real programs. 🎥 Check it out and let me know your thoughts — feedback is always welcome! https://lnkd.in/dYRjFmQe #Python #Programming #SoftwareDevelopment #Coding #Learning #BeginnerFriendly #Tech
Learn Python Random Module with a Fun Guessing Game
https://www.youtube.com/
To view or add a comment, sign in
-
🐍 Python Tip 1: Use type() when things don’t behave as expected Sometimes errors happen simply because the variable type is not what we assumed. Example: num = "10" print(num + 5) Error occurs because "10" is a string, not an integer. Quick check: print(type(num)) Output: <class 'str'> Convert when needed: num = int(num) A simple habit that saves debugging time. #Python #Debugging #Programming #LearnPython
To view or add a comment, sign in
-
Just built a simple Rock-Paper-Scissors game using Python. This project helped strengthen my understanding of core programming concepts like: - User input handling - Conditional logic - Randomization - Looping and game flow control It’s a small project, but a great reminder that even simple ideas can sharpen problem-solving skills and reinforce fundamentals. Next step: thinking of adding a score tracker and maybe a GUI to make it more interactive. Always open to feedback and suggestions.
To view or add a comment, sign in
-
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