Python Software Foundation News: Amber Brown: Batteries Included, But They're Leaking
https://pyfound.blogspot.com/2019/05/amber-brown-batteries-included-but.html?m=1
https://pyfound.blogspot.com/2019/05/amber-brown-batteries-included-but.html?m=1
Blogspot
Amber Brown: Batteries Included, But They're Leaking
Amber Brown of the Twisted project shared her criticisms of the Python standard library. This proved to be the day’s most controversial ta...
Unicode & Character Encodings in Python: A Painless Guide – Real Python
https://realpython.com/python-encodings-guide/
https://realpython.com/python-encodings-guide/
Realpython
Unicode & Character Encodings in Python: A Painless Guide – Real Python
In this tutorial, you'll get a Python-centric introduction to character encodings and unicode. Handling character encodings and numbering systems can at times seem painful and complicated, but this guide is here to help with easy-to-follow Python examples.
Structuring Your Project — The Hitchhiker's Guide to Python
https://docs.python-guide.org/writing/structure/
https://docs.python-guide.org/writing/structure/
docs.python-guide.org
Structuring Your Project — The Hitchhiker's Guide to Python
5 reasons why people are choosing Masonite over Django - DEV Community 👩💻👨💻
https://dev.to/masonite/5-reasons-why-people-are-choosing-masonite-over-django-ic3
https://dev.to/masonite/5-reasons-why-people-are-choosing-masonite-over-django-ic3
DEV Community
5 reasons why people are choosing Masonite over Django
charles leifer | New features planned for Python 4.0
http://charlesleifer.com/blog/new-features-planned-for-python-4-0/
http://charlesleifer.com/blog/new-features-planned-for-python-4-0/
Announcing the Wolfram Client Library for Python—Wolfram Blog
https://blog.wolfram.com/2019/05/16/announcing-the-wolfram-client-library-for-python/
https://blog.wolfram.com/2019/05/16/announcing-the-wolfram-client-library-for-python/
Wolfram
Wolfram Blog: News, Views and Insights from Wolfram
Full access to the Wolfram Language from Python. See how to set up a connection, plus a few methods and examples to do computations. The client library is fully open source as the WolframClientForPython git repository.
Scalable Python Code with Pandas UDFs: A Data Science Application
https://towardsdatascience.com/scalable-python-code-with-pandas-udfs-a-data-science-application-dd515a628896
https://towardsdatascience.com/scalable-python-code-with-pandas-udfs-a-data-science-application-dd515a628896
Medium
Scalable Python Code with Pandas UDFs: A Data Science Application
Making Python code run at massive scale in the cloud
Three Ways of Storing and Accessing Lots of Images in Python – Real Python
https://realpython.com/storing-images-in-python/
https://realpython.com/storing-images-in-python/
Realpython
Three Ways of Storing and Accessing Lots of Images in Python – Real Python
In this tutorial, you'll cover three ways of storing and accessing lots of images in Python. You'll also see experimental evidence for the performance benefits and drawbacks of each one.
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.