Session 30: 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
Рекомендации по теме
Комментарии
Автор

I learnt following
1) In this session i learnt about the Rest API's
2) About using of vscode ide
3) About the methods of the post, end, update, delete
4) Microservices are based on the rest api's
5) About the routing techniques
6) Static routing
7) Dynamic routing
8) About the disadvantage of the get method

NareshKumar-puhj
Автор

10 April 2021
1) In this session i learnt about the Rest API's
2) About using of vscode ide
3) About the methods of the post, end, update, delete
4) Microservices are based on the rest api's
5) About the routing techniques
6) Static routing
7) Dynamic routing
8) About the disadvantage of the get method

Shri
Автор

In this session, I learned about the
1. REST API
2. About using of VScode ide
3. About the methods of the post, end, update, delete, and CRUD.
4. Microservices are based on the REST API. It is very important in microservices.
5. About the routing techniques
6. Static routing
7. Dynamic routing
8. About the disadvantage of the get method

kapildev
Автор

In this session we learnt about:
👉Rest API's introduction, Microservices based on it
👉 VScode IDE
👉GET and POST method supported by HTML form
👉 Routing technique, Dynamic and Static routing
👉 Query string in URL

kapilshav
Автор

1) In this session I learned about the REST API
2) About using of VScode ide
3) About the methods of the post, end, update, delete, and CRUD.
4) Microservices are based on the REST API. It is very important in microservices.
5) About the routing techniques
6) Static routing
7) Dynamic routing
8) About the disadvantage of the get method

hrithikrathore
Автор

In this session..we learnt about
●rest APIs
●vscode ide and methods
●Concepts of query string in URL
●About microservices
●Or dicribe get and post methods
●Dynamic routing and static
routing
●CRUD methods delete, post, read & put methods ..so on

sushmithar
Автор

a. Rest api
b. About using of VScode ide

c. About the methods of the post, end, update, delete, and CRUD.

d. Microservices are based on the REST API. It is very important in microservices.

e. About the routing techniques

f. Static routing

g. Dynamic routing

aloksharma
Автор

👉🏻Summary Of Session 30 :-

1) About Rest API
2) VScode IDE
3) Query string in URL
4) Difference between GET & POST
5) Micro Services
6)Routing technique

RomanceKingRutvikPatel
Автор

In today's session 30, I Learned:
* Learned how to work in VScode and familiarised how to use it.
* Learned about the complications when using GET method.
* GET method are not useful for sensitive information and large files.
* POST method is better than GET.
* GET method stores data on URL and POST method stores inside the Header.
* To get the data from the packet, we use request.form.get() method.
* Learned about CURD (Create, Read, Update and Delete)
* For each CURD function, it has its own methods like:
1. Create : POST
2. Read : GET
3. Update : PUT
4. Delete : Delete
* Learned about dynamic route and static route.
* Dynamic route can be achieved by providing /<variable name> with the route.
* To store data with dynamic route, provide /value with the the url route.

amalkmoney
Автор

We have lot of things in this session
1.> We learn method to send the data from client to server, they are GET, POST ( they are typical method which uses the in HTML)
2.>Get method basically save data in URL but POST method basically save data in header
3.> app.run() can be add to flask which becomes runnable by python and launch server as well . We don't use flask run here
4.> we also learn about Visual code importantance
5.> We also learn the importance of dynamic route which provides the dynamic creation of route
6.> We usually use static route as well

nikhilagarwal
Автор

in session 30 I learned:
- the Rest API's
- using of vscode ide
- methods of the post, end, update, delete
- Static routing
- Dynamic routing
- disadvantage of the get method

paarthgupta
Автор

Summery
-REST API
-Vscode IDE
-GET and POST
-Static and dynamic routing
- CRUD OPERATION
-Microservers based on REST API

ghansyamkar
Автор

- run method in the flask helps us to run the flask app
- POST method takes the input inside the header & not in url
- GET and POST methods are supported by HTML form
- CRUD is Create, Read, Update, Delete
- rest apis and microservices based on it
- static and dynamic routing

_Anuj_Gupta_
Автор

Summary_Session_30 : 10/4/21
✴️Run method is used to start flask app
✴️debug mode can be used for hot reload in the flask.
✴️POST method is used to send HTML form data to the server through header.
✴️Query String helps to extract data from the database
✴️HTML forms supports only two method GET and POST
✴️C: create R: read U: update D:delete

gulshachawla
Автор

1.introduction of rest api
2.learn about CRUD
3.VSCODE IDE
4.query string
5.static routing

vikasrawat
Автор

- we learn about the rest API

- we use Visual studio code for coding

- Query string

- There are two method they are Get method which is not secure and post

method is secure

- we also learn about static routing and

dynamic routing

- we learn CRUD that is Post method, Read method, put method and Delete method.

avadhutshinde
Автор

-> we learn about the rest of API
-> we use Visual studio code for coding
-> About the methods of the post, end, update, delete
-> Microservices are based on the rest API's
-> About the routing techniques
-> Static routing
-> Dynamic routing
-> About the disadvantage of the get method

mayanksharma-whfx
Автор

Summery:

- Rest API
- Vscode ide
- static routing
- dynamic routing
- Get method
- Post method
- query string

anandhukrishna
Автор

in this session:
--Rest API
--Quiery string
--About vscode ide

--Post method sequre

--Dynamic route
--Static routing
--About routing techniques

bharathkumargoud
Автор

I Learned:-
Post method
Rest API
VS code software ide
Query string
Static and dynamic method

sumith_s_prince