Python Web Scraping Refactored – Towards Data Science
https://towardsdatascience.com/python-web-scraping-refactored-5834dda39a65
https://towardsdatascience.com/python-web-scraping-refactored-5834dda39a65
Medium
Python Web Scraping Refactored
My first article on my old blog was on a web scraping example. Web scraping is one means outside of wielding API’s such as tweepy to get…
How to Automate Tasks on GitHub With Machine Learning for Fun and Profit
https://towardsdatascience.com/mlapp-419f90e8f007
https://towardsdatascience.com/mlapp-419f90e8f007
Medium
How to Automate Tasks on GitHub With Machine Learning for Fun and Profit
A tutorial on how to build a GitHub App that predicts and applies issue labels using Tensorflow and public datasets.
How to Write Python Scripts to Analyze JSON APIs and Sort Results - YouTube
https://www.youtube.com/watch?v=1lxrb_ezP-g
https://www.youtube.com/watch?v=1lxrb_ezP-g
YouTube
How to Write Python Scripts to Analyze JSON APIs and Sort Results
In this Python Programming Tutorial, we will be learning how to grab data from a JSON API, parse out the information we want, and then sort the data using a custom key. The API we will be using is a JSON API for Homebrew Packages and we will be sorting the…
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.