Learn to Code a Tetris game in Python With Me

Поділитися
Вставка
  • Опубліковано 5 сер 2024
  • logi.link/cm2fft MX Master Series
    Link to my MX Mechanical Keyboard and MX Master 3S Mouse: logi.link/cm2fft
    Hi friends! Today I am so excited to go through coding a Tetris game in Python! This was a really fun challenge to do.
    For this video, I am following along the tutorial here: levelup.gitconnected.com/writ...
    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!
    Replit for Tetris: replit.com/@tiffintech/tetris... you can fork it to play around with it!
    0:00 Intro
    0:50 Logitech MX Mechanical Keyboard and MX Master 3S
    2:50 Getting into the code
    ❤️ Subscribe for more videos using this link ua-cam.com/users/tiffintech?su...
    Business inquiries: info@thisistiffin.com
    Instagram: / tiffintech
    Tiktok: www.tiktok.com/@tiffintech?la...
    SIGNUP FOR MY NEW MONTHLY NEWSLETTER at www.tiffintech.co
    ✅ 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

КОМЕНТАРІ • 72

  • @waynejones5635
    @waynejones5635 2 роки тому +3

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

  • @cvvlog8530
    @cvvlog8530 2 роки тому

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

    • @TiffInTech
      @TiffInTech  2 роки тому

      Thank you!! So happy to hear that!

  • @satyavivekanandbattula1091
    @satyavivekanandbattula1091 2 роки тому +1

    Thanks tiff. Great video 😊 👍.

  • @Erlan79
    @Erlan79 2 роки тому

    Thank you for onther great video

  • @kushal809
    @kushal809 2 роки тому +1

    Thanks for sharing 😊 Keep it up 👍

  • @kushal809
    @kushal809 2 роки тому

    Love your videos 🔥🔥👍❤️❤️

  • @damswe
    @damswe 2 роки тому

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

  • @universecode1101
    @universecode1101 2 роки тому +3

    This is so Cool 😜You are on 🔥Tiff

  • @modoulaminceesay9211
    @modoulaminceesay9211 2 роки тому

    Thanks , glad this is an all tech channel

  • @brendonlantz5972
    @brendonlantz5972 2 роки тому

    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!

  • @trtlphnx
    @trtlphnx 2 роки тому +1

    Nice Job, Tiff ~

  • @afgfuturetube
    @afgfuturetube Рік тому

    Like it ❤😂

  • @thomasanthony5723
    @thomasanthony5723 11 місяців тому +1

    what program are you using in 2:50

  • @stevensong8784
    @stevensong8784 2 роки тому +1

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

  • @OMCreateable
    @OMCreateable Рік тому +1

    feels more like an advertisement

  • @rodolfomoro2029
    @rodolfomoro2029 2 роки тому

    what is the IDE that you use??

  • @GonPlayss
    @GonPlayss 6 місяців тому

    # 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

  • @AvinashSingh-vj3rk
    @AvinashSingh-vj3rk 2 роки тому

    Nice 👍

  • @XYZ-iq3en
    @XYZ-iq3en Рік тому

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

  • @enzoy4897
    @enzoy4897 2 роки тому

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

  • @specialist6499
    @specialist6499 2 роки тому

    Again 👏 🌟🌟🌟🌟🌟

  • @caffelover3
    @caffelover3 Рік тому

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

  • @Bruh-fl4fy
    @Bruh-fl4fy Рік тому

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

    • @TiffInTech
      @TiffInTech  Рік тому

      I would focus on the basics first

  • @shahryarsajjad805
    @shahryarsajjad805 2 роки тому

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

    • @TiffInTech
      @TiffInTech  2 роки тому

      Honestly both are good! You will succeed in whichever you are most passionate about :)

  • @_JonJon_
    @_JonJon_ 2 роки тому

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

  • @_JonJon_
    @_JonJon_ 2 роки тому

    Nice . Sound so smart and confident 😎

  • @dane.8355
    @dane.8355 2 роки тому +2

    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).

    • @John-cq8gr
      @John-cq8gr Рік тому +2

      Yes, its worth applying again if that's a job you want. Some people get rejected from places like google 3-4 times before they get in. Simply take the feedback and work on your weak points, you can do it.

  • @Derrmyster
    @Derrmyster Рік тому

    Those clicks and clacks from the keyboard are everything ❤

  • @adad8956
    @adad8956 2 роки тому

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

  • @rogeliopanebarcomajr9115
    @rogeliopanebarcomajr9115 2 роки тому

    Hi tiff how are you 💗

  • @joshphillip9605
    @joshphillip9605 2 роки тому

    You⭐️

  • @ryanwilliams161
    @ryanwilliams161 2 роки тому

    I just love you 😂.

  • @Mouazbrai
    @Mouazbrai 2 роки тому +1

    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.

    • @TiffInTech
      @TiffInTech  2 роки тому

      the marriage! Oh wow!

    • @Mouazbrai
      @Mouazbrai 2 роки тому

      @@TiffInTech Hahahaha, this is the reality of every programmer

  • @samae-r7216
    @samae-r7216 2 роки тому

    How do you get better at algorithms?

  • @programming9562
    @programming9562 2 роки тому

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

  • @redpilltotal2023
    @redpilltotal2023 6 місяців тому

    Nice using cuban music

  • @nareshv3269
    @nareshv3269 2 роки тому

    Hi...I have one doubt

    • @TiffInTech
      @TiffInTech  2 роки тому

      what is your doubt?:)

    • @nareshv3269
      @nareshv3269 2 роки тому

      @@TiffInTech I am from India

    • @nareshv3269
      @nareshv3269 2 роки тому

      I am completed 12th standard.....due to some financial situation..I am unable to continue Higher studies....I am going for daily wages....I have gained some amount....I want to get into IT.....how can I make that?

  • @nareshv3269
    @nareshv3269 2 роки тому

    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?

  • @SosanoMusic
    @SosanoMusic 2 роки тому

    Hello can you show us how to make a Blockchain using python

  • @84amothar
    @84amothar 2 роки тому

    Where to learn Python.

    • @TiffInTech
      @TiffInTech  2 роки тому

      tooons of resources online!

  • @shahnozahalilova9713
    @shahnozahalilova9713 2 роки тому

    Hi, Tipp How's life treating you?

  • @ignazioc
    @ignazioc Рік тому +3

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

  • @nareshv3269
    @nareshv3269 2 роки тому

    Hi...I am 134th view