/Python_codes

Some codes in Python language. Elemental concepts in computer science.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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)