Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0xsirsaif/sweet-smelling-projects

A selection of a sweet-smelling open source projects to read.
https://github.com/0xsirsaif/sweet-smelling-projects

Last synced: 2 months ago
JSON representation

A selection of a sweet-smelling open source projects to read.

Awesome Lists containing this project

README

        

# A selection of sweet-smelling open source projects to read.

## One-file Projects

- [Bottle: Python Web Framework](https://github.com/bottlepy/bottle): simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.
- [Peter Norvig fork of lispy.py](lispy.py): A Lisp interpreter in Python, in a single Python file. [(How to Write a (Lisp) Interpreter (in Python))](http://norvig.com/lispy.html). [(An ((Even Better) Lisp) Interpreter (in Python))](http://norvig.com/lispy2.html)