Setting up PyCharm Professional

Similar documents
Getting started with Python

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup

Getting Started with Python and the PyCharm IDE

Writing and Running Programs

COP 3014: Spring 2018 A Guide to Using CLion

To complete this database, you will need the following file:

Installing Python 3 on Your Personal Computer

IntelliJ IDEA Getting Started Guide for FIRST Robotics Competition

Switch between simple Date arrangement and Date (Conversations)

Creating Rules in Office 365

To complete this database, you will need the following file:


Click on the Start Icon. Click on All Programs

Quick Installation Guide: TC-Python

Setting Up Netscape 4.61 to read the IMAP Server

Appendix A. Accessing Printers across a Network

Creating Projects using Microsoft Visual Studio 2017

Quick Guide to Installing and Setting Up MySQL Workbench

Outlook and Outlook Web App. Sharing and Accessing Subfolders

How to Cancel a Section/Course

Sample Spark Web-App. Overview. Prerequisites

Once file and folders are added to your Module Content area you will need to link to them using the Item tool.

Installing and Using Dev-C++

Copyright 2012 Pulse Systems, Inc. Page 1 of 46

Course and Topic Resources

ParSCORE for Scantron

Microsoft Office PowerPoint Chapter 1. Creating and Editing a Presentation

Basic User Manual KS-60 USB WiFi Antenna

More Skills 14 Write Macros to Create Custom Menus

CSE 332: Data Structures and Parallelism Winter 2019 Setting Up Your CSE 332 Environment

Uploading Branch Newsletters

PC-Display and AVImark

Installing and Using Xcode

Install & Configure Thunderbird E- mail

Boot Sequence OBJECTIVES RESOURCES DISCUSSION PROCEDURE LAB PROCEDURE 2

Turnitin Bulk Download Instructions

Remote Access to the CIS VLab (308)

CATIA Electrical Space Reservation TABLE OF CONTENTS

Debugging with PyCharm ~0~ What does it mean to debug a program?

How to Use the Barcode Scanner

PYTHON. BBM103 Introduction to Programming Lab 1. Hacettepe University Computer Engineering Department

AEM Complete Newsroom & Calendar Guide. Version 1 January, 2016

BASIC USER TRAINING PROGRAM Module 1: Installation and Licensing

Organize Mail into Folders

Retrieving Pledge Reminders 1 st and 2 nd Reminders (Revision Date: October 7, 2004)

Programming for AmI MOTIVATIONS AND GOALS

GUIDE Development tools for Windows(10) installation... 2

Offline Circulation Tool

Apple idvd 11 Tutorial

Offline Circulation Tool

Accessing Flamingo 1.1 Libraries Located on a Removable Disk

RTMS - Software Setup

More Skills 11 Export Queries to Other File Formats

Backup then Download Data file

Files and Folders What are Files and Folders Files: This is the Data, Images, and things the user makes

Doc Sharing-Faculty. Click Add Category (see illustration above). The Add Category window will display (see illustration below).

Reports/Invoices/Work Orders/Purchase Orders Do Not Show When Printing

CIS 76 VLab Pod Setup

PaVESy - User Guide...1 Starting the application...3 Working with PaVESy...3 Creating database tables...6 Importing AraCyc flat file data...

Learning Studio Tool & Microsoft Outlook

Accessing and Setting Your Blackboard Interface Preferences

Identity Finder: Managing Your Results

More Skills 11 Format and Position Report Controls

Integrated Information Technology Services (IITS)

Basic Operation of Flash MX Professional 2004

Windows Me Navigating

To complete this database, you will need the following file:

Classes and Objects Lab Learn to use lpq and lprm commands. 2. Learn to manage your file space. Restrict size of Netscape disk cache.

User Guide for Embest IDE for ARM7. By Dr. Ricky WH Lau

Lecture 6: more pandas (and git/github) LING 1340/2340: Data Science for Linguists Na-Rae Han

To complete this workbook, you will need the following file:

Remote Access Synchronization DL Parent

INFocus Absence List. Objectives. Creating new report. Select a Template

Depending on the computer you find yourself in front of, here s what you ll need to do to open SPSS.

Word 2007 Appendix B Copy Student Files to Hard Drive

Blackboard 9 Instructor Manual

Lab IP Addresses and Network Communication

Importing Static and Dated Announcements and Assignments

Setting up Python 3.5 and numpy and matplotlib on your own Windows PC or laptop

How to get started using the JSL

MBMimic for Android. 1. With MBMimic you can: int.harpo.com.pl

Chapter 3. Shortcuts

Mr.Kailley s AP Chem programming Unit Set up instruction sheet for PC s (Mac will be kind of similar: good luck) 1) Go to the following website:

