High-Performance in Python with Zero-Copy and the Buffer Protocol
https://julien.danjou.info/high-performance-in-python-with-zero-copy-and-the-buffer-protocol/
https://julien.danjou.info/high-performance-in-python-with-zero-copy-and-the-buffer-protocol/
My Path to Becoming a Python Core Developer
http://emilyemorehouse.com/blog/015-my-path-to-becoming-a-python-core-developer/
http://emilyemorehouse.com/blog/015-my-path-to-becoming-a-python-core-developer/
Emilyemorehouse
My Path to Becoming a Python Core Developer
I attended my first PyCon in 2015. Hosted in Montréal, it was my first time to Canada and my first visit out of the country as an adult.…
The “Bug-O” Notation — Overreacted
https://overreacted.io/the-bug-o-notation/
https://overreacted.io/the-bug-o-notation/
overreacted.io
The “Bug-O” Notation — overreacted
What is the 🐞(n) of your API?
Building Python Data Science Container using Docker
https://hackernoon.com/building-python-data-science-container-using-docker-c8e346295669
https://hackernoon.com/building-python-data-science-container-using-docker-c8e346295669
Hackernoon
Building Python Data Science Container using Docker | Hacker Noon
“The Python programming language was originally developed for the Amoeba operating system” « Adafruit Industries – Makers, hackers, artists, designers and engineers!
https://blog.adafruit.com/2019/01/21/the-python-programming-language-was-originally-developed-for-the-amoeba-operating-system/
https://blog.adafruit.com/2019/01/21/the-python-programming-language-was-originally-developed-for-the-amoeba-operating-system/
Adafruit Industries - Makers, hackers, artists, designers and engineers!
“The Python programming language was originally developed for the Amoeba operating system”
Amoeba (operating system) – Wikipedia. Amoeba is a distributed operating system developed by Andrew S. Tanenbaum and others at the Vrije Universiteit Amsterdam. …
Updated: Using Pandas To Create an Excel Diff - Practical Business Python
http://pbpython.com/excel-diff-pandas-update.html
http://pbpython.com/excel-diff-pandas-update.html
Pbpython
Updated: Using Pandas To Create an Excel Diff
This is an updated article that shows how to use pandas to create a diff tool that compares two similar Excel spreadsheets.
Inverting Facial Recognition Models
https://blog.floydhub.com/inverting-facial-recognition-models/
https://blog.floydhub.com/inverting-facial-recognition-models/
Regrettable Code, Episode 1 – Jeremy Noring – Medium
https://medium.com/@jeremy.noring/regrettable-code-episode-1-767dc1b92bd1
https://medium.com/@jeremy.noring/regrettable-code-episode-1-767dc1b92bd1
Medium
Regrettable Code, Episode 1
It’s easy to talk about pretty code. Let’s talk about nasty code and see what we can learn from it.
Analyzing my Spotify Music Library With Jupyter And a Bit of Pandas · vsupalov.com
https://vsupalov.com/analyze-spotify-music-library-with-jupyter-pandas/
https://vsupalov.com/analyze-spotify-music-library-with-jupyter-pandas/
vsupalov.com
Analyzing my Spotify Music Library With Jupyter And a Bit of Pandas
Or the quest to cleanup my saved songs to play everything on random.
Python SQLite3 tutorial (Database programming) | Codementor
https://likegeeks.com/python-sqlite3-tutorial/
https://likegeeks.com/python-sqlite3-tutorial/
Like Geeks
Python SQLite3 tutorial (Database programming)
In this tutorial, you will lean how to create,select,update, and delete SQLite3 databases using Python. You will lean how to list, drop, and fetch tables.
Rendering GPS traces · Gokberk Yaltirakli
https://gkbrk.com/2019/01/rendering-gps-traces/
https://gkbrk.com/2019/01/rendering-gps-traces/
Gokberk Yaltirakli
Rendering GPS traces
If you ask a bunch of people to upload GPS traces when they walk/drive and you combine those traces, you can get a rudimentary map. In fact, this is one of the primary data sources of OpenStreetMap. The data for those is freely available, so we can use it…
Data Science Project: Profitable App Profiles for App Store and Google Play
https://www.dataquest.io/blog/basic-data-science-portfolio-project-tutorial/
https://www.dataquest.io/blog/basic-data-science-portfolio-project-tutorial/
Dataquest
Data Science Project: Profitable App Profiles for App Store and Google Play – Dataquest
Learn to do a complete data analysis project using only basic Python to find out what genre of apps an app developer should focus on.
On Building an Instagram Street Art Dataset and Detection Model
https://blog.floydhub.com/instagram-street-art/
https://blog.floydhub.com/instagram-street-art/
FloydHub Blog
Building an Instagram Street Art Model
Build your own deep learning dataset and detection model using public Instagram photos of #streetart.
Algorithmically Detecting (and Trading) Technical Chart Patterns with Python
https://medium.com/automation-generation/algorithmically-detecting-and-trading-technical-chart-patterns-with-python-c577b3a396ed
https://medium.com/automation-generation/algorithmically-detecting-and-trading-technical-chart-patterns-with-python-c577b3a396ed
Medium
Algorithmically Detecting (and Trading) Technical Chart Patterns with Python
Algorithmically trade technical Chart patterns using Python and the Alpaca API.
Deploying completely serverless Django with Zappa and Aurora Serverless
https://agiliq.com/blog/2019/01/complete-serverless-django/
https://agiliq.com/blog/2019/01/complete-serverless-django/
Agiliq
Deploying completely serverless Django with Zappa and Aurora Serverless
Make django completely serverless using Lambda & Aurora-Serverless
Regrettable Code, Episode 1 – Jeremy Noring – Medium
https://medium.com/@jeremy.noring/regrettable-code-episode-1-767dc1b92bd1
https://medium.com/@jeremy.noring/regrettable-code-episode-1-767dc1b92bd1
Medium
Regrettable Code, Episode 1
It’s easy to talk about pretty code. Let’s talk about nasty code and see what we can learn from it.
How to Get Free Domain Email with Django and SendGrid
https://medium.com/@info_93479/how-to-get-free-domain-email-with-django-and-sendgrid-96c1e0b1b360
https://medium.com/@info_93479/how-to-get-free-domain-email-with-django-and-sendgrid-96c1e0b1b360
Medium
How to Get Free Domain Email with Django and SendGrid
Use django-anymail and an ESP to get free domain email sending, receiving, and forwarding
Keras, Regression, and CNNs - PyImageSearch
https://www.pyimagesearch.com/2019/01/28/keras-regression-and-cnns/
https://www.pyimagesearch.com/2019/01/28/keras-regression-and-cnns/
PyImageSearch
Keras, Regression, and CNNs - PyImageSearch
In this tutorial you will learn how to train a Convolutional Neural Network (CNN) for regression prediction with Keras and deep learning.