What happens when a student chooses to combine a science project with computer science? Rather than watching a vide… https://t.co/yXcYXqBDd8
— Code.org (@codeorg) March 05, 2018
Spyder: Scientific Python IDE https://t.co/gZpZ8uQS8B
— Scientific Python (@SciPyTip) March 07, 2018
RT @twilio: How @dgouldin potty-trained his kid using Twilio and an AWS IoT button https://t.co/Qu76ZLkL1F https://t.co/NPVVBZaEQq
— Full Stack Python (@fullstackpython) March 08, 2018
Have you always wanted to learn Python and how it can be used? You can contribute to hundreds of open source projec… https://t.co/nXib8DyWB0
— Python Software (@ThePSF) March 08, 2018
The highlight of the new mypy 0.570 release is definitely attrs support! https://t.co/wgBVKs2ain
— Guido van Rossum (@gvanrossum) March 07, 2018
RT @randal_olson: Heat map of 1,058,383 #basketball shots from #NCAA games. #dataviz https://t.co/5JKErIHtX7 https://t.co/8xvU0SQsYY
— Randy Olson (@randal_olson) March 11, 2018
Tutorial on how to put text on an image using Python https://t.co/ZUPBWOwVpX
— RealPython.com (@RealPython) March 09, 2018
Tips and tricks for shipping a PyGame app on the Mac https://t.co/jNVumC9Uo4 by @glyph
— Dan Bader (@dbader_org) March 09, 2018
Are you excited for #pycon2018 yet? Yes? Crank it up a notch! Our talk schedule is now live at… https://t.co/w8EJKZ3Gxc
— PyCon (@pycon) March 06, 2018
A little math fun with #python: # Pythagorean triples for x, y, z in itertools.combinations(range(500), 3): if… https://t.co/J8t2vFOxkk
— Raymond Hettinger (@raymondh) March 09, 2018
I just wrote another article! It’s on multiple assignment (aka tuple unpacking) and how you should be using it mo… https://t.co/gPo2ZtgMTw
— ✨ Trey Hunner (@treyhunner) March 08, 2018
Here’s how I configure my machines, with Homebrew, mostly (including a full package list of what I have installed): https://t.co/ExVVTh0C2A
— Kenneth Reitz (@kennethreitz) March 07, 2018
Building A Jupyter Notebook To Analyze Cryptocurrency Portfolios https://t.co/IuUb3fu7eb https://t.co/DXmG3akPH6
— Full Stack Python (@fullstackpython) March 10, 2018
Python 3 cheatsheet https://t.co/ZIycZaT8O4 #python
— import python (@importpython) February 25, 2018
RT @vboykis: Somewhere in the multiverse, this HN exists. https://t.co/bdk0sZeucF
— Talk Python Podcast (@TalkPython) March 08, 2018
>>> from pybites import Bob, Julian
Keep Calm and Code in Python!