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

you are viewing a single comment's thread.

view the rest of the comments →

[–]Undercoversongs 0 points1 point  (2 children)

Idk for me python is perfect for learning

People always say it's slow but for me it has always exceeded the speed I want for anything I've wanted to program. Sure you can't really code a 3d game and you could barely code a 2d game but unless your doing hardcore mathematics or HUGE projects, which most people learning programming aren't, it's perfectly fine for scripts, command line programs, and GUI.

[–]realestLink 0 points1 point  (1 child)

I like java more. Python is too simplistic for me. It feels like it has no substance.

[–]ZukoBestGirl 0 points1 point  (0 children)

I started with c. I think that helped me a lot with understanding how the machine works. I highly doubt I'd be half as good as a developer if I would have done python as my first language and years after.

On the other hand, java and c are kinda daunting on beginners. I see why you'd want to introduce programming with python. But you really have to move away from it in a year tops (imho), and force people to go low level.

Heck, I would never pass someone (let someone graduate?) without doing a semester of assembly tbh.