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???”
Tag Archives: python blog
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”