This is the blog of an almost unemployed engineer. I post articles about machine learning systems, quantum computers, cloud computing, system development, python, linux, etc
Python Programming tutorials from beginner to advanced on a massive variety of topics. All video and text tutorials are free
Brett Cannon brett at python.org Fri Oct 25 19:15:03 CEST 2013 On Fri, Oct 25, 2013 at 12:24 PM, PJ Eby < pje at telecommunity.com > wrote: > I've not really had time to review this PEP yet, but from skimming > discussion to date, the only thing I'm still worried about is whether > this will break lazy import schemes that use a module subclass that > hooks __getattribute__ and calls reload() in order to perform what's > actually an *initial* load. > Depends on how you implement it probably. I have a schem
[Twisted-Python] twisted ssl server and client John Aherne johnaherne at rocs.co.uk Fri Nov 7 06:14:10 MST 2014 Previous message (by thread): [Twisted-Python] twisted ssl server and client Next message (by thread): [Twisted-Python] twisted ssl server and client Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Thanks for the reply. In the end I took the examples in the docs and changed them to fit. So I have ended up with something that seems to work. But I wouldn't mind if someone can tell me
[mod_python] Setting HTTP response status line Roger Binns rogerb at rogerbinns.com Sun May 6 18:18:45 EDT 2007 Previous message: [mod_python] Setting HTTP response status line Next message: [mod_python] Setting HTTP response status line Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Graham Dumpleton wrote: > Where did you get the idea you could do that in the first place? The code took two parameters and so it was a (wrong) educated guess as to
Examples of using span metrics to debug performance issues and monitor application behavior across Python applications
Learn efficient patterns for caching database connection objects in Python without import-time side effects or lru_cache complexity
A Practical Walkthrough of Principal Component Analysis with Real-World Examples in Python
Log in / Register python-ironicclient Merge proposals dependent on lp:~ubuntu-server-dev/python-ironicclient/kilo kilo Dependent merge proposals Proposals with status: Any status Work in progress Needs review Approved Rejected Merged Code failed to merge Queued Superseded lp:~ubuntu-server-dev/python-ironicclient/kilo has no merge proposals. © 2004 Canonical Ltd. • Terms of use • Data privacy • Contact Launchpad Support • Blog • Careers • System status • 1f3f5e1 ( Get the code
Briefly exploring the `expression for x in y` syntax in Python