JennaSys

Avatar

Software developer specializing in knowing a little bit about a lot of different things, and a lifelong maker of stuff — both real and virtual. I wrote a book called React to Python that is a tutorial on creating React/Material-UI front-end web applications in Python using the Transcrypt Python-to-JavaScript transpiler. https://pyreact.com

  • Total activity 30
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 7
  • Subscriptions 10
  • Created

    PyCharm with Transcrypt

    I've recently been using PyCharm with the Transcrypt transpiler.  While it has been working out really well for developing React apps in Python, one thing missing is auto-complete for the JavaScrip...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Invalid Inspection with enumerate

    I'm not sure if this is a bug, a feature, or just bad coding practice on my part, but I have code similar to the following: tupleList = [('a,b,c',42), ('d,e', 17), ('f,g,h', 123)] for keyID, (keyLi...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Trac Integration

    I have successfully integrated the Trac issue tracker into Pycharm in that it pulls in the task ID and summary in the new task window, however the "Show Description" and "Open in Browser" options i...
    • 2 followers
    • 3 comments
    • 0 votes