Session 31: Instructor-led Live Training on Python - Full Stack Development using Flask

preview_player
Показать описание
Free of Cost – Specialist in Python (with Flask Towards Data Science) basic to advance by World Record Holder - Mr. Vimal Daga.

➡️ IIEC-RISE Social Media Platforms :-

➡️ Join our Telegram channels :-

#pythonwithiiec #iiecrise #vimaldaga #worldrecordholder
Рекомендации по теме
Комментарии
Автор

Summary
1) we learn about rest apisand their applications to microservices
2) then we learnt about code to connect various function to particular one route
3) then we saw that javascript is client side language.
4) then we learnt about languages to JASON format and with this a tool which checks JASON format.
5) got introduce with CRUD .
Thank u sir for this session.

saffronindia
Автор

I Learned:-
Postman tool
Static & dynamic routing
Javascript
Jason & jsonify

sumith_s_prince
Автор

This session taught me about:
- What is rest API
- How rest API works
- How the same route but with different methods can work
- What is JSON and why we need JSON
- What is the postman tool, and other verbs also
- How client communicate with front-end language

adminhopster
Автор

I learnt following:-
1. REST API stands for Representational State Transfer Application Programming Interface.
2. In an environment of REST API where different servers are connected to each other, we have to follow a standard format for the data structure. Like, we can use JSON(JavaScript Object Notation), which is globally accepted.
3. Single API having multiple verbs or capabilities are exposed using the REST API concept. This kind of API is driven by another program like JavaScript or a mobile App.
4. In python, the dictionary variable contains the values in key-value pair, which means each value is represented with a key and remains between {}.
5. There is a function in the flask to convert a dictionary into JSON, called 'jsonify'.
6. Postman is a tool that will send verbs to API for testing purpose

NareshKumar-puhj
Автор

Summary of the Session -
I have learnt about the following topics -
1. The JSON Format is used to transfer data from client to server in REST API.
2. REST signifies using one route for multiple routes.
3. REST APIs is that they provide a great deal of flexibility. Data is not tied to resources or methods, so REST can handle multiple multiple types of cells, return different data formats.
4. Postman is an interactive and automatic tool for verifying the APIs of your project.
5. Verbs specify what action into be done.
6. jsonify() is the function name to encode/decode from JSON to python understandable language and vice-versa.
7. JSON formatter is one of the online tools used to validate JSON code. We have some more also.
8. Questions and Answers.

PrabhjeetSingh-wbmc
Автор

1)REST API stands for Representational State Transfer Application Programming Interface.

2)Single API having multiple verbs or capabilities are exposed using the REST API concept.

4) This kind of API is driven by another program like JavaScript or a mobile App.

5)In an environment of REST API where different servers are connected to each other, we have to follow a standard format for the data structure. Like, we can use JSON(JavaScript Object Notation), which is globally accepted.

6)In python, the dictionary variable contains the values in key-value pair, which means each value is represented with a key and remains between {}.

7)There is a function in the flask to convert a dictionary into JSON, called 'jsonify'.Postman is a tool that will send

avadhutshinde
Автор

>Rest significance
>rest api and its need
>usage of Postman tool
>How verbs use in applying different action on same route in same web-page
>jsonify() function is used to Encode/Decode python output in JSON format
>JSON formatter used to validate JSON code

nischalvooda
Автор

In this session we learnt about :
-- What is rest api
-- How rest api works
-- How same route but with different methods can work
-- What is json and why we need json
-- What is postman tool, and other verbs also
-- How client communicate with front-end language and then front-end language communicate with back-end functionality

dishabajaj
Автор

Today we have learnt below topics
1. What is REST( Representational state transfer) Apis.
2. CRUD operations in REST Apis.
3. Dictionary in python.
4. What is Json type and its content.
5. POSTMAN tool for testing the Api.

gourav
Автор

Summery
-Rest API
-postman tool
-json format data
-jsonify
-jsoiy
-java script
-Dynamic router

ghansyamkar
Автор

-->JSON format is used to transfer data from client to the server.

--> REST signifies, Representation state and transfer.

-->Rest API is needed so the using only one route we can do multiple things using the type.

