Pinned Repositories
aiodocker
Python Docker API client based on asyncio and aiohttp
aiohttp
http client/server for asyncio (PEP-3156)
aiomysql
aiomysql is a library for accessing a MySQL database from the asyncio
aiopg
aiopg is a library for accessing a PostgreSQL database from the asyncio
asyncLessons
Repo for homework on Andrew Svetlov's async lessons.
battlegrounds
Just poking with collision detection and other algorythms
NACEnhanced
Noughts and crosses (Tic-tac-toe) in recursive mode.
tvoinarovskyi's Repositories
tvoinarovskyi/NACEnhanced
Noughts and crosses (Tic-tac-toe) in recursive mode.
tvoinarovskyi/aiodocker
Python Docker API client based on asyncio and aiohttp
tvoinarovskyi/aiohttp
http client/server for asyncio (PEP-3156)
tvoinarovskyi/aiomysql
aiomysql is a library for accessing a MySQL database from the asyncio
tvoinarovskyi/aiopg
aiopg is a library for accessing a PostgreSQL database from the asyncio
tvoinarovskyi/asyncLessons
Repo for homework on Andrew Svetlov's async lessons.
tvoinarovskyi/battlegrounds
Just poking with collision detection and other algorythms
tvoinarovskyi/elasticine
Elastic migration tool
tvoinarovskyi/cuda_course
Simple cuda programs for https://www.coursera.org/course/hetero
tvoinarovskyi/django-chat
Little tutorial on how to build a simple chat application with Django
tvoinarovskyi/gengine
Something like a game server =) Mostly trying to get ALOT of players on 1 great battlefield to work.
tvoinarovskyi/jinja
The Jinja2 template engine
tvoinarovskyi/kafka
Mirror of Apache Kafka
tvoinarovskyi/kafka-python
Python client for Apache Kafka
tvoinarovskyi/karuta-line
Simple karuta game server
tvoinarovskyi/optLesson
Optimization lessons homework for Andrew Svetlov python lessons. Kiev 2013
tvoinarovskyi/simple-http
Simple http server written in pure python with sockets. For my lessons, so no real life functionality included.
tvoinarovskyi/sphinxcontrib-asyncio
Sphinx extension to add asyncio-specific markups
tvoinarovskyi/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.