Python Conference APAC 2024

Writing Python code like Typescript
2024-10-27 , CLASS #5
Language: English

Javascript developer create Typescript to make javascript had typesafety. This typesafety make project easier to read and has less bug. Can typesafety like typescript be achieve in python?


Javascript developer create Typescript to make javascript has typesafety. This typesafety make project easier to read and has less bug. Can typesafety like typescript be achieve in python?
Short answer Yes. Surprisingly type already built in in python (since python 3.5) you don't need extra depedencies. How typesafety make code readable and has less bug? How we implement typesafety in python? I will show you in this short talk.

See also: Short Blog for this talk

I am Software Engineer from Bandung Indonesia with 4 years working experience, currently work at Quantus Telematika Indonesia. I am exicited to explore new technology, it's feels like adventure for me. I think a good software engineer must explore new technology. New tech always come every year. If we don't keep up with technology, we will leave behind.