Python for Computer Vision

What is Computer Vision? Computer vision is a subfield of artificial intelligence (AI) that enables computers to derive information from images, videos, and various other visual inputs. Computer vision enables computers to see, observe, identify, and understand visual inputs. Why Python is the Go-to Language for Computer Vision The realm of computer vision has seenContinue reading “Python for Computer Vision”

Machine Learning???

If you read the first blog post So You Want to Start Coding… you know that I mentioned machine learning and artificial intelligence. But what exactly is machine learning? Before we dive into the inner workings of the field, let’s talk about some ways machine learning has changed the world we live in! In this post,Continue reading “Machine Learning???”

Python 102… Everything Strings

The next tutorial in learning how to program in Python is focused on strings and string methods… Let’s jump right back in! It’s time to talk about strings (and I’m not talking about the ~120 different shoe strings I currently possess…)! Strings are something that denote collections of text in programming. Programmers handle text dataContinue reading “Python 102… Everything Strings”

Python 101… First Steps

Let’s jump right in! If you were waiting for a sign to start coding, here it is! This tutorial will walk through a few different points to get you going and pique your curiosity in Python. Background in Python, what it is, why you should use it How to install Python and write your firstContinue reading “Python 101… First Steps”