-
·
Monitoring CPU temperatures on a Raspberry Pi with MQTT – Thingsmatic
Thingsmatic published a way (Python Script) how to set up a Raspberry Pi to gather its own board temperature values and publish these via MQTT to a MQTT Broker. This allows you to distribute the data further to all kinds of automation services like Home Assistant etc. > > thingsmatic.com/2017/02/01/self-monitoring-a-raspberry-pi-with-mqtt/
-
·
Self-contained NodeMCU flasher with GUI based on esptool.py and wxPython.
Self-contained NodeMCU flasher by marcelstoer with GUI based on esptool.py and wxPython. > > github.com/marcelstoer/nodemcu-pyflasher <github.com/marcelstoer/nodemcu-pyflasher> > > <github.com/marcelstoer/nodemcu-pyflasher#start-of-content>Press h to open a hovercard with more details.
-
·
WarBerryPi – Tactical Exploitation with Raspberry Pi
WarBerryPi was built to be used as a hardware implant during red teaming scenarios where we want to obtain as much information as possible in a short period of time with being as stealth as possible. Just find a network port and plug it in. The scripts have been designed in a way that the…
-
·
GitHub – clips/pattern: Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization. github.com/clips/pattern
-
·
GitHub – rm-hull/max7219: Interfacing LED matrix displays with the MAX7219 driver in Python using hardware SPI on the Raspberry Pi.
Interfacing LED matrix displays with the MAX7219 driver in Python using hardware SPI on the Raspberry Pi. > github.com/rm-hull/max7219
-
·
Welcome to robobrowser’s documentation!
RoboBrowser is a simple, Pythonic library for browsing the web without a standalone web browser. RoboBrowser can fetch a page, click on links and buttons, and fill out and submit forms. If you need to interact with web services that don’t have APIs, RoboBrowser can help. robobrowser.readthedocs.io/en/latest/
-
·
Tutorial for Installing Django, Python, Apache, mod_wsgi and PostgreSQL in Raspbian Jessie
This guide by Ben Croston to install Django, Python, Apache mod_wsgi and PostgreSQL on a Raspberry Pi running Raspbian Jessie Lite. It is intended as a guide to getting everything installed and configured, not as a tutorial in actually using Python, Django etc. The toolchain is suitable for a fairly heavy duty production environment. >…
-
·
Python Scraping for WordPress | Zach Adams
Python Scraping for WordPress Tutorial by Zach Adams. > zach-adams.com/2015/04/python-scraping-wordpress/
-
·
Free Python Beginner Tutorial by Chris Hawkes – YouTube
This free Python tutorial series by Chris Hawkes covers everything from the basics of Python to much more advanced concepts like classes and sub-classing. Please subscribe for more tutorials like these. > https://www.youtube.com/playlist?list=PLei96ZX_m9sWS2gm1zGqGq6ZzU9T5QSg7
-
·
How to scrape a website that requires login with Python – Tzahi Vidas
Web scraping with Python from a site that requires a login. This tutorial shows how to scrape a list of projects from a bitbucket account. There is a link to the code used in this tutorial that can be found on Github. > kazuar.github.io/scraping-tutorial/
-
·
Google’s Python Class | Python Education | Google Developers
This is free Google class is intended for people with a little bit of programming experience who want to learn Python. The class includes written materials, lecture videos, and lots of code exercises to practice Python coding. These materials are used within Google to introduce Python to people who have just a little programming experience.…