heidsoft / cloud-bigdata-book

write book
56 stars 33 forks source link

python #93

Open heidsoft opened 5 years ago

heidsoft commented 5 years ago

Python3 PEP8 编码规范 Python面试题汇总(一) 很全的 Python 面试题

django

https://docs.python.org/3/tutorial/venv.html https://docs.djangoproject.com/en/3.1/ref/django-admin/

https://www.fullstackpython.com/django-conf-urls-url-examples.html

Tutorial: Django REST with React (and a sprinkle of testing)
https://www.valentinog.com/blog/drf/

Django Tips: Recovering Gracefully From ORM Errors
https://www.valentinog.com/blog/orm-errors/

Deploying Django > 3.1 (async) with Uvicorn and Nginx
https://www.valentinog.com/blog/uvicorn-django/

A Vue.js workflow for Django
https://www.valentinog.com/blog/vue-django/

Building a Django middleware (injecting data into a view's context
https://www.valentinog.com/blog/django-middleware/

swagger


https://www.jasonmars.org/2020/04/22/add-swagger-to-django-rest-api-quickly-4-mins-without-hiccups/
https://drf-yasg.readthedocs.io/en/stable/index.html
heidsoft commented 5 years ago

https://www.programiz.com/python-programming/examples python-interview-questions-programmers

heidsoft commented 5 years ago

# 面试题链接 https://www.guru99.com/python-interview-questions-answers.html https://www.techbeamers.com/python-interview-questions-programmers/ https://www.tutorialspoint.com/python3/python_questions_answers.htm https://data-flair.training/blogs/python-programming-interview-questions/ https://www.greycampus.com/blog/programming/top-python-interview-questions-with-answers-for-freshers https://www.edureka.co/blog/interview-questions/python-interview-questions/ https://github.com/malaman/python3-interview-questions#basic-questions

格式化参数

https://www.cnblogs.com/vamei/archive/2013/03/12/2954938.html

语法糖

Python end=" "什么意思

并发相关

https://docs.python.org/zh-cn/3/library/concurrent.futures.html

启动程序

Python后台运行—nohup及2>&1详解

heidsoft commented 5 years ago

python str与bytes之间的转换 python学习——python中执行shell命令 https://stackoverflow.com/questions/8880461/python-subprocess-output-to-list-or-file

heidsoft commented 5 years ago

Python 3.0 特性

https://docs.python.org/3.0/whatsnew/3.0.html

heidsoft commented 5 years ago

Python关键字yield的解释 https://pyzh.readthedocs.io/en/latest/the-python-yield-keyword-explained.html https://blog.csdn.net/zxpyld3x/article/details/79181834 https://liam.page/2017/06/30/understanding-yield-in-python/

heidsoft commented 5 years ago

python 设计模式

https://www.tutorialspoint.com/python_design_patterns/python_design_patterns_singleton.htm https://github.com/faif/python-patterns https://python-patterns.guide/python/module-globals/#import-time-computation

heidsoft commented 5 years ago

python 协程

https://realpython.com/async-io-python/ https://medium.com/@nhumrich/asynchronous-python-45df84b82434 https://docs.python.org/zh-cn/3.7/library/asyncio-policy.html#asyncio-policies https://mozillazg.com/2017/08/python-asyncio-note-task-usage.html https://community.sanicframework.org/t/how-to-use-asyncio-queues-in-sanic/166/4 https://www.slideshare.net/saghul/asyncio https://docs.python.org/3.6/library/asyncio-queue.html