Academic Resource Center

Information Technology Playlist (with Video)

Updated on

Python Integer input - Input with a prompt/no prompt - ListsĀ 

In this video, you will discover how to work with integer input, working with a prompt and no prompt, and a brief introduction to creating a list from input statements.

Working With Microsoft Visio

In this short video, we will go over how to add devices to a Visio canvas and how to search for devices in the Visio interface.  We will learn how to change the themes and colors of shapes.

Working With Cisco Packet Tracer

This video will cover the Cisco Packet Tracer. Packet Tracer is an enterprise network diagram tool. The video covers the top toolbar, how to add devices, and you learn how to add text to the canvas.

Python Data Types - Variables - Input/Output statements

In this video, we will cover data types in Python coding language. How to receive input from a user. We will discuss variables and how to display output on the user's screen.

Python Basics: Functions

This Python video introduces a fundamental concept in Python and all programming languages: Functions. Learn how to build reusable blocks of code that can be called upon in other areas of our program, giving us the ability to separate certain logic into separate sections, making the overall code much clearer. Also learn about the use of parameters in functions, and the use of the "return" keyword.

 

Python Basics: List and Dictionary

This Python video introduces two new powerful data types that we can use in Python: Lists & Dictionaries. Learn the similarities and differences between the two types, how to use each one, and when we would want to use one over the other.

Python Basics: Conditionals

This Python video introduces the Boolean data type, and how it can be used to help us make decisions within our programs. The "True/False" value of a Boolean data type is used in conjunction with the "if" statement, which will be expanded upon throughout this video, through topics such as chaining conditions and using Boolean operators.

Python Basics: Loops

This Python video introduces a fundamental concept in Python and all programming languages: Looping. Learn how we can repeat code within our programs, allowing them to become much shorter, clearer and more efficient. Also, learn about the two different types of loops we can use, while and for loops, and when to use each.

Next Article Python Basics Playlist (with Video)
Have a suggestion or a request? Share it with us!