Event language
UI language
Before 1990s, people must know how machine work to program computer; variable offset in memory layout, memory address and its relationship with function call, even simple thing like "string" seemed complicated.<br><br>Next, in 1990s, Python originated and change how we program computer. Now, people outside of CS field can program computer such fast. Python abstract away complexity to handle computer such as dynamic type, loop with less detail, no entrypoint of program (main()). Python make it more "implicit".<br><br>However, now industry is shifting back to "explicit" in programming, people blame "Python is slow". Make python fast is silver goal for world-leading cooperation; Arm has runtime team dedicated to Python. The funny thing is; the more we try to make Python fast, the more we are getting back to machine level.<br><br>What is going to happen next? This talk will walk us through past, present, and potential future of Python. It will be explained in plaint language by dummies for normal people.