SQL in Jupyter Notebooks mit ipython-sql
Mit ipython-sql gibt es eine Möglichkeit SQL direkt in den Code-Blöcken Jupyter Notebooks zu verwenden und auch mit Python weiterzuverarbeiten.
Interaktive Widgets für Jupyter Notebooks
Neben reinen statischen Elementen gibt es auch sogenannte Widgets mit denen Jupyter Notebooks interaktiver gestaltet werden können. Wir zeigen dir wie es geht.
JupyterLab zur Analyse und Forschung
In den vergangenen Jahren ist seit 2001 aus dem interaktiven Kommandozeileninterpreter IPython ist mit JupyterLab und JupyterHub eine umfangreiche Platform für wissenschaftliches Arbeiten geworden.
Python verwendet eine dynamische Typisierung, dies kann zu Problemen/Fehlern führen, die erst während der Laufzeit erkannt werden. Mit Type Hints soll dieses Problem behoben werden.
Lego Powered-Up Zug mit Python steuern
Mit Powered-Up lassen sich Lego Modelle per Fernbedienung oder App für das Smartphone steuern. Glücklicherweise gibt es neben den proprietären Lösungen für Enthusiasten auch verschiedene OpenSource Bibliotheken. So zum Beispiel auch für Python, welche in diesem Artikel kurz vorgestellt werden soll.
Use Python with virtualenv in Makefiles
In this article I will show you how I use Python with virtualenv in my Makefiles to automate deployments and other things.
Python virtualenv error on Arch Linux
After installing the latest Arch Linux Updates the Python virtualenv tool stops with an error.
The released version 0.1.0 is a proof of concept. But it can already be used to experiment with the TFTP protocol.
The main goals are simplicity and portability. Only core functions of Python 2 and Python 3 have been used to implement the server.
Feel free to use stftpd as a standalone server or to write your own using the provided Python API. You can grab the source code from the stftpd repository on GitHub.
Tabellen auf der Konsole mit terminaltables für Python
Die Ausgabe von Tabellen auf der Konsole kann sich als relativ aufwendig erweisen, da hier viele Randbedingungen beachtet werden müssen. Python Entwickler können hierfür das terminaltables
Paket verwenden, was ihnen sehr viel Arbeit abnehmen kann.
Export policies from Palo Alto firewall
One or two years ago I had to migrate and document the policies of an firewall appliance from Palo Alto Networks, but there was no way to export the information in a human-readable format. So wrote a small Python script to export the policies as HTML file.