0
Which python framework is good?
Hey guys, I'm engaged in a project, "Analysing the Twitter". I got Twitter Developer ID, now there is a need to handle this API from Twitter. I'm new to python frameworks, I know python is cool, what abt it's frameworks? I need to store and retrieve all those Details in MongoDB. So, my question, "Which is the Good and Easiest framework in python to start on?"
16 Respostas
+ 7
It's simply what we work with at my job
So it's the first python framework i knew
+ 7
Google any combination of these terms:
Python
Flask
Django
Rest
Mongodb
Mongoengine
Pymongo
Tutorial
Example
+ 5
No problems Pranav Rk
+ 4
My personal experience is with Flask (server) and mongoengine
There are other (and might be more popular) options such as Django for the server, PyMongo and probably many more i am not familiar with
extra read:
https://www.pydanny.com/when-to-use-mongodb-with-django.html
https://www.bogotobogo.com/JUMP_LINK__&&__python__&&__JUMP_LINK/MongoDB_PyMongo/python_MongoDB_RESTAPI_with_Flask.php
https://medium.com/@riken.mehta/full-stack-tutorial-flask-react-docker-ee316a46e876
+ 4
Pranav Rk it's all about practice
And what area you are interested in (data analysis/backend/etc...)
+ 4
Pranav Rk follow up on this thread:
https://www.sololearn.com/discuss/444755/?ref=app
+ 3
Pranav Rk that's Kuba SiekierzyĆski area of expertise đ
I'm backend and the occasional scraping
+ 3
Pranav Rk You might be interested in taking one of the courses I recommend here (scroll down for the course list):
https://code.sololearn.com/W2nvcMqTRi4q/?ref=app
+ 2
Burey Data analysis!!đ
+ 2
Burey Thanks brother..đ
+ 2
Kuba SiekierzyĆski Thank youđđ
0
What are the advantages you saw in Flask?
0
can you suggest me any great resource for this? Free resource will be appreciated....đ