Contact

Should you have any questions, please fill out the form below and I will gladly contact you.

Home

Welcome to my Python programming Blog. In this Blog we’ll be covering topics related to the Python programming language. The topics that are going to be covered throughout this semester are listed below:

  • Use of comments
  • Basic types and their use
  • Basic output (print)
  • Basic user input (text based)
  • Calling functions
  • Creating functions
  • Importing and using modules/libraries
  • Creating and using your own modules/libraries
  • Use of the conditional “if”
  • Use of “else” with a conditional (and elif for Python)
  • Nesting of conditional statements
  • Use of loops with “while”
  • Use of loops with “for”
  • Use of recursion for repetitive algorithms
  • When to use what type of repetition in a program
  • Creation and use of Lists/Tuples (Python) or Arrays/Vectors (C++)
  • Creation and use of strings
  • Validated user input (ensure correct/expected data entry)
  • Reading and writing of text files

About

I’m a student from Tecnologico de Monterrey Campus Guadalajara. Currently coursing the TC101 course Fundamentals of programming.