You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A curated collection of 50 beginner-friendly Python projects to help you learn by building! Whether you're new to Python or want to sharpen your skills, this challenge takes you from simple scripts to functional mini-apps — one project at a time.
Django Template Favourite Books site - website that allows you to save your favorite books and leave a small review of them. Written with python 3.11, Django 5.1.1 and uses modern HTML/CSS/JS.
A simple and clean blog web application built with Django. This app allows users to create, read, update, and delete blog posts. Designed for learning and personal publishing, it features user-friendly interfaces and organized content management.
A secure and lightweight Python-based Password Manager with encrypted vaults, strong password generation, HMAC integrity checks, and a clean CLI workflow. Built for cybersecurity, privacy, and digital-trust use cases.