All Projects → cool-RR → Python_toolbox

cool-RR / Python_toolbox

Licence: other
A collection of useful Python tools

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Python toolbox

Andes
Python toolbox / library for power system transient dynamics simulation with symbolic modeling and numerical analysis 🔥
Stars: ✭ 68 (-48.09%)
Mutual labels:  toolbox
Blender Toolbox Qt
Attempt to recreate a blender like toolbox in Qt
Stars: ✭ 98 (-25.19%)
Mutual labels:  toolbox
Stable Baselines
Mirror of Stable-Baselines: a fork of OpenAI Baselines, implementations of reinforcement learning algorithms
Stars: ✭ 115 (-12.21%)
Mutual labels:  toolbox
Krypton Net 5.470
A update to Component factory's krypton toolkit to support the .NET 4.7 framework.
Stars: ✭ 79 (-39.69%)
Mutual labels:  toolbox
Ts Essentials
All basic TypeScript types in one place 🤙
Stars: ✭ 1,288 (+883.21%)
Mutual labels:  toolbox
Sal eval toolbox
evaluation toolbox for salient object detection
Stars: ✭ 105 (-19.85%)
Mutual labels:  toolbox
Qtools
QTools collection of open source tools for embedded systems development on Windows, Linux and MacOS
Stars: ✭ 64 (-51.15%)
Mutual labels:  toolbox
Pixelssl
A PyTorch-based Semi-Supervised Learning (SSL) Codebase for Pixel-wise (Pixel) Vision Tasks
Stars: ✭ 130 (-0.76%)
Mutual labels:  toolbox
Iphys Toolbox
A MATLAB toolbox for iPPG analysis. The toolbox includes implementations of commonly used methods.
Stars: ✭ 90 (-31.3%)
Mutual labels:  toolbox
Yakutils
🐃 Yet another toolbox of Python 3 helper functions.
Stars: ✭ 111 (-15.27%)
Mutual labels:  toolbox
Xcore
A collection of hundreds of Swift extensions and components designed to minimize boilerplate to accomplish common tasks with ease.
Stars: ✭ 84 (-35.88%)
Mutual labels:  toolbox
Torchadver
A PyTorch Toolbox for creating adversarial examples that fool neural networks.
Stars: ✭ 88 (-32.82%)
Mutual labels:  toolbox
Auquan Toolbox Python
Backtesting toolbox for trading strategies - DEPRECATED
Stars: ✭ 108 (-17.56%)
Mutual labels:  toolbox
Cogitare
🔥 Cogitare - A Modern, Fast, and Modular Deep Learning and Machine Learning framework for Python
Stars: ✭ 73 (-44.27%)
Mutual labels:  toolbox
Densematchingbenchmark
Dense Matching Benchmark
Stars: ✭ 120 (-8.4%)
Mutual labels:  toolbox
Omatsuri
PWA with 12 open source frontend focused tools
Stars: ✭ 1,131 (+763.36%)
Mutual labels:  toolbox
Laser Camera Calibration Toolbox
A Laser-Camera Calibration Toolbox extending from that at http://www.cs.cmu.edu/~ranjith/lcct.html
Stars: ✭ 99 (-24.43%)
Mutual labels:  toolbox
D Tools
d-tools is a toolbox for developers.Formatter, Base64, Regex test,Host manager and so on.
Stars: ✭ 131 (+0%)
Mutual labels:  toolbox
Homer
A very simple static homepage for your server.
Stars: ✭ 3,380 (+2480.15%)
Mutual labels:  toolbox
Meta Blocks
A modular toolbox for meta-learning research with a focus on speed and reproducibility.
Stars: ✭ 110 (-16.03%)
Mutual labels:  toolbox

What is the Python Toolbox?

Travis CI

The Python Toolbox is a collection of Python tools for various tasks. It contains:

  • python_toolbox.caching: Tools for caching functions, class instances and properties.

  • python_toolbox.cute_iter_tools: Tools for manipulating iterables. Adds useful functions not found in Python's built-in itertools.

  • python_toolbox.context_management: Pimping up your context managers.

  • python_toolbox.emitting: A publisher-subscriber framework that doesn't abuse strings.

  • And many, many more! The Python Toolbox contains 100+ useful little tools.

Documentation: http://python-toolbox.readthedocs.io

Python Toolbox on GitHub: https://github.com/cool-RR/python_toolbox

Python Toolbox on PyPI: https://pypi.python.org/pypi/python_toolbox

The Python Toolbox is released under the MIT license.

Not backward-compatible yet

Backward compatibility is currently not maintained. If you're using Python Toolbox in your code and you want to upgrade to a newer version of Python Toolbox, you'll need to ensure that all the calls to Python Toolbox aren't failing. (A good test suite will usually do the trick.)

Mailing lists

All general discussion happens at the Python Toolbox Google Group. If you need help with the Python Toolbox, you're welcome to post your question and we'll try to help you.

The development mailing list is python-toolbox-dev. This is where we discuss the development of the Python Toolbox itself.

If you want to be informed on new releases of the Python Toolbox, sign up for the low-traffic python-toolbox-announce Google Group.

Python versions

The Python Toolbox supports Python versions 3.6+.

Tests

Tests can be run by running the _test_python_toolbox.py script that's installed automatically with the Python Toolbox.

When python_toolbox isn't installed, you may run pytest at the repo root to run the tests.


The Python Toolbox was created by Ram Rachum. I provide Development services in Python and Django and give Python workshops to teach people Python and related topics. (Hebrew website.)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].