Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Learn to build REST API using Python, Flask and Postman

    Posted By: BlackDove
    Learn to build REST API using Python, Flask and Postman

    Learn to build REST API using Python, Flask and Postman
    Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 48.0 KHz
    Language: English | Size: 378 MB | Duration: 20 Lessons (1h 18m)


    In this class you are going to learn about building REST API using Flask and Postman.

    Understanding how the API works to deploying API is the objective of this class. Moreover, you would also learn fundamentals of the API likehttp requests, endpoints, routes, CRUD operations and much more in pragmatic style.

    You could create APIs for different HTTP methods like get, post, put, patch and delete. And you would also learn how to efficiently store data to the database using flask SQL alchemy.

    To test API's, you will also learn to use Postman. Postman is an API client that makes it easy for developers like you to create, share, test and document APIs.

    Why You Should Take This Class?

    If Technology is eating up jobs, then APIs are the teeth. APIs are everywhere and understanding the concepts of API and how to build would always give you competitive advantage over others.

    Future of development will be much more depended on APIs and if you are a developer or someone working in the technology domain, you need some working knowledge about APIs not just conceptual information but practical knowledge. And when you could build APIs and work with them, you could use your skills for a variety of roles in technology-based organizations. Be it Machine Learning or Data Science, Cloud services or mobile development, have developer skills over APIs could be a leverage. Moreover, this class is short and to the point that teaches with pragmatic approach.

    What will students learn in your course?

    Here you will learn following concepts

    Learn the fundamental concepts of microservices and API
    Learn how to build rest API using flask, Sqlalchemy. marshmallow and postman
    Learn to test API using Postman
    Learn to perform CRUD operations: Create, Read, Update and Delete
    Learn to build different HTTP methods- Get, Post, Put, Patch and Delete
    Learn to build web app using Python flask
    Learn multiple concepts like routes, endpoints,http verbs, status code and much more
    Who This Class is For

    This course, is generally aimed for anyone who is curious to learn about Microservices and API. Whether you are Full stacked developer, back-end developer, front-end developer, data scientist, machine learning engineer, understanding of the API and microservices would be helpful.

    Tools required:

    Pycharm IDE or any Python IDE

    Projects & Resources
    Building a REST API using Flask, Postman and SQLAlchemy

    Project Description

    Assignment

    Your class project is to build REST APIs using Flask and create methods forhttp requests like get, post, put, patch and delete.

    Tools

    Python 2.7 or later
    Any python IDE like Pycharm, Visual Studio Code, Atom
    Getting Started

    You may follow the steps mentioned below to create your class project-

    Create differenthttp methods like get, post, put, patch and delete