Skip to main content

Posts

Showing posts from July, 2020

The Concept of Virtual Environment, Indentation and Comments

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