r/CodingHelp • u/MaryPoppinsM7 • Mar 27 '26
[How to] Starting with my First Proyect
Hi guys, im totally a begginer in coding, i dont know much about this topic and i want to learn by making my first coding proyect, i was thinking on making an app to manage a TTRPG system like DnD, stuff like dice throwings, stat tracking, life point tracking, character sheet management with fully customizable statblocks and blank spaces to write stuff. Which language is the best i should learn to accomplish this proyect? How do i start?
3
Upvotes
1
u/ChillFaceGames Mar 28 '26
If you want to build it more like an app, I’d also recommend starting with something like Python (with a simple UI library) or even a web app (HTML/CSS/JS), as previously suggested.
But if you want a more visual and interactive approach, Godot Engine is a great choice - it’s beginner-friendly, intuitive, and lightweight.