11

I've heard a lot of nice things about python so today I decided to check it out and HOLY CRAP this is an amazing language! Really makes me wonder why I didn't look into this sooner!

Seriously though! I looked at the documentation and official tutorials for like 30 minutes before writing a selection sort algorithm using only six lines of code. I'm quite mind blown.

Comments
  • 0
    @Lahsen2016 I see what you mean. Solving a problem in C/C++ feels more badass
  • 0
    @Lahsen2016 if you want challenge write machine code 😂
  • 1
    It's a great language! But it does have its shortcomings. Due to the interpreted nature very intensive computations take longer. They decided to throw in OOP a little later so that setup is a little wonky. Most end users (non devs on windows or something) don't have python so it is less of a consumer language in that sense
  • 2
    One day it'll kick you in the balls and then you will truly know our pain.
  • 1
    @620hun surely machine code is nothing compared to going straight to binary? 😜
  • 1
    @wiredgecko gotta get a keyboard with only two keys!
  • 0
    @Olverine click clack...
  • 1
    @Olverine If you're a purist! Who needs more?
Add Comment