All Questions
4 questions
2
votes
0
answers
150
views
Flask Session + Jinja OR Javascript + Flask
I'm a beginner in programming and I'm figuring out what is the best approach for my mini e commerce site project.
My current approach is
...
7
votes
3
answers
189
views
Blog with Python/Flask
I've written a blog site using python and Flask. It works a little like Reddit, but instead of having some anonymous users, ...
3
votes
1
answer
834
views
Plotting non continuous functions and a real scatter example with Bokeh
I've written a python 3 code using Bokeh. With this code you can learn howto to plot math functions and a scatter plot with regression linear functions in a webpage. The target is how to plot ...
12
votes
1
answer
13k
views
Adding a new class to HTML tag and writing it back with Beautiful Soup
I am working on an HTML document to which I need to add certain classes to some elements. In the following code, I am adding class img-responsive.
...