Skip to content
Merged

Acm #13

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# adminstration
.DS_Store
.vscode

ecosystem/
scratch_pad/
journal/
applications/
todo.txt
4 changes: 4 additions & 0 deletions .spellcheck_exceptions_dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# acronyms
ACM
CRLF
LF
DLR
Expand All @@ -16,6 +17,7 @@ AMI
FPM
GC


# authors
Rossum
praisetompane
Expand All @@ -28,6 +30,7 @@ Marangon


# domain specific
Multiparadigm
radix
bytecode
whitespace
Expand Down Expand Up @@ -60,6 +63,7 @@ metaclass


# python keywords:
stdin
pprint
getitem
stdtypes
Expand Down
3 changes: 2 additions & 1 deletion 1_core_language/1_implementations/0_def.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- known implementations (Python Software Foundation, 2023):
- CPython: Original and First Python.
- CPython: Original and First Python.
Implementations in C.
Compiles/Interprets to machine code.

Expand All @@ -24,6 +24,7 @@
- Brython: https://github.com/brython-dev/brython

- Cython: https://github.com/cython/cython

- ports:
- Pyodide: https://github.com/pyodide/pyodide
- platform:
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- They are prefixed with "Praise:"
- Python's design, implementation and ecosystem.

## ACM Classification:
Software And Its Engineering/Software Notations And Tools/General Programming Languages/Language Types/Multiparadigm Languages

## Language Details
- Language Specification: None
- [Interpreter](https://github.com/python/cpython)
Expand All @@ -22,8 +25,8 @@
- [Memory Model](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-fall-2011/pages/readings/python-cost-model/)
- [Language Reference](https://docs.python.org/3/reference/index.html)
- [Standard Library](https://docs.python.org/3/library/index.html)
- [Packaging and Distribution]( https://www.pypa.io/en/latest/)
- [Core Module Index](https://docs.python.org/3/py-modindex.html)
- [Packaging and Distribution]( https://www.pypa.io/en/latest/)
- [Package Index](https://pypi.org)
- Tools:
- [pip](https://pip.pypa.io/en/stable/)
Expand Down Expand Up @@ -55,6 +58,13 @@
pyspelling -c spellcheck.yaml
```

## Execute Programs
```shell
python source_file.py
#Example:
python 4_experiments/2_standard_library/2_builtin_functions/io/input_stdin.py
```

# References

## Legend:
Expand Down
Empty file.
Empty file added ecosystem/testing/empty_file
Empty file.
Empty file.
Empty file.