A redesign of the Bible App I created here
Creating a Bible App with Pythonista to learn how to use the Sqlite3 module.
Database from here
The only files you need currently are the_bible.py
, the_bible.pyui
, bible-sqlite.db
.
This project will demonstrate how to:
- Query an SQlite database with Python
- Load data from a database into Pythonista's **ui.View()**s
- File handling with Python
- Using the sound module
- Creating alerts using the console module
- Work with the TableView module and pass data from one to another
- Use the datetime module to create a timestamp
- Use the lambda function
- Use list comprehension
- Using segmented controls