Showing results 871-880 of >962 (page 88)
https://www.wellformedness.com/blog/category/dev/python/

Skip to content Wellformedness Category: Python Hugging Face needs better curation Hugging Face is, among other things, a platform for obtaining pre-trained neural network models. We use their tokenizers and transformers Python libraries in a number of projects. While these have a bit more abstraction than I like, and are arguably over-featured, they are fundamentally quite good and make it really easy to, e.g., add a pre-trained encoder. I also appreciate that the tokenizers are mostly compiled code (they

https://mail.python.org/pipermail/python-dev/2018-July/154303.html

[Python-Dev] Examples for PEP 572 Steven D'Aprano steve at pearwood.info Wed Jul 4 14:21:46 EDT 2018 Previous message (by thread): [Python-Dev] Examples for PEP 572 Next message (by thread): [Python-Dev] Examples for PEP 572 Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Wed, Jul 04, 2018 at 08:33:17PM +0300, Ivan Pozdeev via Python-Dev wrote: > >>while total != (total := total + term): > >> term *= mx2 / (i*(i+1)) > >> i += 2 > >>return total [...] > It took me a few minutes to figure ou

https://modpython.org/pipermail/mod_python/2004-October/016557.html

[mod_python] authenhandler woes Todd Boland itodd at itodd.org Sun Oct 3 20:35:30 EDT 2004 Previous message: [mod_python] authenhandler woes Next message: [mod_python] authenhandler woes Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] A bit of googling reveals this post by Grisha who recommended passing lock=0 when instantiating the session: http://www.modpython.org/pipermail/mod_python/2004-April/015374.html This fixes my problem but I am unaware of the implications of turning session lockin

https://myapollo.com.tw/blog/python-decorator-tutorial/

Python 的 decorator (或稱裝飾子)是一個非常有用的功能,它的重要程度可以說是沒用過或不會用 decorator 的人就等於沒學過 Python, 甚至在一些常見的框架(Framework),例如 Flask, FastAPI, Django 都提供各種方便的 decorator 供大家使用。 這麼重要的東西,肯定是闖江湖都會用到的金創藥啊! 但如果你剛接觸 Python 就看到類似以下裝飾子的範例,絕對會腦袋打結,為什麼函式前面還要加個 @debug 還有

https://www.superscript.com/posts/python-cvs-woes/

# Python CVS Woes ## Python CVS Woes 2025-03-07 · 53 words · til , python I wasted time this morning learning that the csv module defaults to \r\n line endings regardless of platform. This is clear enough in the documentation . But you have to figure out the problem before you’d know to look at line termination. It was an unpleasant surprise

https://blogs.gnome.org/markmc/category/python/

Skip to content Mark McLoughlin Menu and widgets Category: python Python Exception Chaining OpenStack has an awful lot of developers writing Python code and many of us wouldn’t consider ourselves true “pythonistas”. This means we wind up having a bunch of interesting discussions about e.g. EABL vs LBYL . A particular bugbear of mine is exception handling. I’m convinced that very, very few developers think hard about their error handling strategy and that the problem is even more serious with

https://snowflake.discourse.group/c/snowpark/python/65

Snowflake Topic Replies Views Activity About the Python category 0 14 June 27, 2024 When will snowpark support python 3.12 ? 2 427 August 27, 2026 Why no External Access Integration on trial accounts when there's even Snowflake workshops that rely on it? 5 43 April 20, 2026 Notebooks in Workspaces: Allow renaming dataframe_x references for SQL cells notebooks 3 38 February 26, 2026 Add delta-sharing pypi library 1 20 January 14, 2026 Ftplib timeout - followed documentation to the letter 5 47 December 19, 20

https://docs.graphene-python.org/en/latest/_modules/graphene/types/argument/

Graphene framework for Python

https://dev.aero.inc/docs/python-example

Python's default json.dumps() formatting matches Aeropay's serialization, making it the most straightforward implementation. import hmac import json from hashlib import sha256 # Step 1: Extract signature from header received_signature = request.headers.get('ap-signature') # Step 2: Parse the webhook

https://aniksikder.hashnode.dev/tag/python

Articles tagged with #python

‹ Prev Next ›