Tuesday, June 2, 2020

Karim Elghamrawy: How to Setup Python 3 on Windows? (Step-by-Step)

In this video, I will talk about how to setup Python on a Windows operating system step-by-step. I will walk you through the installation process and discuss all the installation options that you will come across. In addition to that, I also talk about what the PATH environment variable is, and why it is important [...]

The post How to Setup Python 3 on Windows? (Step-by-Step) appeared first on Afternerd.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...