• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4251 shaares
 
Filters
14 results tagged python

things you can do –with uv | Lars Grams

QRCode

What is this post about In this post, I’ll dive into a powerful feature of uv: the --with option. I’ll explain how it works, share practical examples, and show how it solved a key challenge in my latest tool, ayu. But first of all…

https://zaloog.github.io/2025/07/07/uv-with.html
August 4, 2025 at 3:56:49 PM EDT *
python
FILLER

Fine Tuning Python WSGI and ASGI applications for Flask, Django, and FastAPI

QRCode

Firstly covering the simpler of the two options, the ASGI/WSGI web server that goes between your Python code in the web framework and the users who have a web browser:

Gunicorn is the most popular WSGI server
Uvicorn is an ASGI server. It is both a standalone server as well as a plugin for Gunicorn
Hypercorn is an alternative that supports both WSGI and ASGI

https://tonybaloney.github.io/posts/fine-tuning-wsgi-and-asgi-applications.html
July 15, 2025 at 3:14:15 PM EDT *
python plack
FILLER

GitHub - spiside/pdb-tutorial: A simple tutorial about effectively using pdb

QRCode

A simple tutorial about effectively using pdb. Contribute to spiside/pdb-tutorial development by creating an account on GitHub.

https://github.com/spiside/pdb-tutorial
June 17, 2025 at 1:24:17 PM EDT *
python programming debugger
FILLER

Books | mathspp

QRCode

Books I have written about Python and other topics.

https://mathspp.com/books
June 17, 2025 at 1:23:01 PM EDT *
python programming
FILLER

The Python Tutorial — Python 3.12.1 documentation

QRCode

Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax an...

https://docs.python.org/3/tutorial/index.html
January 13, 2024 at 11:11:18 AM EST *
python programming
FILLER

Introducing Fontimize| Subset Fonts to Exactly and Only Your Website's Used Characters ⸺ Dave on Design

QRCode

Fontimize: Subset Fonts to Exactly and Only Your Website's Used Characters
A Python library to subset fonts, which cuts ~95% from the size of your site’s font files & downloads/bandwidth. To use: from fontimize import optimise_fonts_for_files and call it with a list of HTML files. See the the full API docs for more info.
Find Fontimize on Github and PyPi.

https://github.com/vintagedave/Fontimize/issues/1

I randomly came across your blog post on this library and thought I'd take a look at the code. I noticed you have an accidental O(n^2) string concatenation. In a few places in your code, you're appending lists of strings. This is a problem as it creates new intermediate strings in each iteration. Here is one such example:

https://daveon.design/introducing-fontimize-subset-fonts-to-exactly-and-only-your-websites-used-characters.html
January 13, 2024 at 10:50:38 AM EST *
python fonts webdesign
FILLER

LLM: A CLI utility and Python library for interacting with Large Language Models

QRCode

A CLI utility and Python library for interacting with Large Language Models, both via remote APIs and models that can be installed and run on your own machine.

https://llm.datasette.io/en/stable/
September 14, 2023 at 9:37:08 AM EDT *
llm python
FILLER

Open-source data multitool | VisiData

QRCode

Command-line interactive multitool for tabular data.

VisiData is an interactive multitool for tabular data. It combines the clarity of a spreadsheet, the efficiency of the terminal, and the power of Python, into a lightweight utility which can handle millions of rows with ease.

https://www.visidata.org/
April 17, 2023 at 10:20:33 AM EDT *
data python visidata csv excel
FILLER

How to Write Python Command-Line Interfaces like a Pro

QRCode

o what is Click? From the webpage:

It (Click) aims to make the process of writing command-line tools quick and fun while also preventing any frustration caused by the inability to implement an intended CLI API.

https://towardsdatascience.com/how-to-write-python-command-line-interfaces-like-a-pro-f782450caf0d
November 20, 2019 at 5:03:31 PM EST *
python linux
FILLER

Andrew Grangaard - "A perler's Python Primer"

QRCode

Perl -> Python 2

https://www.youtube.com/watch?v=-tdI9RYjZNE
June 26, 2019 at 9:51:05 AM EDT *
python programming
FILLER

The History of Python

QRCode
http://python-history.blogspot.com/
January 14, 2009 at 9:17:13 AM EST *
python
FILLER

Getting a grip on Python: six ways to learn online

QRCode
http://arstechnica.com/news.ars/post/20081202-getting-a-grip-on-python-six-ways-to-learn-online.html
December 4, 2008 at 10:54:04 AM EST *
python
FILLER

Dive Into Python

QRCode
http://www.diveintopython.org/
May 12, 2006 at 12:35:07 PM EDT *
python programming opensource ebook tutorial
FILLER

Learn Python in 10 minutes | Poromenos' Stuff

QRCode
http://www.poromenos.org/tutorials/python
January 13, 2006 at 9:16:50 AM EST *
programming tutorial python
FILLER
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community