Intro to Code A

Intro to Code A Progress
1%

Introduction

Welcome to the next part of Intro to Code. In Intro to Code A, we will start diving into using actual Python code and exploring concepts like variables, conditionals, for loops, and while loops.

So far you have been using Reeborg to write Python code. In Intro to Code A, we will break away from Reeborg and start using Repl.it and a concept called white-boarding to practice solving problems. Recall that you have already used Repl.it when copying and pasting your solutions to the Reeborg exercises.

Please see the video below on how to use more of Repl.it!

Lesson Sequence

For a full, ordered list of all the Repl.it modules to complete, see the Repl.it Lessons below!

Repl.it Lessons

  • Python Syntax
  • Variables
    • Intro to Code A – Variable Examples
    • Intro to Code A – Variables More Practice
    • Intro to Code A – Variables Quiz
  • Conditionals and If Statements
  • Loops – For Loops and While Loops

Introducción

Bienvenido a la siguiente parte de Intro to Code. En Intro to Code A, comenzaremos a utilizar el código Python y explorar conceptos como variables, condicionales, if statements, for loops y while loops.

Hasta ahora has estado usando Reeborg para escribir código Python. En Intro to Code A, nos separaremos de Reeborg y comenzaremos a usar Repl.it y un concepto llamado whiteboarding para practicar la resolución de problemas. Recuerde que ya ha utilizado Repl.it al copiar y pegar sus soluciones a los ejercicios Reeborg.

¡Vea el video a continuación sobre cómo usar más Repl.it!

Secuencia de las Lecciones

Tenga en cuenta que para obtener una lista de todos los módulos de Repl.it, consulte Repl.it Lecciones!

Repl.it Lecciones

  • Sintaxis de Python
  • Variables
    • Intro to Code A – Ejemplos de Variables
    • Intro to Code A – Mas Practica de Variables
    • Intro to Code A – Examen de Variables
  • Condiciones y If Statements
  • Loops – For Loops y While Loops