lunes, 26 de mayo de 2025

Procesing

 Procesing

Processing is an open-source programming language and integrated development environment based on Java, used as a medium for teaching and creating multimedia and interactive digital design projects. It is developed by artists and designers as an alternative tool to proprietary software. 

Here you have a link to my folder Where I have the pratices ➡<3

On the left side (where all the letters and numbers are), you're basically telling the computer what to draw:

  • You tell it how big you want yourcanva to be 
  • You tell it what color you want the background of that paper to be.
  • Then you start saying: Now draw a square here, make it this color,Now a triangle over there, make it a different color, and so on with circles and other rectangles.
  • And on the right side, that's where you see the drawing! It's what the computer understood from your instructions.

So, the left is where you give the orders, and the right is where you see the result. It's like an artist who writes down their ideas and then sees them painted!



Here in the house you do basically the same, I calculated in a paper the coordinates where you put evereything and the change the colors. And I added some flowers, and a tree I coppied from Amalia's

VARIABLES
A variable is a memory address where data can be stored. The use of variables involves three actions:
1.-Defining the variable (int, float, boolean, char, string)
2.-Assigning it a value
3.-Using the variable

FUNCTIONS
A function is a set of instructions grouped under a single name. There are functions defined in the development environment, such as draw() and setup(), as well as others that can be defined by the user. To execute a function, you need to use the following syntax:







 Luego te lo mejoro que amalia me ha humillado 






lunes, 12 de mayo de 2025

Scratch and Machine learning

 This days we've been doing some staff wiht machine Learning For kids and scratch, did like a smart home, where we had someone as machine, you can ask thigs related to turn the lights or the fan on or off and the machine detectes it and it turns on or off the light or the fan in the room. 

Here you can see the final proyect in scratch 3 ➡ <3

You have to download this archive in your computer and then upload it to Scratch 3 and then you can see my proyect!


⬅ Here you can see how it's suppose to see once you upload it!













Procesing

 Procesing Processing is an open-source programming language and integrated development environment based on Java, used as a medium for teac...