Technique to improve Performance in python for critical products
shaktishekhar |
18
Description:
Python is an interpreted language, which means that it generally has slower performance compared to compiled languages like C++. However, Python offers a range of libraries and frameworks that are written in C or C++, which can help improve its performance in certain scenarios.As part of this session I will go through different practical technique that we have already used and experienced in our project.
Prerequisites:
Good to have - 1. Basic Python Knowledge 2. Compilation technique
Content URLs:
Agenda:- First 5 Minutes :- Introduction and background of the topic Next 10 Minute :- Comparative study about performances between other languages and python along with code example Next 5 Minutes:- Talk about compilation technique to improve performances on complex calculation Next 5 Minutes:- Show the improvement with coding example and talk about the area where it can be used Last 5 Minutes:- Q&A
Speaker Info:
I have accumulated 11 years of professional experience, working with various technologies and domains. Currently, I hold the position of Senior Technical Lead at Applied Materials. Throughout my career, I have gained proficiency in programming languages such as C, C++, Java, and Python. By working in diverse domains such as wireless, automotive, and semiconductor, I have gained valuable insights into the practical applications of these programming languages.