Search for tag: "window"

Installing Google Translate

From  Cara Mooney 7 plays

Adding video to your Moodle course

An overview of two methods for adding video to your online course.

From  Paul Treadwell 3 plays

Spirion - Set Password

For first time users and those needing to set a Spirion user profile password: Open Spirion / Identity Finder application Create new password Should NOT be the same as your NetID password Confirm…

From  Christi Smith 64 plays

CIS306 One Live Meeting

Zoom Recording ID: 94534075294 UUID: Gyg19Dw5QuKcFg38jY1zeQ== Meeting Time: 2021-12-30 06:30:13pm

From  Jonathan Lukens 4 plays

Patch Week - Update and Restart

Patch Week is always the second Tuesday of the month and may include Windows, Microsoft and other third party software updates. Please be sure to give yourself extra time for start up and shut down…

From  Christi Smith 42 plays

E-mail - Insert link to an attachment

It is recommended that when you are sending an e-mail to a group, you do not attach a document but rather link to the document you wish to share. There is a file size limit on e-mails, typically…

From  Jenn Matthews 2 plays

Lesson 29.1 Multitasking

To understand coroutines, we have to understand a little bit about their history first. Coroutines are a form of multitasking. This is what we informally call the act of running multiple programs at…

From  Hannah Lee 61 plays

Lesson 27.5 Mouse Input

In the previous video we primarily focused on keyboard input. Mouse input (called “touch” by kivy) is a little more difficult. In this video we talk about how mouse input works and how to…

From  Hannah Lee 58 plays

Lesson 27.4 Application Input

The big difference between a game and a movie is the ability to respond to player input, be it from a mouse or a keyboard. In this video we show how to us the tools provided by the GameApp class to…

From  Hannah Lee 63 plays

Lesson 27.3 The GameApp Class

In this video we introduce the GameApp class, which is a class written by your instructor. In the last assignment you will be creating a subclass of the class to run your game. This video highlights…

From  Hannah Lee 85 plays

Lesson 17.11 Graphical Recursion

Fractals are shapes that look the same when you magnify them larger and larger. This is another example of recursion. In this video we introduce the drawing turtle and show how we use it to draw…

From  Hannah Lee 94 plays

Lesson 4.2 Code Editors

Working on modules will require a new type of program: the code editor. In this video we discuss why we prefer Atom Editor and how you should use it in this course.

From  Hannah Lee 117 plays

Lesson 4.4 Modules vs Scripts

At this point you are wondering what is the difference between a module and script, since they both end in .py. This is an excellent question. But as this video shows, the answer may not be what you…

From  Hannah Lee 105 plays

Lesson 0.4 Shortcuts & Tricks

Python scripts are files containing pre-written Python code. You can run a Python script even if you do not understand the code inside of it. In this video we show you how to do exactly that.

From  Hannah Lee 205 plays

Lesson 0.3 Python Scripts

Python scripts are files containing pre-written Python code. You can run a Python script even if you do not understand the code inside of it. In this video we show you how to do exactly that.

From  Hannah Lee 270 plays

Lesson 0.1 The Command Line

This first video introduces you to the command line, which is a text-based tool for interacting with files and programs.

From  Walker White 817 plays