- Expert Python Programming(Third Edition)
- Micha? Jaworski Tarek Ziadé
- 56字
- 2021-06-24 14:54:51
Technical requirements
You can download the latest version of Python from https://www.python.org/downloads/ for this chapter.
Alternative Python interpreter implementations can be found at the following sites:
- Stackless Python: https://github.com/stackless-dev/stackless
- PyPy: https://pypy.org
- Jython: https://www.jython.org
- IronPython: https://ironpython.net
- MicroPython: https://micropython.org
The code files for this chapter can be found at https://github.com/PacktPublishing/Expert-Python-Programming-Third-Edition/tree/master/chapter1.