Jump to content

Fuck. Python. Sideways. Hard.

  1. Volbet

    Volbet

    Welcome to the point every programmer ends up reaching.

    It has been such a long time since I did anything in Python. I still wonder why I bothered learning it.

  2. LukaP

    LukaP

    its great for learning programming. it doesnt have all the crap other lower level languages have. but the way it deals with some stuff is just stupid. i have to unpack tuples into two variables just so i can use its content in a function call, because for some reason f(*(tuple + tuple)) does not work the same way and produces some nulls somehow

  3. Tech_Dreamer

    Tech_Dreamer

    MMMMMM...Kinky..

  4. LukaP

    LukaP

    oh and i have to use it for a class, before you ask -.-

  5. cesrai

    cesrai

    Glad I stopped learning it and I'm going for java then.

  6. LukaP

    LukaP

    ces no, its great for learning. to get the programming mindset going. and dont do java. if you have to do a c-like language running in a vm, do C#

  7. Volbet

    Volbet

    I will agree that it's good for leaning, but so is C#. Just becuase it's a good start, it doesn't mean that I should like it.

    Incendently, I have the same problem with both systems seems to just do what they want.

    Man, did I struggle with both. It probably doesn't help that I'm not that great of a programmer.

  8. LukaP

    LukaP

    C#/Java is so not good for learning. There is so much to fiddle with, and for a input() you have to explain namespaces, classes, functions... Thats not how you want to approach programming. you need to explain what a program is first, how its executed, and then go on to conditionals and iteratives, without ever even seeing any advanced things. (imo)

    But yes, pretty much every high level language just does something however the fuck it wants, that is not logical

  9. lol1290

    lol1290

    Python..... JAVA is even worser... still stuck at HELLO WORLD :-P

  10. Volbet

    Volbet

    I learned programming with C# and later with C++. While I'm not master programmer, I didn't turn out half bad.

    It's not all that hard define classes, functions and namespaces. When you work with it you get into a flow, and then it just comes naturally.

    I would much rather make my own logic than follow the logic of whoever thought Python was necessary.

  11. LukaP

    LukaP

    im not saying its hard to define them, or even explain them. but when you have somone who has never seen code in their life, its just overwhelming to them when they see it. with python, its just clean.

  12. FakezZ

    FakezZ

    Lol I started with C++ and hated my fucking life. But I now actually have quite a lot of experience with C++, so I got that going for me, which is nice. Also why all this Java hate? :P

×