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!













martes, 11 de marzo de 2025

Creating apps with Thunkable and App inventor.

 



Creating apps

These days we've been working with two platforms for creating mobile apps: Thunkable and App Inventor. They're like building tools, but for apps. You can design the interface, add buttons, images, and text, and then use code blocks to make everything work. It's like solving a puzzle. Thunkable and App Inventor are perfect for beginners because you don't need advanced programming skills. You can drag and drop code blocks and watch your app come to life. It's a fun way to learn about programming and create your own apps.

What is thunkable?

Have you ever wanted to create your own mobile app? Well, with Thunkable, you can! It's like having an app design studio on your computer. You can choose the colors, images, and buttons you want your app to have. And the best part is, you don't need to be a programming expert. Thunkable uses blocks of code that you can drag and drop to create your app's logic. It's like playing with Lego bricks, but instead of building castles, you build apps! You can create games, apps to help you with your studies, or even apps to control your electronic devices. Thunkable is a very powerful and easy-to-use tool. I encourage you to try it out and see everything you can create

What is App inventor?
So, app inventor is preatty much the same as thunkable, but there are some things that may have change, like for example:
  • It's free and open source: This means anyone can use and modify it.
  • It's web-based: You don't need to download or install anything on your computer.
  • It uses code blocks: This makes programming easy, even for beginners.
  • You can create apps for Android devices: This means you can test your apps on your own phone or tablet.

  • This last days we've been using both of them, so here you can see my projects.


                                                      Thunkable





    Amar a la bestia




    Here you con check my process in this proyect ➡ < 3

    lunes, 10 de marzo de 2025

    Ecuation with word and excel


    Last days i've been working doing some ecuation staff in excel and word. 

    We used this paragraph in word that is the equation section. There are some that are determinated, like the quadratic equation ones tht is predetermitated.

    Also, if the formula that you are looking for is not there you have x's and y's and all the stuff need it to create  new ones.

    Here is a picture of the ones we have done:                                                


    Here is my word ➡ < 3

    We also did an excel, where you just need to put in the numbers and the aplication will solve it for you. 

    My excel here ➡ < 3


    lunes, 25 de noviembre de 2024

    Scratch-Christmas Card

     These days we have been working on different christmas cards I have done two different cards. The first one I've made is the one that he has Baltasar with a scooter, I'm not going to spoil it  more you can see it here.





    And then I've made another one for friends.





    Procesing

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