Code & Create: A Web Dev Journey
Sharing my journey through tech - what I'm building, learning, and exploring along the way.
Python Socket Programming in 10 Simple Steps (with Multi-Client Support)
This guide walks you through building a simple Python socket server that can handle multiple clients at once, along with a basic client script. Follow …...
Read more →
Python Socket Programming in 10 Simple Steps
Socket programming allows communication between computers or programs over a network. With Python’s built-in socket module, you can build your own basic client-server system — …...
Read more →
Setting Up a Basic Django Project Using Pipenv in VS Code
After setting up your development environment with Python, Git, Pipenv, and Visual Studio Code, the next step is to create a Django project. This post …...
Read more →
Setting Up Development Environment Using VS Code
Setting up a proper development environment is the first step towards building robust Python and Django applications. This guide will walk you through the essentials …...
Read more →
3 commonly used IDEs for Python Dev on Raspberry Pi
VS Code is a lightweight, versatile IDE good for Python and web development on Raspberry Pi. PyCharm offers powerful tools for Django but needs a …...
Read more →