projects tag: python3
Basic Python Web Server

A Python3 project exploring how to build simple synchronous and asynchronous HTTP servers using http.server, socketserver, and asyncio.
$stack:python3/http.server/socketserver/asyncio/web-server/project
Django Polls Package

The Official Django Polls App repackaged as a standalone, installable Python package, following the Django project's advanced tutorial on writing reusable apps, complete with a pyproject.toml build config, MANIFEST.in, and BSD-licensed distribution.
$stack:python3/django/reusable-apps/packaging/setuptools/pypi/project
Encrypting/Decrypting Files and Strings

A Python encryption/decryption toolkit comparing Fernet symmetric encryption in Python against GnuPG on the Command Line, for encrypting and decrypting both files and strings.
$stack:python3/encryption/decryption/gnupg/symmetric encryption/command line/macOS/project/security
File Organizer App

A Python3 script that sorts files into folders automatically based on their file extension.
Official Django Polls App

A Django project following the official Django Polls tutorial from scratch, covering models, the admin interface, views and templates, forms, automated testing, static files, and the Django Debug Toolbar.
$stack:python3/django/reusable-apps/admin/testing/flake8/black/djlint/pre-commit-hooks/project