Posts

Showing posts with the label Python

Scratch and Programming Languages

 Scratch Programming Languages Scratch is a free platform to introduce the application of block programming. The application of this platform is relatively simple and used in schools. Scratch has been successfully found to support students in applying core mathematical concepts while learning programming basics (Xie et al.,2023). The platform allows students a visual representation of a function as they build their code. Additionally, it enables the students to see the concept of this function work in real time as they run the program. It has fun graphics called sprites that are designed to engage younger children. Although the platform is geared towards youth, it is commonly used by all ages to learn programming. Inexperienced users should use the Scratch platform to boost their confidence with the ability to write code almost immediately, understand the fundamental processes required of programming languages, and gain the experience needed for other high-level programming languag...