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.
Matplotlib Tutorial - A Complete Guide to Python Plot w/ Examples | ML+
https://www.machinelearningplus.com/plots/matplotlib-tutorial-complete-guide-python-plot-examples/
https://www.machinelearningplus.com/plots/matplotlib-tutorial-complete-guide-python-plot-examples/
Machine Learning Plus
Matplotlib Tutorial – A Complete Guide to Python Plot with Examples
Learn Complete Data Science Online
Build a Django RESTful API on Fedora. - Fedora Magazine
https://fedoramagazine.org/build-a-django-restful-api-on-fedora/
https://fedoramagazine.org/build-a-django-restful-api-on-fedora/
Fedora Magazine
Build a Django RESTful API on Fedora. - Fedora Magazine
This article introduce the basic concept of Django and the Django REST Framework and let you build a basic CRUD API on Fedora.
A comprehensive guide to putting a machine learning model in production using Flask, Docker, and…
https://mikulskibartosz.name/a-comprehensive-guide-to-putting-a-machine-learning-model-in-production-using-flask-docker-and-e3176aa8d1ce
https://mikulskibartosz.name/a-comprehensive-guide-to-putting-a-machine-learning-model-in-production-using-flask-docker-and-e3176aa8d1ce
Bartosz Mikulski
A comprehensive guide to putting a machine learning model in production using Flask, Docker, and Kubernetes
How to use Docker and Flask to put a Scikit model in production as a microservice.
Realtime Flight Tracking with Pandas and Bokeh
https://www.geodose.com/2019/01/realtime-flight-tracking-pandas-bokeh-python.html
https://www.geodose.com/2019/01/realtime-flight-tracking-pandas-bokeh-python.html
Geodose
Realtime Flight Tracking with Pandas and Bokeh
How To Setup Flask Project and Create URL Routing [Tutorial] - YouTube
https://www.youtube.com/watch?v=uB7dKHTaRsI
https://www.youtube.com/watch?v=uB7dKHTaRsI
YouTube
Python Flask Tutorial: Project Setup + URL Routing
How To Setup Flask Project and Create URL Routing Topics included in this video: - Setup virtualenv and install Flask using PIP - Add base flaskapp.py with "...
Stuck with slow tests? Speed up your feedback loop
https://pythonspeed.com/articles/slow-tests-fast-feedback/
https://pythonspeed.com/articles/slow-tests-fast-feedback/
Python⇒Speed
Stuck with slow tests? Speed up your feedback loop
Sometimes you can’t speed up your Python test suite. What you can do, however, is find failures faster with linters, partial testing, and more.
A Complete Program // Richard Mavis dot info
http://richardmavis.info/a-complete-program
http://richardmavis.info/a-complete-program
richardmavis.info
A Complete Program // Richard Mavis dot info
Or: how to expand one compound command into a 200-line script.