pythonic
There are 126 repositories under pythonic topic.
pytube/pytube
A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
chenyuntc/simple-faster-rcnn-pytorch
A simplified implemention of Faster R-CNN that replicate performance from origin paper
kayak/pypika
PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
kr8s-org/kr8s
A batteries-included Python client library for Kubernetes that feels familiar for folks who already know how to use kubectl
life4/deal
🤝 Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free.
hANSIc99/Pythonic
Graphical Python programming for trading and automation
pyloong/pythonic-project-guidelines
Set of guidelines and structure of a Python project.
spy16/pyschemes
PySchemes is a library for validating data structures in python
shroominic/funcchain
⛓️ build cognitive systems, pythonic
life4/awesome-python-code-formatters
A curated list of awesome Python code formatters
avilum/linqit
Extend python lists operations using .NET's LINQ syntax for clean and fast coding.
sergey-scat/unicaps
A unified Python API for CAPTCHA solving services.
godatadriven/evol
a python grammar for evolutionary algorithms and heuristics
mahmoud/lithoxyl
Application instrumentation and logging, with a geological bent.
TheLartians/EasyIterator
🏃 Iterators made easy! Zero cost abstractions for designing and using C++ iterators.
Python-Fuzzylogic/fuzzylogic
Fuzzy Logic and Fuzzy Inference for Python 3
daun-io/world.execute.me.py
Python implementation of Mili - world.execute(me)
v1a0/sqllex
The most pythonic ORM (for SQLite and PostgreSQL). Seriously, try it out!
lagmoellertim/pyon
The Pythonic way to use JSON - with native objects 🛠 and path support 📁
orsinium-labs/walnats
🌰 Nats-powered event-driven background jobs and microservices framework for Python.
clark800/lambda-zero
minimalist pure lazy functional programming language (pythonic haskell)
luckydonald/pytgbot
python module to access the telegram bot api.
AmirHosseinNamadchi/OpenSeesPy-Examples
This is a more pythonic implementation of OpenSeesPy library to model and analyze structural problems in Jupyter notebooks
vcs-python/libvcs
⚙️ Lite, typed, pythonic utilities for git, svn, mercurial, etc.
wq/itertable
⇔ IterTable is a Pythonic API for iterating through tabular data formats, including CSV, XLSX, XML, and JSON.
Attumm/redis-dict
Python dictionary with Redis as backend, built for large datasets. Simplifies Redis operations for large-scale and distributed systems. Supports various data types, namespacing, pipelining, and expiration.
amogorkon/justuse
Just use() code from anywhere - a functional import alternative with advanced features like inline version checks, autoreload, module globals injection before import and more.
orsinium-labs/docked
A friendly and safe alternative to Dockefile. Write Docker images using the full power of Python.
pyloong/cookiecutter-pythonic-project
A cookiecutter template for Pythonic project
tony/cookiecutter-flask-pythonic
Pythonic starter boilerplate for Flask
carlbordum/datatyping
Pythonic type checking
CrazyPython/svgmanip
programmatically import, manipulate, and composite together existing SVG files
keyvan-m-sadeghi/pythonic
Python like utility functions for JavaScript: range, enumerate, zip and items.
MISP/PyTaxonomies
Python module to use the MISP Taxonomies
recnac-itna/python_tricks
Summary about advanced techniques, patterns and philosophy of Python. What's more, collect many inspirational examples to enlighten you how and where to use.
nazavode/automaton
A minimal Python finite-state machine.