Python mega cheat chart – intermediate course

Intermediate Python Programming Course

 

Python is multiprocessing but not multi-threaded, due to its native memory management limitations.
When multiple threads are engaged, there is no protection to memory access and racing conditions occurs.
You can work around this by using Jython or IronPython.
Or by using Python as a wrapper to call to c/c++ native code, same as numpy or scipy do.
https://www.youtube.com/watch?v=HGOBQPFzWKo&t=14009s

 


http://sahandsaba.com/thirty-python-language-features-and-tricks-you-may-not-know.html

 

 

Share: