Skip to content

Instantly share code, notes, and snippets.

@santiagobasulto
Last active November 8, 2017 00:14
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save santiagobasulto/e0c4d5915f0f08580b420b8d5145a730 to your computer and use it in GitHub Desktop.
Save santiagobasulto/e0c4d5915f0f08580b420b8d5145a730 to your computer and use it in GitHub Desktop.

Advanced Python Programming 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.

  • Tic Tac Toe: We start our first week with a simple project that allow us to practice the basic features of Python and a few important Functional Programming concepts.
  • Starwars API: Our second week deals with OOP, iterators and generators. You'll be in charge of building an SDK aroudn the Starwars API. You'll need to build a valid object model along with iterators and generators.
  • Jobs Detector: Our third week deals with advanced Python features as modules, packages, decorators and files. For this project you'll need to scrape Hacker News and parse job offerings to present them in an organized way to your user.
  • Twitter API: Week 4 is all about web development and RESTful APIs. In this project you'll have to build a real API simulating Twitter's behavior.
@dariushazimi
Copy link

@santiagobasulto

Minor correction on the spelling.
Functional
Scrape

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment