Momentum logo
Team 1 Classroom

Python - Sequences and Files

Posted on May 19th, 2020

A sequence is a concept in Python that lets us write code that can deal with a number of different groups of items, such a string (a group of characters), a list, and a dictionary of keys and values.

Today’s topics

  • Lists and tuples
  • Strings
  • Dictionaries
  • Working with files

Project

You’ll be doing this assignment for the next two days, and we’ll do part of it in class.

Word Frequency

Resources

Tags: phase-2 python

Welcome to Phase 2!

Posted on May 18th, 2020

Welcome to Phase 2, where we’ll be learning about:

  • Python
  • Django and back-end web development
  • Databases
  • Deploying Django applications

Today’s topics

  • Running Python
  • Syntax differences between JS and Python
  • Python
    • variables
    • if statements
    • while loops
    • Input and output with input and print
    • Functions

Project

House hunting with Python

Some people will rip through this; for others, it will take quite a while. If you finish the easy mode early, please keep going and do the hard mode.

Resources

Tags: phase-2 python

Object-oriented Programming in JavaScript Continued

Posted on May 13th, 2020

Today’s topics

  • Continuing to build the game
  • Debugging and solving tricky problems with movement and collision detection
  • Preparing to give a technical presentation

Project

Build a game, Day 3

This project is due tomorrow, Thursday, May 14.

Technical presentations tomorrow at 3:00

There is no morning class session tomorrow morning so that you can use the time to prepare and work on presentations. Please reach out if you need help!

Link to info about technical presentations

Code, slides, and video from class