I want to write a function to send a message to slack channel. It is part of a challenge. the only thing that they provided me with is the slack account email address. Can som...
and let's assume that a costumer is created as an instance of Costumer class. now how can i access to this specific Costumer and manage his card or balance or etc? shall i sto...
for example i have an add_to_cart method inside my Costumer class. it adds the product to the user shopping list. now that user x (which is created some times earlier) wants t...
Hello everyone I wonder to know if it is normal that my own implementation of machine learning algorithms have less accuracy score than the pre-built algorithms in scikit-lear...
hello. i'm working on a project and it is my first commercial project. i have to create an e-commerce platform and i have some question so far. I've created a class to create ...
Hello can someone explain this to me?? It's kind of vague to me cause there is no semicolon and if and else are in a same line and ....
my question is : as an example Costumer class has a method add_to_cart, how can i use that method when a costumer logs in?
hi is there a way to append an item to a list in a specific index ??
i can delete else without any problems???