Programming with Python
Python can be easy to pick up whether you’re a first time programmer or you’re experienced with other languages. A powerful and robust programming language yet with simple syntax and easy to understand semantics has proven a successful tool for introducing scripting languages.
Python is developed under an OSI-approved open source license, making it freely usable and administered by the Python Software Foundation.
What else ? Python has a broad API “Python Package Index (PyPI)" that makes it suitable for Web and Internet Development, Database Access, Desktop GUIs, Scientific & Numeric, Education, Network Programming, Software & Game Development.
Through hands-on and personalize training, students will learn the fundamentals of programming and software development. After completing this course, you will be super comfortable with theories of programming and their tranferability to other programming languages.
- Generate flowcharts to solve given problems
- Apply suitable variable and data types for processing data
- Design appropriate loops using for and while constructs.
- Apply correct nesting and decision frameworks in specific problem domains.
- Optimize their codes through functions and classes
- Introduction to numpy and scipy.
- Manipulate complex data structure using numpy and pandas.
- Introduction to visualization with Matplotlib.
- Design and implement solutions for general tasks with Python