Metadata-Version: 2.1
Name: education-level-library
Version: 1.0.0
Summary: Education Level Python Library
Home-page: UNKNOWN
Author: Daniel CAUNE
Author-email: daniel.caune@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/majormode/education-level-python-library/issues
Project-URL: Documentation, https://github.com/majormode/education-level-python-library
Project-URL: Source Code, https://github.com/majormode/education-level-python-library
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# Education Levels

Python library listing educational stages per country.

Educational stages are subdivisions of formal learning, typically covering early childhood education, primary education, secondary education and tertiary education.

Education during childhood and early adulthood is typically provided through either a two- or three-stage system of childhood school, followed by additional stages of higher education or vocational education for those who continue their formal education:

- Early childhood education at preschool, nursery school, or kindergarten (outside the U.S. and Canada)
- Primary education at primary school or elementary school, and sometimes in the early years of middle school
- Secondary education at secondary school or high school, and sometimes in the latter years of middle school
- Higher education or vocational education

The following table introduces the main concepts, although terms and ages may vary in different places:

    +=====+===========================+================+================+=======+
    | Age |     Educational stage     | 2-stage system | 3-stage system | ISCED |
    +=====+===========================+================+================+=======+
    |  4  |                           | 	           |                |       |
    +-----+ Early childhood education |   Preschool    |   Preschool    |   0   |
    |  5  |                           |                |                |       |
    +-----+---------------------------+----------------+----------------+-------+
    |  6  |	                          |                |                |       |
    +-----+                           |                |                |       |
    |  7  |                           |                |                |   1   |
    +-----+                           |                |                |       |
    |  8  |                           |                |   Elementary   |       |
    +-----+                           |                |     school     +-------+
    |  9  |     Primary education     | Primary school |                |       |
    +-----+                           |                |                |       |
    | 10  |                           |                |                |       |
    +-----+                           |                +----------------|       |
    | 11  |                           |                |                |       |
    +-----+                           |                |                |       |
    | 12  |                           |                |                |       |
    +-----+---------------------------+----------------+                |   2   |
    | 13  |                           |                |                |       |
    +-----+                           |                | Middle school  |       |
    | 14  |                           |                |                |       |
    +-----+                           |                |                |       |
    | 15  |                           |                |                |       |
    +-----+                           |                |                |       |
    | 16  |   Secondary education     |   Secondary    |                |       |
    +-----+                           |    School      +----------------+-------+
    | 17  |                           |                |                |       |
    +-----+                           |                |                |       |
    | 18  |                           |                |  High school   |   3   |
    +-----+                           |                |                |       |
    | 19  |                           |                |                |       |
    +-----+---------------------------+----------------+----------------+-------+

The International Standard Classification of Education (ISCED) is a statistical framework for organizing information on education maintained by the United Nations Educational, Scientific and Cultural Organization (UNESCO).


