Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nueluzoma/alx-higher_level_programming
https://github.com/nueluzoma/alx-higher_level_programming
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nueluzoma/alx-higher_level_programming
- Owner: NuelUzoma
- Created: 2022-11-28T21:39:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T20:09:32.000Z (over 1 year ago)
- Last Synced: 2023-06-04T13:01:18.701Z (over 1 year ago)
- Language: Python
- Size: 291 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to the Python World.
Author: Madubuike Emmanuel Uzoma
For ALX programmeThe first projects are more "C-oriented" - no tricks, no funky syntax - simple!
If you've already played with Python, don't worry, fun things will come.
You'll soon find that with Python (and the majority of higher level languages), there are ten different ways to do the same thing. Some tasks will expect only one implementation, while other tasks will have multiple possible implementations.
Like C, Python also has a linter / style guide like Betty, called PEP8, also now known as PyCode.