MapMint - porting from Python 2.x to Python 3.x
- Mentors
- GĂ©rald Fenoy, Rajat Shinde
- Organization
- OSGeo
At present the MapMint project is running on Python 2.x whose support will soon end in 2020 and MapMint is unable to take advantage of the improvements in Python 3.
I intend to port the MapMint source code to Python 3.x and reformat the code to improve the readability of the program and ease maintenance.
Future developments:
- Static type checking can be added to improve data validation and improve the quality of the code.
- Python documentation can be added to ease new users understandability.