INSTALLING PYTHON 3 COSC 1306 Fall 2017.

Slides:



Advertisements
Similar presentations
Basic Computer Skills Windows & the Internet.
Advertisements

Introduction to the Mac user-interface The Mac user interface is subtly different from the Microsoft Windows interface So we will spend a few minutes pointing.
Enter the address as shown below in the address bar.
TO A MEMORY STICK How to Save Lesson 1 – November 13, 2013 – Michelle Lowe.
Downloading Audacity software Julie Collareda Adapted from Shaughnessy 2006.
Downloading, Installing, and Working with Dropbox.
Notes on Installation of version 8.5 Notes on Configuration Mike Farquhar April 2009 Thornbury U3A Computer Club.
CS 2511 Fall  Windows:  Start->Specialized Academic Software- >Programming Languages->NetBeans->NetBeans IDE x.y.z  where x.y.z is a version.
Introduction to Android Studio
How to install the Zelle graphics package
Downloading and Installing AutoCAD Architecture 2015 This is a 4 step process 1.Register with the Autodesk Student Community 2.Downloading the software.
Installation on Windows Vista/Windows 7 NOTE: Installation on Windows Vista can differ depending on the version of Windows installed​ ​ In most computers.
13-Jul-15 Getting Ready for Java. 2 What You Need 256 MB of RAM (512 MB or more recommended) 500 MHz Pentium or better Macintosh: must run Mac OS X, preferably.
Podcasting at St. John’s: Downloading Audacity software Kathryn Shaughnessy Instructional Services Librarian.
This example is a step by step walkthrough for installing the SRH Front Desk Printer in Windows 8.
How to Download and Install a Sharp Print Driver on a Mac.
Python Mini-Course University of Oklahoma Department of Psychology Day 1 – Lesson 1 Getting Started 4/5/09 Python Mini-Course: Day 1 - Lesson 1 1.
How to Download and Install a Print Driver on a Windows PC.
Introduction to Android. Android as a system, is a java based operating system that runs on the Linux kernel. The system is very lightweight and full.
How to type your paper. Login Use your pin number for your user name Use your date of birth as your pin. Example if your birth date is Aug. 27, 2000 use.
CSc2010 Lab Fall 2015 Bing Li. Contact  Name : Bing Li   Website : cs.gsu.edu/~bli6  Office : Suntrust.
Downloading and Installing Autodesk Revit 2016
By Jesus Juarez. Download the software from or your preferred website.
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.
Downloading and Installing Autodesk Inventor Professional 2015 This is a 4 step process 1.Register with the Autodesk Student Community 2.Downloading the.
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
SAFARI ODBC INSTALLATION Go to the TRECA home WEB page.
How to Install the JDK (Java Development Kit) Click hereClick here to download the JDK.
PSU Resources
VDI-in-a-box TM 1 Kaviza Client End User Quick Start Manual.
Python Interpreter and Pycharm Community Edition
ENDNOTE Installation Guide. E ENDNOTE ON LIBRARY PAGE ( Scroll down to see download instructions.
How to Install Eclipse Click hereClick here to download Eclipse.
PAYware Mobile Android Comparison June 2013 For Internal Use Only.
Getting to Know Your Desktop Icons, Taskbar, Workspace, Window, Notifications, Start and Search.
Web Scraping with Python and Selenium. What is Web Scraping?  Software technique for extracting info from websites Get information programmatically that.
If you don’t have Google Earth downloaded already, you can go to to get it.
Introduction to Programming Python Lab 7: if Statement 19 February PythonLab7 lecture slides.ppt Ping Brennan
Using This PowerPoint This PowerPoint presentation assumes you already have both the Java JDK and JCreator installed and all that you need is the proper.
OST Intro in to Macs. History of Macintosh On January 24, 1984 Apple Computer introduced the Apple Macintosh personal computer, with the Macintosh.
Microsoft PowerPoint 2013 Lesson 2 Created by Felicia Hudson, Riverside High School--Durham Public Schools.
OneDrive for Home. Office 365 and OneDrive: Services available to staff for home use.
What is the Easiest Way to Download and Install HP Printer Drivers.
Introduction to iOS App Development Environment
INSTALLING PYTHON 3 COSC 1306 Fall 2016.
Development Environment
R Brown-Bag Seminar 2.1 Topic: Introduction to R Presenter: Faith Musili ICRAF-Geoscience Lab.
Importing Your Roster Into Outlook December Tara Thomas
Install external command line softwares
Obtaining the Required Tools
VMWare Workstation Installation
Pre-Formatted Reports
Opening an Existing File
Introduction to Computers
Producing Conservation Business Plans from Miradi
How to Install an old version of Adobe Reader on Mac OS.
How to Update Microsoft Office on Mac
Setting up Eclipse Locally
Microsoft PowerPoint 2016 Lesson 2
Packing and Signing of the Application
Installing and Using Evolve
Installing the BDI2 Mobile Data Solution (MDS)
JCreator Settings Only
CGS 3175: Internet Applications Fall 2009
Where does Netflix save downloads on my device? iOS Android PC Mac
Instructions on printing multiple slides on one sheet
Prepare a DD Form 1081-Return
Windows Installation Tutorial
Installations for Course
Installations for Course
Presentation transcript:

INSTALLING PYTHON 3 COSC 1306 Fall 2017

Just for Windows users Helps to know whether you are running a 32-bit or a 64-bit version of Windows Click on "Settings" (first entry under "S" of menu) Click on "System" (top leftmost option) Click on "About" (last item on the left menu) If you see System type: 64-bit operating system, …. you have a 64-bit version of Windows

Installing Python 3.6.2 Go to python.org Scroll down until you find Download Click on Python 3.6.2 at the bottom of the Download paragraph This will bring you to a new page

Python.org

The download page bottom

On Windows (I) Pick the right version of Python If you have a 64-bit system, Windows x86-64 executable installer If you have a 32-bit system Windows x86 executable installer If you do not know, pick Windows x86 executable installer

On Windows (II) You will be asked for permission to open one of python-3.6.2-amd64.exe python-3.6.2.exe Click and select Save File Retrieve saved file from Download folder or Home screen Double-click to install

On MacOS Select Mac OS X 64-bit/32-bit installer Accept to download python-3.6.2-macosx10.6.pkg Retrieve it from your usual place for downloaded files Double-click to install

Notes If you are using Linux, you must Download the source package Python.3.6.3.tgz (tar + gzip) Build python from the source files Can get Python 3 for Android and iOS Ninety-nine cent iOS app has nice keyboard

A last word If you or somebody else has already installed an older version of Python 3, keep it No noticeable difference Not true for pre-Python 3 versions Other instructors may prefer Pycharm from JetBrains Fine with me