RT @RealPython: Notes from chat with @treyhunner and @etmoore “Habits for effective Python” learning >> https://t.co/E74JwSL55I #python #le…
— Pybites (@pybites) March 11, 2017
CPython internals: A ten-hour codewalk through the #Python interpreter source code https://t.co/VY1vJMs2I4
— Pybites (@pybites) March 11, 2017
Interesting example / stack (cc @mschilling swagger) https://t.co/dwD6n48mlx
— Pybites (@pybites) March 11, 2017
Interesting, how to make cleaner code reducing for loops https://t.co/Ny2JefgBKd
— Pybites (@pybites) March 10, 2017
RT @importpython: Introducing Python Fire, a library for automatically g… https://t.co/myR00Mt6V0 #python #pypi
— Pybites (@pybites) March 10, 2017
Tips to Become a Better #Python Developer cheat sheet. Get your own @pybites https://t.co/G8zezP8BI2
— Pybites (@pybites) March 09, 2017
RT @restframework: ✨Django REST framework 3.6 has now been released!✨
* Interactive API docs.
* JavaScript client library.— Pybites (@pybites) March 09, 2017
RT @TalkPython: A conversation about effective code reviews with @d0ugal, it’s #102 at @TalkPython https://t.co/DROVpNmTiY
— Pybites (@pybites) March 09, 2017
RT @pythonbytes: Here’s @pythonbytes #16: Postmodern Python and Open-source Financial Awards https://t.co/CTl8yNfkSk cc @brianokken
— Pybites (@pybites) March 07, 2017
RT @PyDataMad: The next @PyData in Spain will be held in Barcelona. May 19th-21st at @ESADE https://t.co/KePE7QsIo6
— Pybites (@pybites) March 07, 2017
Nice trick, similarly we use shell shortcut $_ – it all saves time! https://t.co/uhUUOs2Baq
— Pybites (@pybites) March 07, 2017
RT @ContinuumIO: Most #AnacondaCON 2017 videos are now on YouTube! Check out the playlist: https://t.co/R13Mq3c0x4 https://t.co/LFQvIJYEbG
— Pybites (@pybites) March 07, 2017
Time is scarce, save cycles: 5 nice #Python Development Setup Tips and #tools to Boost Your #Productivity https://t.co/zPNLCKYNnA
— Pybites (@pybites) March 07, 2017
RT @python_tip: Flatten a list of lists with sum
>>> sum([[1, 2], [3], [4, 5], [6, 7, 8]], [])
[1, 2, 3, 4, 5, 6, 7, 8]— Pybites (@pybites) March 06, 2017
It’s official! PyPI has hit 100,000 packages! Woohoo!! #Python #milestone @TalkPython @pybites https://t.co/jqDoWsjfyR
— Pybites (@pybites) March 05, 2017