结果:找到“Python django”相关内容20个,排序为按回复时间降序,搜索更多相关帖子请点击“高级
Mastering Python Machine Learning, Data Structures, Django, Object Oriented Prog
4 个回复 - 1699 次查看 Newstone | 2019 | ISBN: 1794064881 | 888 Pages | AZW32019-6-2 16:06 - igs816 - python论坛
Python web development with django and excel
2 个回复 - 902 次查看 ---------------------------------花费不多,技巧实用2015-6-25 02:23 - 河豚的河Bruce - python论坛
[2018 新书] Building Django 2.0 Python Web Applications
7 个回复 - 3051 次查看 Building Django 2.0 Web Applications_ Create enterprise-grade, scalable Python web applications easily with Django 2.0 (2018)2018-6-15 17:55 - bztian - python论坛
Django_Web_Development_with_Python
2 个回复 - 1765 次查看 About This Book [*]Explore the best practices to develop applications of a superior quality with Django framework [*]Unravel the common problems of web development in Django [*]This course te ...2018-6-24 17:09 - xdfhz - 大数据技术
Tango With Django A beginner's Guide to Web Development With Python Django
3 个回复 - 1120 次查看 Why Work with this Book? This book will save you time. On many occasions we’ve seen clever students get stuck, spending hours trying to fight with Django and other aspects of web deve ...2018-11-23 06:31 - kukenghuqian - python论坛
Rapid Python Programming: GUI Creation, Django Web Server, Game Programming, and
59 个回复 - 5191 次查看 English | 2017 | ASIN: B073HTVLK2 | 247 pages | PDF | 1.73 M Python is a flexible, easy to learn high level programming language. With a few short lessons you can rapidly develop new tools in no ti ...2017-6-30 21:52 - igs816 - 量化投资
Tango With Django A beginner's Guide to Web Development With Python
0 个回复 - 1009 次查看 Tango With Django: A beginner's Guide to Web Development With Python / Django 1.9[/backcolor] Leif Azzopardi[/backcolor] Leanpub[/backcolor] 2016[/backcolor] 276 [/backcolor] PDF/MOBI/EPUB[/backco ...2017-7-27 11:15 - qfweiwei - python论坛
Python Web电子书:Django Project Blueprints
2 个回复 - 1104 次查看 Author: Asad Jibran Ahmed Year: 2016 Book Description: Django is a high-level web framework that eases the creation of complex, database-driven websites. It emphas ...2017-3-10 09:48 - franky_sas - winbugs及其他软件专版
[求书]Python Web Development with Django
3 个回复 - 1423 次查看 Python Web Development with Django Book Description Using the simple, robust, Python-based Django framework, you can build powerful Web solutions with remarkably few lines of code. In Python Web ...2015-5-3 09:33 - Nicolle - winbugs及其他软件专版
Python的Django框架与认证系统整合的方法——CDA人工智能学院
2 个回复 - 1119 次查看 这篇文章主要介绍了将Python的Django框架与认证系统整合的方法,包括指定认证后台和编写认证后台等内容,需要的朋友可以参考下[/backcolor]将Django与其他现有认证系统的用户名和密码或者认证方法进行整合是可以办到的 ...2021-1-11 09:41 - AIU人工智能学院 - python论坛
详解Python的Django框架中manage命令的使用与扩展——CDA人工智能学院
2 个回复 - 1696 次查看 django-admin.py是Django的一个用于管理任务的命令行工具。本文将描述它的大概用法。[/backcolor]另外,在每一个Django project中都会有一个manage.py。manage.py是对django-admin.py的简单包装,它额外帮助我们做了 ...2020-10-27 07:58 - AIU人工智能学院 - python论坛
对于Python的Django框架使用的一些实用建议——CDA人工智能学院
1 个回复 - 650 次查看 Django 作为一个杰出的Python开源框架,或许得不到和其它流行框架如Rails这样多的赞美,但是它和其他框架一样精炼,非常注重DRY(Don't Repeat Yoursef)原则、组件的重用性,通过自动化过程使编码更简洁。 如果在Djan ...2021-2-2 08:32 - AIU人工智能学院 - python论坛
极客时间上出了 Python Django 课程
0 个回复 - 896 次查看 课程从入门到深入,以企业面试招聘的项目为例子,介绍了怎么样用 2 天时间开发一个产品,推荐到对 Python 开发,对快速开发感兴趣的同学。 项目代码可以到 github 上下载。 https://github.com/ihopeit/recruitment ...2020-10-17 20:57 - davideu - python论坛
Python的Django框架中使用通用视图的方法——CDA人工智能学院
0 个回复 - 560 次查看 这篇文章主要介绍了在Python的Django框架中使用通用视图的方法,同时提到了相关的安全问题,需要的朋友可以参考下[/backcolor] 使用通用视图的方法是在URLconf文件中创建配置字典,然后把这些字典作为URLconf元组的第 ...2020-9-21 08:36 - AIU人工智能学院 - python论坛
【中文首发】Python新手使用Django架站的16堂课
19 个回复 - 3616 次查看 好货不便宜,便宜没好货。2018-11-16 08:19 - dgdgmariner - 版权审核区(不对外开放)
Python小白读懂一个复杂的中型Django项目
5 个回复 - 1369 次查看 AIU人工智能学院:数据科学、人工智能从业者的在线大学。 [/backcolor][/backcolor]数据科学(Python/R/Julia)数据分析、机器学习、深度学习[/backcolor][/backcolor][/backcolor]【前言】中型的项目是比较多的APP ...2019-10-10 09:19 - 时光人 - python论坛
Python测试驱动开发:使用Django、Selenium和JavaScript进行Web编程(第2版)- 2018
2 个回复 - 2116 次查看 本书从基础的知识开始,讲解Web开发的整个流程,展示如何使用Python做测试驱动开发。本书由三个部分组成。第一部分介绍了测试驱动开发和Django的基础知识,并在每个阶段进行严格的单元测试。第二部分讨论了Web开发 ...2018-10-19 10:09 - oychw - python论坛
Python Django资源总汇
2 个回复 - 13788 次查看 资源[/backcolor] [*]django官网 [*]django文档 [*]Django Step by Step 曾是最佳的django入门教程,只是这个教程是针对0.95的,现在不少地方已经有所变动。注:这里有个基于Django1.1的2010版,看样子似乎是转帖 ...2014-7-26 03:28 - Nicolle - HLM专版
Python+Django+Ansible Playbook自动化运维项目实战
0 个回复 - 1118 次查看 Python+Django+Ansible Playbook自动化运维项目实战 网盘地址:https://pan.baidu.com/s/1CHQz0JFuRSgDOgIoGsTEHw 密码: tg41 备用地址(腾讯微云):https://share.weiyun.com/5E7aUWv 密码:wzfdrn 本课程将带 ...2018-8-16 15:01 - 他说我很帅 - 计量经济学与统计软件
求助 Python开发基础实战运维培训视频大全(老王炼数成金中谷Django老男孩)(66G)
5 个回复 - 4580 次查看 哪位有百度网盘的有效链接?谢谢!2014-8-31 23:27 - dxystata - python论坛