Python is extraordinarily good at being an all-purpose programming language. It is such a powerful language because it requires less supporting code; it speeds up the development cycle, and it makes any debugging a breeze. This professional development course is designed for engineers and technicians who need to understand the Python programming language and apply it to solve engineering problems.Python is an object-oriented generic programming language that is particularly suited to the modern world. It is an excellent choice for introducing fundamental programming concepts as it reduces the complexity of problem-solving by hiding the intricate arcane detail ‘under the hood.’ Python can do in a single line what many programming languages require multiple lines of code to achieve.Automation of tasks is a critical part of every engineer’s jobs today. Design probably only takes 10 percent of an engineer’s time — most of the day-to-day work is in research, testing of prototypes, debugging, production testing, and documentation. Python is now increasingly used in the automation and embedded systems world. Specific tasks for Python include testing, data collection, and automation.Therefore, there is a growing need for Python programming skills by industry (typically manufacturing, mining, healthcare, and energy). This program focuses on giving you a solid foundation in the use of this language. This allows you to leave the program with a strong capability in programming with Python, rather than superficially skimming through the language. Naturally, you will need to apply your knowledge to engineering tasks to extend and solidify your proficiency.This program focuses on specific engineering disciplines: electrical engineering, mechanical engineering, industrial automation, and civil engineering.Electrical Engineering applications include file processing (conversion from one format to another such as XML to CSV), automation of test equipment and data (such as waveforms for power quality problems), and database management (such as SQL).Mechanical Engineering is often considered to be disconnected from the need for programming knowledge. That couldn’t be further from the truth. Areas such as numerical analysis (with awkward boundary conditions) in manufacturing, automotive, energy spheres of activity, and thermodynamics (ranging from fluid dynamics to chemical kinetics) require programming knowledge. It is also imperative in computational fluid dynamics.Civil Engineering applications include risk assessment and mitigation for floods, cyclones, earthquakes, prediction of traffic trends, stress analysis of data from bridges, analysis of vast amounts of geotechnical data.Industrial Automation application includes analysis of vast amounts of data from processes, logging data over a Modbus communication link, and preventative maintenance. It also includes translating a PLC database and converting this into a bunch of HTML files.