Week 2 understanding on Python.

profilehelpothers

PDF for reference purpose

other file is requirement

  • 2 years ago
  • 1
files (1)

Python_Install_Examples_Code.pdf

Python Installation & Examples Atif Farid Mohammad PhD

1. Open any Browser 2. Go to https://www.anaconda.com/ 3. Click at Download button 4. Go to your Download Folder (In both Windows and Mac)

a. In Windows you will have the file: Anaconda3-2022.05-Windows-x86_64.exe

b. Double Click it (You will find similar image with different title depending on which current version is available.)

5. Click on Next 6. On next such prompt click on I Agree Button 7. Click on Just for me (Recommended) 8. Destination folder is given by default, so click on Next 9. On next prompt do not select any options given, rather click on Next

10. Click on Next

Python Installation & Examples Atif Farid Mohammad PhD

11. Click on Next

12. Un-Click on two checked boxes (Anaconda Distribution Tutorial and Getting Started with Anaconda)

13. Click on Finish 14. Find Anaconda in your Start Menu/Mac will have in Finder -> Applications 15. Click on Anaconda Navigator

Python Installation & Examples Atif Farid Mohammad PhD

16. Now click on Jupyter Notebook

17. Click on New

Python Installation & Examples Atif Farid Mohammad PhD

18. Click on Python 3

19. Change the Name to save your work 20. Here are few Python Commands entered within the cell and executed by pressing Run button. 21. Type these commands by yourself, so that you can have exposure of Python Programming.

Python Installation & Examples Atif Farid Mohammad PhD

Python Installation & Examples Atif Farid Mohammad PhD

Python Installation & Examples Atif Farid Mohammad PhD

Note: To learn Python, enroll in a Free Python Programming Course at: https://www.udacity.com/course/introduction-to-python--ud1110