Ich mag Pflanzen und hab ein extra Regal dafür. Support your FOSS (Free and OpenSource Software) projects!🫶🏼

  • 1 Post
  • 124 Comments
Joined 1 year ago
cake
Cake day: September 12th, 2023

help-circle




  • I use it for explaining stuff when studying for uni and I do it like this: If I don’t understand e.g. a definition, I ask an LLM to explain it, read the original definition again and see if it makes sense.

    This is an informal approach, but if the definition is sufficiently complex, false answers are unlikely to lead to an understanding. Not impossible ofc, so always be wary.

    For context: I’m studying computer science, so lots of math and theoretical computer science.











  • “The other two functions work similarly” noo I wouldn’t say that! :D On a very abstract way, maybe. But especially to a beginner, they don’t. One just processes it’s input a bit (casting) while the other displays text, reads from stdin, etc.

    I believe OPs confusion stems exactly from presuming strong similarities between all functions, while only float() and int() are similar and input() being a completely different thing (relatively speaking…)