12

Imagine the horror of learning C programming with manual memory management, pointer arithmetic and without your cool utility libraries after programming for 2 years in Python just becoz it's in the fukin syllabus!!

Comments
  • 4
    Imagine enjoyment of learning first that for 2 years and then going to more higher languages 😃
  • 5
    Imagine the horror of using Python for 2 years 😱
  • 0
    Well you did take the red pill... Now you have to see how deep the rabbit hole goes!
  • 4
    Congrats, you've learned a real programming language. Python is good for teaching the basics, but beyond that you won't advance as a programmer with it.
  • 4
    Welcome to the real world. Memory management and compiler issues are a thing.
  • 3
    I wish we were programming at a lower level honestly, nobody knows what's actually going on in a computer anymore...
  • 0
    Yep, thats me!
  • 1
    Now that the training wheels came off the trike...
  • 0
    @Cybon actually, not even low level developers unless you are working on platform code, if not you always work with abstractions, different level, but abstractions anyway
  • 2
    It’s all abstracted in some way. I love C and I love python.. they all have their place and I’d rather choose the tool that going to let me create the fastest and get a solid working product realised.
  • 2
    If you want to be a good programmer, you must learn and understand C, memory management, and pointer arithmetic.
  • 0
    @Root If you want to be a good programmer, you must learn and understand assembly, registers, and opcodes.

    (Which to be fair, does help quite a bit)
  • 1
Add Comment