-
[置顶]小程序引擎(开源小程序引擎)
本文目录一览:1、做一个小程序需要具备什么技术?2、企业是否需要制作小程序?怎么做企业小程序?3、taro 怎么集成 android sdk?4、百度小程序有什么特点?5、qq小程序基础引擎加载失败怎...
-
快速,可伸缩的,易于使用的基于Python的深度学习框架
快速,可伸缩的,易于使用的基于Python的深度学习框架DISCONTINUATION OF PROJECT. This project will no longer be maintained by...
-
easy_store-是 web2py 模型的电子商务/其它存储平台的支持框架
easy_store-是 web2py 模型的电子商务/其它存储平台的支持框架#Easy StoreThe easy store is a web2py model for e-commerce an...
-
PyDriller是一个Python框架,可以帮助开发人员分析Git存储库
PyDriller是一个Python框架,可以帮助开发人员分析Git存储库PyDrillerPyDriller is a Python framework that helps developers...
-
TF-seq2seq 使用TensorFlow实现序列到序列(seq2seq)学习
TF-seq2seq 使用TensorFlow实现序列到序列(seq2seq)学习TF-seq2seqSequence to sequence (seq2seq) learning Using Ten...
-
29 - python字符串的基本操作
29 - python字符串的基本操作# 通过索引获取字符串中的某个字符s1 = 'hello world'print(s1[0])print(s1[-1])hd# 分片print(s1[6:11])...
-
64 - 你了解协程吗?
64 - 你了解协程吗?协程的概念import asyncioasync def main(): print('hello') await asyncio.sleep(1) prin...
-
Sockeye项目包含基于MXNet的神经机器翻译Sequence-to-sequence框架
Sockeye项目包含基于MXNet的神经机器翻译Sequence-to-sequence框架SockeyeThis package contains the Sockeye project, a s...
-
YOLOv3的最小化PyTorch实现
YOLOv3的最小化PyTorch实现PyTorch-YOLOv3A minimal PyTorch implementation of YOLOv3, with support for traini...
-
Djangohunter - 用于帮助识别Django程序中暴露敏感信息的错误配置的工具
Djangohunter - 用于帮助识别Django程序中暴露敏感信息的错误配置的工具DjangohunterTool designed to help identify incorrectly c...
-
基于 Python3 的小爬虫。
基于 Python3 的小爬虫。PythonStore运行环境为 Python 3如果没有安装,点这里如果报错,请自行配置相关环境及确保添加了 requests 和 BeautifulSoup 等相关...