Showing results 2841-2850 of >2,916 (page 285)
https://dirtsimple.org/2004/12/python-is-not-java.html

I was recently looking at the source of a wxPython-based GUI application, about 45.5KLOC in size, not counting the libraries used (e.g. Twisted). The code was written by Java developers who are relatively new to Python, and it suffers from some performance issues (like a 30-second startup time). In examining the code, I found that they had done lots of things that make sense in Java, but which suck terribly in Python. Not because “Python is slower than Java”, but because there are easier ways to

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

[mod_python] Approaches to handling input forms. Graham Dumpleton grahamd at dscpl.com.au Tue Oct 19 19:51:43 EDT 2004 Previous message: [mod_python] "File" class object in form fields. Next message: [mod_python] Approaches to handling input forms. Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] A question on what people perceive as being best practice as far as dealing with forms when using mod_python. Imagine there is a form for logging into a site and its url is at "login". I've ignored ex

https://twisted.org/pipermail/twisted-python/2015-November/029895.html

[Twisted-Python] HTTP/2 and Twisted Cory Benfield cory at lukasa.co.uk Thu Nov 12 03:46:03 MST 2015 Previous message: [Twisted-Python] HTTP/2 and Twisted Next message: [Twisted-Python] HTTP/2 and Twisted Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > On 12 Nov 2015, at 06:04, Glyph Lefkowitz < glyph at twistedmatrix.com > wrote: > Creating this dependency loop (twisted->txh2->(twisted->txh2->..., h2)) seems potentially problematic, and maybe more trouble than it's worth in terms of factori

https://mail.python.org/pipermail/python-ideas/2014-March/026579.html

[Python-ideas] Please reconsider the Boolean evaluation of midnight Steven D'Aprano steve at pearwood.info Thu Mar 6 04:00:02 CET 2014 Previous message: [Python-ideas] Please reconsider the Boolean evaluation of midnight Next message: [Python-ideas] Please reconsider the Boolean evaluation of midnight Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Wed, Mar 05, 2014 at 09:23:37PM -0500, Donald Stufft wrote: > It’s hard to do any sort of search for this, however in an informal poll where

https://stackabuse.com/observer-design-pattern-in-python/

The Observer Design Pattern is an event based system, where one observable sends messages to the observers that are subscribed. Let's implement this pattern in Python

https://tonybaloney.github.io/posts/python-gets-a-jit.html

> tonybaloney_ # Python 3.13 gets a JIT by Anthony Shaw, January 9, 2024 Happy New Year everyone! In late December 2023 (Christmas Day to be precise), CPython core developer Brandt Bucher submitted a little pull-request to the Python 3.13 branch adding a JIT compiler. This change, once accepted would be one of the biggest changes to the CPython Interpreter since the Specializing Adaptive Interpreter added in Python 3.11 (which was also from Brandt along with Mark Shannon). In this blog post, we’re goin

https://docs.graphene-python.org/en/latest/types/list-and-nonnull/

Graphene framework for Python

http://mauveweb.co.uk/posts/2014/02/python-imports.html

Skip to main content Toggle navigation Mauveweb Source Python imports Daniel Pope 2014-02-17 19:00 Comments Source Though I've been using Python for 10 years I still occasionally trip over the magic of the import statement. Or rather the fact that it is completely unmagical. The statement import lemon.sherbet does a few simple things, effectively: Unless it's already imported, creates a module object for lemon and evaluates lemon/__init__.py in the namespace of the module object. Unless it's already importe

https://www.capicua.com/blog/mojo-python-superset

Great news for AI developers and enthusiasts: there is a Python superset that’s thousands of times faster! Is Mojo a game-changer for AI Development

https://docs.ladybugdb.com/tutorials/python/

Learn to use Ladybug's Python API to analyze social network data with hands-on examples

‹ Prev Next ›