Sunday, March 3, 2019

PyBites: PyBites Twitter Digest - Issue 03, 2019

Check out Nina's code and slides on programming hardware with LEDs and Python

Simple security practices for working with Python

Lazynlp - A library to scrape and clean web pages to create massive datasets

Face Detection in Python

A Gameboy Emulator for Emacs! Cool!

An introduction to Cython

Computer Science Humble Bundle!

17-day crash course on Computer Vision, Deep Learning and OpenCV!

We love Pandas

Nested Queries with SQLAlchemy ORM

mypy plugins

Learning regex in Python

Mutation testing in Python with mutmut

This killed me! Haha!


>>> 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...