removing abspath also means you never touch the filesystem for this line of code so it'll be significantly faster too.
removing abspath also means you never touch the filesystem for this line of code so it'll be significantly faster too.
While library maintainers would love this feature, I wonder what impact it will have on beginners when they accidentally do response.json["data"] instead of response.json()["data"], and instead of Python erroring, it gives a weird return value.
While library maintainers would love this feature, I wonder what impact it will have on beginners when they accidentally do response.json["data"] instead of response.json()["data"], and instead of Python erroring, it gives a weird return value.
I wonder what Python would look like without "truthiness".
I wonder what Python would look like without "truthiness".