Looking for Advice on Starting My Coding Journey

0
8
Asked By CuriousCoder99 On

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

Answered By FinanceBotBuilder On

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.

Answered By CodeNinja45 On

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.

Answered By SimpleScripter On

Honestly, just start with Python. It's straightforward and you can learn a lot without getting bogged down in complicated math!

Answered By TechGuru77 On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.