Windows Installation Tutorial NASA ARSET For Python help, contact: Justin Roberts-Pierel

Slides:



Advertisements
Similar presentations
Litmus Learning Primer tests
Advertisements

Enter the address as shown below in the address bar.
Business Data Transfer Accountant Tutorial. Adding a Client.
1 Installing Cantera 1.6 for Windows S. Browne and J.E. Shepherd Caltech January 2007.
This presentation contains the following: -the availability and need menu options -the add option Mark Smith.
Java Programming Working with TextPad. Using TextPad to Work with Java This text editor is designed for working with Java You can download a trial version.
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
Go to the link ( as shown, then choose downloads.
Installing JDK Vijayan Sugumaran Department of DIS Oakland University.
How to install the Zelle graphics package
Update the PATH variable Trying to run the command: “javac Ex1.java” you’ve may encountered the error: “javac is not recognized as internal or external.
© 2010 IBM Corporation IBM Experience Modeler - Theme Editor Installing Python Image Library Presenter’s Name - Presenter’s Title DD Month Year.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
Installing the Core FTP Client Go to Click on “Download Core FTP now!” Under the Core FTP LE 2.2: free version heading Select.
REFWORKS (WRITE-N-CITE): Write-n-Cite allows one to write a paper in MS Word, and to insert citation placeholders directly from one’s references imported.
When running the CTAS MS Access database modules you may see this security warning This indicates that all scripting within the database has been disabled.
Streaming Twitter. Install pycurl library Use a lab computer From the course website Download the links from pycurl and twitter streamer Extract site-packages.zip,
November 2014Prepared by the Computer Lab Montgomery County-Norristown Public Library.
1 Mobile Computing Set Up Copyright 2015 by Janson Industries.
How to Download and Install a Print Driver on a Windows PC.
1 IMPORTANT NOTE  IMPORTANT NOTE not  As of this writing the default project you will download, import and use in this class is not enabled for Tomcat.
 We are going to learn about programming in general…How to think logically and problem solve. The programming language we will use is Python. This is.
How to Tag a Corpus Using Stanford Tagger. Accuracy All tokens: 97.32% Unknown words: 90.79%
Microsoft Visual Basic 2012 CHAPTER THREE Program Design and Coding.
Using Subversion and TortoiseSVN for Windows by Galen Wilkerson Gund Institute for Ecological Economics University of Vermont
How to Take Full Control of the ArrayTools and R Folder You need to have Full Control of the ArrayTools and R installation folders to run BRB-ArrayTools.
DEVS M&S Tutorial with eclipse IDE Chungman Seo
SAFARI ODBC INSTALLATION Go to the TRECA home WEB page.
 If we set java settings permanently they are available from all command prompts even after system restart.
Reading and Mapping Aerosol Data From a MODIS HDF4 File
Installing JDK Vijayan Sugumaran Department of DIS Oakland University.
Installing BioPerl – how to add a repository to the PPM Start  All Programs  Active Perl…  Perl Package manager (If you don’t see a screen like the.
IDLE An IDE for Python bundled with the program release Click on IDLE (Python GUI) in the Start menu under the Python program group  Get the IDLE Python.
Java Programming, Second Edition Appendix A Working with Java SDK 1.4.
WinCvs. WinCVS WinCvs is a window based version control system. Use WinCvs when  You want to save every version of your file you have ever created. CVS.
Python Interpreter and Pycharm Community Edition
When collaborating, it is important to manage changes in the models. For example: –To create or edit a submodel E.g. Habitat suitability is replaced with.
How to Install Eclipse Click hereClick here to download Eclipse.
Windows Installation Tutorial NASA ARSET For Python help, contact: Justin Roberts-Pierel
1 Installing Java on Your PC. Installing Java To develop Java programs on your PC: Install JDK (Java Development Kit) Add the directory where JDK was.
Gensuite ® Step-by-Step Guide for the setup of Gensuite Compliance Calendar and Training Calendar integration with Microsoft Outlook Some computers experience.
Subversion (SVN) is a widely used version control system and an essential piece of the MIMES collaborative modeling environment. It allows us to manage.
Web Scraping with Python and Selenium. What is Web Scraping?  Software technique for extracting info from websites Get information programmatically that.
Creating a Zip File with a Password. 1.Right Click on the File or Folder you want to Zip. 2.Choose “Add to Zip”
How to install JavaCV in Eclipse. Make sure to download and install all these before you proceed Eclipse for Java EE developers (current is Juno)
Upgrade on Windows 7. DownloadSoftware Download Software from link provided in Webliography: e/
HOW TO FIX MSVCR100. DLL IS MISSING ERROR? missing-error.
How To Silent-Install The AVG Antivirus 2017 Using The DOS Command.
Development Environment
MET4750 Techniques for Earth System Modeling
ACTIVATE SHORTCUT KEYS ON AN HP LAPTOP’S KEYBOARD.
How to access your work from home or another computer
Wireless Network Access on Mac OSX
How to add the packages for printing decision trees
I like to start with something non-descript; thus the blue
How to Fix 1460 Error in Mozilla Thunderbird?. Mozilla Thunderbird is an open-source cross-platform, released in The program works as a center where.
Test Automation For Web-Based Applications
How to install the Enterprise Agent using Active Directory
The Endnote add-in appears in word after installation of the endnote software
CGS 3175: Internet Applications Fall 2009
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
Go to the Audacity website. (You can search for Audacity in Google).
Windows Installation Tutorial
Scripts In Matlab.
HOW TO CREATE BIBLIOGRAPHY:
EndNote Part 2: Inserting in-text citations and creating a reference list Susan Marsh.
Causes And Solution To Recover Lost Partition Table.
Installations for Course
Executive Reports, Instructions and Documentation
Installations for Course
Presentation transcript:

Windows Installation Tutorial NASA ARSET For Python help, contact: Justin Roberts-Pierel

Installing Python

Go to: Click the “Download Python Button”

Open the “.msi” downloaded file Click the “Run” Button Then follow the directions to install Python 3.4.3

Click the “Advanced System Settings” Button Once Python is installed… Open the start menu: **RIGHT** click on the “Computer” Button Click “Properties”

Setting your environment path Click the “Environment Variables” Button Go to the “System Variables” window, and scroll down until you find the “Path” variable Click on the variable “Path” so that it is highlighted, and then click “Edit..” Scroll to the very end of this line of text… …and add the text: “;C:\Python34” to the end Click “Ok” to all open properties windows

Test Python installation Search here for “Command prompt” Open the start menu: Open Command Prompt Type “python”……and hit Enter If your command prompt now says: “Python 3.4.3”, you’ve completed the tutorial correctly! If not, you may have missed something…

Installing Python 3 Packages Windows Binary Files (.whl): Pip command

Downloading a “.whl” file Scroll down until you find the package you’re looking for Once you find your desired package… Click on the link corresponding to your version of python and your type of computer. For example, this link is correct for someone with Python 3.4 installed (cp34), and if your computer is 32-bit (win32)

Installing the “.whl” file Open Command PromptNavigate to your “Downloads” folder Install the “.whl” netCDF4 package with this command This should install the package successfully. If you get an error, it’s possible that you downloaded a file with the incorrect version of python, or the incorrect choice of 32 vs 64 bit computer To view all of your currently installed python modules, type “python” and hit enter Then type “help(‘modules’)” and hit enter A list of all of your currently installed modules will appear!