Sunday, December 2, 2018

PyBites: PyBites Twitter Digest - Issue 37, 2018

Digital Ocean Developer Trends of the quarter

Submitted by @BryanKimani

A great article on learning things in general

Submitted by @dgjustice

A conversation with Guido!

music21 - a Python-based toolkit for computer-aided musicology

Submitted by @Dan Shorstein

Shameless plug because we can! CodeChalleng.es can now help your company run coding interviews with Interview Bites!

Thanks to everyone that participated in the TalkPython Black Friday sale!

Multiple assignment and tuple unpacking improve Python code readability

Submitted by @tryexceptpass

Nice, TinyDB!

Too handy not to share. Print a list of reverse DNS records for a subnet

Check out Jake VanderPlas's Python Data Science Handbook

A great message: Document Everything!

Some AMAZING responses to the question: "What's the most fun thing you have ever done with data?"

Tracking all of your SQL Queries in Git

Serverless APIs with Python, AWS Lambda & API Gateway

So old...


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