Tag: Coding

  • plandex-ai/plandex: An AI coding engine for building complex, real-world software with LLMs

    Plandex is an open-source, terminal-based AI coding engine that enhances software development by automating complex coding tasks. It is particularly suited for tasks that span multiple files and involve numerous steps, breaking these into smaller, manageable subtasks. Plandex utilizes long-running agents to help developers efficiently work through their backlogs, tackle unfamiliar technologies, and reduce the…

  • thedotisblack

    thedotisblack is a platform for research design that aims on the development of design knowledge through generative drawings made with code. The multidisciplinary design concept behind thedotisblack attempts to combine visual narratives and natural science studies, sound analysis and data visualization. In general, thedotisblack focuses on simple rules in code that utilize basic design principles…

  • The Nature of Code by Daniel Shiffman

    Daniel Shiffman, one of The Godfathers of Generative Art and Processing put his masterwork the book “The Nature of Code” online on his website allowing anyone to read the entire text of this book online for free, licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License. natureofcode.com/book/

  • tim rodenbröker creative coding

    Tim Rodenbröker is em­powering young creatives by tea­ching Creative Coding and Compu­ta­tional Thin­king in the realms of Graphic Design. Focus on Processing with great tutorials, courses and examples. timrodenbroeker.de/

  • Google’s Python Class  |  Python Education  |  Google Developers

    This is free Google class is intended for people with a little bit of programming experience who want to learn Python. The class includes written materials, lecture videos, and lots of code exercises to practice Python coding. These materials are used within Google to introduce Python to people who have just a little programming experience.…

  • GitHub – Building your own WordPress Plugins with WordPress-Plugin-Boilerplate by Devin Vinson

    WordPress-Plugin-Boilerplate is a great foundation for WordPress Plugin Development that aims to provide a clear and consistent guide for building your plugins. Boilerplate provides the following features: • The Boilerplate is based on the Plugin API, Coding Standards, and Documentation Standards. • All classes, functions, and variables are documented so that you know what you…