Skip to content

Commit 2f9087f

Browse files
committed
docs: clean up
1 parent 5dc34c2 commit 2f9087f

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@
33
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
44
![build status](https://github.com/praisetompane-programming-languages/python/actions/workflows/python.yaml/badge.svg) <br>
55

6-
**objective**:
7-
- An in-depth study of Python's design, implementation and ecosystem.
6+
**objective**: An in-depth study of:
7+
- Python's Interpreter:
88
- This focuses on [CPython](https://github.com/python/cpython).
9-
10-
9+
- Python's language design, implementation and ecosystem.
1110

1211
## Language Details:
1312
- [language reference](https://docs.python.org/3.11/reference/index.html#reference*index)
14-
- compiler/interpreter:
15-
- [cpython implementation](https://github.com/python/cpython)
16-
- [Bennett, J. 2019. See CPython run: Getting to know your Python interpreter. North Bay Python](https://www.youtube.com/watch?v=tzYhv61piNY)
13+
- [interpreter](https://github.com/python/cpython)
14+
- [Bennett, J. 2019. See CPython run: Getting to know your Python interpreter. North Bay Python](https://www.youtube.com/watch?v=tzYhv61piNY)
1715
- [base modules index](https://docs.python.org/3/py-modindex.html)
1816
- [standard library reference](https://docs.python.org/3.11/library/index.html)
1917
- [packaging and distribution](https://packaging.python.org/en/latest/)

0 commit comments

Comments
 (0)