Mu Editor – New User Cheat Sheet – CircuitPython Mode

Slides:



Advertisements
Similar presentations
Web Center Certification Sitemap / Formatting Content Web Center Certification Training Intuit Financial Services University.
Advertisements

MS-Word XP Lesson 2. Page Setup & Margins 1.Click on file menu 2.Click on page set up menu item 3.Select margins tab sheet (default activated) 4.Type.
Review Game Lessons 2 & 3 Review Game Lessons 2 & 3 Read the questions and choose the answer you feel best fits. To review the correct answer click on.
Excel 101 Excel 101 By Raji Aboulhosn. Using keyboard shortcuts To copy, press Ctrl+C. To cut, press Ctrl+X. To paste, press Ctrl+V. Using the mouse To.
1 Excel Lesson 1 Understanding Excel Fundamentals Microsoft Office 2010 Fundamentals Story / Walls.
Excel Understanding Excel Fundamentals Microsoft Office 2010 Fundamentals 1.
EXCEL Spreadsheet Basics
FIRST COURSE Word Tutorial 2 Editing and Formatting a Document.
EDITING AND FORMATTING A DOCUMENT Presented by: Dr. Ennis-Cole.
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
Lesson 1 – Microsoft Excel The goal of this lesson is for students to successfully explore and describe the Excel window and to create a new worksheet.
DEVELOPING A PROFESSIONAL LOOKING WORKSHEET By Dr. Ennis - Cole.
Microsoft Excel By: Dr. K.V. Vishwanath Professor, Dept. of C.S.E,
Return to the Word 2007 web page Lesson 2: Creating and Editing Business Letters.
Word Lesson 2 Basic Editing
1 The EDIT Program The Edit program is a full screen text editor that allows you to: Create text files Create text files Edit an existing text files Edit.
Basic Computer and Word Functions, part 1 Read the information and use to answer the questions in the Basic Computer and Word Functions Study Guide.
Productivity Programs Common Features and Commands.
 Definition  Components  Advantages  Limitations Contents  Meaning of Editing Meaning of Editing  Editing Cell Contents Editing Cell Contents 
