#TC101 Review

--Originally published at TC101 – Peaz Cooper

TC101 Topics of my WordPress

  • Use of comments
  • Python conventions (Zen of Python but others for other languages)
  • 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)
  • Use of loops with “while”
  • Use of loops with “for”
  • Creation and use of Lists/Tuples (Python)
  • Creation and use of strings
  • Reading and writing of text files
  • Creation and use of ranges in Python
  • Creation and use of dictionaries in Python

I’m kinda lazy to write all over again cause it took a long time to write every single post with every single detail and  mistake you could possibly make… so don’t be creepy and check out all of my posts or check these links:

 

And this list of videos for python!


If you follow any of these links you’ll magically learn every single stuff about python in no time! (1 semester)