CS Essentials: Data Science with Python

One of the buzziest areas in technical skills is that of Data Science including the fields of Data Analytics and Machine Learning. The terms often get used interchangeably or mixed up as they sound very similar. The Venn Diagram shows the skills needed for each role. Let’s define Data Science first and then examine the…

Read More

Python and Data Science

One of the buzziest areas in technical skills is that of Data Science including the fields of Data Analytics and Machine Learning. The terms often get used interchangeably or mixed up as they sound very similar. The Venn Diagram shows the skills needed for each role. Let’s define Data Science first and then examine the…

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