By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Hi there,Hi,
I'm completely new to coding but would like to develop my own software.
Does anyone have any ideas/resources on this?
Where should I start?
What code should I use?
What platform do I use to create the software?
Thanks a bunch!
-Trinity
Again, platforms may be dependent on languages as well. Each individual language should have it's own IDE (Integrated Development Environment). I know at the top of my head Python has Idle. Microsoft Visual Studio is pretty good at supporting multiple languages. But as a suggestion: I would start by picking a language first, then seeing all the different IDEs out there that support that languageThank you to both of you for your replies, they are very helpful!
What platform would you suggest to perform the coding on? Such as, Microsoft Visual Studio?
Great information for beginners. Yes, W3schools is the best platform to learn coding. You can also watch various tutorials on the Youtube which will be also helpful for you.Hey there,
Depends on what you want to do, you posted the thread in the Web Development forum, but titled it "Software Development". Keep in mind that these are two different things.
Web development focuses on website and web applications only, while software development includes web development as well as desktop and mobile app development.
If you're doing web development, start with learning the basics of HTML for the page structure, then learn CSS for the styling, and if you want to add interactivity to the site, learn JavaScript as well. This is only for frontend development. If you're willing to go into backend web development instead (or as well), then you'll need to learn a backend language. I use Node.js (easy if you already know JS) or Python, but there are many you can choose from.
If you're doing app development, you also have a lot of languages to choose from, but Python is an easy one to start with. I personally don't do much app development, so I can't tell you too much about it.
For resources, W3schools is an easy place to start learning code, or MDN Web Docs, a little more advanced, but great for web development.
There are a lot of other free resources out there, and paid courses as well, if you're willing to pay.
Hope this helps. 🙂
Code Forum is a community platform where coding enthusiasts can connect with other developers, engage in discussions, ask for help, and share their knowledge with a supportive community. It's a perfect place to improve your coding skills and to find a community of like-minded individuals who share your passion for coding.
We use essential cookies to make this site work, and optional cookies to enhance your experience.