Tag python

13 bookmarks have this tag.

2025-09-22

259.

FastHTML

fastht.ml

Modern web applications in pure Python

253.

Python Secure Password Management: Hashing and Encryption #️⃣🔐✨

dev.to/dpills/python-secure-password-management-hashing-and-encryption--1246

When building an application that validates user passwords or needs to store tokens for future use it...

250.

Python Try Except: Examples And Best Practices • Python Land Tutorial

python.land/deep-dives/python-try-except

Learn Python exception handling with Python's try and except keywords. You'll also learn to create custom exceptions.

249.

An Intro to Threading in Python – Real Python

realpython.com/intro-to-python-threading

In this intermediate-level tutorial, you'll learn how to use threading in your Python programs. You'll see how to create threads, how to coordinate and synchronize them, and how to handle common problems that arise in threading.

2025-09-20

203.

The Python Standard Library

docs.python.org/3/library/index.html

While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It...

2025-09-11

118.

Python Tutor - Python Online Compiler with Visual AI Help

pythontutor.com

Python Tutor helps you do programming homework assignments in Python.

117.

The Hitchhiker’s Guide to Python! — The Hitchhiker's Guide to Python

docs.python-guide.org

An opinionated guide to the Python programming language and a best practice handbook for the installation, configuration, and usage of Python on a daily basis.

116.

W3Schools.com

www.w3schools.com/default.asp

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

109.

Learn to program. For free. - Invent with Python

inventwithpython.com

A Page in : Learn to program. For free.

2025-09-08

64.

FireDucks

fireducks-dev.github.io

FireDucks is a fast DataFrame python library with pandas-api

2025-06-03

56.

MonsterUI

monsterui.answer.ai

MonsterUI is a UI framework for FastHTML for building beautiful web interfaces with minimal code. It combines the simplicity of Python with the power of Tailwind. Perfect for data scientists, ML engineers, and developers who want to quickly turn their Python code into polished web apps without the complexity of traditional UI frameworks. Follows semantic HTML patterns when possible.

2025-03-30

53.

Self-contained Python scripts with uv - the.dusktreader blog

blog.dusktreader.dev/2025/03/29/self-contained-python-scripts-with-uv

You can add uv into the shebang line for a Python script to make it a self-contained executable.

2025-02-14

35.

99 Bottles — Sandi Metz

sandimetz.com/99bottles

99 Bottles of OOP is a practical guide to writing cost-effective, maintainable, and pleasing object-oriented code