The "Awesome Playgrounds" project is a curated collection of interactive coding environments designed to facilitate learning and experimentation in programming. Playgrounds are web-based platforms that allow users to write, test, and share code snippets in real-time, making them ideal for beginners and experienced developers alike. This list includes various playgrounds for different programming languages, frameworks, and libraries, along with tools for visualizing code output and collaborating with others. Whether you're a novice looking to practice coding or a seasoned developer seeking to prototype ideas quickly, this collection provides valuable resources to enhance your coding experience and foster creativity.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
A neural network playground built in pure Swift for iOS, with no third-party dependencies.
Interactive playgrounds for learning AudioKit through bite-size examples on iPad and Xcode.
A Swift library for numerical computing with numpy-like APIs and Jupyter-like playground notebooks.
A simple file browser playground book for exploring the file system within Swift Playgrounds on iOS.
A Swift PlaygroundBook teaching image filtering concepts through interactive convolution and edge detection examples.
An Xcode playground demonstrating all new Swift 4.0 language features with practical examples.
An Xcode playground demonstrating and explaining the new features introduced in Swift 4.2.
A comprehensive Xcode playground cheat sheet for working with Swift String APIs and character properties.
A Swift playground with explanations and samples covering the Swift programming language and standard library.
A collection of Swift playgrounds implementing examples from Apple's official Swift documentation and related resources.
An interactive Swift language summary written as a single Xcode Playground with all core concepts.
A collection of Swift playgrounds for learning Core Data through practical, incremental examples.
A Swift playground demonstrating type-safe access to strings, colors, fonts, and images using code generation.
A Swift playground cheat-sheet illustrating the SOLID principles of object-oriented design with practical examples.
A collection of iOS Playground projects demonstrating and comparing MVC, MVP, MVVM, and VIPER design patterns.
A comprehensive collection of classic design patterns implemented in Swift 5.0 with practical examples.
A personal learning repository implementing all 23 Gang of Four design patterns and SOLID principles in Swift using Playgrounds.