To complete this database, you will need the following file:

The Fundamentals. Document Basics

Office 365 Features. Click the links below for an online overview:

Lab 8B: Configuring the WINS Client for Windows XP Professional

Setting PSE 15 Preferences

HOW TO INSTALL YOUR ARCMAP STUDENT EDITION. ArcMap 10.1 Advanced Single Use on a PC

Insert Subtotals in Excel and Link Data to a Word Document

Awesome Airliners. Objectives:

WebCT Customize Your Course Look How to Guide

Tutorial 1: Simple Parameterized Mapping

Using OnBase15 (Document Imaging System) for Advising.

COMPUTER BASICS 2. Turning the Computer On and Off

Read Naturally SE Update Windows Network Installation Instructions

A bit more on Testing

Digital Pack Tutorial - For Mac

Activate Course Import/Export/Copy Course Customization Create a Course Banner

Epilog Laser Cutter Instructions (Only the Essentials)

Transcription:

Page 1 Setting up PyCharm Professional You should have already done the following, per a previous document: 1. Install PyCharm Professional 2. Install Git 3. Create a Github account If you have not already done the above, do so now by following the instructions in Installing PyCharm Professional and Git. In this document, you will set up your PyCharm Professional to use Git and an up-to-date version of Python. Step #1: Start PyCharm, as follows: Run PyCharm (use your Search tool as needed to find it). When PyCharm itself starts up, you may see the page shown to the right. If so, check the Do not import settings box and then press OK. When asked, accept the license and choose whether or not to share your coding behavior with JetBrains (either choice is fine). At some point, you might (but probably will not ) see a message like the following. If you do see this message, ignore it and click Do not show again. (these instructions continue on the next page)

Page 2 You will see the page the page shown below. Choose whether you prefer the Darcula (dark) or IntelliJ (light) theme. (Either is fine, and it is easy to switch from one to the other later.) Then press Skip Remaining and Set Defaults (the other default values are fine). When you get to the screen shown to the right, STOP (and continue to the next step of these instructions, on the next page).

Page 3 Step #2: Configure Git in PyCharm, as follows: From the main PyCharm main page, select Configure Settings (or Preferences on a Mac), as shown to the right. Then, from the Settings page that appears, expand Version Control, as shown to the left and below. From the expanded Version Control, select Git to get the screen shown to the right. At that screen ( instructions continue on the next page ):

Page 4 You may see something like the screen shown below, where PyCharm has already found where your git.exe file is stored on your computer. If so, press the Test button. If you get a message that says Git Executed Successfully, as shown to the right, then you have completed setting up Git in PyCharm. In that case, skip ahead in these instructions to Part 3: Configure Your Python Interpreter in PyCharm. Otherwise, click the button that has the three dots, as shown below: (these instructions continue on the next page)

Page 5 That will pop up a submenu (as shown to the right). Expand folders as necessary to get to the Git folder that you obtained when you installed Git, as shown to the right. Expand that Git folder, then expand its bin subfolder, as shown below. Select git.exe and then press OK. You should now have a valid path to git.exe, something like this: (these instructions continue on the next page)

Page 6 Once you have a valid path to git.exe, press the Test button. It should give you a message that says Git executed successfully, as shown to the right. Press OK to exit the dialog. If you do NOT get a Git executed successfully message, get help from your instructor or a student assistant to complete the configuration of Git in PyCharm. But in any case, continue to the next step to configure your Python interpreter, as shown on the next page. (these instructions continue on the next page)

Page 7 Step #3: Configure your Python Interpreter in PyCharm, as follows: Still in the Settings dialog, select Project Interpreter (toward the bottom of the list on the left-hand side). Then click on the little pull-down arrow on the right-hand-side of the Project Interpreter text box: Hopefully it shows Python 3.7, as shown to the right. If so, select Python 3.7 and then click OK to exit the Settings dialog. It will take a minute or two for all the Python Interpreter files to get loaded. If you do NOT see Python 3.7 in the pull-down shown above, then (continued on the next page)

Page 8 If you do NOT see Python 3.7 in the pull-down shown on the previous page, then select the tiny gear symbol to the right of the pull-down symbol, and select Add from the pop-up that appears, as shown below. IMPORTANT: In the screen that then appears, select System Interpreter, as shown below. Do NOT use the Virtualenv Environment that is the default option. Now try the pull-down arrow again. If it shows a file for Python 3.7, as shown below, select the Python 3.7 choice and then click OK to exit the Settings dialog. It will take a minute or two for all the Python Interpreter files to get loaded. If Python 3.7 still has not shown up, get help from your instructor or in class.