Showing results 2051-2060 of >2,143 (page 206)
https://mail.python.org/pipermail/python-dev/2005-September/055981.html

[Python-Dev] itertools.chain should take an iterable ? Paolino paolo_veronelli at libero.it Thu Sep 1 19:58:40 CEST 2005 Previous message: [Python-Dev] partition() (was: Remove str.find in 3.0?) Next message: [Python-Dev] itertools.chain should take an iterable ? Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Working on a tree library I've found myself writing itertools.chain(*[child.method() for child in self]). Well this happened after I tried instinctively itertools.chain(child.method() f

https://keploy.io/blog/community/when-to-use-a-list-comprehension-in-python

Learn when and why to use Python list comprehensions for more concise, readable, and efficient code compared to traditional loops

https://polyaxon.com/docs/core/python-library/

Use our Python library to instrument your machine learning model and track experiments, create Polyaxonfile specification, and extend Polyaxon's behavior. Setup should only take a few lines of code. If you're using a popular framework, we have several integrations to make setting up Polyaxon easy

https://twisted.org/pipermail/twisted-python/2005-September/043951.html

[Twisted-Python] Re: GUI responsiveness Stefano Masini stefano at pragma2000.com Thu Sep 15 03:29:16 MDT 2005 Previous message (by thread): [Twisted-Python] Re: GUI responsiveness Next message (by thread): [Twisted-Python] Re: GUI responsiveness Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On 9/15/05, Nicola Larosa < nico at teknico.net > wrote: > > Worse, I don't see a satisfactory way to deal > > with the problem if it stems from some internal bit of Twisted taking > > too big of a time

https://towardsdatascience.com/mastering-memoization-in-python-dcdd8b435189/

Understanding Function Caching in Python

https://pythonprogramming.net/joining-mortgage-rate-data-analysis-python-pandas-tutorial/?completed=%2Fcomparison-operators-data-analysis-python-pandas-tutorial%2F

Python Programming tutorials from beginner to advanced on a massive variety of topics. All video and text tutorials are free

https://www.johndcook.com/blog/python_phi/

Self-contained Python code for computing Phi(x), the distribution function (CDF) of a standard normal probability

https://flylib.com/books/en/2.723.1/a_simple_python_file_server.html

A Simple Python File Server / Network Scripting from Programming Python

https://stackabuse.com/lambda-functions-in-python/

​ In Python, functions are objects: they can be assigned to variables, can be returned from other functions, stored in lists or dicts and passed as parameters

https://brendaneich.com/2006/02/python-and-javascript/

Skip to content Brendan Eich Menu Posted on February 19, 2006 by Brendan Eich Python and JavaScript Mark Hammond’s work to support Python in XUL is nearly done. The DOM_AGNOSTIC2_BRANCH should land in the next few weeks. Already I see many on the PyXPCOM list testing Mark’s fine work, chomping at the bit to use Python in XULRunner . This brings to mind a hot topic in my recent hacking: infusing JS with Pythonic generators and iterators , including array comprehensions. Brief taste: js> function count(n

‹ Prev Next ›