0
What do i need to learn to do this?
So like i've wanted to make this website that has some information about students and stuff their grades etc. But also i wanted to make an mobile app connected to that site that will bring the notifications about new grades and stuff right away. I wanted to do it in python but like what are the things that i need to get the grab off to do this?
2 Antworten
+ 4
Going cross platform with Python? You can use Kivy, for website you will have to choose between two frameworks: Flask or Django.
0
Thx ^^