In this blog, I am going to elaborate on some of the strategies I utilized for building my project, how I used the agile methodology to schedule my sprints, my interactions with the mentors and how I incorporated their feedback into my design and thinking patterns.
-
-
Full length explanation for this puzzle is discussed below, distributing 300 coins in 6 pirates.
-
While working with forms, we usually require two things: GET request and POST request. While GET requests are used to request data from a specified resource, POST requests are used to send data to update or create a resource. Since, a form creating an object will likely be creating and updating databases, our forms will transfer user data via a post request.
-
The basic difference between a OneToOneField and a ForeignKey in django lies in the fact that one creates a one to one relationship between two entities and the other, a many-to-one relationship.
-
Many to many relationships in django are very useful, and are used to describe various day to day situations.
-
The setup with django is not as easy as it looks.
-
Here is my explanation for Codeforces Round 658 Div2-B-Sequential Nim.