Skip to content
#

teacher

Here are 52 public repositories matching this topic...

toonarmycaptain
toonarmycaptain commented May 5, 2020

At some point we will be dropping 3.6 (probably first release with a default SQL database) - at which point, in line with PEP 585, we can change all the capitalised List, Dict generic types to lower cased list[str] using

import sys
if sys.version_info[0] < (3,9):
    from __future__ import annotations

We will still have to imp

tkinter-classroom-management-system

A python software fully developed by me. It can be used for daily activities of a teacher(tutor). It has exciting features like plotting graphs, percentage calculator, saving details of students in databases etc.

  • Updated Apr 11, 2020
  • Python

Improve this page

Add a description, image, and links to the teacher topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the teacher topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.