-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI/UX #16
Comments
Thank you for mentioning UIX-concepts for Python:
|
Who doesn't want to fiddle with UIX-Details uses builders when he comes from groovy/Java. In Python applies according builders:
and call it using named parameters:
Example: StringBuilder A related pattern is Java's StringBuilder, which is used to efficiently construct an (immutable) String in stages. In Python, this can be replaced with str.join. For example:
can be replaced with
|
Add a chapter on UI/UX (suggested by Markus Monderkamp)
Frameworks:
The text was updated successfully, but these errors were encountered: