Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithsegnet/alx-higher_level_programming
Write a Shell script that runs a Python script.
https://github.com/codewithsegnet/alx-higher_level_programming
python3 shell
Last synced: 3 days ago
JSON representation
Write a Shell script that runs a Python script.
- Host: GitHub
- URL: https://github.com/codewithsegnet/alx-higher_level_programming
- Owner: CodewithSegNet
- Created: 2022-11-28T23:42:10.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T11:26:19.000Z (over 1 year ago)
- Last Synced: 2023-05-27T12:26:12.453Z (over 1 year ago)
- Topics: python3, shell
- Language: Python
- Homepage:
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![img](https://assets.imaginablefutures.com/media/images/ALX_Logo.max-200x150.png)
# Zen (Python)
>Not sure if C has taught me to think like a programmer or python is just really easy.
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!>I thought I had escaped [betty](https://github.com/alx_Africa/Betty), but here we have [PEP8](https://www.python.org/dev/peps/pep-0008/)
Install Python3, pip3 and pycodestyle
- Pycodestyle is now the new standard of Python style code.
$ sudo apt-get install python3 python3-pip
$ pip install pycodestyle- Confirm you have the right version.
$ pycodestyle --version
$## About
- This repository consists of all the .Subject projects done with [ALX Africa](https://www.alxafrica.com/) Full stack Software Engineering course by [Segnet](https://https://github.com/CodewithSegNet/).
## Resource
- [The Python Tutorial](https://docs.python.org/3/tutorial/index.html)
- [Learn to Program](https://www.youtube.com/playlist?list=PLGLfVvz_LVvTn3cK5e6LjhgGiSeVlIRwt)
- [The Python Handbook](https://www.freecodecamp.org/news/the-python-handbook/)
- [pycodestyle](https://pypi.org/project/pycodestyle/)---
- [0x00](./0x00-python-hello_world) : Hello, World.
- [0x01](./0x01-python-if_else_loops_functions) : if/else, loops, functions.
- [0x02](./0x02-python-import_modules) : import & modules.
- [0x03](./0x03-python-data_structures) : Data Structures: Lists, Tuples.
- [0x0D](./0x0D-SQL_introduction) : SQL - Introduction.
- [0x0E](./0x0E-SQL_more_queries) : SQL - More queries.
- [0x10](./0x10-python-network_0) : Python - Network #0.
- [0x11](./0x11-python-network_1) : Python - Network #1.