Posts by j6ninhas • 1 point
2 posts
-
-1
votes1
answer19
viewsQ: How to load dynamically staticfiles CSS and Javascripts in Django
I’m writing in Python with Django. As a common practice, I created a "base.html" template that will then be extended by several other pages. Each one will have its own CSS file and its own…
-
-1
votes1
answer158
viewsQ: How can I view an Axessubplot object in the same way as pyplot.show()?
I’m learning how to deal with pandas and after getting a Dataframe, the next step was to get a chart of this Dataframe "Upermarket": supermarket.loc[:10, 'Total'].plot(figsize=(14, 6)) This results…