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.
- Host: GitHub
- URL: https://github.com/rafaelbroseghini/pythonista
- Owner: RafaelBroseghini
- Created: 2017-03-22T13:54:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T23:18:04.000Z (about 2 years ago)
- Last Synced: 2025-04-28T14:08:00.863Z (about 2 months ago)
- Topics: algorithms, data-structures, object-oriented-programming, oop, python3
- Language: Python
- Homepage:
- Size: 3.19 MB
- Stars: 9
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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: |