100
qnbst
6y

Overheard this guy talking to his friends about Python.

Guy: "Have you seen Python?? You basically just talk to the computer. There's no variables. You just go 'a = 2' and you can print 'a' and it'll give you 2! And there's no imports or anything!"

Comments
  • 30
    Lols, what the fuck does he think "a" is in this scenario? 😂
  • 3
    Welcome to devRant also
  • 29
    "There's no variables!"
    "'a = 2'"
  • 2
    @Snatched thank you! :D
  • 0
    I have guys at work who talk like this. They really only ever work in C# and never bother to look into much else. Oddly enough they're perfectly coherent if you leave them in their world
  • 1
    The way CS is taught you'd probably think there is little but C Java and the usual html css
  • 5
    How are there no imports?

    Bah.
  • 1
    @Ashkin pff no need for time or random. Just recreate them from scratch.
  • 3
    Maybe he meant "there are no variable declarations" and "no need to import in order to print"?
  • 1
    I think this is why expecting people to understand arduino/c++ after only being taught python is so stupid, you don't really know what a variable type is...
  • 2
    Is he that Udemy YouTube ad guy?
  • 0
    from me import 'fuck off'
  • 1
    @speedForce that guy annoys me so much. I mean, I know he is an actor and he is probably a good person. But I just want to punch him in the face.
  • 0
    @aquacash5 everybody wants to
  • 0
    @duncanrhamill
    Ehh, I came from Python, and I found the transition very easy. Python does have types, so it was to think of it as "so you just have to put the type before it and you can't change it without some hassle. Ok I get it :P"

    Of course that's not the whole story, but it was a good introduction :D
Add Comment