Skip to content

Improve python code #1764

Open
Open
@Siddhesh-Agarwal

Description

@Siddhesh-Agarwal

Here are few changes I want to implement:

  • reformat the entire Python code using isort and black.
  • add docstrings where missing
  • add type hinting using the in-built typing module
  • use faster string methods (depending on the Python version)
  • replace OrderedDict with regular dict (depending on the Python version)
  • more minor optimisations (depending on the Python version)

I can do all this but would need the following data to do that:

  • Python version being used
  • dependencies and their version

I have already started working on the first 3 and am going to complete that part. Soon, I will begin to optimise the code but would need the info to do so.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions