A python SDK for interacting with quantum devices via AWS

Amazon Braket Python SDK The Amazon Braket Python SDK is an open source library that provides a framework that you can use to interact with quantum computing hardware devices through Amazon Braket. Prerequisites Before you begin working with the Amazon Braket SDK, make sure that you’ve installed or configured the following prerequisites. Python 3.7.2 or greater Download and install Python 3.7.2 or greater from Python.org. Git Install Git from https://git-scm.com/downloads. Installation instructions are provided on the download page. IAM user […]

Read more

A Python script that creates subtitles of a given length from text paragraphs

Text to Subtitles – Python A Python script that creates subtitles of a given length from text paragraphs that can be easily imported into any Video Editing software such as FinalCut Pro for further adjustments. 2. Description 2.1 Problem In a fast-paced TV, Film, and Video production environment Video Editors are often faced with the task to create subtitles quickly and efficiently. They will often have a script that they manually into Video Editing software, one subtitle at a time, […]

Read more

A web application for flight log analysis with python

Flight Review This is a web application for flight log analysis. It allows users to upload ULog flight logs, and analyze them through the browser. It uses the bokeh library for plotting and the Tornado Web Server. Flight Review is deployed at https://review.px4.io. 3D View Installation and Setup Requirements Ubuntu sudo apt-get install sqlite3 fftw3 libfftw3-dev Note: Under some Ubuntu and Debian environments you might have toinstall ATLAS sudo apt-get install libatlas3-base macOS macOS already provides SQLite3.Use Homebrew to install […]

Read more

Python version of the amazing Reaction Mechanism Generator

Reaction Mechanism Generator (RMG) This repository contains the Python version of Reaction Mechanism Generator (RMG), a tool for automatically generating chemical reaction mechanisms for modeling reaction systems including pyrolysis, combustion, atmospheric science, and more. It also includes Arkane, the package for calculating thermodynamics, high-pressure-limit rate coefficients, and pressure dependent rate coefficients from quantum chemical calculations. Arkane is compatible with a variety of ab initio quantum chemistry software programs: Gaussian, MOPAC, QChem, and MOLPRO. GitHub https://github.com/ReactionMechanismGenerator/RMG-Py    

Read more

A minimal wiki in 23 lines of Python code

WyPyPlus WyPyPlus (pronounced “whippy plus”) is a minimalist wiki server in 23 lines of code. It is an extension of wypy wiki written by Sean B. Palmer. The original project implements a wiki in just 11 lines of Python code, which is an amazing achievement. However, wypy wiki doesn’t have many features I consider as essential. Runs in Chrome single window mode just like an App. A minimal editor that does not get in the way. New Features: Only 23 […]

Read more

A python package for managing terraform remote state for Google,AWS, and Azure

Terraform Remote State Manager tf is a python package for managing terraform remote state for: Google(Gcloud), AWS, and Azure. It sets a defined structure for all cloud providers by removing the overheard of configuring and managing the path in storage buckets. tf is a python package for managing terraform remote state for: Google(Gcloud), AWS, and Azure.It sets a defined structure for all cloud providers by removing the overheard of configuring and managing the path in storage buckets. It works with: […]

Read more

High-Level Abstraction Web-GUI Using Just Python

NiceGUI We like Streamlit but find it does too much magic when it comes to state handling. In search for an alernative nice library to write simple graphical user interfaces in Python we discovered justpy. While too “low-level HTML” for our daily usage it provides a great basis for “NiceGUI”. Purpose NiceGUI is intended to be used for small scripts and single-page user interfaces with a very limited user base.Like smart home solutions, micro web apps or robotics projects.It’s also […]

Read more

A multi-purpose bot with simple moderation commands and much more

Nokari A multi-purpose bot with simple moderation commands, reaction roles, reminders, and much more! This is the rewrite of Nokari. There are still a lot of things to be done. I’m still working on the internal logic, so the bot basically has no functionality yet. Invite Link Click this link to invite the stable version of Nokari. Requirements A Discord application Things listed in requirements.txt Python 3.8+ PostgreSQL server a .env file in the root directory .env File Example DISCORD_BOT_TOKEN=TOKEN […]

Read more

A simple configurable bot for sending arXiv article alert by mail

arXiv-newsletter A simple configurable bot for sending arXiv article alert by mail. Prerequisites PyYAML>=5.3.1 arxiv>=1.4.0 Configuration All configurations can be found in config.yml. Domains: specify search domains that articles belong to. Keywords: specify article queries and support boolean expression. Note that one query sends out one mail. Query config: specify query parameters, such as sort_by, sort_order. See here for detailed documentation. Mail: specify sender’s mail configuration. After setting up basic configurations, you may configure crontab schedule using crontab -e. A […]

Read more

A Python module that allows the user to select all coordinate reference systems

ProjPicker ProjPicker (projection picker) is a Python module that allows the user to select all coordinate reference systems (CRSs) whose extent completely contains given points, polylines, polygons, and bounding boxes using set-theoretic logical operators in a postfix notation. The goal is to make it easy and visual to select a desired projection by location. This project was motivated by a GRASS GIS feature request. A new GRASS GIS module g.projpicker that wraps around this project is available. It is a […]

Read more
1 535 536 537 538 539 912