Databases & SQL: Website Building Series

To really unleash the power of a web app – what do you need? Information!!! There are many ways to get and use information but we are going to learn about the most fundamental method – databases!! Lots of exclamation points here, but really they are awesome. We will learn: What databases are What you…

Read More

Advanced Python

More Python fun awaits.  You have learned the basics of variables, conditionals, loops and lists – now on to some more advanced concepts.  In this class you will learn: Modules.  What are they and how do you use them in Python. Functions.  One of the key components to creating good code.  We’ll learn how to…

Read More

Object Oriented Programming in Python

Learn the basics of Object Oriented Programming with Python including: What it is! What Objects, Methods & Properties are How to create an object The general principals of OOP including Inheritance and Polymorphism.

Read More

Basics of Python

Python is a high-level programming language that is one of the easiest to learn due to its clear and simple syntax and the progression of learning the fundamentals. In this class we will learn: What variables are and how to use them. How to get input from the user and how to output a response.…

Read More

How to Build a Website Using HTML & CSS: Website Building Series

In this course you’ll learn how to create a website from scratch!  Which means not using any tools like Content Management System such as WordPress. You will learn the real tools to create a website from the ground up.  You’ll also have your own little slice of the web to build your site and your…

Read More