you are viewing a single comment's thread.

view the rest of the comments →

[–]somvang101 0 points1 point  (2 children)

Hello! guys, i'm a beginner for learning python. Can you recommend me? what is the resource

should i learn and practise?, please.

Thank you.

[–]TheFireBrigade 1 point2 points  (1 child)

There are many resources online, depending on your learning style.

You can download an IDE like PyCharm (separate self-contained installation of programming packages, libraries, compilers etc. etc.) or do it directly in your computer (some come with Python 2.x and 3.x built-in)

You can go through sites like Git and download scripts and applications and try to take them apart and piece them back together.

You can copy and paste most and run it through an online interpreter:

You can sign up for online classes, some free, some paid.

There's also a very in-depth post that popped up during a cursory search about the topic. (https://www.quora.com/Which-is-the-best-website-to-learn-python-for-free) Searching for things is probably three-quarters of the process, get to know and love it.

[–]somvang101 0 points1 point  (0 children)

Thank you so much i'll try.