Learn to Code a Tetris game in Python With Me

preview_player
Показать описание


Hi friends! Today I am so excited to go through coding a Tetris game in Python! This was a really fun challenge to do.

Think of it like we are coding together! The purpose of this code with me series is to encourage you to explore other technologies and not feel like you have to do it alone but with myself and a community!

0:00 Intro
0:50 Logitech MX Mechanical Keyboard and MX Master 3S
2:50 Getting into the code

✅ Exclusive discounts
✅ Tips from people in the STEM world
✅ Stay up to date with the latest tech events and news
✅ And so much more!

// My Story

I am currently a software developer who once modeled and thought I wanted to pursue a career in the fashion industry. While I was modeling in Hong Kong, I eventually felt the desire to further my education. I decided to depart the modeling world and move back to Canada, knowing that could be the end of my modeling opportunities. I attended Ryerson University for GCM (Graphic Communications Management), as I thought I might still work in the fashion industry in another capacity. It was in my last year of university, I was introduced to a very basic coding course. I instantly fell in love. From there I knew I wanted to pursue software development but didn't have a clue where to start. I didn't want to go back to university as I just completed a four-year degree. I decided to enroll in a 10-week intensive coding Bootcamp. From there I started working at a small startup learning and growing my technical and soft skills. I then transitioned to a larger company where I am a software developer and technical consultant today.

Code a Tetris game in Python With Me

#CodeWithMe #TiffInTech
Рекомендации по теме
Комментарии
Автор

Thank you for another great video. I am in the process of learning Python and this was an excellent addition to my growing knowledge.

waynejones
Автор

# for break_lines function, use this instead

def break_lines(self):
for index, line in enumerate(self.field):
if 0 not in line:
self.field.pop(index)
self.field.insert(0, [0]*self.width)
self.score += 2

GonPlayss
Автор

Thanks Tiff for your new video . I am very happy that you give informative videos which really help me .

cvvlog
Автор

again. you rock keep showing tutorials. but can you plz make one with Java? it's a class that I've been taking repeatedly.

stevensong
Автор

Thanks, glad this is an all tech channel

modoulaminceesay
Автор

Thanks you so much for your video and your code that help me for a homework with my friend.
Love you <3

damswe
Автор

I would have really learned alot from this had I seen this video when I was in college. Games are such a great way to learn as long as you don't bite off too much in the beginning - there are near endless challenges in large video games/engines. But I still think it's well worth learning!

brendonlantz
Автор

Sadly one of the worst infomercial masked ad tutorial. Copying some code on the screen without any explanation just to talk about a keyboard…

ignazioc
Автор

I’m surprised you didn’t put your class and colors list in another file and just import them

_JonJon_
Автор

Que recomiendas estudiar a alguien que no tiene idea de programación ?

enzoy
Автор

Does it work in IDLE ??? Can you please answer this...

XYZ-iqen
Автор

Good video.
I had a some questions:
If I apply to a company and don't get hired, is it possible to apply at that same company in the future, like a year later? Or is it better to just never apply there again?
Also,
If you don't get hired, can you tell that same recruiter that you're interested in other roles in that same company (assuming you know how to do those jobs).

dane.
Автор

Those clicks and clacks from the keyboard are everything ❤

Derrmyster
Автор

Hi, i have the question.
How can i do a REPL or sth to have the view like u ? Lov u <33

caffelover
Автор

Thank you, Tiff . The keyboard sound is a must in order for the viewer to enter into the programming atmosphere, by the way my keyboard and I will announce the marriage soon.

Mouazbrai
Автор

Is cloud native a good career or Blockchain plzz tiff guide me I am interested in both .

shahryarsajjad
Автор

Hi, is it okay to start with this program without getting the basics??

Bruh-flfy
Автор

Enjoying your vlogs so Sound and video quality is so amazing 😊...India

adad
Автор

Could you do more beginner tutorials on programming languages. syntax, object oriented programming etc.

programming
Автор

I have completed 12th .. but due to some financial situation ....I am unable to continue Higher studies....So I am going for daily wages....but I am interested in learning technological sides ...I want to learn coding...how can I make it....and where to start?

nareshv