Want to start actually building programs that do more than just print to screen any ideas? And what lang? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Want to start actually building programs that do more than just print to screen any ideas? And what lang?

New please help get started building

19th May 2019, 1:20 AM
C Rose
C Rose - avatar
3 Antworten
+ 1
Step 1.Figure out what you want to create Step 2. Get yourself an IDE for the language of your choice. An ide is a program that lets you write your code and run them, point out errors, and in general speed up your coding. My top suggestions for IDEs are Python = PyCharm,Wing IDE Java = IntelliJ IDEA,Eclipse C/C++ = NetBeans Web = VSCode /Sublime Text/Atom. GoLang = GoLand Swift =XCode(And a Mac Computer). C# = Visual Studio Step 3.Learn GUI programming using your chosen language. GUI means Graphical User Interface, and this is where you'll be working with things like icons, images, videos, audios, buttons etc, rather than just plain text. Step 4.Learn outside of Sololearn.Sololearn is a great place to START, but to build those cool programs you're talking about, you'll need more than you can get here. So take online courses(if you can afford them ), watch YouTube videos, or more economically ,get a good book. Step 5. Start writing small programs and try inculcating what you learn into them. http
19th May 2019, 1:40 AM
Dlite
Dlite - avatar
0
I have pycharm and also virtual studio
19th May 2019, 3:24 AM
C Rose
C Rose - avatar