 Django 5.1 DocumentationFramework Third-party distributions of Django For distributors Glossary Release notes Final releases 5.1 release 5.0 release 4.2 release 4.1 release 4.0 release 3.2 release 3.1 release 3.0 release 2.2 release Release cadence Deprecation policy Supported versions Release process Django Deprecation Timeline 6.0 5.1 5.0 4.1 4.0 3.1 3.0 2.1 2.0 1.10 1.9 1.8 1.7 1.6 1.5 1.4 1.3 The Django source code repository High-level Then at the Python prompt, try to import Django: >>> import django >>> print(django.get_version()) 5.1 You may have another version of Django installed. That’s it! That’s it – you can now move onto the0 码力 | 3513 页 | 3.17 MB | 1 年前3 Django 5.1 DocumentationFramework Third-party distributions of Django For distributors Glossary Release notes Final releases 5.1 release 5.0 release 4.2 release 4.1 release 4.0 release 3.2 release 3.1 release 3.0 release 2.2 release Release cadence Deprecation policy Supported versions Release process Django Deprecation Timeline 6.0 5.1 5.0 4.1 4.0 3.1 3.0 2.1 2.0 1.10 1.9 1.8 1.7 1.6 1.5 1.4 1.3 The Django source code repository High-level Then at the Python prompt, try to import Django: >>> import django >>> print(django.get_version()) 5.1 You may have another version of Django installed. That’s it! That’s it – you can now move onto the0 码力 | 3513 页 | 3.17 MB | 1 年前3
 Django 5.1 Documentationapplication . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 886 5 Django FAQ 887 5.1 FAQ: General . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . at the Python prompt, try to import Django: >>> import django >>> print(django.get_version()) 5.1 You may have another version of Django installed. 2.2.5 That’s it! That’s it –you can now move onto isn’t, you’ll get an error telling “No module named django”. This tutorial is written for Django 5.1, which supports Python 3.10 and later. If the Django version doesn’t match, you can refer to the tutorial0 码力 | 2917 页 | 9.59 MB | 1 年前3 Django 5.1 Documentationapplication . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 886 5 Django FAQ 887 5.1 FAQ: General . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . at the Python prompt, try to import Django: >>> import django >>> print(django.get_version()) 5.1 You may have another version of Django installed. 2.2.5 That’s it! That’s it –you can now move onto isn’t, you’ll get an error telling “No module named django”. This tutorial is written for Django 5.1, which supports Python 3.10 and later. If the Django version doesn’t match, you can refer to the tutorial0 码力 | 2917 页 | 9.59 MB | 1 年前3
 Tornado 5.1 DocumentationContents 1 Quick links 3 2 Hello, world 5 3 Threads and WSGI 7 4 Installation 9 5 Documentation 11 5.1 User’s guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Installation CHAPTER 5 Documentation This documentation is also available in PDF and Epub formats. 5.1 User’s guide 5.1.1 Introduction Tornado is a Python web framework and asynchronous networking library fetch_coroutine(url): http_client = AsyncHTTPClient() response = await http_client.fetch(url) return response.body 5.1. User’s guide 13 Tornado Documentation, Release 5.1.1 Native vs decorated coroutines Python 3.50 码力 | 243 页 | 895.80 KB | 1 年前3 Tornado 5.1 DocumentationContents 1 Quick links 3 2 Hello, world 5 3 Threads and WSGI 7 4 Installation 9 5 Documentation 11 5.1 User’s guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Installation CHAPTER 5 Documentation This documentation is also available in PDF and Epub formats. 5.1 User’s guide 5.1.1 Introduction Tornado is a Python web framework and asynchronous networking library fetch_coroutine(url): http_client = AsyncHTTPClient() response = await http_client.fetch(url) return response.body 5.1. User’s guide 13 Tornado Documentation, Release 5.1.1 Native vs decorated coroutines Python 3.50 码力 | 243 页 | 895.80 KB | 1 年前3
 Tornado 5.1 Documentationutilities Frequently Asked Questions Release notes What’s new in Tornado 5.1.1 What’s new in Tornado 5.1 What’s new in Tornado 5.0.2 What’s new in Tornado 5.0.1 What’s new in Tornado 5.0 What’s new in Tornado Changed in version 4.0: Now returns a Future if no callback is given. Deprecated since version 5.1: The callback argument is deprecated and will be removed in Tornado 6.0. RequestHandler.finish(chunk=None) and raises an error if the connection is closed before all data can be sent. Changed in version 5.1: Now returns a Future instead of None. RequestHandler.render(template_name, **kwargs) Renders the0 码力 | 359 页 | 347.32 KB | 1 年前3 Tornado 5.1 Documentationutilities Frequently Asked Questions Release notes What’s new in Tornado 5.1.1 What’s new in Tornado 5.1 What’s new in Tornado 5.0.2 What’s new in Tornado 5.0.1 What’s new in Tornado 5.0 What’s new in Tornado Changed in version 4.0: Now returns a Future if no callback is given. Deprecated since version 5.1: The callback argument is deprecated and will be removed in Tornado 6.0. RequestHandler.finish(chunk=None) and raises an error if the connection is closed before all data can be sent. Changed in version 5.1: Now returns a Future instead of None. RequestHandler.render(template_name, **kwargs) Renders the0 码力 | 359 页 | 347.32 KB | 1 年前3
 Django 5.1.2 Documentationapplication . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 888 5 Django FAQ 889 5.1 FAQ: General . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . at the Python prompt, try to import Django: >>> import django >>> print(django.get_version()) 5.1 You may have another version of Django installed. 2.2.5 That’s it! That’s it –you can now move onto isn’t, you’ll get an error telling “No module named django”. This tutorial is written for Django 5.1, which supports Python 3.10 and later. If the Django version doesn’t match, you can refer to the tutorial0 码力 | 2923 页 | 9.62 MB | 1 年前3 Django 5.1.2 Documentationapplication . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 888 5 Django FAQ 889 5.1 FAQ: General . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . at the Python prompt, try to import Django: >>> import django >>> print(django.get_version()) 5.1 You may have another version of Django installed. 2.2.5 That’s it! That’s it –you can now move onto isn’t, you’ll get an error telling “No module named django”. This tutorial is written for Django 5.1, which supports Python 3.10 and later. If the Django version doesn’t match, you can refer to the tutorial0 码力 | 2923 页 | 9.62 MB | 1 年前3
 Django 5.1.2 DocumentationFramework Third-party distributions of Django For distributors Glossary Release notes Final releases 5.1 release 5.0 release 4.2 release 4.1 release 4.0 release 3.2 release 3.1 release 3.0 release 2.2 release Release cadence Deprecation policy Supported versions Release process Django Deprecation Timeline 6.0 5.1 5.0 4.1 4.0 3.1 3.0 2.1 2.0 1.10 1.9 1.8 1.7 1.6 1.5 1.4 1.3 The Django source code repository High-level Then at the Python prompt, try to import Django: >>> import django >>> print(django.get_version()) 5.1 You may have another version of Django installed. That’s it! That’s it – you can now move onto the0 码力 | 3519 页 | 3.17 MB | 1 年前3 Django 5.1.2 DocumentationFramework Third-party distributions of Django For distributors Glossary Release notes Final releases 5.1 release 5.0 release 4.2 release 4.1 release 4.0 release 3.2 release 3.1 release 3.0 release 2.2 release Release cadence Deprecation policy Supported versions Release process Django Deprecation Timeline 6.0 5.1 5.0 4.1 4.0 3.1 3.0 2.1 2.0 1.10 1.9 1.8 1.7 1.6 1.5 1.4 1.3 The Django source code repository High-level Then at the Python prompt, try to import Django: >>> import django >>> print(django.get_version()) 5.1 You may have another version of Django installed. That’s it! That’s it – you can now move onto the0 码力 | 3519 页 | 3.17 MB | 1 年前3
 Jupyter Notebook 5.1.0 Documentationdefaults commented out, you can use the following command line: $ jupyter notebook --generate-config 5.1 Options This list of options can be generated by running the following and hitting enter: $ jupyter 1000000 (bytes/sec) Maximum rate at which stream output can be sent on iopub before they are limited. 5.1. Options 19 Jupyter Notebook Documentation, Release 5.1.0 NotebookApp.iopub_msg_rate_limit [Float] X-Real-Ip/X-Forwarded-For headerssent by the up- stream reverse proxy. Necessary if the proxy handles SSL 5.1. Options 21 Jupyter Notebook Documentation, Release 5.1.0 NotebookApp.webapp_settings [Dict] Default:0 码力 | 128 页 | 1.72 MB | 1 年前3 Jupyter Notebook 5.1.0 Documentationdefaults commented out, you can use the following command line: $ jupyter notebook --generate-config 5.1 Options This list of options can be generated by running the following and hitting enter: $ jupyter 1000000 (bytes/sec) Maximum rate at which stream output can be sent on iopub before they are limited. 5.1. Options 19 Jupyter Notebook Documentation, Release 5.1.0 NotebookApp.iopub_msg_rate_limit [Float] X-Real-Ip/X-Forwarded-For headerssent by the up- stream reverse proxy. Necessary if the proxy handles SSL 5.1. Options 21 Jupyter Notebook Documentation, Release 5.1.0 NotebookApp.webapp_settings [Dict] Default:0 码力 | 128 页 | 1.72 MB | 1 年前3
 Jupyter Notebook 5.1.0 Documentationcom/jupyter/notebook/pull/2718/]). See the 5.1 milestone on GitHub for a complete list of issues [https://github.com/jupyter/notebook/issues?utf8=%E2%9C%93&q=is%3Aissue%20milestone%3A5.1] and pull requests [https://github [https://github.com/jupyter/notebook/pulls? utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.1] involved in this release. 5.0.0 This is the first major release of the Jupyter Notebook since version 4.0 was created0 码力 | 184 页 | 4.36 MB | 1 年前3 Jupyter Notebook 5.1.0 Documentationcom/jupyter/notebook/pull/2718/]). See the 5.1 milestone on GitHub for a complete list of issues [https://github.com/jupyter/notebook/issues?utf8=%E2%9C%93&q=is%3Aissue%20milestone%3A5.1] and pull requests [https://github [https://github.com/jupyter/notebook/pulls? utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.1] involved in this release. 5.0.0 This is the first major release of the Jupyter Notebook since version 4.0 was created0 码力 | 184 页 | 4.36 MB | 1 年前3
 PyWebIO v1.5.1 Documentationstring. such as ‘5.1’ os.family (str): User OS family. such as ‘iOS’ os.version (tuple): User OS version. such as (5, 1) os.version_string (str): User OS version string. such as ‘5.1’ device.family (str):0 码力 | 144 页 | 7.46 MB | 1 年前3 PyWebIO v1.5.1 Documentationstring. such as ‘5.1’ os.family (str): User OS family. such as ‘iOS’ os.version (tuple): User OS version. such as (5, 1) os.version_string (str): User OS version string. such as ‘5.1’ device.family (str):0 码力 | 144 页 | 7.46 MB | 1 年前3
 PyWebIO v1.5.1 Documentationstring. such as ‘5.1’ – os.family (str): User OS family. such as ‘iOS’ – os.version (tuple): User OS version. such as (5, 1) – os.version_string (str): User OS version string. such as ‘5.1’ – device.family0 码力 | 108 页 | 1.37 MB | 1 年前3 PyWebIO v1.5.1 Documentationstring. such as ‘5.1’ – os.family (str): User OS family. such as ‘iOS’ – os.version (tuple): User OS version. such as (5, 1) – os.version_string (str): User OS version string. such as ‘5.1’ – device.family0 码力 | 108 页 | 1.37 MB | 1 年前3
共 387 条
- 1
- 2
- 3
- 4
- 5
- 6
- 39














