
- This event has passed.
Intro to Python (grad students only)
November 16, 2020 @ 11:00 am - 1:00 pm
Join us for our Introduction to Python course! Our instructor will discuss a variety of introductory topics, including installation, basic functions, data types, packages, and more. See the full agenda below for more information.
This workshop is part of Fordham IT’s series of instructional technology workshops designed especially for graduate students looking to broaden their knowledge and skill with digital tools for the classroom, research, and professionalization. It is organized by Heather V. Hill, Graduate Student Liaison for Fordham IT’s Instructional Technology Academic Computing (ITAC).
- Introduction
- Installations
- Basic Functions
- Indentation
- Comments
- Numbers and Arithmetics
- Strings
- Data Types
- Naming Conventions
- Lists
- Mutability
- Slice that Cake (Slicing)
- User Input
- Tuples
- Sets
- Dictionaries
- Operators
- IF Statements
- For Loop
- While Loops
- Skipping Iteration
- Breaking Loops
- Functions
- Local and Global Variables
- Catch that Error (Try/Except)
- Packages and Modules
- External Packages/Libraries
- Classes and Objects
- Read and Write Files