Introduction To Python
Introduction To Python
WHAT IS PYTHON…?
➢ Interpreted code is translated to machine instructions step by step while the program is
being executed.
➢ Compiled code has been translated before program execution.
PORTABLE
- As long as you have a compatible python interpreter installed, python programs will
- Library utilities
The Python installer for Windows contains the IDLE module by default.
IDLE can be used to execute a single statement just like Python Shell and also to create,
• System programming
• Graphical User Interface Programming
• Internet Scripting
• Component Integration
• Database Programming
• Gaming, Images, XML , Robot and more
WHY OTHER BRANCHES HAS
TO STUDY?
ECE - Python can be used for signal processing tasks using NumPy and SciPy. To implement
digital signal processing algorithms
EEE- controlling and automating test equipment. Python was originally created for text parsing
so it’s amazingly useful to sift through huge amounts of text data to extract useful information -
digital oscilloscope-It can output waveforms as raw CSV data.
ME- Mechanical and automobile industries use python to automate tasks. To write scripts and
then import them to a CFD software to test numerous designs. To perform numerical analysis.
CIV- the applications of data science in civil engineering: Population forecasting for urban
planning, water supply & sewerage system. Risk assessment and mitigation such as prediction
of floods, earthquakes, cyclones.
WHO USES PYTHON TODAY…