Absolutely stoked to announce that our PyBites in-browser #code challenge platform is now 100% live! Subscribe to B… https://t.co/wzaz38tAnv
— Pybites (@pybites) March 01, 2018
RT @kvnmclaughlin: How to pass data between Google Sheets and Jupyter Notebooks. https://t.co/8IoPXlrqi6
— TestDriven.io (@testdrivenio) March 04, 2018
RT @RealPython: Practical Introduction to Web Scraping in Python → Learn how to work with requests and BeautifulSoup in this step-by-ste…
— Rene Sanchez (@cod3ghoul) March 03, 2018
Part 13 of the Flask Mega-Tutorial is now available on my blog. In this one I cover how to make an app render itsel… https://t.co/cwwesphQvm
— Miguel Grinberg (@miguelgrinberg) February 27, 2018
RT @raymondh: When teaching testing, it is important to show examples of code with 100% test coverage that is nevertheless still wrong. Go…
— Diane Chen (@PurpleDiane88) February 26, 2018
Python Plotting With Matplotlib (Guide) – Real Python https://t.co/tTFemHuJQN
— Rodolfo Ferro (@FerroRodolfo) March 02, 2018
Fast, more accurate face detection with OpenCV’s “hidden” deep learning face detector: https://t.co/QWRKoUq9Tv… https://t.co/pi3fAyFVpK
— Adrian Rosebrock (@PyImageSearch) February 26, 2018
“Our approach uses deep learning to draw connections between changes in the human anatomy and disease” See how the… https://t.co/3BaaziddkV
— TensorFlow (@TensorFlow) March 02, 2018
I hadn’t heard of the humanize library before Alex Samuel introduced it but usefulness for UI is immediately obviou… https://t.co/4zfeRmEmmV
— David Robinson (@drob) March 03, 2018
“Testing can show the presence of errors, but not their absence.” – E. W. Dijkstra
— Programming Wisdom (@CodeWisdom) March 03, 2018
[Ctrl-d] # When programming in #vim, you can use Ctrl-d to “De-tab” (Mnemonic) a line and move the cursor back one tab width. #python
— Command Line Magic (@climagic) March 02, 2018
Inside a character class, ^ means ‘not’. For example, [^abc] matches any character except a, b, or c.
— Regular Expression (@RegexTip) February 27, 2018
My bad, I was in the zone https://t.co/G0aaAVCqCS
— Jake VanderPlas (@jakevdp) March 02, 2018
RT @TalkPython: Have you ever wondered how Python has successfully evolved over the past 25 years to become one of the most popular program…
— matt harrison (@__mharrison__) March 02, 2018
Ha!!
so, today i received this email from a health/wellbeing blog because of my blog post about django + celery… https://t.co/EUd6EUbjtS
— Vitor Freitas (@vitorfs) March 03, 2018
>>> from pybites import Bob, Julian
Keep Calm and Code in Python!