Home  >  Article  >  Backend Development  >  What books to read on python web

What books to read on python web

(*-*)浩
(*-*)浩Original
2019-05-29 14:41:444232browse

Web is divided into front-end and back-end. Here we recommend python web books.

What books to read on python web

Backend:

"Flask Web Development: Practical Web Application Development Based on Python" is published by People's Posts and Telecommunications Publishing House in 2014 Published book by Miguel Grinberg.

This book is not only suitable for junior Web developers to learn and read, but also a reference book for Python programmers to learn advanced Web development techniques.

"Django Web Development Guide" is published by Machinery Industry Press and authored by Jeff Forcier/Paul Bissex.

This book tells how to use the Python framework Django to build powerful web solutions. This book explains the technologies, tools, and concepts required to use the various main features of the new Django version 1.0.

《The Django Book》

The purpose of this book is to train you to become a Django expert. Mainly focusing on two aspects: First, we explain in depth what Django does and how to use it to build web applications; second, we will discuss more advanced concepts where appropriate

《Lightweight Level Django》

This book describes how to use Django's powerful "self-supporting" functional system. The goal of this book is to guide readers past the misconception that Django is too heavy for rapid application development. From creating the world's smallest Django application to building a RESTful API, this book will guide readers to learn how to leverage this popular Python web framework.

Front-end:

"Head First HTML and CSS"

For readers, it will be a systematic learning to create industry standard Web Experience web pages instead of just reading them: you'll play games, solve puzzles, discover secrets, and create web pages in ways you never thought possible.

"The Art of JavaScript DOM Programming"

Introduction: JavaScript is the most important language in web development. It is powerful and beautiful. Whether it is desktop development or mobile applications. JavaScript is a technology that must be mastered. W3C's DOM standard is the cornerstone of developing Web applications. It is supported by all modern browsers, making cross-platform web development a breeze.

Of course, there is no end to learning, and there are many very good books.

The above is the detailed content of What books to read on python web. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn