Python Code

100 DAYS OF CODE: PYTHON

Coding

Project URL: https://github.com/cecirio/100-days-of-code

I made the commitment to code for at least one hour a day for 100 days to learn Python. These are my beginner projects so far:

  • Day 01: Working With Variables in Python to Manage Data
  • Day 02: Understanding Data Types and How to Manipulate Strings
  • Day 03: Control Flow and Logical Operators
  • Day 04: Randomisation and Python Lists
  • Day 05: Python Loops
  • Day 06: Python Functions & Karel
  • Day 07: Hangman
  • Day 08: Function Parameters & Caesar Cipher
  • Day 09: Dictionaries, Nesting and The Secret Auction
  • Day 10: Functions with Outputs