Plus d’un million de livres, à portée de main !
Bookbot

Codage au Quotidien

Cette série guide les lecteurs à travers le monde de la programmation, en commençant par les bases absolues et en progressant vers des concepts plus avancés. Elle offre des exemples pratiques et des explications claires qui démystifient les complexités du codage. Elle est idéale pour les développeurs en herbe et toute personne souhaitant comprendre la logique derrière le monde numérique. L'objectif est de vous doter des compétences nécessaires pour créer vos propres projets.

Following Instructions: Using Control
Combining Tasks: Using Composition
Group Planning, Creating, and Testing: Programming Together

Ordre de lecture recommandé

  1. Collaboration is one of the defining characteristics of the tech industry, and young readers can relate to the dynamic processes of brainstorming and working together in a group. This volume emphasizes that ideas evolve as more people provide input. With real-world examples of collaboration between students, the book describes how working together leads to a stronger end product, both in software and in everyday life.

    Group Planning, Creating, and Testing: Programming Together
  2. One of the most fascinating aspects of computer programming is how different programs or parts of programs work together. This volume explores how smaller tasks are grouped together to meet goals, both in and out of programming. Young readers can follow along with accessible examples, fostering development of computational thinking.

    Combining Tasks: Using Composition
  3. Control structures determine how a computer program responds to a key press, mouse click, loop of instructions, or Boolean logic. Away from a computer, these structures can be seen in how people follow instructions and how they decide whether or not to carry out tasks. This book provides young readers with examples of control structures in everyday life while explaining the basics of control in computer programming.

    Following Instructions: Using Control