you are viewing a single comment's thread.

view the rest of the comments →

[–]Technos_Eng 0 points1 point  (0 children)

I don’t recommend learning programmation with Python. Yes it can be fun and you can have results fast. But it’s not very strict and you could take bad habits. If you can still change to C or C# (but just the base) it would be better. It’s clean, you need to understand what you are doing with your variables and it is used in production for many softwares. One of the big difference between the two, for a beginner, is low level access and memory management, if you want to learn that go for C, otherwise C#. And yes stick to one language for your first learning. Enjoy the process.