Skip to content

Commit 722e146

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

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-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

.spellcheck_exceptions_dictionary.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# acronyms
2+
ACM
23
CRLF
34
LF
45
DLR
@@ -16,6 +17,7 @@ AMI
1617
FPM
1718
GC
1819

20+
1921
# authors
2022
Rossum
2123
praisetompane
@@ -28,6 +30,7 @@ Marangon
2830

2931

3032
# domain specific
33+
Multiparadigm
3134
radix
3235
bytecode
3336
whitespace
@@ -60,6 +63,7 @@ metaclass
6063

6164

6265
# python keywords:
66+
stdin
6367
pprint
6468
getitem
6569
stdtypes

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)