MicroPython #2 - Hit the ground running - YouTube
https://www.youtube.com/watch?v=DFp_T-H3eRc
https://www.youtube.com/watch?v=DFp_T-H3eRc
YouTube
MicroPython #2 - Hit the ground running
#MicroPython #esp32 #tutorial
It's no secret I like MicroPython... and MicroPython on the ESP32 is amazing, so I decided to start a video series about MicroPython.
In this episode I go over some of the key differences between MicroPython and Arduino C, and…
It's no secret I like MicroPython... and MicroPython on the ESP32 is amazing, so I decided to start a video series about MicroPython.
In this episode I go over some of the key differences between MicroPython and Arduino C, and…
Guide: Pandas DataFrames for Data Analysis - Kite Blog
https://kite.com/blog/python/pandas-dataframe
https://kite.com/blog/python/pandas-dataframe
Code Faster with Kite
Guide: Pandas DataFrames for Data Analysis
Learn when, why and how to use Pandas DataFrames for data analysis with Python. You'll learn basics of how to create, inspect, and manipulate a DataFrame.
Getting Python and wxPython apps into the Ubuntu app store
https://medium.com/@abulka/getting-python-and-wxpython-apps-into-the-ubuntu-app-store-ccca7ae537a3
https://medium.com/@abulka/getting-python-and-wxpython-apps-into-the-ubuntu-app-store-ccca7ae537a3
Medium
Getting Python and wxPython apps into the Ubuntu app store
Have you ever dreamt of getting your own apps in the Ubuntu app store? Here’s how.
A Simple Approach To Templated SQL Queries In Python | Life Around Data
http://www.lifearounddata.com/templated-sql-queries-in-python/
http://www.lifearounddata.com/templated-sql-queries-in-python/
Life Around Data
A Simple Approach To Templated SQL Queries In Python | Life Around Data
This post provides a detailed explanation and helper functions to streamline generation of templated SQL queries in python using JinjaSql.
Running a Flask Application as a Service with Systemd - miguelgrinberg.com
https://blog.miguelgrinberg.com/post/running-a-flask-application-as-a-service-with-systemd
https://blog.miguelgrinberg.com/post/running-a-flask-application-as-a-service-with-systemd
Miguelgrinberg
Running a Flask Application as a Service with Systemd
When you deploy your application on a server, you need to make sure the application runs uninterrupted. If the application crashes, you'd want it to automatically restart, and if the server…
The problem with inheriting from dict and list in Python - Trey Hunner
http://treyhunner.com/2019/04/why-you-shouldnt-inherit-from-list-and-dict-in-python
http://treyhunner.com/2019/04/why-you-shouldnt-inherit-from-list-and-dict-in-python
Treyhunner
The problem with inheriting from dict and list in Python
I’ve created dozens of Python Morsels since I started it last year.
At this point at least 10 of these exercises involve making a custom …
At this point at least 10 of these exercises involve making a custom …
A Tutorial Introduction to Privacy-Centric Deep Learning -- Exxact Blog
https://blog.exxactcorp.com/a-tutorial-introduction-to-privacy-centric-deep-learning/
https://blog.exxactcorp.com/a-tutorial-introduction-to-privacy-centric-deep-learning/
Exxact
A Tutorial Introduction to Privacy-Centric Deep Learning -- Exxact Blog
Updated for 2019--View our step by step tutorial with code examples to level-up your privacy and data security for deep learning applications.
GitHub - ReviewNB/treon: Easy to use test framework for Jupyter Notebooks
https://github.com/ReviewNB/treon
https://github.com/ReviewNB/treon
GitHub
GitHub - ReviewNB/treon: Easy to use test framework for Jupyter Notebooks
Easy to use test framework for Jupyter Notebooks. Contribute to ReviewNB/treon development by creating an account on GitHub.
Use GitHub Actions to deploy a Python Flask web app to Azure App Service on Linux – siliconvalve
https://blog.siliconvalve.com/2019/03/22/use-github-actions-to-deploy-a-python-flask-web-app-to-azure-app-service-on-linux/
https://blog.siliconvalve.com/2019/03/22/use-github-actions-to-deploy-a-python-flask-web-app-to-azure-app-service-on-linux/
siliconvalve
Use GitHub Actions to deploy a Python Flask web app to Azure App Service on Linux
In this post I am going to walk through how to quickly get a Python Flask web application deployed into a Web App hosted on Azure’s App Service on Linux using GitHub Actions. Getting Azure Re…
Why I chose Flask to build sr.ht’s mini-services | Drew DeVault’s Blog
https://drewdevault.com/2019/01/30/Why-I-built-sr.ht-with-Flask.html
https://drewdevault.com/2019/01/30/Why-I-built-sr.ht-with-Flask.html
Django versus Flask with Single File Applications - Adam Johnson
https://adamj.eu/tech/2019/04/03/django-versus-flask-with-single-file-applications/
https://adamj.eu/tech/2019/04/03/django-versus-flask-with-single-file-applications/
adamj.eu
Django versus Flask with Single File Applications - Adam Johnson
A lot of people pick Flask over Django because they believe it is simpler to start with. Indeed, the Flask front page includes an 8 line “hello world” application, while the Django default project has 172 lines in 5 files, and still doesn’t say “hello world”!…
Implement OAuth in a Flask app using Flask-Dance
https://pusher.com/tutorials/oauth-flask-dance
https://pusher.com/tutorials/oauth-flask-dance
Pusher
Implement OAuth in a Flask app using Flask-Dance | Pusher tutorials
This tutorial provides a practical example app, using Flask-Dance to implement OAuth authentication in a Flask app. The app allows users to log in with GitHub and view a news feed.
A beginner's guide to setting up your own Postgres database server with Docker and Flask!
https://mukulrathi.com/docker-postgres-flask/
https://mukulrathi.com/docker-postgres-flask/
Mukulrathi
A beginner's guide to setting up your own Postgres database server with Docker and Flask!
An comprehensive guide to Docker, Flask and PostgreSQL, with an accompanying real-world Python database server repository with code examples.
Build Your 1st Python Web App With Flask – bhavaniravi – Medium
https://medium.com/bhavaniravi/build-your-1st-python-web-app-with-flask-b039d11f101c
https://medium.com/bhavaniravi/build-your-1st-python-web-app-with-flask-b039d11f101c
Medium
Build Your Python Flask Application
Step by Step tutorial to build your first web application with Python.
Deploying a Text Classification Model using Flask and Vue.js
https://heartbeat.fritz.ai/deploying-a-text-classification-model-using-flask-and-vue-js-25b9aa7ff048
https://heartbeat.fritz.ai/deploying-a-text-classification-model-using-flask-and-vue-js-25b9aa7ff048
Medium
Deploying a Text Classification Model using Flask and Vue.js
Introduction
GitHub - singingwolfboy/flask-dance: Doing the OAuth dance with style using Flask, requests, and oauthlib.
https://github.com/singingwolfboy/flask-dance
https://github.com/singingwolfboy/flask-dance
GitHub
GitHub - singingwolfboy/flask-dance: Doing the OAuth dance with style using Flask, requests, and oauthlib.
Doing the OAuth dance with style using Flask, requests, and oauthlib. - singingwolfboy/flask-dance
TechViz: Serving Machine Learning Models using APIs
https://prakhartechviz.blogspot.com/2019/01/machine-learning-flask-api.html
https://prakhartechviz.blogspot.com/2019/01/machine-learning-flask-api.html
Blogspot
Serving Machine Learning Models using APIs
An introduction to serving ML models through Flask based APIs.
Orbifolds and Other Games - A Local LRU Cache
https://orbifold.xyz/local-lru.html
https://orbifold.xyz/local-lru.html
orbifold.xyz
Orbifolds and Other Games - A Local LRU Cache