Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/meteatamel/python-samples

A random collection of Python samples
https://github.com/meteatamel/python-samples

Last synced: 2 days ago
JSON representation

A random collection of Python samples

Awesome Lists containing this project

README

        

# Python samples

A random collection of Python samples

Create shapes from `main.py`:

```sh
python main.py
```

Create shapes from `tests.py`:

```sh
cd tests
pytest test.py -s
```

Create shapes from a subclass main method:

```sh
cd shapes
python square.py

cd shapes/circle
python circle.py
```