đ Marque-pages Pinboard
â Retour Ă tous les marque-pages503 rĂ©sultats (1-250 marque-pages affichĂ©s)
fstrings.wtf
Test your knowledge of Python's f-string formatting with this interactive quiz. How well do you know Python's string formatting quirks?
old.reddit.com
I'm always amazed at the hidden gems in python that can make code cleaner or more efficient. Weather its clever use of comprehensions to...
mkaz.blog
saq-py.readthedocs.io
github.com
Litestar Fullstack Reference Application with React, Vite, SQLAlchemy, Docker, Task Queues, and more! - litestar-org/litestar-fullstack
build123d.readthedocs.io
stackoverflow.com
nickjanetakis.com
I noticed about a 10x speed up across a number of projects, we'll avoid using a venv and run things as a non-root user too.
platypus.readthedocs.io
github.com
A retro game engine for Python. Contribute to kitao/pyxel development by creating an account on GitHub.
github.com
Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser tls/ja3/http2 fingerprints. - lexiforest/curl_cffi
pythonspeed.com
msgspec is a schema-based JSON encoder/decoder, which allows you to process large files with lower memory and CPU usage.
github.com
The fastest pure-Python PEG parser I can muster. Contribute to erikrose/parsimonious development by creating an account on GitHub.
github.com
Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, Replicate, Groq] - BerriAI/litellm
github.com
A python wrapper for libmagic. Contribute to ahupp/python-magic development by creating an account on GitHub.
luarocks.org
Lua utility libraries loosely based on the Python standard libraries
www.pyspur.dev
A guide for Python programmers who want to dive into GPU programming with CUDA.
github.com
CUDA accelerated rasterization of gaussian splatting - nerfstudio-project/gsplat
scripton.dev
python-poetry.org
Repositories
Poetry supports the use of PyPI and private repositories for discovery of
packages as well as for publishing your projects.
By default, Poetry is configured to use the PyPI repository,
for package installation and publishing.
So, when you add dependencies to your project, Poetry will assume they are available
on PyPI.
This represents most cases and will likely be enough for most users.
Private Repository Example
Installing from private package sources
By default, Poetry discovers and installs packages from PyPI. But, you want to
install a dependency to your project for a simple API repository? Letâs
do it.
simonwillison.net
akrabat.com
plotly.com
Interactive charts and maps for Python, R, Julia, Javascript, ggplot2, F#, MATLABÂź, and Dash.
github.com
Dead Simple LLM Abliteration. Contribute to Tsadoq/ErisForge development by creating an account on GitHub.
github.com
Up to 10x faster strings for C, C++, Python, Rust, and Swift, leveraging NEON, AVX2, AVX-512, and SWAR to accelerate search, sort, edit distances, alignment scores, etc đŠ - ashvardanian/StringZilla
pyvista.org
www.micropython.fr
github.com
Scripting in Illustrator is used to automate a wide variety of repetitive task or as complex as an entire new feature - lohriialo/illustrator-scripting-python
alexwlchan.net
When I'm writing templates with Jinja, strict behaviour is what I want, even if it's not the default.
stackoverflow.com
www.youtube.com
Intervenant: - Comparatif Django / Ruby on Rails par Rémy Maucourt--------Talk:- Compare Django and Ruby on Rails - Rémy Maucourt
www.w3schools.com
The partition() method searches for a specified string, and splits the string into a tuple containing three elements.
pypdf.readthedocs.io
martinthoma.medium.com
The Python PDF ecosystem is a mess. There are tons of packages on PyPI, but many of them are inactive. As I had the dubious fortune of having to work with PDF documents a couple of times in my careerâŠ
github.com
PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents. - pymupdf/PyMuPDF
github.com
A Repo For Document AI. Contribute to deepdoctection/deepdoctection development by creating an account on GitHub.
github.com
Python bindings to libpostal for fast international address parsing/normalization - openvenues/pypostal
github.com
Python address detector and parser. Contribute to vladimarius/pyap development by creating an account on GitHub.
docs.python.org
str.casefold()
Return a casefolded copy of the string. Casefolded strings may be used for caseless matching.
Casefolding is similar to lowercasing but more aggressive because it is intended to remove all case distinctions in a string. For example, the German lowercase letter 'Ă' is equivalent to "ss". Since it is already lowercase, lower() would do nothing to 'Ă'; casefold() converts it to "ss".
The casefolding algorithm is described in section 3.13 of the Unicode Standard.
New in version 3.3.
pluggy.readthedocs.io
www.youtube.com
Intervenant: - Faire du gRPC facilement avec Django - Adrien Montagu & Léni Gauffier--------Talk:- Use gRPC easily with Django - Adrien Montagu & Léni Gauffier
otterwiki.com
www.youtube.com
The official YouTube Channel of the EuroPython conferences. Current edition: EuroPython 2024.EuroPython is the official European conference for the Python pr...
ep2024.europython.eu
EuroPython is the largest Python conference in Europe. We are looking forward to seeing you in Prague, Czech Republic & Remote from July 8th-14th 2024.
github.com
Concrete ML: Privacy Preserving ML framework using Fully Homomorphic Encryption (FHE), built on top of Concrete, with bindings to traditional ML frameworks. - zama-ai/concrete-ml
github.com
Concrete: TFHE Compiler that converts python programs into FHE equivalent - zama-ai/concrete
www.sciagraph.com
Sciagraph, a performance and memory profiler for Python data processing software.
github.com
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy - ijl/orjson
github.com
Extracts emails and attachments saved in Microsoft Outlook's .msg files - TeamMsgExtractor/msg-extractor
pythonspeed.com
Helping you deploy with confidence, ship higher quality code, and speed up your application.
jcristharif.com
msgspec is a fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML.
pyscript.net
github.com
Structured Text Generation. Contribute to outlines-dev/outlines development by creating an account on GitHub.
github.com
Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser. - squeaky-pl/japronto
github.com
đšâđŒLinkedin API for Python. Contribute to tomquirk/linkedin-api development by creating an account on GitHub.
github.com
The world's simplest facial recognition api for Python and the command line - ageitgey/face_recognition
github.com
A Lightweight Partially Homomorphic Encryption Library for Python - serengil/LightPHE
github.com
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python - serengil/deepface
github.com
Pythonic bindings for FFmpeg's libraries. Contribute to PyAV-Org/PyAV development by creating an account on GitHub.
networkx.org
www.youtube.com
In whch yr hmbl svt makes an incredibly cheap trash smartwatch run Micropython.This is me disassembling, exploring, reassembling and reflashing a super-cheap...
github.com
Line-by-line profiling for Python. Contribute to pyutils/line_profiler development by creating an account on GitHub.
github.com
Python DSP module. Contribute to belangeo/pyo development by creating an account on GitHub.
github.com
Musicpy is a music programming language in Python designed to write music in very handy syntax through music theory and algorithms. - Rainbow-Dreamer/musicpy
www.pysimplegui.com
github.com
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies - hoffstadt/DearPyGui
amphi.ai
Amphi is a micro ETL designed for extracting, preparing and cleaning data from various sources and formats. Develop data pipelines and generate native Python code you can deploy anywhere.
realpython.com
In this tutorial, you'll learn how to profile your Python programs using numerous tools available in the standard library, third-party libraries, as well as a powerful tool foreign to Python. Along the way, you'll learn what profiling is and cover a few related concepts.
github.com
A conda-forge distribution. Contribute to conda-forge/miniforge development by creating an account on GitHub.
stackoverflow.com
github.com
Python port of thumbhash, a very compact representation of an image placeholder - justinforlenza/thumbhash-py
github.com
A Python implementation of the Thumbhash image placeholder generation algorithm. - Astropilot/thumbhash-python
pysheets.app
www.xlwings.org
An in-depth review of Microsoft's new Python in Excel functionality
wagtail.org
github.com
Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python. - amontalenti/elements-of-python-style
www.prefect.io
Prefect offers modern workflow orchestration tools for building, observing & reacting to data pipelines efficiently.
benhoyt.com
A critical but informative look at the new structural pattern matching feature in Python 3.10, with real-world code examples.
hylang.org
pyspread.gitlab.io
pyspread is a non-traditional spreadsheet application that is based on and written in the programming language Python. It expects Python expressions in its grid cells, which makes a spreadsheet specific language obsolete.
github.com
Simple Python version management. Contribute to pyenv/pyenv development by creating an account on GitHub.
charlesleifer.com
www.pythonmorsels.com
An explanation of all of Python's 100+ dunder methods and 50+ dunder attributes, including a summary of each one.
docs.python.org
Objects, values and types: Objects are Pythonâs abstraction for data. All data in a Python program is represented by objects or by relations between objects. (In a sense, and in conformance to Von ...
github.com
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python. - Knio/dominate
htpy.dev
github.com
Django/Jinja template indenter. Contribute to rtts/djhtml development by creating an account on GitHub.
github.com
âš HTML Template Linter and Formatter. Django - Jinja - Nunjucks - Handlebars - GoLang - djlint/djLint
safjan.com
The task Steps for Package Creation Create Project Directory Open the Project in PyCharm Configure Poetry Virtual Environment Install Dependencies Configure PyCharm Interpreter Initialize Git Repository Create Package Structure Move Script and Files Create __init__.py Update pyproject.toml Add README.md âŠ
pykidos.github.io
shiny.posit.co
flet.dev
Build internal web apps quickly in the language you already know.
nicegui.io
NiceGUI is an easy-to-use, Python-based UI framework, which shows up in your web browser. You can create buttons, dialogs, Markdown, 3D scenes, plots and much more.
github.com
Build better UIs faster. Contribute to pydantic/FastUI development by creating an account on GitHub.
github.com
a hierarchical solution for data fetching and processing - allmonday/pydantic-resolve
github.com
Lightweight text-based SQL parameter binds. Contribute to baverman/sqlbind development by creating an account on GitHub.
www.youtube.com
In this video, we will implement a dependent (or chained) dropdown using HTMX and Django. This will allow us to make the choices in one dropdown contingent o...
rustpython.github.io
An open source Python 3 (CPython >= 3.11.0) interpreter written in Rust đ đ± đ€
github.com
The impossibly small web framework for Python and MicroPython. - miguelgrinberg/microdot: The impossibly small web framework for Python and MicroPython.
github.com
Retrying library for Python. Contribute to jd/tenacity development by creating an account on GitHub.
github.com
Python library to calculate the difference hash (perceptual hash) for a given image, useful for detecting duplicates - benhoyt/dhash: Python library to calculate the difference hash (perceptual hash) for a given image, useful for detecting duplicates
stackoverflow.com
github.com
A minimal Python package for storing and retrieving text using chunking, embeddings, and vector search. - kagisearch/vectordb: A minimal Python package for storing and retrieving text using chunking, embeddings, and vector search.
github.com
I am on the latest Poetry version. I have searched the issues of this repo and believe that this is not a duplicate. If an exception occurs when executing a command, I executed it again in debug mode (-vvv option). OS version and name: O...
github.com
Simple yet flexible natural sorting in Python. Contribute to SethMMorton/natsort development by creating an account on GitHub.
github.com
Userspace USBIP server (i.e., "shares a USB device") implementation based on python-libusb1 - jwise/pyusbip: Userspace USBIP server (i.e., "shares a USB device") implementation based on python-libusb1
markuseliasson.se
github.com
Very fast Python library for .eml files parsing. Contribute to namecheap/fast_mail_parser development by creating an account on GitHub.
stackoverflow.com
fixit.readthedocs.io
www.yattag.org
Python library for generating HTML or XML in a pythonic way. Pure python alternative to template engines.
docs.python-cerberus.org
github.com
Up-to-date simple useragent faker with real world database - fake-useragent/fake-useragent: Up-to-date simple useragent faker with real world database
realpython.com
In this tutorial, you'll learn how to take your testing to the next level with pytest. You'll cover intermediate and advanced pytest features such as fixtures, marks, parameters, and plugins. With pytest, you can make your test suites fast, effective, and less painful to maintain.
stackoverflow.com
github.com
Trame lets you weave various components and technologies into a Web Application solely written in Python. - Kitware/trame: Trame lets you weave various components and technologies into a Web Application solely written in Python.
github.com
What the f*ck Python? đ±. Contribute to satwikkansal/wtfpython development by creating an account on GitHub.
github.com
Mocked responses for the requests library. Contribute to jamielennox/requests-mock development by creating an account on GitHub.
github.com
A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts. - dashingsoft/pyarmor: A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
www.puckiestyle.nl
jithurjacob/Windows-10-Toast-Notifications: Python library to display Windows 10 Toast Notifications
github.com
Python library to display Windows 10 Toast Notifications - jithurjacob/Windows-10-Toast-Notifications: Python library to display Windows 10 Toast Notifications
kivy.org
Open source Python framework for rapid development of applications
that make use of innovative user interfaces, such as multi-touch apps.
github.com
This is a fork of browser_cookie. Contribute to borisbabic/browser_cookie3 development by creating an account on GitHub.
www.untangled.dev
I encountered huey when upgrading a Django project from Python 2 to 3. I can't say it was love at first sight. But Huey is indeed a minimalistic task queue for Django.
github.com
github.com
Blessed is an easy, practical library for making python terminal apps - jquast/blessed: Blessed is an easy, practical library for making python terminal apps
superfastpython.com
Get started and get good at Multithreading, Multiprocessing and AsyncIO in Python.
github.com
Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser. - wkeeling/selenium-wire: Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
pyzstd.readthedocs.io
github.com
Python module for cross-platform clipboard functions. - asweigart/pyperclip: Python module for cross-platform clipboard functions.
github.com
CLI Tool for converting pydantic models into typescript definitions - phillipdupuis/pydantic-to-typescript: CLI Tool for converting pydantic models into typescript definitions
www.reddit.com
github.com
đ Online machine learning in Python. Contribute to online-ml/river development by creating an account on GitHub.
maxhalford.github.io
Active learning is a way to get humans to label data efficiently. A good active learning strategy minimizes the number of necessary labels, while maximizing a modelâs performance. This usually works by focusing on samples where the model is unsure of its prediction.
In a batch setting, the model is periodically retrained to learn from the freshly labeled samples. However, the training time is usually too prohibitive for this to happen each time a new label is provided.
til.simonwillison.net
www.cambioml.com
pykoi: an open-source python library for LLMs providing a unified interface for data & feedback collection, RLHF, and model comparisons.
implement-dns.wizardzines.com
websockets.readthedocs.io
licence version pyversions tests docs openssf websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance. It s...
snakemake.github.io
poethepoet.natn.io
GitHub repo PyPI PyPI PyPI - Downloads MIT Poe the Poet is a batteries included task runner that works well with. It provides a simple way to define project tasks within your pyproject.toml, and ei...
getnikola.com
Nikola â Static Site Generator. In goes content, out comes a website, ready to deploy.
pydoit.org
www.pypy.org
falcon.readthedocs.io
github.com
werkzeug + twisted.web. Contribute to twisted/klein development by creating an account on GitHub.
svitla.com
Svitla Systems explores new easier and faster frameworks for Python that are crowding out traditional technologies.
github.com
The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale. - falconry/falcon: The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
sanic.dev
Sanic is a Python 3.8+ web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.
strawberry.rocks
www.modular.com
Mojo combines the usability of Python with the performance of C, unlocking unparalleled programmability of AI hardware and extensibility of AI models.
martinblech/xmltodict: Python module that makes working with XML feel like you are working with JSON
github.com
Python module that makes working with XML feel like you are working with JSON - martinblech/xmltodict: Python module that makes working with XML feel like you are working with JSON
github.com
XML Schema validator and data conversion library for Python - sissaschool/xmlschema: XML Schema validator and data conversion library for Python
stackoverflow.com
hussainaliakbar.github.io
Restricting TLS Version and Cipher Suites in Python's Requests and testing with Wireshark
medium.com
In this blog post, we will explain how we added a Python feature into an existing Elixir app. We will cover the options we found, all the hurdles we had to overcome and the final solution. We haveâŠ
pyautogui.readthedocs.io
github.com
Label, clean and enrich text datasets with Large Language Models (LLMs) - refuel-ai/autolabel: Label, clean and enrich text datasets with Large Language Models (LLMs)
github.com
Accurately separates a URLâs subdomain, domain, and public suffix, using the Public Suffix List (PSL). - john-kurkowski/tldextract: Accurately separates a URLâs subdomain, domain, and public suffix, using the Public Suffix List (PSL).
github.com
Explore large language models on any computer with 512MB of RAM - jncraton/languagemodels: Explore large language models on any computer with 512MB of RAM
github.com
Fast Python Bloom Filter using Mmap. Contribute to axiak/pybloomfiltermmap development by creating an account on GitHub.
github.com
A fast and minimal foundation for unifying human, AI, and other computing systems, in python - operand/agency: A fast and minimal foundation for unifying human, AI, and other computing systems, in python
learnpython.com
Structural pattern matching is a new feature in Python 3.10. In this article, weâll show you why this is so useful.
stackoverflow.com
apscheduler.readthedocs.io
github.com
:snake: :mag: GuardDog is a CLI tool to Identify malicious PyPI and npm packages - DataDog/guarddog: GuardDog is a CLI tool to Identify malicious PyPI and npm packages
github.com
Opensource python wrapper to WhatsApp Cloud API. Contribute to Neurotech-HQ/heyoo development by creating an account on GitHub.
github.com
Background Remover lets you Remove Background from images and video using AI with a simple command line interface that is free and open source. - nadermx/backgroundremover: Background Remover lets you Remove Background from images and video using AI with a simple command line interface that is free and open source.
github.com
Twirp's python implementation. Contribute to verloop/twirpy development by creating an account on GitHub.
www.sonarsource.com
SonarQube, SonarCloud and SonarLint use hundreds of unique rules to find Python bugs, code smells & vulnerabilities on the Sonar platform
faust.readthedocs.io
github.com
A Python 3 client for the beanstalkd work queue. Contribute to justinmayhew/greenstalk development by creating an account on GitHub.
github.com
đ Text-Prompted Generative Audio Model. Contribute to suno-ai/bark development by creating an account on GitHub.
github.com
1 line for thousands of State of The Art NLP models in hundreds of languages The fastest and most accurate way to solve text problems. - JohnSnowLabs/nlu: 1 line for thousands of State of The Art NLP models in hundreds of languages The fastest and most accurate way to solve text problems.
components.streamlit.app
streamlit.io
Streamlit is an open-source app framework for Machine Learning and Data Science teams. Create beautiful web apps in minutes.
pymongo.readthedocs.io
pymongo.readthedocs.io
www.geeksforgeeks.org
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
github.com
a powerful DNS toolkit for python. Contribute to rthalley/dnspython development by creating an account on GitHub.
gitea.ksol.io
py3-validate-email - Check if an email is valid with using SMTP, regexes and blacklists
github.com
Python bindings to PDFium. Contribute to pypdfium2-team/pypdfium2 development by creating an account on GitHub.
github.com
Fuzzy String Matching in Python. Contribute to seatgeek/thefuzz development by creating an account on GitHub.
github.com
A library implementing different string similarity and distance measures using Python. - luozhouyang/python-string-similarity: A library implementing different string similarity and distance measures using Python.
stackoverflow.com
github.com
Python library for Windows Remote Management (WinRM) - diyan/pywinrm: Python library for Windows Remote Management (WinRM)
github.com
A Page Object Model DSL for Python, inspired by Ruby SitePrism https://github.com/site-prism/site_prism - fkshom/pyte-prism: A Page Object Model DSL for Python, inspired by Ruby SitePrism https://github.com/site-prism/site_prism
pynecone.io
Write web apps in pure Python. Deploy in minutes.
github.com
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. - Asabeneh/30-Days-Of-Python: 30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace.
cffi.readthedocs.io
docs.python.org
The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. Some colle...
docs.python.org
Editor, Pablo Galindo Salgado,. This article explains the new features in Python 3.10, compared to 3.9. Python 3.10 was released on October 4, 2021. For full details, see the changelog. Summary â R...
futurecoder.io
github.com
Tool to Detect Surrounding Shell. Contribute to sarugaku/shellingham development by creating an account on GitHub.
zulko.github.io
jinja.palletsprojects.com
github.com
Embed a highly customizable web calendar into your website using ICal source links - niccokunzmann/open-web-calendar: Embed a highly customizable web calendar into your website using ICal source links
www.pycon.fr
wsvincent.com
List of current Django books.
adamj.eu
www.youtube.com
Six days of talks, sprints, and tutorials by the community for the community.
buddy.works
Get the most powerful and easy-to-configure continuous integration and delivery platform.
github.com
Python-based research interface for blackbox and hyperparameter optimization, based on Google's internal Vizier Service. - google/vizier: Python-based research interface for blackbox and hyperparameter optimization, based on Google's internal Vizier Service.
trio.readthedocs.io
faker.readthedocs.io
pytest-django.readthedocs.io
nose.readthedocs.io
nedbatchelder.com
pyinfra.com
pyinfra automates infrastructure super fast at massive scale.
whitenoise.evans.io
docarray.jina.ai
github.com
đ”ïžââïž Collect a dossier on a person by username from thousands of sites - soxoj/maigret: đ”ïžââïž Collect a dossier on a person by username from thousands of sites
github.com
A tool for refurbishing and modernizing Python codebases - dosisod/refurb: A tool for refurbishing and modernizing Python codebases