Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 308 Bytes

File metadata and controls

15 lines (12 loc) · 308 Bytes

Introduction to Computer Science with Python

This repo presents basic concepts on programming using Python:

  • variables
  • data types
  • if...else
  • while
  • functions
  • debbuger using Idle - (depuração)
  • refatoração
  • nested repetions
  • lists and more about lists
  • Automated tests (good practices)