Course is available for self-learning.
Python is a high-level open-sourced programming language used for general-purpose software engineering. In recent years Python has increased in popularity due to its use in data science. It is a versatile programming language, contains many packages for data analysis and can significantly increase productivity. It has use cases in many industries, such as recruiting, healthcare, financial services, marketing, education and many more. Python is great for prototyping and is highly scalable language. TIOBE named Python the 2020 programming language of the year for gaining the most popularity of any language in 2020. Python is easier to read, write, and learn than most other major programming languages. Python is also an interpreted programming language and unlike compiled languages each line of code can be executed as soon as it is typed in and results are seen immediately. This is great for new programmers to get instantaneous feedback on their code.
This course is intended for students who want to learn how to write Python code, recognize data types supported by Python and be able to write Python code that logically solves a given problem. Candidates will learn how to write, debug, maintain and document Python code. This course is intended for new and experienced programmers that want to learn how to write and troubleshoot Python code. Previous programming experience is not required but recommended. Theoretical knowledge is reinforced by hands-on laboratory exercises.