I'm looking to create some tournament software for Yugioh and need some guidance. I want it to have features like a database for user details (username and real name), the ability to create tournaments, toggle between different modes (like tag duels, Swiss, normal, knockout), and also manage participant edits during tournaments. Additionally, I need it to maintain a scoreboard. Given all this, should I go with VBA since it has a table database, or would Python be better? Possibly a third language? Keep in mind I'm pretty much a beginner with coding, and I can only handle basic pseudo code.
2 Answers
Creating that software isn't really a walk in the park if you're just starting out. Concentrate on learning how to program first! Once you’re more comfortable with coding, you'll find this project more manageable.
Starting a coding project like this as a beginner is a bit ambitious! I'd recommend focusing on learning programming fundamentals first. VBA isn't really a standalone database solution and is generally limited to MS Office apps. I think Python would be a much better fit for your goals. You can find plenty of online courses to help you get started! Check out "Python Programming 2025" on MOOC for a solid introduction.
Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically