0

Python

How to install Python in your pc and how to install imports/modules in Python?

14th Jun 2025, 5:04 AM
whirl coder ☕
whirl coder ☕ - avatar
4 ответов
+ 6
Go to python.org and download the correct installer for your computer which means if you on mac download the mac version .. if you on windows download the windows version
14th Jun 2025, 5:24 AM
Ashley Nickson
+ 5
"...how to install imports/modules in Python?" How to install packages: https://packaging.python.org/en/latest/tutorials/installing-packages/
14th Jun 2025, 8:47 AM
Keith
Keith - avatar
14th Jun 2025, 3:06 PM
Aysha
+ 1
first go to python.org then download version for mac or windows then you can got to terminal nad type in: pip install pygame, if that doesen't work then you can try pip3 install pygame
15th Jun 2025, 9:23 AM
Bitname
Bitname - avatar