首页
学习
活动
专区
工具
TVP
发布

vanguard

一袋米要扛几楼
专栏作者
62
文章
87801
阅读量
21
订阅数
cuQuantum installation
NVIDIA cuQuantum SDK is a high-performance library for quantum information science and beyond. Currently its primary target is quantum circuit simulations and it consists of two major components:
vanguard
2022-06-04
4310
cuDF installation
cuDF替换pandas,是一个 Python GPU DataFrame 库(基于 Apache Arrow 列式内存格式构建),用于使用 DataFrame 样式 API 加载、连接、聚合、过滤和以其他方式操作表格数据。
vanguard
2022-04-27
1.2K0
CUDA installation
CUDA / Compute Unified Device Architecture / CUDA Toolkit / 工具包
vanguard
2021-04-29
1.3K0
Pythonic
“Programs must be written for people to read, and only incidentally for machines to execute.”
vanguard
2020-12-31
3690
简单定时和请求 schedrequests
通过 scheduler 类来调度事件,从而达到定时执行任务的效果。使用标准库中sched模块非常简单。
vanguard
2020-06-09
1.2K0
关注专栏作者,随时接收最新技术干货
Anchoring & random 锚定/沉锚效应和随机
Anchoring or focalism is a cognitive bias where an individual depends too heavily on an initial piece of information offered (considered to be the "anchor") when making decisions.
vanguard
2020-04-03
6910
coroutine 协程
Coroutines are computer-program components that generalize subroutines for non-preemptive multitasking, by allowing multiple entry points for suspending and resuming execution at certain locations. Coroutines are well-suited for implementing familiar program components such as cooperative tasks, exceptions, event loops, iterators, infinite lists and pipes. The async def type of coroutine was added in Python 3.5, and is recommended if there is no need to support older Python versions.
vanguard
2020-03-20
4480
GraphQL hello world
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
vanguard
2020-03-16
4020
没有更多了
社区活动
RAG七天入门训练营
鹅厂大牛手把手带你上手实战
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档