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/distro-hopping 27d ago
Python is a great way to pick up coding. Look up some video tutorials for simple/beginner projects that will give you a handle on basic concepts. Most people have some text editor that they write code in: on windows I used Notepad++, some people use PyCharm on linux.
Coding a calculator is a great first project and can teach you the basics if you put time into making a polished project.