Pinned Repositories
autoqwop
cookiecutter-djangopackage
A cookiecutter template for creating reusable Django packages quickly.
django
The Web framework for perfectionists with deadlines.
django-bootstrap3-datetimepicker
bootstrap3-datepicker for django
django-sorting-bootstrap
django_auth_ldap3
A library for connecting Django's authentication system to an LDAP directory
easyAI
Python artificial intelligence framework for games
evolved_creatures
A program using genetic-js and phaser libraries to evolve creatures.
ga_tut
My python version of a genetic algorithm from ai_junkie.com.
GamestonkTerminal
The next best thing after Bloomberg Terminal
rmassoth's Repositories
rmassoth/autoqwop
rmassoth/cookiecutter-djangopackage
A cookiecutter template for creating reusable Django packages quickly.
rmassoth/django
The Web framework for perfectionists with deadlines.
rmassoth/django-bootstrap3-datetimepicker
bootstrap3-datepicker for django
rmassoth/django-sorting-bootstrap
rmassoth/django_auth_ldap3
A library for connecting Django's authentication system to an LDAP directory
rmassoth/easyAI
Python artificial intelligence framework for games
rmassoth/evolved_creatures
A program using genetic-js and phaser libraries to evolve creatures.
rmassoth/ga_tut
My python version of a genetic algorithm from ai_junkie.com.
rmassoth/GamestonkTerminal
The next best thing after Bloomberg Terminal
rmassoth/moviepy
Video editing with Python
rmassoth/operatorinstructions
A Python program for automatically displaying presentation files for operator instructions on an assembly line.
rmassoth/pokedex-plus
A pokemon battle companion.
rmassoth/pythonchallenge
All of the pythonchallenge.com answers.
rmassoth/QtCalc
A small calculator created in Qt Creator. My first public project!
rmassoth/random-newsspeaker
Python script that parses an rss feed with feedparser and speaks them with espeak
rmassoth/ryanSort
Various sorting algorithms for practice and understanding