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

In this session
1) web app, web server
2) thenabout full stack development
3)render template
4) load, path and decorator function
Thank u sir for this wonderful session.

saffronindia
Автор

Today I have learnt below topics
1. What is Flask.
2. What is Server Side code.
3. Use of route decorator.
4. Use of render_template.

gourav
Автор

Summary:
-flask
-route
-HTML using flask
-flask web server
-render template
Thank you for valuable info sir 🙇‍♂️

prabhasrajgupta
Автор

*Session :-27 Summary*
1. Full stack development
2. Concept of flask, framework
3. Concept of Rest API
4. Micro service
5. Render temple
6. Decoder function

*Thank you sir*

darshanabhavsar
Автор

Summery
--Flask
--CGI
--API
--Microserver
--parh
--Decorator function
--full stack development

ghansyamkar
Автор

Summary of session 27:
We discussed about following points:
1. Introduction to full stack development
2. Concept of flask
3. Framework to create API
4. Use of @app.route decorator to define path
5. Use of flask to run program
6. Concept of template
7. Use of render_template()
8. Hot reload
9. About micro servers
10. Rest API
Thank you sir for this lecture

gayatrimisal
Автор

Session on 6-03-2021.
On this class we learnt about.
* Full stack development..
* webapp
* Rest API.
* Main focus on flask (framework)
* In built function of
Like Launch webserver, launch
Webapp, deploy it, Connect to
Client.
* @ Decorator.
* Flask run command
* Came to know about 200 and 404.
* Render template....
Thankyou sir🙂

kasturis
Автор

In this session I have learned about-
• About Stack Development
• About flask module
• About webapp and webserver
• And also learnt about hotreload and render template
• About micro services
• About Rest API concept..

anushkakushwaha
Автор

Session summary was:-
Full stack development
Concept of flask
Decorator function
Configuring of web server and web app
Rest of API
Thank you sir

sajalvishwakarma
Автор

In this session we got introduced with flask framework.
->we learnt how create a webapp by using flask.
->we learnt what exactly flask is why we used it.
->we write some code in python
->we learnt how to respoonse to the client by return statement.
-> we learnt about the path.
->learnt about the

sanketchavan
Автор

This session I learned;-

* What is flask
* Web app
*Web server
* Loops, microservices, path

Miracle
Автор

-> Flask is used to create a Web Application.
-> Flask has an inbuilt function that is used to set route.
-> route() helps python to associate route with function.

-> To run system commands in Flask we use the subprocess module.
-> The defaults directory to store templates in the flask is templates
-> render_template is a function that is used to render the file and then fetch the entire data

adityanaitan
Автор

Learnt about
- Full Stack development
- Rest api
- Concept of flask
- Hot reload
- Webapp and webserver
- Render template
- Decorator function

vishalbhola
Автор

In this session we learn about few things
1.>A great introduction of full stack development . We use flask a lot in the framework specially use of python, flask has in built webserver . It doesn't need 3rd party software.
2.> We use flask, render_template module, it gives Flask class which give framework, It takes the by default app for deployment
We create the Url ( @app.route() decorator to define path)to allow the client to use the functions
3.>render_template module is used to render the Html pages . We manage the html files in templates folder
4.>flask run command is used to deployment of website

nikhilagarwal
Автор

a. Learned about full stack development
b. learned about decorator function
c. rest api
d. flask
e. hot reload

aloksharma
Автор

Summary:
1. Learnt about webapp and webservers.
2. Learnt the concept of hot reload and render_template.
3. Gained insight on micro services and path.

anshuman_ranjan
Автор

In this session we learned about :

● full stack development
● flask
● CGI
● API
● microserver
● webapp and rest api

subhamaydhara
Автор

Summary:

✏ Flask is a lightweight web development framework. It is also used to create APIs.


✏ Flask makes the life of web developers easy by associating the routes in URL with a function, i.e. it maps the routes with functions. It is achieved with the help of using decorators’ concept of python.


✏ The default file name which Flask looks for is “app.py” when one uses the command “flask run”.


✏ To run and store system commands with Flask(or generally in python) one can use getoutput method of the subprocess module.


✏ The default directory to store jinja templates in flask is “templates”.


✏ We use “render_template” method from flask to render the content of a template to the client.

yogeshsurapaneni
Автор

Summary
1. Learn about loop
2. full stack development
3. flask, CGI and API
4.microserver
5. webapp
6. rest api
7. Decorator function

DeepakSharma-iuwn
Автор

Summary-
>>Discussion on flask framework
>>How to make basic web app
>>Discussion on Rest API
>>Use of function render_template()

rishabhgupta