Support for Python 3.X

Open
#193 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
tooling

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.

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.

Dominant language
Python
Stars
35.4k
Forks
12.9k
Avg merge
2h 37m
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from geekcomputers/Python

All issues in geekcomputers/Python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.