An extensible open source load testing tool written in python

Yandex Tank Yandex.Tank is an extensible open source load testing tool for advanced linux users which is especially good as a part of an automated load testing suite. Main features different load generators supported: Evgeniy Mamchits’ phantom is a very fast (100 000+ RPS) shooter written in C++ (default) JMeter is an extendable and widely known one BFG is a Python-based generator that allows you to write your load scenarios in Python experimental Golang generator: pandora performance analytics backend service: […]

Read more

A parametric 3D modeler made primarily to design real-life objects of any size

FreeCAD This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. Freedom to build what you want FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size. Parametric modeling allows you to easily modify your design by going back into your model history to change its parameters. Create 3D from 2D and back FreeCAD lets you to sketch geometry constrained 2D shapes and use them as a base […]

Read more

DRY Django forms with Python 3.6

django-crispy-forms The best way to have Django DRY forms. Build programmatic reusable layouts out of components, having full control of the rendered HTML without writing HTML in templates. All this without breaking the standard way of doing things in Django, so it plays nice with any other form application. django-crispy-forms supports Django 2.2, 3.1 and 3.2 with Python 3.6+. The application mainly provides: A filter named |crispy that will render elegant div based forms. Think of it as the built-in […]

Read more

PyTorch library for training Submanifold Sparse Convolutional Networks

SparseConvNet Submanifold Sparse Convolutional NetworksThis is the PyTorch library for training Submanifold Sparse Convolutional Networks. Spatial sparsity This library brings Spatially-sparse convolutional networks to PyTorch. Moreover, it introduces Submanifold Sparse Convolutions, that can be used to build computationally efficient sparse VGG/ResNet/DenseNet-style networks. With regular 3×3 convolutions, the set of active (non-zero) sites grows rapidly: With Submanifold Sparse Convolutions, the set of active sites is unchanged. Active sites look at their active neighbors (green); non-active sites (red) have no computational overhead: […]

Read more

A headless e-commerce platform built with Python and React

Saleor Commerce A headless, GraphQL-first e-commerce platform delivering ultra-fast, dynamic, personalized shopping experiences. Beautiful online stores, anywhere, on any device. What makes Saleor special? Saleor is a rapidly-growing open source e-commerce platform that has served high-volume companies from branches like publishing and apparel since 2012. Based on Python and Django, the latest major update introduces a modular front end powered by a GraphQL API and written with React and TypeScript. Features PWA: End users can shop offline for better sales […]

Read more

Web service which feeds Navitia with real-time disruptions

Chaos Chaos is the web service which can feed Navitia with real-time disruptions. It can work together with Kirin which can feed Navitia with real-time delays. Installation The hard way Clone the Chaos repository git clone [email protected]:CanalTP/Chaos.git cd Chaos Requirements PostgreSQL 9.6 sudo apt-get install postgresql-9.6 postgresql-server-dev-9.6 libpq-dev RabbitMQ Python Install Python2.7 sudo apt-get install python2.7 python2.7-dev or sudo apt install python2 python2-dev on recent linux release Install pip Install virtualenv virtualenv venv source venv/bin/activate pip install -r requirements.txt Install […]

Read more

Provides controller area network support for Python developers

python-can The Controller Area Network is a bus standard designed to allow microcontrollers and devices to communicate with each other. It has priority based bus arbitration and reliable deterministic communication. It is used in cars, trucks, boats, wheelchairs and more. The can package provides controller area network support for Python developers; providing common abstractions to different hardware devices, and a suite of utilities for sending and receiving messages on a can bus. The library currently supports Python 3.6+ as well […]

Read more

Fly DCS without a joystick for python

DCSNoJoy Fly DCS without a joystick for python. Usage Delete all mouse view axis Install DCSEasyControlExports to your “Saved Games/DCS/” Path python DCSEasyControl/main.py Set DCS to F12 view. Implement Details The reference and cooridnate system for DCS api please see this doc. TODO Parameter system for different aircrafts. GitHub https://github.com/xuhao1/DCSNoJoy    

Read more

Create image mosaics with python

Polyfoto Create image mosaics with python. Showcase “Before and After Science” by Brian Eno “Scott 3” by Scott Walker Installation Clone this repository to your local machine with git, then install withPython. git clone https://github.com/shanedrabing/polyfoto.git cd polyfoto python setup.py install Getting Started Run the program with Python. python polyfoto.py -f input.png -d sources -o output.png -n 16 Required arguments -f : Input file name. This is the target to recreate. -d : Input folder name. Contains images used to recreate […]

Read more
1 611 612 613 614 615 927