How do I develop a Holy Bible app from scratch to finish with python or Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do I develop a Holy Bible app from scratch to finish with python or Java?

I want to develop a Holy Bible app from scratch to finish with python or Java. It's my first real project. I would appreciate every bit of help and suggestions from any one. Thanks in anticipation

29th Jun 2019, 11:29 PM
odeji augustine
odeji augustine - avatar
2 Answers
+ 9
Well to start off with, you'd need the Bible in a format that's parse-able. I've made my own Bible reader in Python actually (despite not being Christian), I did it via a text file containing the entire bible. If you want to include multiple Bible versions, that's where it can get tricky as you'd either need more ways to parse or have those Bible versions in a similar format. And yeah, you'd need to read data and present it in the format you wish to present it in. I think you'll want to create it in Java so it's easily portable, and easier to make it look better .
30th Jun 2019, 12:04 AM
Ahri Fox
Ahri Fox - avatar
+ 3
Ahri Fox thanks a million .... Very helpful.
30th Jun 2019, 6:16 AM
odeji augustine
odeji augustine - avatar