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

Basics of Web Apps: Website Building Series

Woohoo! So far you have learned how to: Create web pages with HTML, style them with CSS, interact with the user via JavaScript, and the basics of PHP. Now…drumroll…we are going to put it all together.  Which is harder then it sounds. This course: will start off by reviewing creating forms with HTML, then you’ll…

Read More

Creating Games with HTML5 and JavaScript

HTML5 introduced many new elements to structuring web pages. But, one was critical for developing graphic games. That is the canvas element. It allows you to… draw shapes and lines, apply fill colors, stroke outlines & gradients. and insert text and images into your web page.  And more! But why is it often called HTML5…

Read More

JavaScript Essentials : Website Building Series

In the first two courses in our Website Building Series, you learned the basics of HTML and CSS to create and style web pages. You also learned a touch of JavaScript to manipulate your web page with user interaction. But, that is just the tip of iceberg when it comes to what JavaScriptcan do. JavaScript…

Read More

Game Development with HTML5 and JavaScript

HTML5 introduced many new elements to structuring web pages. But, one was critical for developing graphic games. That is the canvas element. It allows you to… draw shapes and lines, apply fill colors, stroke outlines & gradients. and insert text and images into your web page.  And more! But why is it often called HTML5…

Read More

Learning PHP: Website Building Series

PHP is one of the most useful languages you can learn. “PHP is about as exciting as your toothbrush. You use it every day, it does the job, it is a simple tool, so what? Who would want to read about toothbrushes?” — Rasmus Lerdorff, the creator of PHP PHP often gets a bad rap…

Read More

Make Your Own Web App

If you have made it this far, you probably consider yourself a coder.  But, this class will truly make you a coder.  Students taking this class have all reported coding in their dreams, which just like with learning a language, is a true sign that you are fully immersed in what you are doing. In…

Read More