Introduction to Computational Thinking

Slides:



Advertisements
Similar presentations
Netscape Mail. Starting Out Launch Netscape From the menu bar select Edit - Preferences The next slides show the configuration for the mail preferences.
Advertisements

Clicking on the link for the.tns file gives you will get the following screen: Select Save File and click OK.
Click on the rectangle on the lower right-hand side of the screen. This will quickly clear your desktop.
1) Terms to Know 2) Starting an Office 97 Application 8) Finding a missing file 7)File Managment 4) Utilizing the Right Mouse Button 6) Using Help 3)
© Commonwealth of Australia 2009 Laptops and Windows tips.
Transferring Pictures to Your Computer via USB Cable Mary Pittman Windows Users Install Nikon View (optional) Turn computer on Turn camera off Connect.
BASIC COMPUTER SKILLS Instructional Support Services Isaac and Kaitlin.
®® Microsoft Windows 7 Windows Tutorial 3 Personalizing Your Windows Environment.
E.1 Eclipse. e.2 Installing Eclipse Download the eclipse.installation.exe from the course web site to your computer and execute it. Keep the destination.
How to install the Zelle graphics package
Adding Video to a PowerPoint With this presentation you will learn how to add a video clip to a PowerPoint slide. When adding video to a PowerPoint it.
Chapter 1: Windows XP. Contents of Desktop Lesson 1 (P.4)
Installing and Configuring Tomcat A quick guide to getting things set up on Windows.
First Steps Log in correctly based on whether you are at school or at home HOMESCHOOL At Windows screen, to log in to the computer: User name: nwcsdUser.
Key features of Windows 7 as used in CIS 121 Introduction to Computer Information Systems 1.
Some activities may not be enabled as part of the Kent School District network system.
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
Introduction to Windows7
Project Deployment IT [211 CAP] How to convert your project to a full application.
Hosted by Type your name here HardwareWindowsFiles, foldersDesktop
Saving Work to Your School Server Click through this presentation at your own speed. Use it as a review or a guide while saving a project.
Click your mouse to continue. The Office Shortcut Bar The Office Shortcut Bar contains program buttons that, when clicked, start new documents or start.
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
Places Bar The Places bar contains shortcuts to five standard folders: History, Desktop, My Documents, My Computer, and My Network Places. (We’re looking.
Microsoft Office XP Illustrated Introductory, Enhanced with Programs, Files, and Folders Working.
Saving a Document in Microsoft Word (Versions prior to 2007) Educational Support Services Copy & Design: Verna Fisher.
Saving Computer Files to a USB Flash Drive By Karen Dietz Grann.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
Know your computer Make a Folder Copy from Word to Composer Format the Font Change the Alignment Format the Background Format the Colors Insert a Picture.
Getting to Know Your Desktop Icons, Taskbar, Workspace, Window, Notifications, Start and Search.
How to Save Files to a Flash Drive Cristina Eichler.
Practical Kinetics Exercise 0: Getting Started Objectives: 1.Install Python and IPython Notebook 2.print “Hello World!”
Exploring Spyder: An IDE for scientific computing
If you don’t have Google Earth downloaded already, you can go to to get it.
Mac Notes PIT Ellen Zimmerman Master Technology Teacher.
Introduction to Computing From the Richard Sugden Library Spencer, MA Jillian M. Parsons.
How to use Turning Point zappers in a Common Learning Space Adam Warren Centre for Innovation in Technologies and Education.
Introduction to iOS App Development Environment
Microsoft Word Objectives
Socorro Independent School District
Downloading Arduino FOR WINDOWS.
Insert your Thumb Drive into the USB slot
Computer Skills windows.
ITE101: FUNDAMENTALS OF COMPUTING AND INFORMATION
Introduction to Computational Thinking
Week 1 Gates Introduction to Information Technology cosc 010 Week 1 Gates
Basic Computing for Teachers
Introduction to ArcGIS 9
Dashboard
Laptops and Windows tips
More than just a cool Toy
Computer Directions How to Open and Save A New PowerPoint File on a PC
Create a Desktop Shortcut
To insert this slide into your presentation
How to Open PowerPoint Maryam Fatima.
Scripts In Matlab.
To insert this slide into your presentation
To insert this slide into your presentation
TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing arrow to the right on.
TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing arrow to the right on.
TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing arrow to the right on.
To insert this slide into your presentation
To insert this slide into your presentation
To insert this slide into your presentation
To insert this slide into your presentation
Computer Skills windows.
Computer Skills windows.
To insert this slide into your presentation
How To Use The FD92 Digital Camera
Presentation transcript:

Introduction to Computational Thinking Installing Python (C) Dennis Kafura

Installation Directions Step 1 – Get files Insert USB drive Copy two things to desktop Computational_thinking And one of… PC – Anaconda-2.3.0-Windows-x86.exe MAC - Anaconda-2.3.0-MaxOSX-x86_64.pkg Eject USB Drive (C) Dennis Kafura

Installation Directions Step 2 - PC Run Anaconda file Click, Next, I Agree, Select Just Me/Next, Install Step 2 – Mac Be sure you are connected to the network Continue, Continue, Agree, Install for me only/Continue, Install (C) Dennis Kafura

Use All the Python code you develop MUST be in the computational_thinking folder. You can place this folder wherever you want Remember where you put it!! (C) Dennis Kafura

Spyder 1) Open it up Windows: “Start Button” -> “Programs” -> “Anaconda” -> “Spyder” For convenience, you can drag the “Spyder” to the desktop or right click to pin it to the taskbar Mac: Javier will help you create a shortcut to spyder Alternatively, if Javier isn’t there, you can use the “Launcher” – can take a little while on some machines 2) Set up your Global Working Directory (next slide) (C) Dennis Kafura

Global Working Directory In Spyder, just the first time you start… Windows: Tools -> Preferences -> Global Working Directory Mac: python -> Preferences -> Global Working Directory (C) Dennis Kafura

Saving things Always save everything to your “computational_thinking” folder When you open up spyder, it makes a temporary file. Open a new file instead, and immediately save it to your “computational_thinking” folder. (C) Dennis Kafura

Running things Click the green triangle in the top left. “There is no python console selected” Click the “IPython console” tab in the bottom right before you run. (C) Dennis Kafura

Next steps today Complete installation Check with us if you have problems Complete Coursework and Homework exercises for today and previous days (C) Dennis Kafura