HAHAHAHAHA PROGRAMMING

Cards (9)

  • Libraries
    Bits of code written by you or others that you can use in your program
  • Random
    A library that comes with Python that you could import into your own project
  • from
    Allows us to be very specific about what we'd like to import
  • Sys
    A module that allows us to take arguments at the command line
  • Argv
    A function within the sys module that allows us to learn about what the user typed in at the command line
  • Slice
    A command that allows us to take a list and tell the compiler where we want the compiler to consider the start of the list and the end of the list
  • PyPI
    A repository or directory of all available third-party packages currently available
  • Pip
    Allows you to install packages quickly onto your system
  • APIs
    Allow you to connect to the code of others