From the course: Machine Learning for iOS Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Getting comfortable with Python, part 1

Getting comfortable with Python, part 1 - iOS Tutorial

From the course: Machine Learning for iOS Developers

Start my 1-month free trial

Getting comfortable with Python, part 1

- [Instructor] If you are already familiar with Python and this programming language, then please feel free to skip the next two videos, this is all about an introduction for people who are not yet familiar with this language and I want you to feel comfortable by using Python and to create these custom machine learning models so what we are going to do now is creating a fun little guess a number game to familiarize yourself with the language. I've already opened up my Atom editor and I'd like to create a new file right here by pressing Command+N on the keyboard. And then I can directly save my file, I've chosen my machine learning environment to store it, of course you're free to store it wherever you want. And I'm just going to call it SimpleGuessTheNumber.py py as an extension for a Python file. And with that also, our editor knows how to highlight our syntax. And I do want to create a Hello, World! example, we just jump right into it, and create this GuessTheNumber game, and we're…

Contents