Like a paintbrush caressing the rings of Saturn, wee moon Daphnis has just enough gravity to make a ripple. (at NASA’s Cassini Mission to Saturn)
Hi, do you know any resources to start learning coding, preferably for free? Ty!!
Hiya! ✨ Yeah, I’ll see what I can find! However! Online courses often have a build in a code editor. Don’t. Honestly, do not. Get a full software and install it, don’t be restricted to just an online code editor, even on a basic level. First of all decide what language you want to start learning. For complete beginners, I’d recommend Python or C.
💡 codeacademy (this I’ve tried myself and yep, it’s really well written and good for beginners; it doesn’t have many courses tho) 💡 programmr.com 💡 codeavengers💡 code.org💡 Bucky’s wonderful tutorials (these are amazing! I’ve only done the c++ ones, but they were really well explained and included stuff like installing a software as well!)
And now here are some “tools” to use while programming:
🔌 stackoverflow - biggest platform there is; you can ask them anything, but it’s probably been asked before so try looking on it at first🔌 cppreference.com - has all the information about c++ built in libraries, functions, variables and anything you’ll possibly need 🔌 python visualizer - helps you visualize code if you don’t have a compiler on your laptop - they also have other languages🔌 learnpython 🔌 python tutorial🔌 game development with pygame - do something FUN! It’s not that hard, just try it That’s about it! Hope this helps! x