Samir Aghayev
Samir Aghayev
https://tutorial.djangogirls.org/en/django_templates/ I think in below code **linebreaksbr** should be replaced by ** truncatechars:200**. Otherwise, there is no need to create post_detail pages, because all posts are listed with their full...
I wanted to add xlabel to add my data source (Data Source: International Monetary Fund). It would be very convenient if I could do it without defining my own figure...
Hello David, Thank you very much for preparing such documentation. Could you please, explain whether the price input should be clean or dirty prices in the following example? ``` pgbs...
In Random_Variable lecture notebook, you have written class BinomialRandomVariable(DiscreteRandomVariable). Also in draw method of DiscreteRandomVariable class random_integers should be changed to randint. random_integers is deprecated.