drandreaskrueger / drandreaskrueger/pythonMicroframeworks

good first issue: python 2.7 to python 3.x

Open
#1 4 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue help wanted
Dominant language
Python
Stars
4
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Good first issue: translate everything from python 2.7 to python 3.x.

Could be that it simply needs commands like:

```
git checkout -b py3
2to3-3.5 -w compare.py
git diff
```
for each of the `.py` files in this repo.

But perhaps it then also needs some tweaking, because the interfaces of the libraries have had breaking changes?

We don't know - until you try.

Thanks.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.