Channel Avatar

Joseph Loves Python @UCfw4G3SLC_u-ADNKakVdUzQ@youtube.com

1.2K subscribers

Hey there, I'm Joseph and as you might have already guessed


Welcoem to posts!!

in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c

Joseph Loves Python
Posted 1 year ago

a = [1, 2, 3] * 2
print(a) # Vote for answer!

6 - 0

Joseph Loves Python
Posted 1 year ago

a = [5, 2, 9, 1]
sorted(a)
print(a)

2 - 0

Joseph Loves Python
Posted 1 year ago

try:
result = 10 / 0
except ZeroDivisionError:
result = "error"
finally:
result = "done"



print(result)

1 - 0

Joseph Loves Python
Posted 1 year ago

text = "Python"
print(text[-1::-1])

3 - 0

Joseph Loves Python
Posted 1 year ago

Hello everyone! Now that the channel is getting more traction, I just launched the next video voting poll perk on my Patreon 🎉
Each month, it will be up to my patrons to decide which video will be uploaded! If you want to take part in these decisions, starting with this April poll (with very few patrons, so much more voting power for you!) you can support me on Patreon and find all the details here: www.patreon.com/JosephLovesPython

Happy Pythoning 🐍

6 - 4

Joseph Loves Python
Posted 1 year ago

As the year wraps up, I want to truly thank you for your support! I already passed the 500 subscribers bar in less than 3 months! And it's all because you gave a new channel a chance, so thank you!

Hope you're having some great holidays and wishing you all a happy new year! 🎉

11 - 7

Joseph Loves Python
Posted 1 year ago

Already passed the 100 subscribers milestone after 1 month of launching the channel! BIG THANKS for every single one of you for supporting me in this journey!!

1 - 2

Joseph Loves Python
Posted 1 year ago

What Python module do you use when working with files and directories?

If you're still using the os module, then you definitely have to watch my latest short! youtube.com/shorts/QRLfR0MEei...

2 - 0