• Complain

Art Yudin - Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React

Here you can read online Art Yudin - Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. publisher: Apress, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Art Yudin Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React
  • Book:
    Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Art Yudin: author's other books


Who wrote Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React? Find out the surname, the name of the author of the book and a list of all author's works by series.

Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Landmarks
Book cover of Building Versatile Mobile Apps with Python and REST Art Yudin - photo 1
Book cover of Building Versatile Mobile Apps with Python and REST
Art Yudin
Building Versatile Mobile Apps with Python and REST
RESTful Web Services with Django and React
1st ed.
Logo of the publisher Art Yudin New York NY USA Any source code or other - photo 2
Logo of the publisher
Art Yudin
New York, NY, USA

Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the books product page, located at www.apress.com/978-1-4842-6332-7 . For more detailed information, please visit http://www.apress.com/source-code .

ISBN 978-1-4842-6332-7 e-ISBN 978-1-4842-6333-4
https://doi.org/10.1007/978-1-4842-6333-4
Apress standard
Art Yudin 2020
This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed.
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use.
The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, expressed or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Distributed to the book trade worldwide by Springer Science+Business Media New York, 1 NY Plaza, New York, NY 10014. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer-sbm.com, or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation.

To those who keep trying and not giving up

Introduction

I enjoy watching travel videoblogs. Of particular interest are places in Africa and Asia. I have noticed that no matter how remote the place is or poverty-stricken the community, most natives have smartphones. As a matter of fact, in Africa, most web applications for microloans and livery services were initially designed and issued as mobile apps. Simply because potential users of those services do not have computers, but mobile devices have penetrated everywhere. Half of the world population has smartphones, and the rate is still growing.

The smartphone is no longer a means of communication but rather a remote control to our lives. There is no task that cannot be done with a smartphone. We no longer go to the banks; there is an app for that. We order food, watch movies, chat with friends, and buy stuff online with mobile apps. So, if you have an idea to make a difference in the world, why not implement it as a mobile app?

This book will go through the process of building mobile applications for iOS and Android platforms. We will use Django Python web framework and React Native, JavaScript library. Some people might ask why you would not use Swift and Java. Well, the answer is we want to build a versatile mobile app. The Python Django framework would allow us to have one back-end solution for iOS and Android devices. Besides, you could use the same core to run a desktop version if you want.

You should regard this book as a practical guide to building versatile mobile apps. The main idea is to introduce Django and React Native and show how they can be applied in mobile development. I will emphasize on the principal features of these modern technologies and explain how to use them. The goal of this book is to get you started constructing mobile web apps using Python. You can think of it as a trampoline to your future accomplishments in the field of web development. I hope this book will encourage you to practice and learn more about Django and React Native.

OK, what kind of mobile web app we would build in this book? I love pizza. Who doesnt love pizza? According to http://thepizzajoint.com , Americans eat approximately 100 acres of pizza each day, or 350 slices per second.

Being a New Yorker, I think that here we have the best pizza in the world. However, recently, I have tried an amazing deep-dish pizza in Chicago, and it completely rocked my gastronomic experience. If you have never tried a deep-dish pizza at Uno, you should definitely put it on your bucket list. I understand that it might be difficult because you live somewhere far and probably also know an extremely good pizza spot you would recommend without any hesitation. There are more than 61,000 pizzerias in this country, and each one of them has its own fans that would refer it as the best pizza in the universe. That is why we need a web app to share our favorite pizza places with other pizza lovers. We could call our mobile app pizzavspizza as a spot to compare and debate about pizza places. It would be cool to have all great pizza joints in one place. People could add their hometown pizzerias and find a good place to eat when they travel.

I am really excited to get started and go the whole way from the idea to building two mobile apps ready for the Apple App store and Google Play store. You can find updates and working back-end project at pizzavspizza.com . If you have any questions regarding our project you can always message me on Twitter or Instagram at artyudin_nyc. All code that we will use in this book is available at https://github.com/programwithus .

Acknowledgments

Thanks to my Wife for inspiring me every day. A very special thanks to my Mom and Dad for always supporting me.

Table of Contents
About the Author
Art Yudin

is a FinTech enthusiast who has a great passion for coding and teaching. He earned a Master of Science in Banking and Finance from Adelphi University, Garden City, New York. He previously held asset management positions with international financial institutions. Art Yudin has founded a coding boot camp in New York City called Practical Programming | ProgramWithUs.com that helps aspiring programmers take first steps in coding. Currently, Art Yudin develops financial services software and leads classes and workshops in Python at Practical Programming in New York and Chicago.

About the Technical Reviewer
Vishwesh Ravi Shrimali

graduated from BITS Pilani in 2018, where he studied mechanical engineering. Since then, he has worked with Big Vision LLC on deep learning and computer vision and was involved in creating official OpenCV AI courses. Currently, he is working at Mercedes-Benz Research and Development India Pvt. Ltd. He has a keen interest in programming and AI and has applied that interest in mechanical engineering projects. He has also written multiple blogs on OpenCV and deep learning on LearnOpenCV, a leading blog on computer vision. He has also coauthored

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React»

Look at similar books to Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React»

Discussion, reviews of the book Building Versatile Mobile Apps with Python and REST: RESTful Web Services with Django and React and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.