In this tutorial, you'll learn how to create a 3D potion holder in Blender using Python scripting and display it on a website using the <model-viewer> tag. This step-by-step guide will show you how to apply materials, add realistic HDR lighting, and export your 3D model in the glTF format for optimal web performance. For more detailed instructions, read the full blog article: https://lnkd.in/efntmzbn You can also watch the full tutorial video here: https://lnkd.in/eMtkEppf If you're looking to deepen your Python and Blender skills, check out my books Learning Python and Mastering Blender Python API. I also offer personalized one-on-one tutorials to help you grow your skills faster. #BlenderPython #PythonScripting #3DModeling #BlenderTutorial #ModelViewer #WebDevelopment #glTF #HDRLighting #Interactive3D #PythonForWeb
More Relevant Posts
-
🎯 Day 18 of #100DaysOfCode in Python 🐍 Today, I explored the Python Turtle Graphics module — a simple yet powerful way to create graphics and understand GUI concepts visually. I went through the official Python Turtle documentation, where I learned how to: 🟢 Draw shapes and patterns using the turtle library 🟢 Move the turtle using coordinates and angles 🟢 Customize colors, pen size, and speed 🟢 Use loops to generate creative designs It’s fascinating how Python can be used not just for backend logic, but also for building interactive graphical programs that make learning fun and visual! Next, I plan to create a few creative patterns and maybe a small animation using Turtle 🐢✨ #Python #100DaysOfCode #LearningInPublic #TurtleGraphics #GUI #CodingJourney #DeveloperGrowth
To view or add a comment, sign in
-
🧠 Day 17 of #100DaysOfCode — Quiz Game Project Today, I built an interactive Quiz Game using Python and Object-Oriented Programming! It asks True/False questions, checks the answers, and keeps track of the score throughout the quiz. 🧩 Modules I created: question_model.py → Question class data.py → Question data quiz_brain.py → Game logic & score tracking main.py → Game execution 💡 Concepts I practiced: Class creation and object interaction Using multiple files for modularity Managing loops and user input Encapsulation and clean code structure This project made me truly understand how classes interact to build real-world programs! 🚀 #100DaysOfCode #Python #OOP #AngelaYuBootcamp #QuizGame #LearningByDoing #CodingJourney
To view or add a comment, sign in
-
In Python, a generator function is a special type of function that uses the yield keyword instead of return to produce a sequence of values. But how do we actually code it? 🤔🧐 Episode 17: #yield shift101 IT Workshop Keep Learning, Keep Coding! 👩💻👨💻 Full Video https://lnkd.in/g4kRZfSK BOYA Noise-Cancelling Microphone https://lnkd.in/g-rWNn2Z 4-in-1 Selfie Stick Tripod https://lnkd.in/gG3C8jxS A4Tech Full HD Webcam https://lnkd.in/gTrXAARf WD Elements External Hard Drive https://lnkd.in/guxgD97C #IT #Programming #Python #Tutorial #Skills
To view or add a comment, sign in
-
In Python, a generator function is a special type of function that uses the yield keyword instead of return to produce a sequence of values. But how do we actually code it? 🤔🧐 Episode 17: #yield shift101 IT Workshop Keep Learning, Keep Coding! 👩💻👨💻 Full Video https://lnkd.in/gSnC5vgJ BOYA Noise-Cancelling Microphone https://lnkd.in/g8RjyWqK 4-in-1 Selfie Stick Tripod https://lnkd.in/gDMNFes3 A4Tech Full HD Webcam https://lnkd.in/gkuPz_kQ WD Elements External Hard Drive https://lnkd.in/gCsdus2c #IT #Programming #Python #Tutorial #Skills
To view or add a comment, sign in
-
New Wiki Guide: Build Video Capture Apps with GStreamer & OpenCV in Python Ever wanted to build a video capture application in Python? 🎥 Our latest wiki guide makes it straightforward, showing you how to harness the power of GStreamer and OpenCV! Here’s what you’ll gain from this step-by-step tutorial: * Learn to capture live video from your camera using GStreamer. * Process video frames efficiently with OpenCV. * Get a complete, runnable Python script to jumpstart your projects. Whether you're developing a surveillance system, a creative video filter, or just exploring multimedia programming, this guide is your go-to resource. Read the full guide and get the code here: https://lnkd.in/d5WW9Ugn #Python #GStreamer #OpenCV #VideoProcessing #DeveloperCommunity #TechTutorials
To view or add a comment, sign in
-
🎨 Creative Python Project I created this animated text-inside-video effect using Python, without using any video editor! This shows how Python is not just for data science or automation — but can also be used for motion graphics and visual creativity. 🔧 Libraries Used: MoviePy Pillow (PIL) NumPy 💡 This can be used for: Creative intros Visual branding Reels / Shorts / YouTube Openings Title animations Perfect Computer Education #python #moviepy #creativecoding #videoediting #motiongraphics #programming
To view or add a comment, sign in
-
📝 Python Quiz Game Project 🎮🐍 I recently developed a simple Python-based Quiz Game to test general knowledge. This project showcases Python fundamentals, user input handling, and control flow in a fun and interactive way! 🔹 How the Game Works: Questions & Options: The quiz contains multiple-choice questions stored as dictionaries in a list. User Interaction: Players enter their choice (A, B, C, D) for each question. Scoring System: The program checks answers, gives immediate feedback (Correct/Wrong), and keeps track of the score. Result Display: At the end, the total correct answers are displayed along with a friendly completion message. 💡 Key Learnings: Practiced list and dictionary manipulation in Python. Improved input validation and user-friendly output formatting. Strengthened understanding of loops, conditionals, and modular code design. ✨ Why I Built This: It’s a fun way to practice Python programming logic, while creating an interactive application that can be extended to more advanced quizzes or educational tools. #Python #QuizGame #PythonProjects #LearningByDoing #ProgrammingJourney #CodingFun #InteractiveProject
To view or add a comment, sign in
-
Today, I explored one of the most important programming concepts — Control Flow in Python 🐍 Here’s what I covered: ✅ if, else, and elif statements ✅ Nested conditions for multi-level decisions ✅ Using logical operators (and, or, not) for multiple conditions To make my learning practical, I created a few fun mini projects: 💪 BMI Calculator – Calculates if a person is underweight, normal, or overweight based on their height and weight. 🍕 Pizza Order Program – Calculates the total bill based on size and toppings. 🏝️ Treasure Island Game – A simple text-based adventure game using nested if-else statements. #Learning #WebDevelopment #Python #KeepGrowing #100DaysOfCode
To view or add a comment, sign in
-
🚀 Excited to share my latest Python project: **Quiz Game GUI** 🧠 I built a fun and interactive **Python GUI Quiz Game** using `tkinter`. Here’s what it can do: ✅ Randomized questions & options ✅ 15-second countdown timer per question ✅ Correct/Wrong sound effects 🔊 ✅ Score saving in a file ✅ Play Again feature for endless fun This project helped me improve my **Python GUI skills** and is a great example of a project you can showcase on LinkedIn or GitHub. 💻 **Technologies used:** Python, Tkinter, Winsound Check out a quick demo 👇 ![Screenshot/GIF of Quiz Game GUI] #Python #Programming #Tkinter #PythonProjects #Coding #Portfolio #LearningByDoing 😊 👍 🫠 ......
To view or add a comment, sign in
-
🚀 Just completed a new Python project! I built a voice-interactive Snake, Water, Gun game using Python 🐍💧🔫 This isn’t just a basic console game — it actually talks to the player! Using the pyttsx3 library, the program greets you, explains the rules, show results, and even reacts with different tones when you win or lose. The computer’s choices are generated using the random module, and the logic decides the winner just like the classic childhood game — Snake drinks Water, Water destroys Gun, and Gun kills Snake. 💡 What makes it more fun: If you lose, the code gives a warning that it might delete an important file! 😅 (Just a harmless line of code, but it makes the game much more thrilling to play.) 🧠 What I learned : • How to use pyttsx3 for voice automation in Python • Working with random and os modules • Writing clean conditional logic and functions • Making command-line programs interactive and engaging It started as a fun experiment, but ended up teaching me a lot about combining logic, automation, and creativity. Sharing a few screenshots of the project below 👇 [PROJECT 01] Always learning, always building! 💻✨ #Python #CodingJourney #VoiceAutomation #LearningByDoing #PythonProjects #SnakeWaterGun #FunWithCode
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