Create a dataset from the Last.fm API in this Python tutorial. Includes authentication with API keys, pagination, rate limiting, and more! (more…)
Read more »
Probably like many people, I've been hearing for years now that
January of 2020 was the end of life for Python 2, specifically
January 1st. As a result, I was rather surprised to hear that there
will be another release of Python 2 in April, although I cou... (more…)
Read more »
Mypyc compiles Python modules to C extensions. It uses standard Python
type hints to
generate fast code. (more…)
Read more »
As part of our PyCon US talk (which will be pre-recorded), the SC would
like to have a Q&A session. Since it's pre-recorded, we figured we'd
collect questions through Slido, which also lets people vote on the
questions: https://app.sli.do/event/qdtzzp... (more…)
Read more »
Blue green deployment approach is based on creating a replica(call it green fleet) of the current production infrastructure(call it blue fleet) and route all the traffic from blue fleet to green… (more…)
Read more »