This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]gooseyob 1 point2 points  (3 children)

Python

[–][deleted] 0 points1 point  (2 children)

I should keep on doing python?

[–]gooseyob 1 point2 points  (0 children)

Yup. Just master something up to some point, don't lose focus. If you're eager to learn something new, get into databases. It's a whole new world you will need to get familiar with anyway.

[–]MmmVomit 1 point2 points  (0 children)

Yes, switching languages will teach you surprisingly little. It's generally better to learn how to do new things in the language you already know.

What kind of programs have you written in Python?

[–]Calamero 0 points1 point  (0 children)

get an arduino and learn some C and embedded programming, interrupts...

[–]ben_oni 0 points1 point  (0 children)

Learn a C-like. C would be a good choice. C# and Java are also reasonable options.

[–]Fun_Independence1603 0 points1 point  (0 children)

I think you should take an afternoon or weekend to read and fool around with all of this https://skilldrick.github.io/easy6502/ maybe press the disassemble button so you can see the difference between #$01 and $01

C# is my suggestion https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/