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
- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 10
-
创建于 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... -
创建于 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... -
创建于 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...