Mit „python“ getaggte Nachrichten, Seite 3
-
Python 3.6 dictionaries are order-preserving. I'm just wondering why there's no way to access dictionary items by index directly. When dictionary retains order, I would love to see it to be accessible just like a list. It would be quite log…
-
Python 3.6 dictionaries are order-preserving. I'm just wondering why there's no way to access dictionary items by index directly. When dictionary retains order, I would love to see it to be accessible just like a list. It would be quite log…
-
Secure Password Hashing for #Python Developers: https://www.cyberciti.biz/python-tutorials/securely-hash-passwords-in-python/
Thursday, 22-Dec-16 11:39:34 UTC von web -
Python 3.6 is coming soon. Release Candidate 2 #3.6.0rc2 is now available.
http://blog.python.org/2016/12/python-360-release-candidate-2-is-now.html
#360rc2 #python #python3 #python36 #python360 #python360rc2 #release #candidate #programming !python -
RT @richardbaeck @steckerhalter @benediktg Ich versuche generell #Python pip, #Ruby gem, #JavaScript npm etc zu vermeiden und alles über #apt abzuwickeln. Zu wissen, dass bei einer Deinstallation eines Programms/Bibliothek etwas Unerwünschte…
-
@steckerhalter @benediktg Ich versuche generell #Python pip, #Ruby gem, #JavaScript npm etc zu vermeiden und alles über #apt abzuwickeln. Zu wissen, dass bei einer Deinstallation eines Programms/Bibliothek etwas Unerwünschtes zurückbleibt t…
-
@steckerhalter @benediktg Ich versuche generell #Python pip, #Ruby gem, #JavaScript npm etc zu vermeiden und alles über #apt abzuwickeln. Zu wissen, dass bei einer Deinstallation eines Programms/Bibliothek etwas Unerwünschtes zurückbleibt t…
-
@mcnalu #Python and Machine Learning in #Astronomy http://qttr.at/1jfu
-
Thank you, #Python, for doctests! A bugfix required due to transitioning to py3 just took 15 minutes to fix instead of the expected >1h!
-
Really nice #Flamechart generator for #Python from #Uber.
https://eng.uber.com/pyflame/ #flame #tracing #ptrace !python -
#JavaScript has a lot !security implications and it can currently not be understood by most search engines (I don't know even one that can). So if you want to drive good (and a lot) content into the search engines, you cannot bypass "sta…
-
On Cybersecurity and Being Targeted: http://www.kennethreitz.org/essays/on-cybersecurity-and-being-targeted — author of #Python Requests
-
Shipping Software To Users With Python: https://www.youtube.com/watch?v=5BqAeN-F9Qs — exploring a dark side of #Python
-
pip3 install --user dice; roll +-d6 #rpg !1w6 via #Python :happy: ☺ https://pypi.python.org/pypi/dice
-
Version 1.1.0 of the dice package for #Python supports the ±d6! https://github.com/borntyping/python-dice/pull/4 — ±d6: http://1w6.org/w6
-
Die taz-EDV sucht ab sofort eineN GNU/Linux/Unix-AdministratorIn Du verfügst über solides #Linux-Rundumwissen und kennst dich auch mit #Solaris aus? #MacOS hast Du schon mal unter die Haube geschaut, und #Windows/Samba sind dir nicht fr…
-
Die taz-EDV sucht ab sofort eineN GNU/Linux/Unix-AdministratorIn Du verfügst über solides #Linux-Rundumwissen und kennst dich auch mit #Solaris aus? #MacOS hast Du schon mal unter die Haube geschaut, und #Windows/Samba sind dir nicht fr…
-
Been a helper for my first software carpentry today, and it was a great day ! https://sib-swiss.github.io/2016-06-20-lausanne/ #cli #python #jupyter
-
l = 5 for i in [1,2,3]: a = [random.randint(0, i) for i in range(l)] yield i, a #python ^ spot the bug. That seriously bit me.