Post Syndicated from nellyo original https://nellyo.wordpress.com/2022/12/05/on-blue/
Anne Packard (1933) – “Rowboat on blue”, 1973
Post Syndicated from nellyo original https://nellyo.wordpress.com/2022/12/05/on-blue/
Anne Packard (1933) – “Rowboat on blue”, 1973
Post Syndicated from nellyo original https://nellyo.wordpress.com/2022/10/09/pollock8/
Jackson Pollock
Number 8, 1949 (фрагмент)
Neuberger Museum of Art, Purchase College, State University of New York
Post Syndicated from Rebecca Franks original https://www.raspberrypi.org/blog/coding-for-kids-art-games-animations-beginners-python-programming/
Python is a programming language that’s popular with learners and educators in clubs and schools. It also is widely used by professional programmers, particularly in the data science field. Many educators and young people like how similar the Python syntax is to the English language.
That’s why Python is often the first text-based language that young people learn to program in. The familiar syntax can lower the barrier to taking the first steps away from a block-based programming environment, such as Scratch.
In 2021, Python ranked in first place in an industry-standard popularity index of a major software quality assessment company, confirming its favoured position in software engineering. Python is, for example, championed by Google and used in many of its applications.
Python’s popularity means there are many excellent resources for learning this language. These resources often focus on creating programs that produce text outputs. We wanted to do something different.
Our new ‘Introduction to Python’ project path focuses on creating digital visuals using the Python p5
library. This library is like a set of tools that allows you to get creative by using Python code to draw shapes, edit images, and create frame-by-frame animations. That makes it the perfect choice for young learners: they can develop their knowledge and skills in Python programming while creating cool visuals that they’ll be proud of.
The ‘Introduction to Python’ project path is designed according to our Digital Making Framework, encouraging learners to become independent coders and digital makers by gently removing scaffolding as they progress along the projects in a path. Paths begin with three Explore projects, in which learners are guided through tasks that introduce them to new coding skills. Next, learners complete two Design projects. Here, they are encouraged to practise their skills and bring in their own interests to personalise their coding creations. Finally, learners complete one Invent project. This is where they put everything that they have learned together and create something unique that matters to them.
The structure of our Digital Making Framework means that learners experience the structured development process of a coding project and learn how to turn their ideas into reality. The Framework also supports with finding errors in their code (debugging), showing them that errors are a part of computer programming and just temporary setbacks that you can overcome.
The Explore projects are where the initial learning takes place. The key programming concepts covered in this path are:
Learners also explore aspects of digital visual media concepts:
Learners then develop these skills and knowledge by putting them into practice in the Design and Invent projects, where they add in their own ideas and creativity.
In the first Explore project of this path, learners create an interactive program that uses emoji characters as the visual element.
This is the first step into Python and gets learners used to the syntax for printing text, using variables, and defining functions.
In this Explore project, learners create an archery game. They are introduced to the p5
library, which they use to draw an archery board and create the arrows.
The new programming concept covered in this project is selection, where learners use if, elif and else
to allocate points for the game.
The final Explore project gets learners to animate a rocket launching into space. They create an interactive animation where the user is asked to enter an amount of fuel for the rocket launch. The animation then shows if the fuel is enough to get the rocket into orbit.
The new programming concept covered here is repetition. Learners use for
loops to animate smoke coming from the exhaust of the rocket.
The first Design project allows learners to unleash their creativity by drawing a face using the Python coding skills that they have built in the Explore projects. They have full control of the design for their face and can explore three examples for inspiration.
Learners are also encouraged to share their drawings in the community library, where there are lots of fun projects to discover already. In this project, learners apply all of the coding skills and knowledge covered in the Explore projects, including selection, repetition, and variables.
In the second Design project, learners code a scrolling game called ‘Don’t collide’, where a character or vehicle moves down the screen while having to avoid obstacles.
Learners can choose their own theme for the game, and decide what will move down the screen and what the obstacles will look like. In this project, they also get to practice everything they learned in the Explore projects.
This project is the ultimate chance for learners to put all of their skills and knowledge into practice and get creative. They design their own unique patterns and create frame-by-frame animations.
The Invent project offers ingredients, which are short reminders of all the key skills that learners have gained while completing the previous projects in the path. The ingredients encourage them to be independent whilst also supporting them with code snippets to help them along.
We have written the projects in the path with young people around the age of 9 to 13 in mind. To code in a text-based language, a young person needs to be familiar with using a keyboard, due to the typing involved. A learner may have completed one of our Scratch paths prior to this one, but this isn’t essential. and we encourage beginner coders to take this path first if that is their choice.
A web browser. In every project, starter code is provided in a free web-based development environment called Trinket, where learners add their own code. The starter Trinkets include everything that learners need to use Python and access the p5 library.
If preferred, the projects also include instructions for using a desktop-based programming environment, such as Thonny.
We’ve designed the path to be completed in around six one-hour sessions, with one hour per project. However, the project instructions encourage learners to upgrade their projects and go further if they wish. This means that young people might want to spend a little more time getting their projects exactly as they imagine them.
At the end of the path, learners are encouraged to register a project they’re making with their new coding skills for Coolest Projects Global, our world-leading online technology showcase for young people.
Taking part is free, all online, and beginners as well as more experienced young tech creators are welcome and invited. This is their unique opportunity to share their ingenuity in an online gallery for the world and the Coolest Projects community to celebrate.
Coming very soon is our ‘More Python’ path. In this path, learners will move beyond the basics they learned in Introduction to Python. They will learn how to use lists, dictionaries, and files to create charts, models, and artwork. Keep your eye on our blog and social media for the release of ‘More Python’.
The post Coding for kids: Art, games, and animations with our new beginners’ Python path appeared first on Raspberry Pi.
Post Syndicated from nellyo original https://nellyo.wordpress.com/2021/12/27/rogers/
Почина лорд Ричард Роджърс, британски архитект, лауреат на наградата Pritzker (2007 г.) и проектант на сградата на Съда за правата на човека в Страсбург. Тази символична сграда е част от френското културно наследство и е удостоена с отличие за забележителна съвременна архитуктура.
Ричард Роджърс е роден на 23 юли 1933 г. във Флоренция, учи архитуктура в Лондон, след което с Норман Фостър продължава в Йейл. Основават бюро и работят заедно до 1967 г., когато Роджърс започва съвместна работа с Ренцо Пиано по Центъра Помпиду в Париж.
Създател на стила хайтек заедно с Ренцо Пиано и Норман Фостър.
Post Syndicated from nellyo original https://nellyo.wordpress.com/2020/08/01/alice/
Post Syndicated from nellyo original https://nellyo.wordpress.com/2020/07/02/clean-it/
През 1960 германски фотограф (Thomas Hoepker) прави снимка на своя позната – (Charlotte Dabney) . Барбара Крюгер използва снимката за създаване на произведение
“It’s a small world but not if you have to clean it.”
Фотографът съди Крюгер за нарушаване на авторски права, а жената от снимката съди Крюгер за навлизане в личната сфера (използване на снимка без съгласие на лицето).
Съдът в Ню Йорк предоставя на произведението защитата на Първата поправка като приема, че изкуството има „трансформиращ“ ефект. Защитено слово.
По отношение на личната неприкосновеност (right of publicity) решението отново е в полза на Крюгер.
Но съобщението в това произведение е толкова актуално.
Post Syndicated from Kevin Johnson original https://www.raspberrypi.org/blog/lets-make-art-at-home-this-week/
Digital Making at Home: Make art
Subscribe to our YouTube channel: http://rpf.io/ytsub Help us reach a wider audience by translating our video content: http://rpf.io/yttranslate Buy a Raspbe…
Digital Making at Home is a program which encourages young people to code and share along with us, featuring weekly themed content, code-along videos, livestreams, and more!
This week, we’re exploring making art with code. Many young makers are no stranger to making art, especially the digital kind! This week we’re inviting them to bring their most colourful and imaginative ideas to life with code.
So this week for Digital Making at Home, let’s make some art!
The post Let’s make art at home this week appeared first on Raspberry Pi.
Post Syndicated from nellyo original https://nellyo.wordpress.com/2020/04/18/art-2/
Барбара Крюгер
Произведението е създадено по време на протестите на жените във връзка с прилагането на решението Roe v. Wade.
Roe v. Wade, 410 US 113 (1973) е решение на Върховния съд на САЩ, в което Съдът постановява, че Конституцията на САЩ защитава свободата на бременната жена да избере аборт. През януари 1973 г. Върховният съд издава (7–2) решение, в което постановява, че четиринадесетата поправка на Конституцията на САЩ предвижда „право на неприкосновеност на личния живот“ u защитава правото на бременната жена да избира дали да направи аборт или не. Това право не е абсолютно и трябва да бъде балансирано спрямо защита на здравето на жените и защита на пренаталния живот.
Решението разделя обществото и активира движенията в защита на двете позиции. То е критикувано, наричат го съдебен активизъм и в следващи решения ВС на САЩ постепенно започва да се отдалечава от стандартите на Roe v. Wade. Тези процеси отразява и произведението на Барбара Крюгер.
И днес това съобщение е актуално на много нива.
Post Syndicated from nellyo original https://nellyo.wordpress.com/2020/03/28/ed-ruscha/
Edward Ruscha, Pay Nothing Until April (2003)
До 15 април 2020 – Ruscha онлайн в ARTIST ROOMS Tate Modern
Post Syndicated from nellyo original https://nellyo.wordpress.com/2020/03/15/wool-untitled-sucks/
=
Christopher Wool, Trouble, Stencil on canvas. 1989
Solomon Guggenheim, NY
Post Syndicated from nellyo original https://nellyo.wordpress.com/2020/03/14/covid-19-3/
Театър Възраждане излъчи безплатно пиесата Вуйчо Ваньо, играна без публика.
Софийската филхармония предостави на 12 март запис от 27 февруари – Първия концерт и Петата симфония на Бетовен със солист Георги Черкин и диригент Саша Гьотцел, вместо планирания концерт с “Миса Солемнис”.
Варненският Драматичен театър “Стоян Бъчваров” и операта във Варна играят театралните спектакли “Телефонът на мъртвеца” и “Само за жени” – съответно на 21 март и 27 март, и “Хубавата Елена” – които ще бъдат излъчени безплатно.
БНР предлага виртуална разходка из галерии и културни институти в София, а също концерти в БНР PLAY
Берлинската филхармония е затворена, но кани безплатно в цифровата си концертна зала
И галерии:
By continuing to use the site, you agree to the use of cookies. more information
The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.