Автор: S. Basu
Издательство: Independently published
Год: 2020
Страниц: 157
Язык: английский
Формат: pdf, epub
Размер: 27.1 MB
This book is a beginner’s guide to building a web application using HTML, CSS, jаvascript, Python and Django Web framework. I have explained all the topics in a simple, concise and easy language with thorough examples, codes and have tried my best to make the learning process fun, informative and interesting at the same time. If you want to gain an in-depth understanding, it is quite a simple book for the job. In addition, it is a good way to get started with learning Django Web Framework.
Python is the most popular and most widely used scripting language . Its syntax is easy to use and is written to make coding easy.
I am sure you all must be familiar with control statements like if else , for loop , while loop . The concept of control statements in Python is the same but it has some minor differences. They are:
- The syntax is different.
- In other programming languages, the control statements block of codes is written within curly braces { …}, whereas in Python, indentation marks the beginning and end of a block of code.
- Python elif means else if.
Скачать Django Simplified for Beginners - Simple, Concise & Easy guide to building Web Application using HTML, CSS, PYTHON & DJANGO