Showing results 791-800 of >875 (page 80)
https://twisted.org/pipermail/twisted-python/2015-November/029962.html

[Twisted-Python] spambayes Paweł Miech pawelmhm at gmail.com Sat Nov 21 02:51:48 MST 2015 Previous message (by thread): [Twisted-Python] Updating wincertstore for SSL certifcicates Next message (by thread): [Twisted-Python] spambayes Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] I get following message: > Submission rejected as potential spam > SpamBayes determined spam probability of 74.83 SpamBayes seems to hate new users... This is after trying to submit following bug report: Executive

http://www.pixelbeat.org/talks/linux_and_python/page15.html

# Functional Python - Recapping: Functional programming maintains no external state and provides data flow synchronisation in the language - This maps very nicely to the UNIX filter idea. Data flows in and out, with no side affects to the system - Note this useful discussion of Haskell vs Unix Consider the following script to add numbers, one per line: #!/usr/bin/python import sys print sum(int(line) for line in sys.stdin) This is both efficient and scalable - Efficient because as much iteration as po

https://mail.python.org/pipermail/python-dev/2003-January/032481.html

[Python-Dev] Extended Function syntax Shane Holloway (IEEE) [email protected] Tue, 28 Jan 2003 14:56:43 -0700 Previous message: [Python-Dev] Extended Function syntax Next message: [Python-Dev] Extended Function syntax Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Seems to me like the following should work for this in 2.2 and beyond:: #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #~ In some common file... class Property(object): def __init__(prop, __doc__ = ''): prop.__doc__ = __doc__ def

https://invisibleturtles.org/tag/python/

Posts about python written by paulwallich

http://arctrix.com/nas/python/gc/

# Garbage Collection for Python ## Portable Garbage Collection ### Summary Reference cycles involving lists, tuples, instances, classes, dictionaries, and functions are found. Instances with __del__ methods are handled in a sane way. It is easy to add GC support to new types. GC enabled Python is binary compatible with regular Python. Generational collection works (currently three generations). The overhead measured by pybench is about 4 percent. Virtually all extension modules should work unchanged (I

https://ankursinha.in/tag/python/

Posts tagged with Python

https://www.integralist.co.uk/posts/profiling-python/

Techniques and tools for profiling Python applications including timers, cProfile, line_profiler, memory_profiler, and pyflame

https://stackabuse.com/the-python-math-library/

The Python Math Library provides us access to some common math functions and constants in Python, which we can use throughout our code for more complex mathema

https://docs.tilt.dev/example_python.html

Best practices for developing Python projects with Tilt

https://github.com/programasweights/programasweights-python/issues

Python SDK for ProgramAsWeights — compile natural language specs into neural programs that run locally - Issues · programasweights/programasweights-python

‹ Prev Next ›