Locked learning resources

Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Locked learning resources

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Installing Python: Summary & Recap

This video lesson is a recap of the course. You have learned how to download and install Python:

  • On Windows through python.org
  • On Windows 10 through the Microsoft Store
  • On macOS
  • In different versions of Ubuntu
  • IDE such as Idle separately
Avatar image for Santosh

Santosh on Sept. 4, 2020

Though very similar to what you’ve walked through, as an extension of the Windows videos, it would be good to show how to install/upgrade Python if using the Windows Subsystem for Linux: docs.microsoft.com/en-us/windows/wsl/about

Avatar image for Ricky White

Ricky White RP Team on Sept. 6, 2020

If you’re using WSL, the install instructions are the same as the Linux sections of this course. WSL is just Linux. No different for installing Python.

Avatar image for Santosh

Santosh on Sept. 7, 2020

Yep, understood. Suggested this as a mention in the Windows videos that that option exists.

Avatar image for Dan Bader

Dan Bader RP Team on Sept. 8, 2020

Thanks Santosh, I’ve added a note to the first lesson in the course to point WSL folks in the right direction :)

Avatar image for Santosh

Santosh on Sept. 8, 2020

Love it!

Avatar image for carlosir

carlosir on May 14, 2021

Thanks

Avatar image for Abraham

Abraham on Nov. 19, 2021

Thanks for this Darren!

Avatar image for Legzy27

Legzy27 on Sept. 7, 2022

Thanks!!

Avatar image for chikezieamadi

chikezieamadi on Feb. 4, 2023

I installed idle on ubuntu 20.04… tried to check if it was present - unable to tried idle3 - couldnt get it to pop up like in the video… any suggestions?

Avatar image for Martin Breuss

Martin Breuss RP Team on Feb. 6, 2023

@chikezieamadi what happens if you type idle (without the 3)?

Just to confirm: You’re sure that you successfully installed it like shown in this lessson?

Become a Member to join the conversation.