nimbuscode.dev/blog/page-3
C:\> ls BLOG/?page=3
Loading blog posts (page 3)...

Nimbus Code Blog

Insights, tutorials, and stories from the Nimbus Code community. Explore our articles on Python, MicroPython, CircuitPython, Home Assistant, and more.

All Posts Python MicroPython CircuitPython Home Assistant Tutorials
Raspberry Pi Projects
February 5, 2025 Raspberry Pi

Top 10 Raspberry Pi Projects for Beginners

Get started with Raspberry Pi with these beginner-friendly projects. From setting up a media center to building a weather station, these projects will help you learn the basics of this versatile single-board computer.

Python Game Development
January 28, 2025 Python

Game Development with PyGame: A Beginner's Guide

Learn how to build simple 2D games using Python and PyGame. This tutorial covers the basics of game development including sprites, animation, collision detection, and game physics.

API Testing
January 15, 2025 Testing

Comprehensive API Testing with Python

A deep dive into testing RESTful APIs using Python tools like pytest, requests, and pytest-xdist. Learn how to write effective tests, mock external services, and automate your API testing workflow.

Docker Tutorial
January 5, 2025 DevOps

Docker Basics for Python Developers

Get started with Docker for Python development. This guide covers the fundamentals of containerization, creating Dockerfiles for Python applications, and using Docker Compose for multi-container setups.

Git Workflow
December 21, 2024 Git

Mastering Git Workflow for Team Collaboration

Learn effective Git branching strategies, pull request workflows, and conflict resolution techniques for smooth team collaboration. This guide covers best practices for organizing repositories and maintaining a clean commit history.