Skip to content

Instantly share code, notes, and snippets.

@santiagobasulto
Last active March 8, 2017 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save santiagobasulto/b6716c8e3240ef3cb4dfb91fff57958b to your computer and use it in GitHub Desktop.
Save santiagobasulto/b6716c8e3240ef3cb4dfb91fff57958b to your computer and use it in GitHub Desktop.

Intro to Python Example projects | rmotr.com

Here are a few examples of the projects we work on during our course. There is just 1 example per week. As you'll see, we focus a lot on design and skills that are hard to learn anywhere else. You'll be working on these projects with the constant presence and help from experienced mentors. Whenever you get stuck, you just raise your hand and someone will be there to help you. No time waste, no 2 hours of googling to get the wrong answer.

  • List of Prime Numbers: Our first week we try to solidify basic concepts (control flow structures, data types, etc)
  • Bookstore Management System: During our second week we use advanced data structures to model a close-to-real-life project. In this project we talk about design decisions when it comes to define the interal structure of our system.
  • OOP Tic Tac Toe: A great example of a simple and fun project that allows us to learn about OOP features, and more importantly, build a good design in terms of OOP.
  • OOP Car Dealership: This project takes you to the next level, combining advanced OOP concepts like inheritance and polymorphism and design of a real life system.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment