Python (python) Gruppe, Seite 0
Nachrichten
-
That seems to be what I take issue with the most… So many of the site generators are blogcentric !python
-
Trying to decide if I stick with #pelican or try a different static site generator for a new not-a-blog !python
-
Nikola ( !python static site generator) has grown a bit since I last messed around with it. I may have to revisit…
-
Recursion wins! → http://draketo.de/light/english/recursion-wins #guile #scheme !python
Wednesday, 05-Mar-14 21:48:14 UTC von Choqok -
@psquid What do we need to know in order to help port #identicurse to !python 3?
-
I’m glad to see that Pyramid and Flask both seem to support #wsgi with !python 3. Adding them to my “try this” list.
-
To marshal a numpy array with ints as tuple, use tuple(int(i) for i in arr), otherwise the tuple will contain numpy ints! !python
Tuesday, 18-Feb-14 12:20:40 UTC von web-
Fixed the last errors in my caching layer: Performance increased by factor 5, memory consumption down from 2GiB to 400MiB !python
-
And only cache what I actually use, not what I retrieve. Another 5x performance improvement. I’m back at 10s per plot! !python
-
Hint: don’t use exec() except in cases where it is really, *really*, REALLY useful. See http://sn.1w6.org/notice/47001 !python
-
-
Iteration over mutable lists be damned! for i in l: if isbad(i): l.remove(i) # all hell breaks loose → always use for i in l[:]: … !python
Tuesday, 21-Jan-14 09:01:45 UTC von web- boneidol gefällt das.
-
Does anyone have experience with #traad for !python refactoring with rope? https://github.com/abingham/traad (promises to not be slow…)
-
Does anyone have experience with #pysmell for !python code-completion? https://code.google.com/p/pysmell/
-
Named tuples are pretty cool: High efficiency paired with a flexible interface. Drawback: not pickleable → http://sn.1w6.org/url/1167 !python
-
♻ @wolever: What’s the semantic version number change for a Python package release which adds Python 3.0 support? Is that a major? Minor? Patch?
-
@bobjonkman You mean like this? http://sn.1w6.org/group/python !python !fedgroups
-
So this !Python group was here all along? Glad to be here, and happy to get !Python in @ErkanYilmaz's list http://www.skilledtests.com/wiki/List_of_federated_Statusnet_groups
drak gefällt das. -
@bobjonkman jepp ☺
-
-
Our local !Python group @WatPy is having a Coding Dojo on 27 November in #Waterloo http://watpy.ca/events/26/
- drak wiederholte dies.
-
Funny Situation: How did I do this? Wow, that’s possible? Cool! — enjoying my own forgotten solutions ☺ → vars(Class)[attributename] !python
Thursday, 24-Oct-13 08:08:17 UTC von web -
If you suffered #pykde build failures in !gentoo: !kde 4.11.2 fixed them for me (my #pyrad broke with a segfault, it works again) !python
Tuesday, 15-Oct-13 10:36:02 UTC von Choqok -
It’s cool to see my own changes in !python when searching for a solution ☺ → http://sn.1w6.org/url/745 (the alias names which actually correspond to the table headers)
-
Installing #Scipy and #PyNIO on a Bare Cluster with the #Intel Compiler → http://draketo.de/node/585/ !python
Thursday, 26-Sep-13 09:29:50 UTC von web