@bruno-zl9qn

Do we need to do everything "in x minutes or less"? Let's take our time! Let's enjoy learning, struggling and finally mastering a topic. And let's not fool ourselves, before doing something in "x minutes or less",  @engineering man has put a lot of effort to get to that level. So, if you cannot do something in "x minutes or less", you're like 99% of us. Keep trying, you'll succeed (and if you don't, you still have learned something in the process ;-)

@Codester145

I watched your old Christmas tree in Python video just the other day (along with several others). Great having this kind of content back on the channel, really appreciate your work. Merry Christmas. 🎁🎄

@umairgillani699

Great to see you back in old style.

@nitsanbh

clearing the screen on each frame and re-printing everything sometimes causes flickering. You can use ‘curses’ to draw characters on a custom position in the screen

@onaecO

Merry Xmas, ur videos are the best, easy and straight to the point! I took a lot of inspiration from you to make my ytube channel ♥

@abhijeetghosh27

So loved this ♥.. Great to see you back 😊

@orionclose8095

Joyeux Noël. Thanks for all your clear and concise videos.

@klutch4198

Heckin yeah!!!!!! Cheers and Merry Christmas/Happy Holidays!

@schnapsdrossel78

Merry Christmas!

@misterjay8692

Thanks!

@elliottharris7496

Merry Christmas and nice video! I would make this if I trusted myself not to get mesmerized by it.

@AndrewKamensky

Should add a blizzard/wind variation to make the snow go diagonally occasionally

@JosueMartinez-ww1vj

That's a terminal screen saver 🤘

@All_u_need_channel

Please teach us these skils .
We are your big fan ❤❤❤

@FZxO11

Wth i just saw the picture and give me the idea and this what i got 
import random 
import time
sf = ["*", "°", "•","."]
sp= ["               ","                           ","                " ,"                   "]
while True:
    s1=random.choice(sf)
    s2=random.choice(sf)
    s3=random.choice(sf)
    s4=random.choice(sf)
    ar1= random.choice(sp)
    ar2= random.choice(sp)
    ar3= random.choice(sp)
    ar4= random.choice(sp)
    time.sleep(0.5)
         print(ar1+s1+ar1+s2+ar2+s3+ar3+s4+ar4)

Its working very well but when i saw the video i was shocked 😅

@JohnnyMcMenamin

my first python program!

@arielspalter7425

That’s awesome! A bit late for the party, but Mary Christmas and happy new year

@garypaulson5202

Oh what fun!

@KontrolStyle

awesome ty

@alphasierrabravoyt

do you have a playlist for the other folders in the project?