faif /
python-patterns
A collection of design patterns/idioms in Python
Loading repository data…
janosgyerik / repository
A collection of practical or just pure awesome bash one-liners or shell script tips and tricks for GNU Linux, UNIX or BSD systems. Open, collaborative system, user friendly, with functions to contribute one-liners, request one-liners, search, rss feed, commenting, Open ID login. Open-source project, using Django, Python, jQuery, HTML5, Bootstrap from Twitter.
Install required python modules:
pip install -r requirements.txt
Create database (sqlite3), and admin account:
python manage.py migrate
Start local website on localhost:8000
python manage.py runserver
To override the default settings.py file in production, create a
local_settings file and pass it to manage.py using the --settings flag, like this:
python manage.py migrate --noinput --settings=bashoneliners.local_settings
Selected from shared topics, language and repository description—not editorial ratings.
faif /
A collection of design patterns/idioms in Python
Python-World /
A collection of simple python mini projects to enhance your python skills
fortra /
Impacket is a collection of Python classes for working with network protocols.
The-Cool-Coders /
A Collection of application ideas that can be used to improve your coding skills ❤.
lazyprogrammer /
A collection of machine learning examples and tutorials.
google-deepmind /
OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games.