Haren19
(Haren Canlas)
December 4, 2025, 6:28am
1
Hello,
I would like to seek help on How can I install Python Idle on the laptops in our School ICT laboratories. I have installed the app using the Administrator account, by the way our laptops are connected on a school Network, Kindly please help me.
1 Like
c-rob
(Chuck R.)
December 12, 2025, 10:49am
2
I’m assuming the laptops use Windows. For each laptop:
Put the installer on a network drive.
Link each laptop to the network drive.
Run the installer from the network drive or copy it to c:\temp and run it locally, it will probably be faster.
Also check out this video: https://www.youtube.com/watch?v=KLxN4hZOAyM
You can also use web-based Python, which doesn’t require installation, like:
Google Colab . If the student needs to read a file that file would have to be uploaded to their workspace/Google Drive.
Jupyter Hub . Designed for multiple users.
PythonAnywhere This costs money. Designed for students and teachers. Perhaps they have an educational discount.
Each person would sign up with their own Google account. You even share programs to see if their program works properly.