RT @programmerjoke9
My First Python Code#100Daysofcode #javascript #programming #dev #linux #java #programming #CodeNewbie #python #reactjs #bugbounty #DataScience #infosec #gamedev #BigData @programmerjoke9
@worldsendless
You don't need sys to anything do you ;)
@heikkiket haha. Took me a second. I am not a Python pro, but know you have to include that for print in C
Fun. It is a really common language for engineers now.
Python namespaces by default. So you would see where exactly from example code you would need a library. It is also massive, and goes by inmplementation-as-lang-standard. So everything common is part of the core language.
@jmw150 @heikkiket wow. Coming from clojure, which goes to pains to keep the core tight, I fail to see the advantages of "implementation-as-lang"
Yeah, different kind of lisp. Doesn't tell you how to live, but cares about its surface level appearance a lot.
A real language standard would reveal all of the warts underneath. Python only looks like a simple language. The community goes through pains to keep the interface simple. It is one of the reasons Python has the number 1 spot.
The other reason is the C/C++ interface allows actual work to get done underneath. So unlike closure, computational scientists and old fashioned engineers are never really told no.
Pip also allows macros, or other languages like hylang and pytov. The AST is really easy to get at.
Hylang would be a more solid example, since it is a literal lisp that does just that.
@jmw150 @heikkiket wow! Very cool !