/Pythonista-Projects

Learning Python using the iOS Pythonista application

Primary LanguagePython

Pythonista-Projects

Table of Contents

  1. Face Recognition
  2. Chicago CTA API
  3. Road Trip Scholar

1. Face Recognition

Learning Python Face Recognition with Pythonista Mobile

YouTube Video

2. Chicago CTA API

Build a Mobile API Wrapper for the Chicago CTA Bus API with Pythonista Mobile

YouTube Video

3. Road Trip Scholar

Road Trip Scholar - is an application built using The Pythonista iOS application written in Python.
How it works
  • Uses Pythonista's location module to determine the users location, then uses reverse geocode to determine a list of nearby cities/neighborhoods

  • Next, using the 3rd party wikipedia module to search for the local info and presents that to the user.