Support for Python 2 ends in 2019, and it's high time for developers to take action
https://www.revyuh.com/2019/05/support-for-python-2-ends-in-2019-and-its-high-time-for-developers-to-take-action/
https://www.revyuh.com/2019/05/support-for-python-2-ends-in-2019-and-its-high-time-for-developers-to-take-action/
Revyuh
Support for Python 2 ends in 2019, and it's high time for developers to take action
The coexistence of the incompatible versions Python 2 and Python 3 existed for a good ten years. This unfortunate intermediate state is coming to an end: As announced in 2015, support for Python 2 ends on December 31, 2019.
Remote development using PyCharm | Vuyisile Ndlovu
https://vuyisile.com/remote-development-using-pycharm/
https://vuyisile.com/remote-development-using-pycharm/
Vuyisile Ndlovu
Remote development using PyCharm
PyCharm supports remote development. Learn how to set it up in this article.
Overview of Async IO in Python 3.7
https://stackabuse.com/overview-of-async-io-in-python-3-7/
https://stackabuse.com/overview-of-async-io-in-python-3-7/
Stack Abuse
Overview of Async IO in Python 3.7
Python 3's asyncio module provides fundamental tools for implementing asynchronous I/O in Python. It was introduced in Python 3.4, and with each subsequent mino...
Python Project Tooling explained — chobeat
https://write.as/chobeat/python-project-tooling-explained
https://write.as/chobeat/python-project-tooling-explained
Create a Simple Neural Network in Python from Scratch - YouTube
https://m.youtube.com/watch?v=kft1AJ9WVDk
https://m.youtube.com/watch?v=kft1AJ9WVDk
YouTube
Create a Simple Neural Network in Python from Scratch
In this video I'll show you how an artificial neural network works, and how to make one yourself in Python. In the next video we'll make one that is usable, but if you want, that code can already be found on github. I recommend watching at 1.5x speed, unless…
Railyard: how we rapidly train machine learning models with Kubernetes
https://stripe.com/blog/railyard-training-models
https://stripe.com/blog/railyard-training-models
Stripe
Railyard: how we rapidly train machine learning models with Kubernetes
Railyard is Stripe's system for training machine learning models, built with Kubernetes.
Build your first REST API with Django REST Framework
https://medium.com/@BennettGarner/build-your-first-rest-api-with-django-rest-framework-e394e39a482c
https://medium.com/@BennettGarner/build-your-first-rest-api-with-django-rest-framework-e394e39a482c
Medium
Build a REST API in 30 minutes with Django REST Framework
Building a REST API in Django is so super easy. In this tutorial, we’ll walk through the steps to get your first API up and running.