Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong committed Sep 2, 2024
1 parent f1dbe24 commit bb66ef3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/Linux_distribution/CentOS/centos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CentOS

## Guides/Tips/misc...etc

* [CentOS Stream 9](https://centos.org/stream9/)
2 changes: 1 addition & 1 deletion docs/Linux_distribution/Fedora/fedora.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fedora/CentOS/Red Hat Enterprise Linux/Rocky Linux/AlmaLinux/Oracle Linux/Amazon Linux
# Fedora

## Guides/Tips/misc...etc

Expand Down
1 change: 1 addition & 0 deletions docs/Linux_distribution/shell/shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Overview

* [fishshell](https://fishshell.com/)
* [Coreutils - GNU core utilities](https://www.gnu.org/software/coreutils/)
* [When not to use shell scripts](https://tldp.org/LDP/abs/html/why-shell.html)
* [Unix / Linux - What is Shells?](https://www.tutorialspoint.com/unix/unix-what-is-shell.htm)
Expand Down
11 changes: 8 additions & 3 deletions docs/computer languages/programming_languages/python/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@

## docs/news/guides/tips/misc...

* [roadmap/Python Developer](https://roadmap.sh/python)
* [class](https://www.geeksforgeeks.org/python-classes-and-objects/)
* [3.8/tutorial/classes](https://docs.python.org/3.8/tutorial/classes.html)
* [Python Packaging User Guide/Packaging Python Projects](https://packaging.python.org/en/latest/tutorials/packaging-projects/)
* [3.12/6. Modules](https://docs.python.org/3/tutorial/modules.html)
* [geeksforgeeks/Python Modules](https://www.geeksforgeeks.org/python-modules/)
* [pylint](https://pypi.org/project/pylint/)
* [installing-python](https://realpython.com/installing-python/)
* [pypy](https://github.com/pypy/pypy)
Expand Down Expand Up @@ -352,10 +358,9 @@ pipenv install
* [library_app](https://github.com/cam-studio/library_app/tree/main)
* Odoo modules for library management

* [roadmap/Python Developer](https://roadmap.sh/python)

* [w3schools/Python Tutorial](https://www.w3schools.com/python/default.asp)
* [class](https://www.geeksforgeeks.org/python-classes-and-objects/)
* [3.8/tutorial/classes](https://docs.python.org/3.8/tutorial/classes.html)


```python
#在 Python 語言中,當一個 .py 程式檔案被執行時,Python 直譯器會建立一個名為 __main__ 的模組,並執行該模組中的所有程式碼。如果這個程式檔案是被當作模組(module)import 到別的程式檔案中,則 __name__ 變數的值就會是模組的名稱,而不是 __main__。
Expand Down

0 comments on commit bb66ef3

Please sign in to comment.