参考原文《Style Guide for Python Code》。Guido:“code is read much more often than it is written”缩进每个缩进级别使用四个空格。函数正例:函数调用时多个参数分多行书写,第一种方式,参数需要对齐:foo = long_function_name(var_one, var_two, ...
原创 2021-07-08 14:34:04
372阅读
Guide │ Deutsch (de) │ English (en) │ español (es) │ français (fr) │ Bahasa
转载 2022-05-05 23:26:08
427阅读
PEP: 8 Title: Style Guide for Python Code Version: 60919 Last-Modified: 20
原创 2008-05-03 18:34:00
1163阅读
Semantic Segmentation with Deep Learning_ A guide and code:https://fgk.pw/i/OoZObTD5230
ide
原创 2022-01-25 15:13:21
47阅读
Semantic Segmentation with Deep Learning_ A guide and code:https://fgk.pw/i/OoZObTD5230
原创 2021-07-09 15:08:59
79阅读
扉页项目主页​​Google Style Guide​​​​Google 开源项目风格指南 - 中文版​​背景Python 是Google主要的脚本语言。这本风格指南主要包含的是针对python的编程准则。为帮助读者能够将代码准确格式化,我们提供了针对​​Vim的配置文件​​​。 对于Emacs用户,保持默认设置即可。许多团队使用​​​yapf​​作为自动格式化工
原创 2022-07-29 19:09:54
316阅读
While it’s not always the case that every Python program you write will require a rigorous performance analysis, it is reassuring to know that there are a wide variety of tools in Python’s ecosystem
转载 2017-04-24 09:41:00
41阅读
2评论
# A Guide to Using Python in SecureCRT ![SecureCRT Logo](securecrt-logo.png) ## Introduction SecureCRT is a powerful terminal emulator and SSH client that provides secure remote access and data tran
原创 2023-11-09 13:30:02
57阅读
# Plotly用户指南在Python中的实现 ## 摘要 在本文中,我将向你展示如何使用Plotly库在Python中创建图表。Plotly是一个交互式的数据可视化库,可以帮助你轻松地创建各种类型的图表,如折线图、散点图、柱状图等。如果你是一名刚入行的小白,不用担心,我将一步步指导你如何实现"Plotly User Guide in Python"。 ## 流程 ```mermaid fl
原创 2024-06-20 06:46:20
111阅读
以下是一些关于python 集成docker 的文章,很不错 The basics Broken by default: why you should avoid most Dockerfile examplesMost Dockerfile examples you’ll find on the
原创 2021-07-15 14:10:40
116阅读
0、DearPyGui认为窗口标题不需要支持中文dpg.create_viewport(title=‘xxx’),中文编码问题 - Github议题1、禁用微软商店引流点击开始菜单输入管理应用执行别名搜索系统设置,将该列表划到最底部,找到python.exe和python3.exe,将其设置为关闭状态这是微软搞的狗皮膏药,强制型环境变量2、配置Python环境1.考虑版本管理:Anaconda官网
0.0 扉页 项目主页 Google Style Guide Google 开源项目风格
原创 2022-07-29 18:10:05
419阅读
 Coding Guide: 1. Google Style Guide:http://code.google.com/p/google-styleguide/ 2. 叩叮 翻译文稿:http://codinn.com/projects/
转载 2012-07-07 23:24:42
663阅读
Introduction(说明) HFTP is a Hadoop filesystem implementation that lets you read data from a remote Hadoop HDFS cluster. The reads are done via HTTP, an
原创 2021-08-07 11:26:11
619阅读
简介文件浏览系统(ViewFs)提供了一个管理多个Hadoop文件系统命名空间(或者叫Namesp
原创 2022-10-31 11:37:08
104阅读
转载 2024-04-29 11:49:53
33阅读
 说明: 《DTK Guide》的完整内容,请查附件pdf(带目录)。 基础篇 1 DTK语言 1.1 数据类型 在DTK里,基本类型的数据不需要专门的类型定义,其命名规则即隐含了类型定义,如:               cRet  表示char型
原创 2012-05-18 07:54:09
642阅读
udevinfo -a -p $(udevinfo -q path -n /dev/<device>) scsi_id -g [-x] -s /block/<device>
转载 精选 2012-06-20 17:12:12
615阅读
ViewFs GuideViewFs GuideIntroductionThe Old World (Prior to Federation)Single Namenode ClustersPathnames Usage PatternsPathname Usage Best PracticesNew World – Federation and ViewFsH
翻译 2023-06-01 10:20:41
102阅读
HFTP GuideIntroductionHDFS是一个可以让你从远程HDFS集群读取数据的Hadoop文件系统
原创 2022-10-28 06:46:36
72阅读
  • 1
  • 2
  • 3
  • 4
  • 5