Tag: Python
-
Streamlit • A faster way to build and share data apps
Streamlit, an open-source Python library, is transforming the way developers and data scientists build interactive data applications. With its straightforward interface and seamless integration with popular Python libraries, Streamlit offers simplicity and rapid prototyping capabilities. In this article, we’ll explore what Streamlit is, its advantages, and how it can be effectively used. Understanding Streamlit: Streamlit…
-
gradio-app/gradio: Create UIs for your machine learning model in Python in 3 minutes
Gradio is an open-source Python library that simplifies the process of creating machine learning and data science demos and web applications. It provides a user-friendly interface for showcasing models and workflows, allowing users to interact with the demos through their web browsers. One of the key features of Gradio is its ability to create beautiful…
-
iryna-kondr/scikit-llm: Seamlessly integrate powerful language models like ChatGPT into scikit-learn for enhanced text analysis tasks.
Introducing Scikit-LLM: Advancing Text Analysis Scikit-LLM emerges as a significant advancement in the field of text analysis. This powerful tool combines the capabilities of language models such as ChatGPT with the functionality of scikit-learn, offering an extensive toolkit for comprehending and examining textual data. With Scikit-LLM, users gain the ability to uncover hidden patterns, evaluate…
-
GitHub – rcarmo/imapbackup: A Python script for incremental backups of IMAP mailboxes
A Python script for creating full backups of IMAP mailboxes with the following features: ZERO dependencies. Copies every single message from every single folder (or a subset of folders) in your IMAP server to your disk. Does incremental copying (i.e., tries very hard to not copy messages twice). Tries to do everything as safely as…
-
Home Assistant Community Store | HACS
What can HACS do? HACS is a manager for downloading and maintaining custom elements for Home Assistant. It can help you download and update elements, and can also help you discover new and awesome stuff! What can it track/discover? • Custom integrations (components/platforms/custom_component) for Home Assistant • Custom lovelace elements (cards/rows/mods) • AppDaemon apps for…
-
Write once. Deploy everywhere.— BeeWare
Write your apps in Python and release them on iOS, Android, Windows, MacOS, Linux, Web, and tvOS using rich, native user interfaces. Multiple apps, one codebase, with a fully native user experience on every platform. beeware.org/
-
pixegami/pythonart-tutorial: Tutorial repository for Python generated art.
This is a tutorial for creating generative abstract artwork using Python. It is based on a generative art NFT collection called Machine Psychology <www.mach-psy.com/>. This tutorial project is simplified and only focuses on using Python to create the image. github.com/pixegami/python-generative-art-tutorial <github.com/pixegami/python-generative-art-tutorial>
-
GitHub – Neo23x0/munin: Online hash checker for Virustotal and other services
Munin is a online hash checker utility that retrieves valuable information from various online sources The current version of Munin queries the following services: • Virustotal • HybridAnalysis • Any.Run • URLhaus • MISP • CAPE • Malshare • Valhalla • Hashlookup github.com/Neo23x0/munin
-
Your First Machine Learning Project in Python Step-By-Step
Do you want to do machine learning using Python, but you’re having trouble getting started? In this post, you will complete your first machine learning project using Python. In this step-by-step tutorial you will: Download and install Python SciPy and get the most useful package for machine learning in Python. Load a dataset and understand…
-
GitHub – lephisto/tesla-apiscraper: API Scraper for pulling Vehicle Statistics from the Tesla Owner API into an InfluxDB + Grafana Dashboards
Selfhosted API Scraper for pulling Vehicle Telemetry from the Tesla Owner API into an InfluxDB visualisation on Grafana Dashboards. Known to work with Model S, X and 3. Current Release: v2019.5 Putting an end to handing out the Key for your 100+ Grand Car to a third party you don’t know. github.com/lephisto/tesla-apiscraper <github.com/lephisto/tesla-apiscraper>
-
GitHub – BroadbentT/PDF-CRACKER
This is a (working) Python script file to crack encrypted .pdf files using a dictionary attack or a hash attack. github.com/BroadbentT/PDF-CRACKER
-
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.…
-
Automating iOS: How Pythonista Changed My Workflow – MacStories
Detailed instructions on using Python via Pythonista on iOS to automate task. www.macstories.net/stories/automating-ios-how-pythonista-changed-my-workflow/