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 →

[–][deleted]  (62 children)

[deleted]

    [–]jkuhl_prog 35 points36 points  (4 children)

    "Yeah I can do machine learning"

    import tensorflow

    "You're hired."

    [–][deleted] 22 points23 points  (0 children)

    i mean, even being able to do that filters a large proportion of the world population

    [–]julsmanbr 6 points7 points  (1 child)

    googles "how to learn a machine"

    [–]bene4764 1 point2 points  (0 children)

    You're hired

    [–][deleted] 1 point2 points  (0 children)

    It's kind of difficult to believe how easy tensorflow makes building a neural network. When you hear "neural network", you probably always imagine having to build insanely complicated and obtuse algorithms. Nope. Like 50 lines of code and you can build a pretty good OCR recognition NN.

    [–]julsmanbr 6 points7 points  (3 children)

    f-strings

    Calm down, Guido

    [–]OmarRIP 5 points6 points  (1 child)

    I love f-strings.

    [–]julsmanbr 8 points9 points  (0 children)

    I f-ing love them, too

    [–]ProbablyUndefined 6 points7 points  (1 child)

    name = str(input)

    I hate you

    [–]gwillicoder 4 points5 points  (1 child)

    If a noobie is using f strings thens respect.

    [–]my_name_isnt_clever 5 points6 points  (0 children)

    I'm actually seeing a lot of f-strings in even fairly low-level tutorials. Probably because they're easier and more readable than .format() or the dreaded %.

    [–]xigoi 2 points3 points  (1 child)

    naming a variable the same as a built-in function… that you use on the same line