Sending code with requirements.txt document

How to create the Python requirements.txt and Why

It’s not enough to create a venv for a python project. You also need an easy way to download the correct libraries using the pip command. That’s where the requirements.txt document comes into play.

June 24, 2025 · 2 min
what is light vs dark mode for reading

Light vs. Dark Mode for Reading

Did you know that the fundedyouth blog makes it possible to switch between light and dark-mode? Learn what this is and how to utilize it.

June 23, 2025 · 1 min
Tutorial: Design a movable target dummy in TinkerCAD.com

Target Dummy Remix Challenge

Take the challenge to recreate an existing 3D print target dummy design by artist (InfityModels).

June 22, 2025 · 9 min
Learn about python virtual envrionments

Python Virtual Environments: What and Why?

Want to keep your Python projects clean, organized, and bug-free? Learn how to create a “magic coding bubble” (virtual environment) that keeps your tools separate and your code happy. Perfect for beginners — even kids! Discover how one simple trick can level up your coding game.

June 20, 2025 · 4 min
Learn Python by Building a REST API Server with Fast API

Python FastAPI Server Tutorial

A guided step-by-step tutorial that shows how Web API’s work. You’ll learn how to use API Tools to get data and even build your own web api using python.

June 15, 2025 · 7 min