Guidance on system requirement

I am taking a course Intro to Python, it requires VM to run ubuntu and other tools as Terminator, PIP … but there are no guidance how do I install these on my system. Can someone help please?

Hello @samsara23 an welcome to Forums!

The Intro to Python course is really an intro to programming course using Python. There is no heavy python and there is no special environment needed.

If you are a Windows user an you want the fastest way to follow the course, just use an online Python interpreter like:

Just type code on the left, click Run, see output on the right.

Thanks @JosephWhite for your reply. I mean I’d love to get the VM installed on my MacBook and do all the coding and execution there as instructed in the course. So wanted to check if there is any instruction on cybrary itself how to do that otherwise I will take online help and install it.

Your Macbook likely has python installed. Try opening a terminal an typing python3 --version.

If you really want a VM you may want to give multipass a shot:

1 Like