KBKolitha Bandarainkolithalearnpython.hashnode.dev·May 29, 2025 · 3 min readChapter 2: Write Your First Python Program – A Beginner’s GuideNow we are going to write our 1st program using Python. I’m creating a new folder for that. I’m naming the folder as “Python”.You can create a folder named what you like. It doesn’t matter.Like this; Now I’m opening this folder in my “VS Code”.The...00
KBKolitha Bandarainkolithalearnpython.hashnode.dev·May 29, 2025 · 3 min readGetting Started with Python – Chapter 1: Setting Up Your Coding EnvironmentBefore learn Python, we have to set up our environment.Why? Without setting up our environment, we can’t learn or try Python codes as well as we want. 1. Download Python First of all, we have to download Python for our machine. For that, we have to b...00