Tiny Python 3.6 notebook – https://t.co/DhkDN4wz1E
— Pybites (@pybites) February 18, 2017
RT @PythonWeekly: Using functional programming in Python like a boss: Generators, Iterators and Decorators https://t.co/nGKjeKaI1V #python
— Pybites (@pybites) February 17, 2017
RT @dabeaz: Well, work has recently started… https://t.co/fu5mGsv0hN
— Pybites (@pybites) February 17, 2017
RT @PythonWeekly: Python Weekly – Issue 282 https://t.co/2xkYbTXDW7 #python #django #keras #opencv #pyflame #tensorflow #spark #jupyter #ip…
— Pybites (@pybites) February 16, 2017
RT @mkennedy: “Oh no! This package is Python 2 only” by @anthonypjshaw https://t.co/DQrRi5mVfH
— Pybites (@pybites) February 16, 2017
The definitive guide on how to use static, class or abstract methods in #Python https://t.co/n8imiKdlqv
— Pybites (@pybites) February 16, 2017
Guido’s King’s Day Speech – wonderful talk: https://t.co/Zrp7Uo79BP #python
— Pybites (@pybites) February 16, 2017
#99 Morepath: Super Powered Python Web Framework https://t.co/3xPnSAjqBB #python
— Pybites (@pybites) February 16, 2017
nice one, had not used print like this before https://t.co/b3mbLZT7DY
— Pybites (@pybites) February 16, 2017
RT @python_tip: >>> d = collections.deque(range(10))
>>> d.rotate(2)
>>> print(d)
deque([8, 9, 0, 1, 2, 3, 4, 5, 6, 7])
#python— Pybites (@pybites) February 16, 2017
RT @ramalhoorg: Legit is a complementary command-line interface for Git, optimized for workflow simplicity. By @kennethreitz. https://t.co/…
— Pybites (@pybites) February 15, 2017
#13 Python making the move to GitHub and Dropbox is stepping back from Pyston https://t.co/Z4iGIQjbZv #python
— Pybites (@pybites) February 15, 2017
Writing Clean Python With Namedtuples https://t.co/OUx89PN8mL #python
— Pybites (@pybites) February 14, 2017
RT @dbader_org: “Problem Solving with Algorithms and Data Structures using Python” https://t.co/7RIyNZKQre
— Pybites (@pybites) February 13, 2017
Brett Slatkin – Refactoring Python: Why and how to restructure your code… https://t.co/wd6yUQipf0 – great talk
— Pybites (@pybites) February 11, 2017