随笔分类 -  Python

1 2 3 下一页
学习笔记之pytest
摘要:pytest: helps you write better programs — pytest documentation https://docs.pytest.org/en/stable/ Installation and Getting Started — pytest documentat 阅读全文
posted @ 2020-10-05 11:57 浩然119 阅读(83) 评论(0) 推荐(0)
学习笔记之Poetry
摘要:Poetry - Python dependency management and packaging made easy. https://python-poetry.org/ Basic Usage | Documentation | Poetry - Python dependency man 阅读全文
posted @ 2020-08-21 12:03 浩然119 阅读(193) 评论(0) 推荐(0)
学习笔记之Dynaconf
摘要:Dynaconf - 3.1.0 https://www.dynaconf.com/ https://www.dynaconf.com/settings_files/ dynaconf · PyPI https://pypi.org/project/dynaconf/ dynaconf - Conf 阅读全文
posted @ 2020-08-21 09:33 浩然119 阅读(973) 评论(0) 推荐(0)
学习笔记之asyncio — Asynchronous I/O
摘要:asyncio — Asynchronous I/O — Python 3.8.5 documentation https://docs.python.org/3/library/asyncio.html?highlight=asyncio asyncio is a library to write 阅读全文
posted @ 2020-08-19 20:32 浩然119 阅读(455) 评论(0) 推荐(0)
学习笔记之ZeroMQ
摘要:ZeroMQ https://zeromq.org/ An open-source universal messaging library ØMQ - The Guide - ØMQ - The Guide http://zguide.zeromq.org/page:all ZeroMQ | Get 阅读全文
posted @ 2020-07-20 18:12 浩然119 阅读(246) 评论(0) 推荐(0)
学习笔记之Protobuf
摘要:Protocol Buffers - Wikipedia https://en.wikipedia.org/wiki/Protocol_Buffers Protocol Buffers (Protobuf) is a method of serializing structured data. It 阅读全文
posted @ 2020-07-20 14:32 浩然119 阅读(247) 评论(0) 推荐(0)
学习笔记之PEP 8 -- Style Guide for Python Code
摘要:PEP 8 -- Style Guide for Python Code | Python.org https://www.python.org/dev/peps/pep-0008/ Contents Introduction A Foolish Consistency is the Hobgobl 阅读全文
posted @ 2020-04-05 07:58 浩然119 阅读(255) 评论(0) 推荐(0)
学习笔记之SimPy
摘要:Documentation for SimPy — SimPy 3.0.11 documentation https://simpy.readthedocs.io/en/latest/contents.html SimPy - Wikipedia https://en.wikipedia.org/w 阅读全文
posted @ 2020-01-20 11:39 浩然119 阅读(1025) 评论(0) 推荐(0)
学习笔记之Django
摘要:All contents are moved to python/学习笔记之Python at main · haoran119/python (github.com) The Web framework for perfectionists with deadlines | Django http 阅读全文
posted @ 2019-09-20 12:21 浩然119 阅读(253) 评论(0) 推荐(0)
学习笔记之盘一盘 Python 系列 1 & 2 - 入门篇
摘要:盘一盘 Python 系列 1 & 2 - 入门篇 https://mp.weixin.qq.com/s?__biz=MzIzMjY0MjE1MA==&mid=2247486473&idx=1&sn=e9228958bb5c425b8981261f14bd2f8c&chksm=e8908f00dfe 阅读全文
posted @ 2019-08-02 16:23 浩然119 阅读(915) 评论(0) 推荐(0)
学习笔记之Python 3
摘要:学习笔记之Python 3 教程 https://www.cnblogs.com/pegasus923/p/7624416.html 学习笔记之X分钟速成Python3 https://www.cnblogs.com/pegasus923/p/10690086.html Pythong 2 to 3 阅读全文
posted @ 2019-05-07 15:08 浩然119 阅读(297) 评论(0) 推荐(0)
学习笔记之X分钟速成Python3
摘要:X分钟速成Python3 https://mp.weixin.qq.com/s/QT5sR0nUKgJYsYgrj2SleA https://learnxinyminutes.com/docs/zh-cn/python3-cn/ https://learnxinyminutes.com/docs/f 阅读全文
posted @ 2019-04-11 15:37 浩然119 阅读(351) 评论(0) 推荐(0)
学习笔记之Fluent Python
摘要:Fluent Python by Luciano Ramalho https://learning.oreilly.com/library/view/fluent-python/9781491946237/ Python’s simplicity lets you become productive 阅读全文
posted @ 2019-03-08 14:35 浩然119 阅读(621) 评论(0) 推荐(0)
学习笔记之Python爬虫
摘要:All contents are moved to haoran119/python (github.com). Python 爬虫介绍 | 菜鸟教程 http://www.runoob.com/w3cnote/python-spider-intro.html https://blog.csdn.n 阅读全文
posted @ 2019-03-04 14:36 浩然119 阅读(687) 评论(0) 推荐(0)
学习笔记之Problem Solving with Algorithms and Data Structures using Python
摘要:Problem Solving with Algorithms and Data Structures using Python — Problem Solving with Algorithms and Data Structures By Brad Miller and David Ranum, 阅读全文
posted @ 2019-03-01 06:11 浩然119 阅读(2148) 评论(0) 推荐(1)
学习笔记之Python Debug ( pdb )
摘要:26.2. pdb — The Python Debugger — Python 2.7.16 documentation https://docs.python.org/2.7/library/pdb.html Debugging — Spyder 3 documentation https:// 阅读全文
posted @ 2019-02-26 14:26 浩然119 阅读(421) 评论(0) 推荐(0)
学习笔记之Python最简编码规范
摘要:Python最简编码规范 https://www.cnblogs.com/Chayeen/p/8884776.html 0、前言 本文是阅读《Python Coding Rule》之后总结的最为精华及简单的编码规范,根据每个人不同喜好有些地方会有不同的选择,我只是做了对自己来说最简单易行的选择,仅供 阅读全文
posted @ 2019-02-16 11:10 浩然119 阅读(251) 评论(0) 推荐(0)
学习笔记之Data analysis
摘要:Data analysis - Wikipedia https://en.wikipedia.org/wiki/Data_analysis Data analysis is a process of inspecting, cleansing, transforming, and modeling  阅读全文
posted @ 2019-02-12 15:14 浩然119 阅读(1843) 评论(0) 推荐(0)
学习笔记之机器学习(Machine Learning)
摘要:机器学习 - 维基百科,自由的百科全书 https://zh.wikipedia.org/wiki/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0 机器学习是人工智能的一个分支。人工智能的研究历史有着一条从以“推理”为重点,到以“知识”为重点,再到以“学习”为重点的自然、清 阅读全文
posted @ 2019-02-12 14:49 浩然119 阅读(2275) 评论(0) 推荐(0)
学习笔记之Supervised Learning with scikit-learn | DataCamp
摘要:Supervised Learning with scikit-learn | DataCamp https://www.datacamp.com/courses/supervised-learning-with-scikit-learn At the end of day, the value o 阅读全文
posted @ 2018-12-11 14:41 浩然119 阅读(303) 评论(0) 推荐(0)

1 2 3 下一页