دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: طراحی وب سایت ویرایش: نویسندگان: Emenwa Global سری: ناشر: Emenwa Global سال نشر: 2022 تعداد صفحات: 224 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 5 مگابایت
در صورت تبدیل فایل کتاب Python Flask and Django | Full Stack Python for Web Development: Build Web Applications in Python Using Flask and Django Frameworks به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب Python Flask and Django | Python Full Stack برای توسعه وب: ساخت برنامه های کاربردی وب در Python با استفاده از Flask و Framework های جنگو نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Contents Introduction To Full Stack Python Web Development Full-stack development with Python Back-end development using Python Django Flask Front-end development using Python What is Django Used For? Part 1 Flask Chapter 1 – Learning the Strings The PEP Talk PEP 8: Style Guide for Python Code PEP 257: Docstring Conventions Relative imports Application Directory Installing Python Installing Python Install Pip Chapter 2 – Virtual Environments Use virtualenv to manage your environment Install virtualenvwrapper Make a Virtual Environment Installing Python Packages Chapter 3 – Project Organisation Patterns of organization Initialization Blueprints Chapter 4 – Routing & Configuration View decorators Configuration Instance folder How to use instance folders Secret keys Configuring based on environment variables Variable Rule Chapter 5 – Build A Simple App The actual app Development Web Server Chapter 6 - Dynamic Routes Converter Chapter 7 – Static Templates Rendering HTML Templates A String render_template() function File Structure Strategies Module File Structure Package File Structure Chapter 8 - The Jinja2 Template Engine Variables Filters Control structure Conditions loop Chapter 9 - Bootstrap Integration with Flask What is Bootstrap? Getting Started Code Flask App with Bootstrap Create a Real Flask Website Getting Bootsrap Web App Page redirect Template inheritance What is Template Inheritance Adding Bootstrap Nav bar From Bootstrap Chapter 10 – HTTP Methods (GET/POST) & Retrieving Form Data GET POST Web Forms Login page template Back-End Bootstrap forms Chapter 11 – Sessions vs. Cookies Sessions Sessions or Cookies? How to set up a Session Session Data Session Duration Chapter 12 – Message Flashing flash() Function Displaying Flash Message Displaying More Than 1 Message Chapter 13 – SQL Alchemy Set up & Models Creating A Simple Profile Page Database Management with Flask-SQL Alchemy How to use database Models Chapter 14 - CRUD The Flask Book Store Your static web page with Flask Handling user input in our web application Templates Back-end Add a database Front-end Initializing Retrieving books from our database Updating book titles Deleting books from our database Chapter 15 – Deployment Web Hosting Amazon Web Services EC2 Heroku Digital Ocean Requirements for deployment Gunicorn Deploy! Set up Git Push your Site Part 2 Django Chapter 1 - Installing to Get Started Introducing the Command Line Shell Commands Virtual Environments Installing Django Setup your Virtual Environment for Django on macOS/Linux Installing Pipenv Globally Your First Blank Django Project Introducing Text Editors Setting Up Django on VS Code Lastly, Git Chapter 2 - Create Your First Django Project Setup HTTP Request/Response Cycle Model-View-Controller (MVC) and Model-View-Template (MVT) Creating A Blank App Designing Pages Using Git Chapter 3 - Django App With Pages Setup Adding Templates Class and Views Our URLs About Page Extending Templates Testing Website Production Heroku Let’s Deploy Chapter 4 - Create Your First Database-Driven App And Use The Django Admin Initial Setup Let’s Create a Database Model Activate the models Django Admin Views/Templates/URLs Let’s Add New Posts Tests Storing to GitHub Setup Heroku Deploy to Heroku Chapter 5 – Blog App Initial Set Up Database Models Admin Access URLs Views Templates Add some Style! Individual Blog Pages Testing Git Chapter 6 – Django Web Forms CreateView Let Anyone Edit The Blog Let Users Delete Posts Testing Program Chapter 7- User Accounts User Login Access Calling the User’s Name on The HomePage User Log Out Access Allow Users to Sign Up Link to Sign Up GitHub Static Files Time for Heroku Deploy to Heroku PostgreSQL vs SQLite Conclusion Follow-Up Actions Third-party bundles