Skip to content

Commit d50372b

Browse files
committed
docs: apply updated language ecosystem structure
1 parent 26b36e6 commit d50372b

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

.gitignore

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@ cython_debug/
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161161

162+
# adminstration
162163
.DS_Store
163-
.vscode
164-
165-
ecosystem/
166-
scratch_pad/
167-
journal/
168-
applications/
164+
todo.txt

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Software And Its Engineering/Software Notations And Tools/General Programming La
2525
- [Memory Model](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-fall-2011/pages/readings/python-cost-model/)
2626
- [Language Reference](https://docs.python.org/3/reference/index.html)
2727
- [Standard Library](https://docs.python.org/3/library/index.html)
28-
- [Packaging and Distribution]( https://www.pypa.io/en/latest/)
2928
- [Core Module Index](https://docs.python.org/3/py-modindex.html)
29+
- [Packaging and Distribution]( https://www.pypa.io/en/latest/)
3030
- [Package Index](https://pypi.org)
3131
- Tools:
3232
- [pip](https://pip.pypa.io/en/stable/)
@@ -58,6 +58,13 @@ Software And Its Engineering/Software Notations And Tools/General Programming La
5858
pyspelling -c spellcheck.yaml
5959
```
6060

61+
## Execute Programs
62+
```shell
63+
python source_file.py
64+
#Example:
65+
python 4_experiments/2_standard_library/2_builtin_functions/io/input_stdin.py
66+
```
67+
6168
# References
6269

6370
## Legend:

ecosystem/scientific_and_numeric/empty_file

Whitespace-only changes.

ecosystem/testing/empty_file

Whitespace-only changes.

ecosystem/web_and_internet_development/http/empty_file

Whitespace-only changes.

ecosystem/web_and_internet_development/servers/empty_file

Whitespace-only changes.

0 commit comments

Comments
 (0)