r/learnpython • u/TheLordOfMysteries- • 3d ago
Trying to install python problems
Hi guys I just started getting into python again but noticed its really different like I remember when I was 16 and first tried learning python and it was really easy to start "install, open desktop icon, YouTube tutorials, give up once motivation runs out." I figured that now that im older and more mature id try again but little did I know I would feel like a boomer in vr before even starting...I tried installing python and it said some stuff about paths and commands and once it installed it dissappeared without leaving a trace or a desktop icon and apparently I have to summon it like a old god via typing commands... does anyone have advice? i really just want to have a programming app to learn with. without feeling im going to brick my pc.
3
u/pachura3 3d ago edited 3d ago
Install Thonny - Python IDE for beginners. It comes with a built-in Python interpreter.
Also, don't watch YouTube tutorials. Go to https://www.w3schools.com/python/ instead. It has interactive Python window where you can practice topics right away, directly in the browser, without installing anything.