CZHerrington / day-3-python

DigitalCrafts W2D3 Python API practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Day 3

Python is generally pass by reference and assign by value

got_api_practice.py uses the characters.py and houses.py files to answer the following questions

  • How many characters names start with "A"?
  • How many characters names start with "Z"?
  • How many characters are dead?
  • Who has the most titles?
  • How many are Valyrian?
  • What actor plays "Hot Pie" (and don't use IMDB)?
  • How many characters are not in the tv show?
  • Produce a list characters with the last name "Targaryen"
  • Create a histogram of the houses (it's the "allegiances" key)

About

DigitalCrafts W2D3 Python API practice


Languages

Language:Python 100.0%