I'm new to programming and I'm looking for some honest advice. I don't have a background in math but I'm interested in learning coding languages. Which language should I start with, and what should I move on to next? My goal is to build bots for the financial industry.
4 Answers
Just a heads up, while Python is popular, some folks argue that it can be slow for trading bots where every microsecond counts. A lot of successful bots come from mathematicians. If you're serious about performance, you might want to look into a lower-level language like C for speed, even though it’s a tougher journey.
Python is a great choice for building bots! If you're also interested in building a strong programming foundation, consider Java or one of the C languages. They offer a good mix of structure and fundamental programming skills.
Honestly, just start with Python. It's straightforward and you can learn a lot without getting bogged down in complicated math!
You definitely don’t need a math background to get into programming! It’s more about whether you want to actually learn programming concepts or just want to use AI to create finance bots. If you’re starting fresh, I’d recommend Python. It’s super beginner-friendly, widely used in finance, and has plenty of libraries for building bots and handling data. Once you're comfortable with Python, you can dive into APIs and automation tools to get started on your financial projects.

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