© 2010 South-Western / Cengage Learning Century 21 Keyboarding  Cycle 1  Office Features 1.
Microsoft Office Illustrated Introductory, Second Edition Documents Editing.
Course ILT Spreadsheet structure Unit objectives Enter labels and values; select a range; replace cell contents; undo or redo actions; and move, copy or.
Welcome to “Word Processing for Beginners”
Chapter 3 The Visual Basic Editor. Important Features of the VBE Alt-F11 will open the Visual Basic Editor. The Code window is to the right, Project Explorer.
Cut, Copy and Paste Slide #s and titles: 2. Identify buttons 3.Steps to copy text 4.Steps to cut & paste 5.Paste Options button image 6.Cut & paste = drag.
Moving and Copying Text Instructor: Glenda H. Easter ITSW 1401, Intro to Word Processing.
Review: File Management Part 2: Formatting Text Part 3: Tools
Intro to Microsoft Word
CHAPTER 10 Creating a Word Document. Learning Objectives Enter text Undo and redo actions Create documents based on existing documents Select text Edit.
Word Lesson 2 Basic Editing
Editing Documents Lesson 2 – Part 1 CLASS 1. Do Now (Class 1): Log-In Write name, period, & class days on notes Prepare writing utensil Go to our class.
Introduction to Word Processing.  Learn uses of word-processing software  Differentiate between typewriter and word- processing software  Explore various.
1. Chapter 1 Creating, Printing, and Editing Documents.
Microsoft Word. OPENING MICROSOFT WORD Click Start button Point to Programs Click Microsoft Office then Microsoft Word 2007.
Editing Documents Lesson 2. Editing Involves: Adding Deleting Changing Moving Correct errors Refine the appearance of the document.
IST101 File management Prof. Andrea Lynch Lab - Windows.
Microsoft Excel ( XP-2003). Return to Table of Contents Table of Contents 1_ Introduction to ExcelIntroduction to Excel 2_ Overview of the Excel.
Microsoft PowerPoint Prepared by the Academic Faculty Members of IT.
Word Lesson 2 Basic Editing © 2009 M and K Solutions, LLC -- All Rights Reserved.
NOTEPAD++ Lab 1 1 Hanin Abdulrahman. Downloading Hanin Abdulrahman 2  Click here to downlaod Notepad++.here  For Mac users, try Textmate or Textwrangler.
LET’S PLAY JEOPARDY!! How to Measuring Final JeopardyJeopardy.
Pasewark & Pasewark 1 Word Lesson 2 Basic Editing Microsoft Office 2007: Introductory.
1 Word Lesson 2 Basic Editing Microsoft Office 2010 Introductory Pasewark & Pasewark.
Excel Tutorial 8 Developing an Excel Application
Microsoft Word 2016 Lesson 2.
Practical Office 2007 Chapter 2
Microsoft Excel.
Appendix A Barb Ericson Georgia Institute of Technology May 2006
Word Processing Computer Technology.
The Alice Interface.
Word Lesson 2 Basic Editing
Opening an Existing File
MANIPULATING TEXT WITHIN AND BETWEEN DOCUMENTS
GETTING TO KNOW YOUR KEYBOARD
Microsoft Excel 2007 – Level 1
Document Processing Part 2
Question 1: What key on the keyboard is used to create a proportional shape? Control Key Tab Key Shift Key Delete Key.
Microsoft Excel All editions of Microsoft office.
بسم الله الرحمن الرحيم.
Microsoft Word Control Keys
Windows Shortcuts.
Getting around in Windows and VB
Grauer and Barber Series Microsoft Word Chapter One
HIBBs is a program of the Global Health Informatics Partnership Learning the Basics of Microsoft Word 2019 and Microsoft office support TFN
Fundamentals of Using Excel
Mu Editor – New User Cheat Sheet – CircuitPython Mode
Day 1: Getting Started with Microsoft Word 2010
Workshop for Programming And Systems Management Teachers
Microsoft Word 2007 Introduction to Word Processors.
Presentation transcript:

Mu Editor – New User Cheat Sheet – CircuitPython Mode 1. Select Adafruit CircuitPython Mode 2. Create, Load, and Save Files 3. Text Editing If you chose the wrong mode when the editor started, use the mode button to change it, (Ctrl-Shift-M) Right mouse click brings up the text edit menu: Copy text (Ctrl-C) Paste text (Ctrl-V). New (Ctrl-N), Load (Ctrl-O), and Save (Ctrl-S) files Cut text (Ctrl-X) To Rename / Save As, double click the filename in the tab (Ctrl-Shift-S) Mu auto saves every 5 seconds Next to a filename, a * means the file has been updated and not saved You can also Undo (Ctrl-Z) and Redo (Ctrl-Y) your last edit You can see what Mode the editor is in at the bottom right of the window (Ctrl-Shift-D) Select All text (Ctrl-A) 4. Python Editing 5. Run Your Code and the REPL 6. More Select some lines of code then press: In CircuitPython, the code runs as soon as the file is saved to the CIRCUITPY flash drive. Ctrl-F : Show Find / Replace Dialog Ctrl-K : To toggle comments TAB : indent code block Shift-TAB : Remove indent Ctrl-Left/Right/Up/Down Arrows : Move the cursor one word that direction Plot the value of a tuple over time with the Plotter (Ctrl-Shift-P) To view program output from print statements or interact with the REPL, use the Serial button (Ctrl-Shift-U) Check for code syntax errors (F2) Change between light, dark, and darker backgrounds (F1) Keys available in the REPL: Ctrl-C : Stop the program and enter REPL Ctrl-D : Exit REPL and run program Ctrl-Shift-C : Copy highlight text to clipboard Ctrl-Shift-V : Copy clipboard to REPL Get Help with Mu (Ctrl-H) Increase/decrease code font size (Ctrl + / Ctrl -) Exit Mu (Ctrl-Q) More Keyboard Shortcuts, Tutorials and Download Mu from https://codewith.mu/ Cheat Sheet version 1.00 @Adafruit patterned after @DesignMakeCode