Python Beginner Course (JW3)
About This Course
Python is a object-oriented, high level language popular programming
language. It was created by Guido van Rossum, and released in 1991.
It is useful in following areas:
- web development (server-side),
- software development,
- mathematical applications,
- system scripting.
Python has its own advantages:
- Python works on different operating systems (Windows, Mac,
Linux, Raspberry Pi, etc). - Python is similar to the English language.
- Python use interpreter to execute the coding.
- Python programs are smaller compared to other programming
languages. (Because of ready-made libraries) - Python can be treated in a procedural way, an object-oriented
way or a functional way.
Learning Objectives
At the end of this course, the student will able to
To learn how to design and write a program in Python.
To learn the concepts of lists, tuples, and dictionaries in Python programs.
To identify Python object types.
To learn indexing and slicing to access data in Python programs.
To learn looping and decision statements in Python.
To learn how to write functions and pass arguments in Python.
To build packages in Python modules.
To read and write the data from files in Python.
To learn the concept of object‐oriented programming in Python using class concept.
To learn exception handling in Python application for error handling
Requirements
- You will need the following software’s −
- Windows xp/7/8/10 or Linux 7.1 operating system
- download python for free from the following website: https://www.python.org/
- Python IDE : 1. Spyder 2. Atom 3. Pycham
- There are many other IDE available online.
- Online free python interpreter : https://www.online-python.com/
Target Audience
- Students from grade 8 onwards,
- Working professional