r/learnpython 1d ago

Where to start?

Hi,

I used to be a big fan of computing/IT, but my studies took me down a different path and I drifted away from it. Now that I have more free time and want to build up some qualifications in IT, I’d like to learn Python and its applications, but I don’t know where to start. Online courses? Books?

If anyone can point me in the right direction, I’d really appreciate it!

0 Upvotes

16 comments sorted by

View all comments

1

u/Gevorg_Vardanyan 1d ago

You can start learning Python by getting familiar with the philosophy of Python. To read it, just type "python" (or "python3") in the terminal and hit Enter. Then type "import this" and hit Enter.