My Python system

Installation

I followed the procedure described in J.Shovic and A.Simpson, Python All-in-One for Dummies (Wiley, 2019) chapters 1 and 2, in particular, pp.13-21.

In short, Anaconda Navigator was downloaded and started. Among the menus VS Code was chosen and invoked. The work space was chosen in the cloud. The programs were run in the interactive mode.

For pygame and pygwidgets, I consulted I. Kalb, Object-Oriented Python (No Starch Press, 2022).

It is important to make sure that pip works properly, since explicit error messages do not always come out. Very often python3 must be replaced by python for pip.

9-21-2023, S. Hayashi