Showing results 4341-4350 of >4,424 (page 435)
https://twisted.org/pipermail/twisted-python/2009-January/051613.html

[Twisted-Python] Beginner's question about names and callbacks Adan Broderick broder79 at gmail.com Tue Jan 27 18:19:17 MST 2009 Previous message (by thread): [Twisted-Python] Beginner's question about names and callbacks Next message (by thread): [Twisted-Python] How to write (network) integration tests with Twisted? Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Fantastic, that is exactly what I was looking for. Thank you very much for helping me. On Mon, Jan 26, 2009 at 1:46 AM, Tim Allen

https://git.nomics.world/dbnomics/dbnomics-python-client/-/commit/8b2faf539184784d64f9a8e0e91354a11815773b

Access DBnomics time series from Python https://pypi.org/project/DBnomics

http://xahlee.info/comp/python_syntax_soup_in_and_not_in.html

# Python Syntax Soup: x in y Python has these operators to check if a key exist in dictionary or list: - x in list - x not in list There are several issues: • x not in list is not necessary. It can be done with not (x in list) • The not is part of not in operator. This means, the word not has context dependent semantics. • not in is a operator. Using English words as operator is not so good. but now that operator is 2 words, separated by space! So, syntactically, it becomes not distinguishable from st

https://memotut.com/en/0094255aed838d2dd070/

Python, matplotlib, memorandum

https://mattwelke.com/posts/when-go-container-images-use-more-space-than-python/

Matt Welke When Go Container Images Use More Space Than Python November 9, 2025 Table of Contents Pushing the first Go image Updating the Go app and pushing the image Pushing the first Python image Updating the Python app and pushing the image Images and layers Go and Python Dependencies How repositories grow over time Accompanying code I noticed something interesting recently while working with container images for a Go app and a Python app. As I pushed new versions of each image, the remote repository siz

https://www.qt.io/blog/2018/11/15/python-qt-3000-hours-developer-insight

Python and Qt: 3,000 hours of developer insight

https://oldblog.jasonlitka.com/tag/mod_python/

Utter Ramblings The random thoughts, musings, and mindless drivel of Jason Litka Yum Repository Changelog About You are here: Home / Archives for mod_python Just about everything updated (including the site) September 22, 2009 by Jason · 90 Comments Alright, just about every package in the repo was just updated. Some significantly, others not so much, but the ones people are likely to care about are there. MySQL is now up to 5.0.84, PHP is up to 5.2.11, and httpd is up to 2.2.13. In addition to the package

https://mail.python.org/pipermail/python-ideas/2009-April/004002.html

[Python-ideas] x=(yield from) confusion [was:Yet another alternative name for yield-from] Greg Ewing greg.ewing at canterbury.ac.nz Mon Apr 6 04:41:48 CEST 2009 Previous message: [Python-ideas] x=(yield from) confusion [was:Yet another alternative name for yield-from] Next message: [Python-ideas] x=(yield from) confusion [was:Yet another alternative name for yield-from] Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Jim Jewett wrote: > I can see cases where you want > the interim yields, and

https://thetmpfiles.com/2022/09/28/why-is-python-rounding-wrong/

Skip to content theTmpFiles you better work Menu and widgets WordPress.com evolving into D.I.Y. Substack? Web Summit 2025 Lisbon: Day One Web Summit 2025: The Schedule-ening, (not) AI Edition Why is python rounding wrong? This is your brain on … python? Add Markdown to your Windows Context Menu What I love about my job… My Top Three UX Gripes with Amazon Whole Foods How Bloomberg just lost the IT vote One More New Year’s Resolution For You: Use ISO-8601. Archives Select Month February 2026 (1

https://pythonspeed.com/articles/python-server-memory-leaks/

When your Python server is leaking memory, the Fil memory profiler can help you spot the buggy code

‹ Prev Next ›