Showing results 2351-2360 of >2,428 (page 236)
https://mail.python.org/pipermail/python-dev/2012-December/122971.html

[Python-Dev] Keyword meanings [was: Accept just PEP-0426] Daniel Holth dholth at gmail.com Thu Dec 6 04:12:26 CET 2012 Previous message: [Python-Dev] Keyword meanings [was: Accept just PEP-0426] Next message: [Python-Dev] Keyword meanings [was: Accept just PEP-0426] Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Makes sense. How about calling it Replacement. 0 or 1? Replacement (optional) :::::::::::::::::::::: Indicates that this project is no longer being developed. The named project provi

https://twisted.org/pipermail/twisted-python/2001-August/000221.html

[Twisted-Python] twisted.internet.ssl Chris Armstrong carmstro at twistedmatrix.com Wed Aug 8 21:03:30 EDT 2001 Previous message: [Twisted-Python] twisted.internet.ssl Next message: [Twisted-Python] twisted.internet.ssl Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] So how hard would it be too hook this up to twisted.spread? It'd be cool if there was a really transparent way to use PB over SSL. On Wed, Aug 08, 2001 at 02:41:30PM +0300, Itamar Shtull-Trauring wrote: > 1) You'll need pyopenssl

https://modpython.org/pipermail/mod_python/2004-March/015250.html

[mod_python] apache.import_module() Colin Fox cfox at cfconsulting.ca Wed Mar 17 23:11:08 EST 2004 Previous message: [mod_python] _apache module Next message: [mod_python] Getting started with PythonLogHandler Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, all. I'm still struggling a bit to get all the nuances of my program working. I'll eventually be opening this up as a GPL project, but at the moment I'd kind of like to solidify it in my he

https://www.geekworker.com/2007/07/07/hello-python/

Skip to content The Geek Worker Random Computer Issues And Things That Fixed Them For Me A− A+ Switch to dark mode Menu Hello, Python! July 7, 2007 by geekworker 1 min read I’ve independently talked about Python with Harry and Lars last week. Conclusion: Python seems to be “the” script language to learn if you want something versatile and hate Perl . Today I needed a small script: Find me all the 4-lettered family names from the US Census data. Usually I’d simply do that with awk . But what better

https://pythonprogramming.net/interacting-chatbot-deep-learning-python-tensorflow/?completed=%2Fbidirectional-attention-mechanism-chatbot-deep-learning-python-tensorflow%2F

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

https://python-bloggers.com/2024/11/day-14-snooping/

# Python-bloggers ## Data science news and tutorials - contributed by Python bloggers # Day 14: Snooping Posted on November 6, 2024 by OSM in Data science | 0 Comments This article was first published on OSM , and kindly contributed to python-bloggers . (You can report issue about the content on this page here ) Want to share your content on python-bloggers? click here . Guess what? The model we built in our last post actually suffers from snooping. We did this deliberately to show how easy it is to g

https://stackabuse.com/selection-sort-in-python/

While not the quickest sorting algorithm, Selection Sort is still is still relevant because of how space-efficient it is. In this article, we will explain how Selection Sort works, how to implement it in Python and analyze its time complexity

https://itohi.com/snippets/codereview/20241212_python-code-smells/

Common code smells in Python and how to fix them. Mutable Default Arguments 1# ❌ Bad: Mutable default argument 2def append_to_list(item, my_list=[]): 3

https://perrotta.dev/2024/01/synchronized-in-python/

In Java, you can make a variable thread safe by just adding the synchronized keyword. Is there anything that can achieve the same results in Python? Without

https://exchangetuts.com/dirty-parallelisation-of-python-program-1769067302459250

Dirty parallelisation of Python programI've got a program that loads 2600 images in a loop, does some processing and returns

‹ Prev Next ›