In this Tutorial I'm going to Teach you How to add two Addition numbers and What is GET POST. What is HTTP request and response in Django ?
What is csrf_token and How it's work and how to do.
Source Code: https://github.com/arafatHoshen/Djang...
*****Chapters*****
0:00:00 what is Django Bangla ?
0:01:42 How to Addition of two numbers in Django
0:18:07 How to use GET method in Django
0:06:38 How to use POST method in Django | csrf_token
0:22:06 The End
👍 CONNECT WITH US ON SOCIAL MEDIA 👍
🔵 FACEBOOK ► / nongarehub
🔵 TWITTER ► / arafat99hossain
🔵 INSTAGRAM ► / arafat99hos. .
🔵 LINKEDIN ► / arafat7
🔵 GITHUB ► https://github.com/arafatHoshen
🔵 Stack Overflow ►https://stackoverflow.com/users/16385...
🔵 MEDIUM ► /
🔵 PINTEREST ► / arafathoshe. .
প্রোগ্রামিং রিলেটেড যে কোন সমস্যা এই গ্রুপে পোস্ট করুন আশা করি সমাধান পাবেন
🔵 Join our Facebook Group: ► / bdpro. .
চায়না থেকে সরাসরি কোনরুপ ঝামেলা ছাড়াই বাংলাদেশে পণ্য আনতে এবং আপনার কাঙ্ক্ষিত পণ্য স্বল্প সময়ে এবং স্বল্প খরচে BY AIR
ও BY SEA তে LC অথবা TT ছারাই বাংলাদেশে ইমপোর্ট করতে আমাদের সাথে যোগাযোগ করুন।
🔵 Facebook page link: / nongare360shop
❤ WATCHING ANOTHER VIDEO
➡️ Html full course bangle: • Html full course bangle | HTML Bangla Tuto...
➡️ Python full course for beginners Bangla : • Python full course [ Bangla ] python bangl...
➡️ Face Mask Detection using Python, Keras, OpenCV & Tensorflow : https://www.youtube.com/watch?v=OQQiK...
➡️ Python OpenCv Playlist Link: https://www.youtube.com/watch?v=mpS8N...
➡️ License Plate Detection using Python OpenCV: • License Plate Detection using Python OpenC...
What is HTTP request and response in Django ?
HTTP works as a request-response protocol between a client and server. Example: A client (browser) sends an HTTP request to the server; then
the server returns a response to the client. The response contains status information about the request and may also contain the requested
content.
What is the GET Method Django ?
The GET method refers to a Hypertext Transfer Protocol (HTTP) method that is applied while requesting information from a particular source.
It is also used to get a specific variable derived from a group. The HTTP POST asks for input of information from the supplying browser into
the server’s message system. Structures of Hypertext Markup Language (HTML) come in either POST method or GET method. The method applied, be
it the POST method or the GET method, settles on how form data shall be presented before the server.
To understand the attributes of the GET method or otherwise termed as HTTP GET request, here is an outlined comparison between the GET method
and the POST methods.
what is POST request ?
In computing, POST is a request method supported by HTTP used by the World Wide Web. By design, the POST request method requests that a web
server accepts the data enclosed in the body of the request message, most likely for storing it. It is often used when uploading a file or
when submitting a completed web form
Differences between the POST method and the GET method ?
1. For the GET method, the parameters maintain within the server since it forms a portion of the URL (Uniform Resource Locator.).
On the other hand, the status of parameters of the POST method of HTTP does not remain since it is not within the browser history.
2. The GET method of HTTP is capable of being bookmarked since it is within the URL but the POST method cannot be bookmarked.
3. By way of the GET method of HTTP, one can send parameter information but with a limitation to what is acceptable to the URL.
On the other hand, one can send information to the server by POST method without any kind of hindrances, including information in
the form of uploaded files. Information inscribed on the URL is limited to an approximate of 2000 characters under the GET method.
The POST method does not feature such restrictions.
4. The GET method is easily meddled with, thus is not safe since the information received is also saved in the URL, meaning anyone else can
have access to it. This attribute renders the GET method applicability at a disadvantage. On the other hand, the POST method is safer and not
easily cracked up. POST parameters are not maintained in the server or webpages thus it is not easily accessed. It is therefore discouraged
for one to inscribe delicate information through the GET method such as credit card pins and passcodes. Such information is detectable as
information posted on the URL is accessible to anyone.
#python_django_bangla_tutorial
#What_to_add_two_Additon_number_in_Django
#GET_POST_Http_Protocol_in_Django