Hi, I'm Sidney Shapiro, PhD
Data Analytics Educator,
Professor and Program Coordinator,
Data Analyst and Developer,
Google Development Group Lead
Wizarding Code
If you are just getting into coding or want to brush up your skills, here is a collection of courses I have put together for various audiences.
If you enjoy the content, please drop me a line and let me know.
In this class we will learn Python with a magical wizard and witch theme. We will start from the basics and build up an impressive list of programming skills over the course. We will discuss methods and topics in programming and actually build programs ourselves like the sorting hat, spell casting, and many other games. This is a great introduction to programming for muggles and wizards alike, and a fun and interactive way to demystify programming with fun examples. Math will be kept to a minimum, and focus on variables like school houses, spells, wands, points against the dark arts, so students learn math concepts without the numbers along the way.
In this course, we will learn how to program in python from the ground up. Each module will have an in-depth video explaining the concepts and working through building programs and examples of concepts. From the very beginning steps into programming (the basics of python) to more complicated programs, we will build up the skills to make our own programs and learn to code. Weekly modules will cover different topics, and scaffold skills so we are able to build more complex programs and think of new ways to solve coding challenges. Students are encouraged to submit the weekly homework to the class, review and play the games and programs we build, and learn and discuss as we go.
Each module will have an overview of the topic we are going to cover, activities and games to learn, build on, and reinforce concepts. We will cover the basics of programming, learn about variables, and ways to store and use information in lists, dictionaries, tuples, and other structures. We will also learn about conditional statements to sort data, and user input and loops. The course will focus on fun and interesting examples to help students understand concepts that can be applied elsewhere.
Because this is a flex class, students will get detailed videos each week that cover the topic of the week, as well as handouts or PowerPoint slides that cover the topic.
We will talk about variables, and work on programs to explore variables, strings, integers, and floats. We will also build a dog age calculator and work on different ways to join and print strings.
We will do a deep dive into the world of lists and build programs that draw from lists including a changing story based on random selections from the contents of lists.
Our first examination of for loops and the ways we can use them with variables and lists to make things run over and over again without needed extra lines of code.
Conditional statements will let us sort though data, and we will use if/elif/else statements to sort through data, play a game against the computer, and organize our data by condition
Once we have covered the basics, we will work on the next data type in python, dictionaries. These let us store more complex kinds of data, and organize our code in key and value pairs. We will also talk about OOP or Object Oriented Programming and JSON
Up until now we have been writing programs that we supply the data for, now we will learn new methods for users to supply data. This can be used to build chatbots, customize our programs, and collect user input. We will also talk about our second type of loop, while loops which run based on a condition.
Using the many topics we have covered to this point, we will build a text based game using functions, variables, and a game map. We will discuss how to create pathways for players to follow, and use their input to navigate the game.
In this module, we will connect to the weather and space API (application programming interface) so our programs will use live data to run. This means we can build some really neat programs that use live data.
We will continue our API adventure with additional Space data and build a program that predicts where the International Space Station is. We will also program a URL with strings, so we can generate web links to google maps that visualize the data we capture in the API.
In our final module, we will work on some other neat things Python can do, like turtle, to create graphics and images. We will also work on creating graphs from some of our data, and reviewing what we covered in the course and how topics connect together.