#Undecided about what to do.

3 messages · Page 1 of 1 (latest)

vivid delta
#

So I was following a Python project video for beginners, and when I started the Tic Tac Toe project, I began to not understand the code very well. Should I continue following the video or look for more information on the subject?

Link: https://www.youtube.com/watch?v=8ext9G7xspg&t=1953s

Improve your Python skills by following along with 12 different Python project tutorials.

🎥 Course developed by Kylie Ying. Check out her YouTube channel: https://www.youtube.com/ycubed

⭐️ Course Contents ⭐️
⌨️ (1:40) 1. Madlibs
⌨️ (6:54) 2. Guess the Number (computer)
⌨️ (13:17) 3. Guess the Number (user)
⌨️ (21:14) 4. Rock Paper Scissors
...

▶ Play video
craggy crown
#

From quickly scrubbing through the video I can see why. It suddenly jumps into OOP and classes. If you've not covered those before I can see why you might not understand it

#

https://www.youtube.com/watch?v=ZDa-Z5JzLYM&list=PL-osiE80TeTsqhIuOqKhwlXsIBIdSeYtc

This playlist will give you a basic overview, make sure you follow along with the code

In this Python Object-Oriented Tutorial, we will begin our series by learning how to create and use classes within Python. Classes allow us to logically group our data and functions in a way that is easy to reuse and also easy to build upon if need be. Let's get started.

Python OOP 1 - Classes and Instances - https://youtu.be/ZDa-Z5JzLYM
Python...

▶ Play video