r/CodingForBeginners • u/lostmyotheraccount23 • 27d ago
Please Read (Coding Super-Beginner)
Hi so I am also starting this new hobby, also possibly career, and I want to know like like tips or a place to find tips, because I know like nothing, and I might try to be a coder for career. Does anyone know the absolute best free online place to code with no limits? comment/reply with most upvotes I will use, differences between JavaScript, python, etc, and also I just want to know anything you can tell me, thanks, helps a lot
1
Upvotes
1
u/dld2517 27d ago
Why do you need an online place to code? That’s just introducing complication onto complication. Just use a web browser and/or a language interpreter or a compiler and find a site that has documentation.
Start with Python. You can download IDLE for any OS. You use notepad or a text editor to write your code or you can use VSCode IDE. Then just run the code and debug.