Learn to create responsive front-end web applications in Python using the React and Material-UI JavaScript libraries without having to program in JavaScript!
React to Python is now available in print and e-book formats at these retailers:
🔸Amazon
🔸Apple Books
🔸Barnes & Noble
🔸Leanpub
🔸Aerio/Ingram
🔸Rakuten Kobo
https://t.co/MltslVojC5
Version update for Transcrypt 3.9:
v3.9.4 Changelog:
- Fixed list and string slicing
- Added features to str and dict
- Added list.copy method and validations for list.pop
- Updated enumerate function
- Additional bug fixes
https://t.co/HPWdKDLi7L
Version update for Transcrypt 3.9:
v3.9.3 Changelog:
- Added math.copysign & math.isclose
- Allow multiple iterators for map
- Add kwargs and string support to min & max
- Add copy module
- Fixed issues with sort & sorted
https://t.co/ptZOEtX2FV
Transcrypt now has a new home on GitHub. It has been moved from a personal GitHub account to an organizational account.
All issues, discussions, and commit history have been retained from the old location.
#Python#Transcrypt
https://t.co/DFCA960oXu
Coming in hot from @pyreact: bake #python into a @ReactJS front end. The flexibility of Python, the speed and universal deployment of React.
For #softwareengineering, @Transcrypt is an awesome tool. Dive in: https://t.co/GK7v7OhUXd
#pythonweek
Just shipped Parcel v2.4.1 and Parcel CSS v1.7.4! 🚀
These releases include bug fixes for our new CSS transformer, and an update to SWC.
Release notes:
- Parcel: https://t.co/pzpFhCtwiL
- Parcel CSS: https://t.co/Adjpth69DU
Errata - Breaking Changes to Flask Dependencies
There was a recent change to some sub-dependencies of Flask that causes older versions of Flask to crash. This can be addressed by updating to Flask 2.
https://t.co/rQYsNSKg4G
Errata - Build Errors Related to material-ui/core
To avoid a breaking change in version 4.12.0 of the material-ui/core module, pin the dependency to version 4.11.0 by removing the caret in the package.json file.
"@material-ui/core": "4.11.0"
https://t.co/52URn1yu5m
Errata - Transcrypt now supports Python 3.9
When following the examples in the React to Python book, you will need to not mix Python 3.7 and Transcrypt version 3.9
If using Python 3.7 as indicated in the book, use:
pip install transcrypt==3.7.16
https://t.co/co4cwc3S9T