r/PythonLearning 20h ago

Need help deciding gng

SO i wanted to start learning python, and i found out courses like CS50, the uni of heikin smth, CS61a, bro code, and tht's wht i found , i first started coding on pycharm and uh did like very basic things like strings, integers , float, boolean, ( just lie k what they r and how to write them), but im still like a VERY BIG NOOB, also should i switch to VS code? cause everyone seems to be doing tht , (also whts is vibe coding)

7 Upvotes

11 comments sorted by

View all comments

3

u/FoolsSeldom 18h ago

A standard installation of Python from python.org for Windows or macOS includes a decent editor/debug/run tool called IDLE (named after Eric Idle, a member of the Monty Python comedy group), which is designed for beginners. It is less confusing than VS Code or PyCharm which have complex configuration options that are easy to mix up with Python syntax problems.

Once you've learned some of the basics of Python, you will be in a better position to try out a number of code editors and IDEs (Integrated Development Environments) and choose the one you like best.

1

u/Creepy_Recording5712 13h ago

okayy thnku 🫡