File tree Expand file tree Collapse file tree 6 files changed +10
-7
lines changed
web_and_internet_development Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
5858pyspelling -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:
You can’t perform that action at this time.
0 commit comments