Learn about the issues with connecting to Hive from Python and see a working example.
-
-
Connecting to Hive from Python
-
Logging in Python 3 (Like Java Log4J/Logback)
Learn how to do logging to rolling files with external configuration in Python (similar to logback in Java).
-
Python Dictionary Comprehension For Multi Level Caching
An example of python dictionary comprehensions and using them to build a cache.
-
Simple Flask Web Service With Debugging
A simple example of a python web service using flask which allows interactive coding. The example also shows how to take and use parameters and expose the app to other PCs.
-
No Private Variables / Methods in Python (Jupyter & iPython)!?
Learn about the lack of private variables and methods (access modifiers) in Python.
-
Jupyter Contributor Extensions – Auto Run + Hide Code
Learn how to install Jupyter contributor plugins to hide and auto-execute cells.
-
Jupyter/Hub – Export Data to User (Not Local) PC
Learn how to export CSV data from a Jupyter notebook to users not running on the same PC (from a pandas data frame in this case).
-
What is Jupyter Hub?
Learn what Jupyter Hub is and why you might need it if you're using Jupyter with a group of people.
-
Jupyter Auto-Run Cells on Load
Learn how to make your Jupyter notebook cells auto-run to generate your widgets the first time people view the notebook.
-
Read-only / Protected Jupyter Notebooks
Lock down Jupyter notebooks to prevent users from damaging them or misusing them.