Programming

Python Numbers

Python Numbers

Previously, we learned about data types in programming and we briefly went over the list of basic...

Read More
Python Data Types

Python Data Types

What is a program? What is it made of? In this blog post we begin exploring computer programs in ...

Read More
How to Write and Run Python Code

How to Write and Run Python Code

In this article we will explore various ways of writing and running Python code. Continue rea...

Read More
Get Your Computer Ready to Run Python

Get Your Computer Ready to Run Python

Should you install Python locally? How about the Anaconda Distribution? What if you want to share...

Read More
Why Learning Programming is Slow

Why Learning Programming is Slow

Everyone says that learning to program is a slow process and I have to agree. But what exactly ma...

Read More
How to Learn Programming Faster

How to Learn Programming Faster

In this blog post, I will share some of my tips for how to learn programming faster. Continue...

Read More
Using the Command Line (Part 2)

Using the Command Line (Part 2)

In this blog post, I continue my brief exploration of the command line and we learn some basic bu...

Read More
Using the Command Line (Part 1)

Using the Command Line (Part 1)

In this blog post, I begin to cover the basics of how to use the command line. While it can look ...

Read More
How to Get Help as a Beginner Programmer

How to Get Help as a Beginner Programmer

In this article, we’ll quickly go over ways to get help as you progress on your path to learn pro...

Read More
What is Programming

What is Programming

In this blog post, I’m going to talk about what programming is at a fundamental level. If you’re ...

Read More
Introduction to Programming with Python

Introduction to Programming with Python

In this blog post, I will begin an Intro to Programming series, which covers basic to intermediat...

Read More