I put together a list of tools that I thought would have been useful when I first started to code (not that it was… https://t.co/O9Zhlqkt6R
— Mario Hoyos (@marioahoyos) February 16, 2018
RT @RealPython: Looking for an intro to OOP in Python + exercises? Check out this tutorial we just posted on Real Python: https://t.co/J…
— Rene Sanchez (@cod3ghoul) February 14, 2018
Good cheat sheet on #Python functions https://t.co/3LUxZMQ0Sx
— Pavel Anni (@PavelAnni) February 21, 2018
Twitter friends! I’m giving a tutorial at @pycon this year! I’m super duper excited about it and if you’ve been wan… https://t.co/SGF0mmrXik
— Melanie Crutchfield (@HelloMelanieC) February 22, 2018
RT @begahtan: Just finished a new post on collecting your #Fitbit data with #Python. Enjoy! https://t.co/c4TjN89M4r
— TestDriven.io (@testdrivenio) February 24, 2018
You can name your slices: >>> record = “01234567890123456789I want this0123456789” >>> IWANT = slice(20,31) >>> r… https://t.co/i4HWi2r0Zc
— Daily Python Tip (@python_tip) February 22, 2018
“Building a Twitter art bot with Python, AWS, and socialist realism art” by @vboykis https://t.co/CpFWSqG18t
— Rodolfo Ferro (@FerroRodolfo) February 23, 2018
Just published part 12 of the redesigned Flask Mega-Tutorial on my blog. This time you are going to learn about wor… https://t.co/ZOPiejd5lC
— Miguel Grinberg (@miguelgrinberg) February 20, 2018
RT @testdrivenio: Building A Concurrent Web Scraper With Python and Selenium >> https://t.co/Su3d8CqCfk #Python #Selenium https://t.co/mBaV…
— Adrian Rosebrock (@PyImageSearch) February 19, 2018
A simple tutorial to train a neural network by reading data from a CSV Read more on @lmoroney’s website https://t.co/UGxbSuK3ze
— TensorFlow (@TensorFlow) February 22, 2018
Is real-time, deep learning-based object detection possible on the @Raspberry_Pi? It turns out, we can get pretty c… https://t.co/ERJ81sNb9E
— Adrian Rosebrock (@PyImageSearch) February 19, 2018
RT @mofongotron: As someone in this exact situation who is a bit unclear on what comes next, this piece on transitioning from academia into…
— Jonathan Nolis (@skyetetra) February 23, 2018
Prototyping Interactive Dashboards with Jupyter Notebooks (PyVideo) by Camilo Cardona at PyData Barcelona 2017. Cov… https://t.co/RrpW2Ok1oD
— Python Software (@ThePSF) February 22, 2018
Build a bikesharing app with Redis and… https://t.co/rhW1Cp6j7p #redis #python
— import python (@importpython) February 25, 2018
“Theory is when you know something, but it doesn’t work. Practice is when something works, but you don’t know why.… https://t.co/KFgC8E2tLD
— Programming Wisdom (@CodeWisdom) February 23, 2018
>>> from pybites import Bob, Julian
Keep Calm and Code in Python!