Sunday, February 24, 2019

PyBites: PyBites Twitter Digest - Issue 02, 2019

We were fortunate enough to be interviewed on the Teaching Python podcast! Listen. Now!

PyCascades is live! Day 1:

Bob wrote an amazing article on Selenium's headless mode and deploying to Heroku! Give it a read!

Nice! PyCharm takes top spot as preferred Python editor

Whiteboards in coding interviews. Discuss!

Use Keras and Deep Learning to detect breast cancer in Histology images

Python on Hardware episode 18 - Adafruit and Digi-key providing swag for PyCon Attendees!

Congratulations Mariatta!!

2200 React Resources

Updates for Python AI and Machine Learning tools

pypass: A beginner level password compiler

Helpful Git Tools!

A minimalistic Python VS Code setup

Oooo Python 3.8!

How to Unit Test Flask-Login and Flask-SocketIO


>>> from pybites import Bob, Julian

Keep Calm and Code in Python!


from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...