Lists & Tic Tac Toe Game - Python 3 Programming Tutorial p.3

preview_player
Показать описание
Learning about lists and beginning our Tic Tac Toe project!

#python #programming #tutorial
Рекомендации по теме
Комментарии
Автор

i was on the verge on sleeping 5th time while learning programming, but then i stumbled upon your tutorials. now i want to learn more every second!

tusharthareja
Автор

My AdBlock was turned on. Before I watched the video. After Watching the video, I turned it off. And watched 2 full ads of 2-2 minute each, without skipping. Your teaching style is best! And I just didn't want to take it for free. I will definitely Donate or help you as soon as I get my first job!

sumit
Автор

As a newbie who has no experience in programming, your tutorial is way way better than any other code camps or MOOC. For the first time, I kinda know what a real software engineer is doing on the other end.

TXfoxie
Автор

This one mysterious yellow mug made my day. Lovely tutorials <3 Thank You!

bertillafabris
Автор

Crazy timing! I just completed a Triplebyte interview that offered this problem as part of the technical interview, with the goal being to make the computer try to lose. I wrote a neural network for it and look forward to this video

TheGroundskeeper
Автор

Hi, nice tutorials. One thing though, at minute 6:37 when creating the list of lists, there was no need to keep the last comma. I'm just saying that for those who might think that it's necessary.

MiledRizk
Автор

You were deliberate with this tutorials, I really appreciate you, thanks Man.

aigames
Автор

I followed your previous basics video serious which was quite awesome, but this one is better. :-)

senukadinujaya
Автор

Oh man...i have so big problems to realise that this is actually really simple...thanks for your videos, hopefully ill learn to code a bit with your series...the best i have seen so far (and i have seen plenty, read books and considered myself already useless)

pythonsnoob
Автор

Actual content starts from 4:15

You're welcome..

ghosh
Автор

Thanks sentdex! Your explantion is easy to understand for a beginner like me! :)

zequieca
Автор

you're THE BEST. Thank you very very very much for the tutorial!

raphaeldayan
Автор

I like your tutorials so much better than all the other well known sites and YouTube playlists - you get to the point immediately and start with practice, then explain the theory behind it. 10/10 form me!

ElliePetrova
Автор

Man, you are the best, you make it super easy and fun
Big thanks...❤❤❤

mwgreen
Автор

Screw tic tac toe.
Make tik tok if you wanna be relevant with the kids.

alexmandalios
Автор

You are awesome!!!! Please continue the good work!!

Sureshezhumalai
Автор

grid = [ [0, 0, 0] for i in range(1, n) ]

vegito
Автор

you are a legend and a life giver, a god

diegowielandt
Автор

Great Sir! You spend only four minutes and twenty seconds just on telling us you are going to start "tic tac toe"
Bravo.

jk
Автор

why does including "for row in game:" cause the grid to go 3x3?

DanobyTheAwesome