# [Python-ideas] strptime without second argument as an inverse to __str__ Wolfgang Maier wolfgang.maier at biologie.uni-freiburg.de Wed Aug 6 12:40:33 CEST 2014 - Previous message: [Python-ideas] strptime without second argument as an inverse to __str__ - Next message: [Python-ideas] oow vs. oow [was: strptime without second argument as an inverse to __str__] - Messages sorted by: - [ date ] - [ thread ] - [ subject ] - [ author ] On 06.08.2014 12:34, Ethan Furman wrote: > On 08/06/2014 01:35 AM, Wolfg
### What's all this then? GFXMonk.net is the dumping ground for my ideas, thoughts and random links. Tags: --> --> --> programming --> --> --> image --> --> --> photo --> --> --> linux --> --> --> quote --> --> --> python --> --> --> application --> --> --> ruby --> --> --> javascript --> --> --> illustration --> --> --> All tags… --> --> --> #### Index: Software I maintain #### Elsewhere, internet-style: #### Contact me: If you just want to get in touch, you can talk to me in an emailwardly
This article is going to highlight the features of CPython's C API which is used to build C extensions for Python. I will be going over the general workflow fo
Vectorization allows you to speed up processing of homogeneous data in Python. Learn what it means, when it applies, and how to do it
How to safely and effectively use `random.choice()` in Python
This article discusses how to implement the apriori algorithm in Python using the mlxtend module and a real-world dataset
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
[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