JennaSys

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 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 8
-
-
-
-
-
-
JennaSys created a post, 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... -
JennaSys commented, -
JennaSys commented, -
JennaSys created a post, 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... -