0
If python is frontend what will be the maximum usage back end code!?
4 Réponses
0
what do you mean by usage?
0
To connect database what ll be used as back end to python
0
Python can connect to almost any database if you have the appropriate database driver. picking a database depends on the type of data you have, how big the dataset is and the type of operations you need to perform on the data.
Python comes with sqlite3. Anaconda Python comes with Both which has Amazon AWS support for Red Shift, S3, etc. MongoDB is another good option.
does that answer your question?
0
Thank you.