• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Building Rest APIs with Flask: Create Python Web Services with MySQL » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2949965]
• Literatura piękna
 [1857847]

  więcej...
• Turystyka
 [70818]
• Informatyka
 [151303]
• Komiksy
 [35733]
• Encyklopedie
 [23180]
• Dziecięca
 [617748]
• Hobby
 [139972]
• AudioBooki
 [1650]
• Literatura faktu
 [228361]
• Muzyka CD
 [398]
• Słowniki
 [2862]
• Inne
 [444732]
• Kalendarze
 [1620]
• Podręczniki
 [167233]
• Poradniki
 [482388]
• Religia
 [509867]
• Czasopisma
 [533]
• Sport
 [61361]
• Sztuka
 [243125]
• CD, DVD, Video
 [3451]
• Technologie
 [219309]
• Zdrowie
 [101347]
• Książkowe Klimaty
 [123]
• Zabawki
 [2362]
• Puzzle, gry
 [3791]
• Literatura w języku ukraińskim
 [253]
• Art. papiernicze i szkolne
 [7933]
Kategorie szczegółowe BISAC

Building Rest APIs with Flask: Create Python Web Services with MySQL

ISBN-13: 9781484250211 / Angielski / Miękka / 2019 / 199 str.

Kunal Relan
Building Rest APIs with Flask: Create Python Web Services with MySQL Relan, Kunal 9781484250211 Apress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

Building Rest APIs with Flask: Create Python Web Services with MySQL

ISBN-13: 9781484250211 / Angielski / Miękka / 2019 / 199 str.

Kunal Relan
cena 211,90
(netto: 201,81 VAT:  5%)

Najniższa cena z 30 dni: 210,17
Termin realizacji zamówienia:
ok. 16-18 dni roboczych
Bez gwarancji dostawy przed świętami

Darmowa dostawa!

Beg user level

Kategorie:
Informatyka, Programowanie
Kategorie BISAC:
Computers > Languages - Python
Computers > Programming - Open Source
Wydawca:
Apress
Język:
Angielski
ISBN-13:
9781484250211
Rok wydania:
2019
Ilość stron:
199
Waga:
0.31 kg
Wymiary:
23.39 x 15.6 x 1.17
Oprawa:
Miękka
Wolumenów:
01
Dodatkowe informacje:
Wydanie ilustrowane

Chapter 1:  Beginning with Flask


Chapter Goal: Give the readers a primer on Flask and RESTful services and set up virtual environment for REST API development

No of pages: 20

Sub -Topics
1. Introduction to Flask
2. Introduction to RESTful Services
3. Working with pip
4. Setting up Virtual Environment
5. Explaining the Flask Microframework

Chapter 2:  MongoDB and PyMongo

Chapter Goal: Teach the readers the ket differences between NoSQL and SQL. Show readers how to connect MongoDB and Flask using PyMongo.

No of pages: 20

Sub - Topics
1. NoSQL vs SQL
2. Introducing MongoDB
3. Introducing PyMongo
4. Connecting MongoDB with Flask

Chapter 3: Architecting REST API

Chapter Goal: Learn about creating REST APIs along with the best practices associated with them. Readers will also learn to structure their app and test REST endpoints. 

No of pages: 30

Sub - Topics:  
1. REST 101
2. Python and REST
3. REST Best Practices
4. Structuring the application
5. Testing REST Endpoints

Chapter 4: CRUD with Flask and MongoDB

Chapter Goal: Teach readers how to work with modules and how to create CRUD endpoints using Flask and MongoDB. Readers will also learn to set up Authentication and Rendering HTML using views.

No of pages: 25

Sub - Topics: 
1. Working with modules
2. Creating CRUD endpoints using Flask and MongoDB
3. Setting up Authentication
4. Rendering HTML using views

Chapter 5: Testing REST API

Chapter Goal: Teach readers how to write unit tests for their REST APIs. Readers will also learn about mocks, assertions and Integratioin Testing

No of pages: 20

Sub - Topics: 
1. Introducing Unit Testing Framework
2. Writing unit tests for the APIs
3. Mocks and Integratioin Testing\
4. Assertions

Chapter 6: Documenting REST APIs

Chapter Goal: Readers will learn to document their REST APIs and also get to know Automated API documentation.

No of pages: 15

Sub - Topics: 
1. Documenting APIs 101
2. Generating Automated API documentation 

Chapter 7: Deploying REST APIs

Chapter Goal: Readers will learn to deploy their Flask applications using uWSGI and Nginx. They will be deploying their applications on Heroku.

No of pages: 25

Sub - Topics: 
1. Deploying Flask Applications 101
2. Introducing uWSGI and Nginx
3. Deploying Flask Application using uWSGI and Nginx
4. Deploying on Heroku

Chapter 8: Debugging and Monitoring

Chapter Goal: Readers will learn to debug and monitor their Flask application.

No of pages: 20

Sub - Topics: 
1. Debugging Flask Application 101
2. Debugging Nginx Requests
3. Flask Monitoring
4. Conclusion

Kunal Relan is an iOS security researcher and a full-stack developer with more than four years of experience in various fields of technology including network security, DevOps, cloud infrastructure, and application development working as a consultant with startups around the globe. He is an Alibaba Cloud MVP, and author of iOS Penetration Testing (Apress) and a variety of white papers. Kunal is a technology enthusiast and an active speaker. He regularly contributes to open source communities and writes articles for Digital Ocean and Alibaba Techshare.

Develop RESTful web services using the Flask micro-framework and integrate them using MySQL. Use Flask to develop, deploy, and manage REST APIs with easy-to-read and understand Python code. Solve your problem from a choice of libraries. Learn to use MySQL as the web services database for your Flask API using SQLAlchemy ORM.

Building REST APIs with Flask provides a primer on Flask, RESTful services, and working with pip to set up your virtual environment. The key differences between NoSQL and SQL are covered, and you are taught how to connect MySQL and Flask using SQLAlchemy. Author Kunal Relan presents best practices for creating REST APIs and guides you in structuring your app and testing REST endpoints. He teaches you how to set up authentication and render HTML using views. You learn how to write unit tests for your REST APIs, and understand mocks, assertions, and integration testing. You will know how to document your REST APIs, deploy your Flask application on all of the major cloud platforms, and debug and monitor your Flask application.


What You'll Learn:
  • Use MySQL to create Flask REST APIs 
  • Test REST endpoints
  • Create CRUD endpoints with Flask and MySQL
  • Deploy Flask on all of the major cloud platforms
  • Monitor your Flask application





Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2025 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia