Hello All, I am quite excited to announce that I have just finished the first prototype of the Quran Database! I managed to use the Quran.com API using the Requests python library to obtain each word from the Quran with its respective data available using the below loop: x = 1 n = 0 y … Continue reading Project Ramadan: 1st Prototype
Tag: ramadan
Project Ramadan: How can Data explain the Quran?
During this holy times and with some enthusiasm for Data, I cant help but raise the question: How can Data Explain the Quran? Imagine a Dataset with four columns: Word, Verse/Aya, Soora and Juz. Basically the Quran is structured into 'Soora' which comprise 'Aya' or verse which comprise Words. Moreover, it is also divided into … Continue reading Project Ramadan: How can Data explain the Quran?