Notices tagged with python, page 7
-
Akionux (akionux)'s status on Thursday, 14-Jan-2016 16:28:41 EST Akionux
money 1.2.2 : !Python Package Index https://pypi.python.org/pypi/money "Money class with optional CLDR-backed locale-aware formatting and an extensible currency exchange solution." -
lnxw48 (Linux Walt) (lnxw48)'s status on Friday, 08-Jan-2016 20:47:52 EST lnxw48 (Linux Walt)
Paul Graham (2001): Why a programming language becomes popular or not. http://url.federati.net/ixI04 #Perl !Python #Lisp #Arc #Java #Pascal #Ada -
drak (drak)'s status on Friday, 08-Jan-2016 02:59:14 EST drak
Commentary on !Python and #Github: http://draketo.de/py2guile/free#python-github #git -
lnxw48 (Linux Walt) (lnxw48)'s status on Sunday, 03-Jan-2016 22:22:30 EST lnxw48 (Linux Walt)
@knuthollund I think that's an overall negative move for !python, especially the reason they chose #Github: most potential contributors are already familiar with it. If that's the motivation, why not render patches and edits as text and m… -
lnxw48 (Linux Walt) (lnxw48)'s status on Friday, 18-Dec-2015 17:51:31 EST lnxw48 (Linux Walt)
#Unicode is why !python 3 exists (and why we should be switching). http://url.federati.net/9IYIZ -
Chimo (chimo)'s status on Friday, 11-Dec-2015 12:17:28 EST Chimo
If #mediagoblin doesn't restart after upgrading to #python 2.7.11, upgrade #kombu to 3.0.30: https://github.com/celery/kombu/issues/545 -
lnxw48 (Linux Walt) (lnxw48)'s status on Tuesday, 08-Dec-2015 18:56:14 EST lnxw48 (Linux Walt)
@nds How about a #wiki of !python #NLP stuff? -
lnxw48 (Linux Walt) (lnxw48)'s status on Saturday, 21-Nov-2015 08:21:26 EST lnxw48 (Linux Walt)
@roland That sounds useful. Let us know if you find something. I'd be interested in something written using any of #sh !python #perl !tcktk #c !cplusplus #dlang #golang #rust -
sl (sl)'s status on Saturday, 21-Nov-2015 00:10:55 EST sl
Found a few interesting issue with Bottle and it's static file serving. Setting headers for static file server has to be done differently than with every other type, where returned data is automatically rendered into response. Example: r … -
Bob Mottram (bashrc)'s status on Saturday, 14-Nov-2015 06:20:39 EST Bob Mottram
And it is indeed in a sorry state http://bit.ly/1SrAop7 #python -
lnxw48 (Linux Walt) (lnxw48)'s status on Friday, 13-Nov-2015 19:25:08 EST lnxw48 (Linux Walt)
Intro to !python #lambda s http://url.federati.net/HA9Tp -
drak (drak)'s status on Sunday, 08-Nov-2015 12:32:19 EST drak
The Paired colormap is really nice for showing regions: http://matplotlib.org/users/colormaps.html#qualitative !python #matplotlib !science -
aroque (aroque)'s status on Tuesday, 27-Oct-2015 17:22:23 EDT aroque
$ !python
>>> me not in most
True -
drymer (drymer)'s status on Wednesday, 07-Oct-2015 04:27:01 EDT drymer
@drak It works! Thanks
http://sprunge.us/AVEW -
drak (drak)'s status on Wednesday, 07-Oct-2015 03:19:13 EDT drak
I’d say created = item.item( 0).getElementsByTagName( "created_at")[0].firstChild.data -
drymer (drymer)'s status on Tuesday, 06-Oct-2015 19:14:13 EDT drymer
!python Does anybody know how to indent this following pep8?
created = item.item(0).getElementsByTagName("created_at")[0].firstChild.data -
aroque (aroque)'s status on Sunday, 04-Oct-2015 15:59:47 EDT aroque
After some months of blackout, I am back to managing my #music library with #beets, "the media library management system for obsessive-compulsive music geeks". One of the loveliest pieces of !python I know, check it out here http://beets.radbox.org/ -
sl (sl)'s status on Saturday, 19-Sep-2015 01:45:38 EDT sl
Having trouble installing PyNaCl on Windows? Here's a guide how to get it done. As far as I know, everyone has been suffering with this installation. https://github.com/OpenBazaar/OpenBazaar-Server/wiki/Installing-pynacl-on-Windows !python … -
sl (sl)'s status on Monday, 14-Sep-2015 12:59:52 EDT sl
ow I've got the OpenBazaar-Server running. First I had some trouble with pynacl and libsodium, but now it's fully working. Excellent!
#pynacl #libsodium !python #openbazaar #p2p #distributed #market #trade #server #software -
sl (sl)'s status on Monday, 14-Sep-2015 09:58:10 EDT sl
!Python #Decorators nuff said!
http://simeonfranklin.com/blog/2012/jul/1/python-decorators-in-12-steps/