geekcomputers / geekcomputers/Python
Support for Python 3.X
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 35.4k
- Forks
- 12.9k
- Avg merge
- 2h 37m
- Merged PRs (30d)
- 1
Description
As I saw, most of the scripts support only Python 2.x. There should be a support for python 3.X also.
It includes adding aliases for function names, such as raw_input() to input() , adding parantheses to print.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name specific files or tests. Start by inventorying the repository's scripts and locating Python 2 constructs such as raw_input() and print statements, then run the relevant scripts under Python 3. Done means the affected scripts work under Python 3 with the requested compatibility changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100