Lesson 3 - The Concept of Virtual Environment, Indentation and Comments Hello Guys, I hope you all are doing well. My Name is Vivek Garg and I welcome you all to my Blog Mostly Programing. If you're new here I will suggest you check out my YouTube channel @mostlyprograming . I post 3 New Videos every week, Let's Code Tuesdays, Innovative Thursdays, and Geeky Saturdays. Go! Go! Go! Check it out and if you like the content you can maybe give me a subscription or a comment or a like (YOU DECIDE!). Here in Lesson 3 of Learning Python from scratch, we will be discussing the following topics: What is meant by a Virtual Environment? Do we need to create a Virtual Environment for the Basics? What is the Concept of Indentation? What possible errors could Indentation cause, if not done properly? How to write comments in Python? So, let us get into it. Virtual Environment Virtual Environment is very powerful and one of the most used tools in Python. T
Lesson 1 - Introduction to Python Hello Guys, I hope you all are doing well. My Name is Vivek Garg and I welcome you all to my Blog Mostly Programing. If you're new here I will suggest you check out my YouTube channel @mostlyprograming . I post 3 New Videos every week, Let's Code Tuesdays, Innovative Thursdays, and Geeky Saturdays. Go! Go! Go! Check it out and if you like the content you can maybe give me a subscription or a comment or a like (YOU DECIDE!). Here in Lesson 1 of Learning Python from scratch we will be discussing some basics about Python, Its Applications, Also we will see why do we use Python and How is it different from any other Programming Languages? Also, we will Install Python in our System. What is Python? Python is a general-purpose Programming language as it supports all the programming paradigms, it is a popular scripting language, as it is used for writing scripts for automation purposes. It was created by Guido van Rossum