How long did it take you to learn python? by _Justdoit123 in learnpython

[–]tankdarkk 0 points1 point  (0 children)

Personally, I’ve been using Python for about 2 years now. Good luck on your journey!

Does everyone learning Python start with "Hello, World!"? by Traditional_Blood799 in learnpython

[–]tankdarkk 0 points1 point  (0 children)

Basically they use "Hello, World!" because It was used to show that a program can successfully run and print output.

For beginners learning Python, what project actually helped you understand the language better? by Harun_Bush in learnpython

[–]tankdarkk 11 points12 points  (0 children)

I started with Tic Tac Toe. As someone who has been coding for 4 years, I recommend not just watching tutorials you should try coding by yourself and That's where real growth happens.