DAY 1 - Steps to prepare your windows laptop for Python Programming

Steps to prepare your windows laptop for Python Programming ############################################ 1. Open the URL : https://lnkd.in/fgWmkH3 and click on Version - 'Download Python X.Y.Z' 2. Now IDLE (Python GUI) and Python (command line) should now by in your program menu 3. Search for file - 'idle.bat' in C drive and copy the file path 4. Create a new bat file with name - 'idle.bat' at your desktop to access python idle 5. Enter the single line - "FILE_PATH_OF_IDLE.BAT\idle.bat" and save the file. for example, C:\Users\Rakesh.Ranjan\AppData\Local\Programs\Python\Python37-32\Lib\idlelib\idle.bat 6. Double click the bat file to access Python IDLE Steps to install pandas in windows laptop ############################################ 1. Search for file - 'pip.exe' in C drive and copy the file path 2. Open the command prompt and go to above path For example - cd C:\Users\Rakesh.Ranjan\AppData\Local\Programs\Python\Python37-32\Scripts> 3. Run the command to install library - pandas "pip install pandas"


RR hashtagDay1 hashtagPython hashtagDataScience hashtagHappyLearning hashtagWeLearnEveryday

Comments

Popular posts from this blog

Day 32 - Python Script to track Available COVID-19 Vaccine Slots for 18+ in India

Day 26 - Call Power BI REST APIs to get POWER BI REPORT Details