-->Using Postman we can test our API It also help to test various verbs of the API.

-->Using verb we can tell client to go on same route for different services like update, delete, put, etc.
--->jsonify() is the function name to encode/decode form JSON to python understandable language and vice-versa

---->JSON formatter is one of the online tools used to validate JSON code. We have some more.

shashwatsingh
Автор

Apr11
>In "JSON" format data is transferred from client to server in Rest API. >REST stands for Representation State Transfer. It used to interact with webapp and allows to communicate.
>Rest API is provide dynamic architecture for any application.
>Postman is a tool used to test the Rest API .
>Using different verbs we can use same route to do different Actions Eg:- @app.route ('/app', method = ["GET"]) def F1(): return "read a post" In the above eg we can use different verbs instead of GET like DELETE, PUT, POST.
> jsonify () is used to encode/decode python output in JSON format.
>JSON formatter is an online tool we can used to validate JSON code.

ayushkaushik
Автор

Summary-
>> REST API discussion nowadays standard for API development
>> Dictionary data structure in python
>> How to add a dynamic route
>> JavaScript runs in the browser as client side language
>> Use of JSON format and conversion by jsonify()
>> Postman app for API testing

rishabhgupta
Автор

I learnt the following things :
- Rest API
- How Rest API works
- About JSON
- Need of JSON
- Postman tools
- Communication with front end languages.

manavmisra
Автор

In this session we have learn so many things about REST API(RElational State Transferred ) . When we have lot of server with different functionality with different langauage . Then Only intermediator tool or language like javascript acts an significant role
REST API plays an significant role in this situation
According to flask Only one route is attach to one function
when one route is attach todifferent function . verbs helps a lot in this situation
Postman tool is used to test our api
We have a standard which is used to transfer from one place to another that is JSON
Backend get request from Frontend only

nikhilagarwal
Автор

11th April 2021
RISE 2020.50.02.02

* Standard format data is transferred from client to server in REST API in form of JSON
* REST signifies Representational State Transfer. It is used to communicate with the web applications and provides the usage of multiple verbs on a single route
* The way verbs are used in applying different action on same route in same web page includes mentioning it using methods keyword within route function
* jsonify function is used to encode/decode Python output in JSON format
* Online tool that could be used to validate JSON code is known as "JSON formatter"
* Postman tool is used to test API ans supports multiple verbs like GET, POST and many more

satyamsingh
Автор

Summary
-studied about rest API
-JSON
-JSOIY
-JSONNIFY
-tuple, dictionary, list
-postman tool CRUD uses

Ajmal-nothingx
Автор

Summary of session 31:
We discussed about following points:
1. What is rest api?
2. How rest api works?
3. Managing CURD operations to route to specify function
4. REST : RE stands for 'represent'
S stands for 'state'
T stands for 'transform'
5. Dictionary in python
6. Coded in dynamic route
7. JSON format which is standard format to transfer data
8. Create JSON format file using {}
9. jsonfy() method
10. Need of JSON
11. Postman tools
12. Use of postman tools
*Thank you sir*

gayatrimisal
Автор

Summary:
- REST is the concept to manage API
- The API which try to tell what we want to do accordingly it is attached to function, technically we are transferring extra information here and it is a way we are going to represent the API. To manage this kind of way to represent API is called REST API
- REST specifies Representation State and Transfer
- In URL we have only capability to GET Request because the browser is designed in such a way we can only do to get request
- If we want to use Update, delete, and other method that we need to see language in between
- Language has the capability to go to URL and add some extra header in the request
- AWS gives separate rest API for ec2 service
- Mobile app works like a language to connect to url
- We need to follow standard instruction of data structure in rest API cocept. The globally standard format is JSON [ Javascript Object Notation ]
- Python Dictionary is a datatype which is use to structure and convert data into JSON
- Flask has a function called JSONIFY to convert the value into JSON format
- There is tool available that will send get, post, put request and test all our rest API that all method are working or not. The toll is known as POSTMAN.

niteshthapliyal
Автор

Today we learn about
1. Rest api continue
2. Json format of data
3. Client side language javascript
4. About postman tool to send different type of request to server
5. Connection of particular feature of website using rest api

nikhilkansliwal