Tag python
13 bookmarks have this tag.
13 bookmarks have this tag.
Modern web applications in pure Python
When building an application that validates user passwords or needs to store tokens for future use it...
Learn Python exception handling with Python's try and except keywords. You'll also learn to create custom exceptions.
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.
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...
Python Tutor helps you do programming homework assignments in Python.
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.
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.
A Page in : Learn to program. For free.
FireDucks is a fast DataFrame python library with pandas-api
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.
You can add uv into the shebang line for a Python script to make it a self-contained executable.
99 Bottles of OOP is a practical guide to writing cost-effective, maintainable, and pleasing object-oriented code