Python Beginner Tutorial Series - 1a. Installation of Python 3.8.5 from Source
0
June 03, 2021
#PythonTutorial #PythonBeginnerCourse
This tutorial series covers all basics of python programming in simple and easy to understand form.
This video discusses on installation of python from source
Dependencies to Install - sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget
Download thru wget - wget https://www.python.org/ftp/python/3.7.5/Python-3.7.5.tgz
Python Beginner Tutorial Playlist - https://www.youtube.com/watch?v=HuM1u8sScFs&list=PLXBJDmLMoXw0WYpCgqthR6hPSX690yAon
Tags