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

https://github.com/rafaelbroseghini/pythonista

:snake: Simple is better than complicated. Complex is better than complicated.
https://github.com/rafaelbroseghini/pythonista

algorithms data-structures object-oriented-programming oop python3

Last synced: about 2 months ago
JSON representation

:snake: Simple is better than complicated. Complex is better than complicated.

Awesome Lists containing this project

README

        

# Pythonista :snake:

## Hello it's nice to have you here!
> This repository includes works since the beginning of my college career until now!
> I try to keep this repository updated as much as possible so that you can see what I have been working on!
> Although, there have been other courses I took since 2015 that are not included in this repository.
> Some of the code are self explanatory and some have comments that will guide you through. Have fun!

| # | The Zen of Python by Tim Peters: | :thumbsup: |
| - | --------------------------------------------------------------------- | ---------- |
| 1 | Beautiful is better than ugly. | :snake: |
| 2 | Explicit is better than implicit. | :snake: |
| 3 | Simple is better than complex. | :snake: |
| 4 | Complex is better than complicated. | :snake: |
| 5 | Flat is better than nested. | :snake: |
| 6 | Sparse is better than dense. | :snake: |
| 7 | Readability counts. | :snake: |
| 8 | Special cases aren't special enough to break the rules. | :snake: |
| 9 | Although practicality beats purity. | :snake: |
|10 | Errors should never pass silently. | :snake: |
|11 | Unless explicitly silenced. | :snake: |
|12 | In the face of ambiguity, refuse the temptation to guess. | :snake: |
|13 | There should be one-- and preferably only one --obvious way to do it. | :snake: |
|14 | Although that way may not be obvious at first unless you're Dutch. | :snake: |
|15 | Now is better than never. | :snake: |
|16 | Although never is often better than *right* now. | :snake: |
|17 | If the implementation is hard to explain, it's a bad idea. | :snake: |
|18 | If the implementation is easy to explain, it may be a good idea. | :snake: |
|19 | Namespaces are one honking great idea -- let's do more of those! | :snake: |