Menu

#223 Advanced Python cleanups

Backlog
open
nobody
None
nobody
2023-12-04
2022-01-04
Ulf Lorenz
No

Things that are nice to have but not critical in the Python interface:

  • type annotations, also in the plotting package
  • in the plotting package, use properties where they make sense
  • in the plotting package, use a single convention for strings: either single- or double-quotes

Discussion

  • Ulf Lorenz

    Ulf Lorenz - 2022-01-06
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -3,3 +3,4 @@
     * type annotations, also in the plotting package
     * in the plotting package, use properties where they make sense
     * in the plotting package, use a single convention for strings: either single- or double-quotes
    +* Code coverage for the Python parts would be interesting.
    
     
  • Ulf Lorenz

    Ulf Lorenz - 2022-01-06
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -3,4 +3,4 @@
     * type annotations, also in the plotting package
     * in the plotting package, use properties where they make sense
     * in the plotting package, use a single convention for strings: either single- or double-quotes
    -* Code coverage for the Python parts would be interesting.
    +* Test coverage for the Python parts would be interesting.
    
     
  • Ulf Lorenz

    Ulf Lorenz - 2023-12-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -3,4 +3,3 @@
     * type annotations, also in the plotting package
     * in the plotting package, use properties where they make sense
     * in the plotting package, use a single convention for strings: either single- or double-quotes
    -* Test coverage for the Python parts would be interesting.
    
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.