Aunque ya hacía tiempo que se venía rumoreando, hoy finalmente ha sido lanzado Swift Playgrounds en español (junto al japonés, chino, francés y alemán). Para activarlo basta con actualizar la app y descargar los Playgrounds de Aprendiendo a Programar 1, 2 y 3
Category: Swift Playgrounds
ALB Las Palmas
El pasado miércoles 22 de Febrero tuvo lugar el evento ALB (Apple Learning Breafing) en el Museo Elder de Las Palmas de Gran Canaria al que asistieron 130 personas.
En esta ocasión realicé un taller de 15 minutos (replicado en 3 tandas) sobre Swift Playgrounds, demostración y recursos disponibles, así como de la posibilidad de integración con otros robots educativos como Dash & Dot y Sphero.
Mi primer Swift Playground Book de Matemáticas
Cómo ya había comentado en mi primer post, llevo mucho tiempo con la mente puesta en la creación actividades de matemáticas a través de la programación. Es algo que realizaba hace años pero dentro de la materia de informática en un aula de ordenadores.
Ahora con Swift Playgrounds podemos centrarnos en el problema matemático tanto como queramos (Podemos mostrar o hacer editable únicamente el código que consideremos relevante), sin salir del aula y con una característica crítica: Feedback automático.
Continue reading “Mi primer Swift Playground Book de Matemáticas”
Swift Playgrounds Books
As this is my first post in this blog, I wanted… I needed to talk about something that occupies my thought lately: Swift Playgrounds Books.
It is a specific file format that can only be created with Xcode on a mac and runs under Swift Playgrounds on an iPad. It lets you create your lessons/ activities divided in chapters. You can hide the code that you don’t want the user to see, so that he/ she can focus on the problem they are trying to sort out. This is in my opinion the key feature of the whole thing, because it means that you can use it in steam subjects where you can use coding for problem solving.
I am working on how to integrate some of these activities in Maths, as coding == maths.
There is already a great example out there from my fellow ADE Daniel Budd. I strongly recommend his blog.