Book Image

Python for Everybody: The Ultimate Python 3 Bootcamp [Video]

By : Kalob Taulien
4.5 (2)
Book Image

Python for Everybody: The Ultimate Python 3 Bootcamp [Video]

4.5 (2)
By: Kalob Taulien

Overview of this book

Python is one of the most sought-after skills in the software domain. Whether you want to delve into video game development, web development, or artificial intelligence, learning Python is an important step. Besides, if you're new to programming, Python is the perfect language to get started with. This course focuses on Python 3 and uses modern Python 3.7 and Python 3.8. It is designed to support Python application development on Windows, macOS, and Linux. As Python 2 is no longer maintained by the Python development team, and there are no more security updates, the focus has now shifted to using Python 3. This course will guide you through concepts such as variables, data structures, conditionals, object-oriented programming (OOP), and the Python third-party package ecosystem. You will also get to grips with unit testing your code. As you progress, you'll get hands-on experience by working through several mini-projects such as creating an exciting guessing game. Finally, you'll learn how to develop an image recognition application that can detect objects in photographs, such as people, cars, bikes, and more. By the end of this course, you will be well-versed with Python 3 and be able to apply your skills in the real world. The code files are placed here: https://github.com/PacktPublishing/Python-for-Everybody-The-Ultimate-Python-3-Bootcamp
Table of Contents (6 chapters)
6
Summary
Chapter 2
Beginner-friendly Python
Content Locked
Section 2
Variables
Variables let you store "answers" in shortcuts with names. That's basically the entire lesson in one sentence.