#Python

9 posts

Giving My Robot Eyes: HP w300 Camera on Arduino UNO Q's Linux Side

In the last post, I gave the robot its first sense — ultrasonic distance via the MCU.

Machine Learning Basics: Improving Model Performance with Feature Engineering

Welcome back to our Machine Learning Basics series! In our previous post, we built a simple linear regression model that achieved an R-squared score of...

Machine Learning Basics: Building Your First Simple Linear Regression Model

Welcome to the first post in our Machine Learning Basics series! In this tutorial, we'll dive into one of the most fundamental algorithms in machine...

3: NiceGUI Weather App: Displaying Weather Data

Welcome to the final post of our Creating a Weather App in NiceGUI series!

2: NiceGUI Weather App: Layout and Styling

Now that we’ve got the basic setup of our NiceGUI project in place, it’s time to build the foundation of our weather app. In this post, we’ll create the...

1: NiceGUI Weather App: Setting Up the Project

In this series, we will build a weather app using NiceGUI, a Python-based UI library that simplifies web app development. In this first post, we'll cover...

Part 03: FastAPI Fundamentals - Mastering Responses for Dynamic API Interaction

Welcome back to the FastAPI Fundamentals series! In the previous posts, we explored the basics of FastAPI, building powerful APIs, and handling user...

Part-02: FastAPI Fundamentals - Getting User Input

FastAPI offers various methods to get user input in your API. Let's explore four commonly used methods: Query parameters, Path parameters, Body...

Part-01: FastAPI Fundamentals - Building Powerful APIs with Ease

Welcome to the world of FastAPI! If you're looking to supercharge your Python API development, you're in the right place. In this guide, we'll walk...