Hey. No reason to run any servers if you doesn't planning to publish results of your work to wider public. Just use any web framework you like, ill recommend flask for beginning. You can run own web server with five strings of code. Thats enought till you practice in coding. If you are thinking about learning react - better way is not fully functional web server, but web api for your react application. Flask is also good enought for that. React as a part of js ecosystem have tonns of charts libraries for any taste. Try to google fully functional, simple enought, samples, react and flask also have huge community and alot of howto in the web. Sorry for my english :) thats not my strongest suit
After some pratice you can serve your flask application with, for example, uwsgi or something else and nginx as reverse proxy (for example too). But you doesnt need all of this stuff for start, flask is just enought for beginning. Try it, thats really easy.
Hey. No reason to run any servers if you doesn't planning to publish results of your work to wider public. Just use any web framework you like, ill recommend flask for beginning. You can run own web server with five strings of code. Thats enought till you practice in coding. If you are thinking about learning react - better way is not fully functional web server, but web api for your react application. Flask is also good enought for that. React as a part of js ecosystem have tonns of charts libraries for any taste. Try to google fully functional, simple enought, samples, react and flask also have huge community and alot of howto in the web. Sorry for my english :) thats not my strongest suit
After some pratice you can serve your flask application with, for example, uwsgi or something else and nginx as reverse proxy (for example too). But you doesnt need all of this stuff for start, flask is just enought for beginning. Try it, thats really easy.
Thank you! I'll try this way.