Editing
Modernism in Art
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Abstract Filter' (Simplification):''' <syntaxhighlight lang="python"> def modernize_art(object_description, style): """ Shows how different 'Modern' styles change an object. """ if style == "Impressionism": return f"Dab '{object_description}' with light and blurred edges." elif style == "Cubism": return f"Cut '{object_description}' into 5 triangles and 2 circles." elif style == "Expressionism": return f"Paint '{object_description}' in neon green and twisted shapes." elif style == "Abstraction": return f"Remove the object. Paint only 'The Feeling' of {object_description}." else: return f"Keep '{object_description}' exactly as it is (Traditional)." # Applying the filter to 'A Bowl of Fruit' print(modernize_art("A Bowl of Fruit", "Cubism")) print(modernize_art("A Bowl of Fruit", "Abstraction")) </syntaxhighlight> ; Modernist Landmarks : '''Les Demoiselles d'Avignon (Picasso)''' β The painting that "broke" art by using African-inspired masks and sharp, flat shapes. : '''The Fountain (Duchamp)''' β A urinal placed in an art gallery; it proved that "Art is whatever an artist says is art." : '''Starry Night (Van Gogh)''' β The bridge between the old and the new, where the "Brushstrokes" are as important as the stars. : '''Number 1 (Pollock)''' β A "Drip" painting with no top, no bottom, and no "subject"βjust pure energy. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information