简明python教程+源代码,英文原版名为《A Byte of Python》。它非常简明扼要地介绍了Python语言基础的各个方面。 适合群体: 仅仅临时使用Python的新手,非专业性地临时运用十来行简单代码就能自动化处理一些工作。 非常熟练编程的老手,深谙编程本质,换语言不过是换工具而已,通过简要地提点,其他诸多方面自然通晓,辅以浏览官方文档和《Python Cookbook》此类书籍,就和Python熟手无异。
2023-11-25 06:05:41 7.36MB python3
1
Python Standard Library Python Standard Library Python Standard Library Python Standard Library Python Standard Library Python Standard Library
2023-11-25 06:05:18 528KB Python Standard Library
1
抓取页面正文python版,BeautifulSoup版,欢迎下载
2023-11-25 06:04:58 23KB 抓取页面正文python版
1
通过python导出excel的文件到lua直接读取
2023-11-25 06:04:34 716KB python lua excel
1
Software Architecture with Python(pdf+epub+mobi+code_files).zip
2023-11-25 06:03:50 64.43MB python
1
Learning Concurrency in Python(pdf+epub+mobi+code_files).zip
2023-11-25 06:03:23 11.52MB python
1
Learning Python Application Development Learning Python Application Development
2023-11-25 06:02:26 73.55MB python
1
代码实现了将时间序列根据所给符号类别数等概率划分成多个区间,根据所给字节长度数实现时间序列到符号化频次直方图序列的转换,并包含一个简单样本的转化实现
2023-11-24 15:56:10 2KB python 时间序列 数据处理
1
深度SVDD的PyTorch实现 该存储库提供了我们的ICML 2018论文“深度一类分类”中介绍的Deep SVDD方法的实现。 引用与联系 您可以在找到《深层一类分类ICML 2018》论文的PDF。 如果您使用我们的作品,也请引用以下文章: @InProceedings{pmlr-v80-ruff18a, title = {Deep One-Class Classification}, author = {Ruff, Lukas and Vandermeulen, Robert A. and G{\"o}rnitz, Nico and Deecke, Lucas and Siddiqui, Shoaib A. and Binder, Alexander and M{\"u}ller, Emmanuel and Kloft, Marius}, bookti
2023-11-24 15:54:02 2.12MB python machine-learning deep-learning pytorch
1
Python备忘单 这个代表越来越多的Python速查表清单。 发现错别字或有建议吗? 分叉,做出贡献并根据您的口味进行调整! 目前包括: 安装 如果要单独安装软件包,请进入相应的.md文件以获取有关如何安装的说明。 从项目根目录: 通过点: $ pip install -r requirements.txt 通过Anaconda: $ conda install --yes --file requirements.txt 这会将所有软件包安装到您的环境中。 未来的补充: 基本的Python语法 (大概)熊猫 PyBind
2023-11-23 23:09:13 535KB python data-science numpy scikit-learn
1