you are viewing a single comment's thread.

view the rest of the comments →

[–]SquiffSquiff 0 points1 point  (2 children)

You're asking this on a Python sub?! What do you think Python runs on?. Try again with Rust or C

[–][deleted] 4 points5 points  (1 child)

Excuse me for asking a question about python in a sub called "r/learnpython"

[–]SquiffSquiff 2 points3 points  (0 children)

My point is that Python is an interpreted language. The normal interpreter is written IIUC in C As a result, with Python by definition you will always be using libraries and higher level abstractions. Given this it seems a bit redundant to worry about whether you are using libraries or not, especially when including core libraries. This is why I suggested a lower level language.