Python (python) Gruppe, Seite 0
Nachrichten
-
@teslasmoustache @h4ck3rm1k3 There's a conference called Djangobirthday happening in Lawrence KS July 10-12. https://fresh.federati.net/url/3802 #Django !Python
-
-
@nds I guess you're really going to delve into !Python now that you're doing more high-powered stuff at work.
-
3 years ago I started building my !Python plotting tool for my PhD. Its design served me well but new tools appeared which I couldn't fit in
Monday, 27-Apr-15 20:13:03 UTC von web -
a cool use of m4: writing a !Python plugin for pure-python and #cython in one file: http://stromberg.dnsalias.org/~strombrg/treap/
Friday, 17-Apr-15 08:56:21 UTC von web -
a cool really use of m4: writing a !Python plugin for pure-python and #cython in one file: http://stromberg.dnsalias.org/~strombrg/treap/
Thursday, 16-Apr-15 13:39:38 UTC von web -
the designers of !Python deliberately take away your choice to write a program that looks one way, and behaves another → https://unspecified.wordpress.com/2011/10/18/why-pythons-whitespace-rule-is-right/#comment-2905
Thursday, 26-Feb-15 14:51:45 UTC von web -
"Recovering from #Addiction": how a #Java junkie fell in love with !Python https://archive.org/details/SeanKellyRecoveryfromAddiction #dingadingdangmydangalonglinglong
-
Memory requirement of !Python datastructures: numpy array, list of floats and inner array: draketo.de/english/python-memory-numpy-list-array
Tuesday, 16-Dec-14 20:05:08 UTC von web -
I finally added the worst of all possible hacks to my !python plotting tool: --execute-after-plotting "<codesnippet>" !science
Tuesday, 02-Dec-14 14:45:52 UTC von web- anisoham gefällt das.
-
def alldof(): for fp in glob.glob(…): yield dof(fp) ← I smile when seeing this in my code ☺ !python
Monday, 27-Oct-14 08:20:17 UTC von web -
Does anyone know a fix to this? http://comments.gmane.org/gmane.comp.python.pyglet.user/7188 !python #pyglet #x11 #badwindow
Thursday, 04-Sep-14 15:28:26 UTC von web -
“Scripts are Vampires: They live *forever*”: http://youtu.be/gR73nLbbgqY !python
Friday, 25-Jul-14 13:23:44 UTC von web -
EuroPython schedule+streams: https://ep2014.europython.eu/en/schedule/schedule https://ep2014.europython.eu/en/venue/live-streaming !python
Tuesday, 22-Jul-14 10:23:48 UTC von web -
Oh. #Jython is a !Python 2.x version that runs atop #Java. #JRuby is a similar idea for the #Ruby language. Since #Android is Java in a red dress, ISTM that these should be full citizens in Droid-land.
-
@jezra @eric Is it an #Android project? I’m guessing that !python and #ruby are “native” when you use #Jython and #JRuby.
-
Fast computation of average levenshtein distances in !python http://url.federati.net/UyyZ5 /CC: @nds
-
Having trouble with extending classes in Mezzanine, and by extension, Django and Python. Seems bonkers.
-
@windigo So it seems you can't subclass a page object like Gallery in Mezzanine - you have to reinvent everything yourself? Not very DRY...
-
#TIL ‘final’ classes in !python 3 (and 2) to prohibit inheritance. http://url.federati.net/UbQwr (NOTE: not the #Python way; don’t do this)
-
@lnxw48 Yeah, I never liked programming in limitations if I could avoid them. Most of my class variables are scoped as public if I can.
-
-
@dougsportazine I've seen some people using spigot. Is it mostly for cross-posting, though?
-
except: logging.debug("Original Traceback: ", exc_info=sys.exc_info()) — report the #traceback of a caught #exception in !Python.
Monday, 16-Jun-14 12:23:37 UTC von web