Skip to content

kpphillips/Pythonista-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pythonista-Projects

Table of Contents

  1. Face Recognition
  2. Chicago CTA API
  3. Road Trip Scholar
  4. Autodesk Forge APIs

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.

4. Autodesk Forge APIs

Autodesk Forge APIs - is a project created to explore the different APIs in a mobile environment and on the go. The Pythonista iOS application written in Python.
How it works
  • First create a project on https://forge.autodesk.com/

  • client_keys.py - Enter keys in this file as strings once you obtain them from creating your project.

  • forge_auth.py - select and run the script to begin the Oauth 3-legged workflow and sign in with your Autodesk credentials. The script will save the needed token to a stubbed python file. , forgeauth_response_keys.py

  • Other APIs exploration coming soon...

About

Learning Python using the iOS Pythonista application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages