中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

autopep8怎么利用Pycharm進行配置

發布時間:2020-11-30 15:25:38 來源:億速云 閱讀:203 作者:Leah 欄目:開發技術

autopep8怎么利用Pycharm進行配置?相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。

關于PEP 8

PEP 8,Style Guide forPythonCode,是Python官方推出編碼約定,主要是為了保證 Python 編碼的風格一致,提高代碼的可讀性。

官網地址:https://www.python.org/dev/peps/pep-0008/

關于Autopep8

Autopep8是自動將Python代碼格式化為符合PEP 8風格的工具。它使用pycodestyle工具來確定代碼的哪些部分需要被格式化。Autopep8能夠修復大部分pycodestyle檢測的格式問題。

github地址:https://github.com/hhatto/autopep8

下載安裝Autopep8

pip install autopep8

使用Autopep8

命令行使用方式如下

$ autopep8 --in-place --aggressive --aggressive <filename>
$ autopep8 --in-place --aggressive --aggressive Student.py

Pycharm配置Autopep8方法

1)具體流程:選擇菜單「File」–>「Settings」–>「Tools」–>「External Tools」–>設置相關配置 -> 點擊加號添加工具

填寫如下配置項,點擊「OK」保存

Settings–>Tools–>External Tools 點擊添加按鈕Name:autopep8(可以自定義)

Tools settings:

Programs:autopep8(不能修改)
Parameters:--in-place --aggressive --aggressive $FilePath$
Working directory:$ProjectFileDir$

Advanced Options:在output filters添加:$FILE_PATH$\:$LINE$\:$COLUMN$\:.*

3) 使用autopep8自動格式化你的python代碼

import math


def example1():
  some_tuple = (1, 2, 3, 'a')
  some_variable = {
    'long': 'Long code lines should be wrapped within 79 characters.',
    'other': [math.pi, 100, 200, 300, 9876543210,'This is a long string that goes on'],
    'more': { 'inner': 'This whole logical line should be wrapped.',some_tuple: [ 1,20, 300, 40000,500000000,60000000000000000]}}
  return (some_tuple, some_variable)
 
def example2(): return ('' in {'f': 2}) in {'has_key() is deprecated': True};
 
class Example3(object):
  def __init__(self, bar):
    # Comments should have a space after the hash.
    if bar:
      bar += 1
      bar = bar * bar
    else:
      some_string = """
            Indentation in multiline strings should not be touched.Only actual code should be reindented.
"""

第一種方式:

編寫完代碼后,右鍵選擇「Extern Tools」–>「autopep8」

autopep8怎么利用Pycharm進行配置

第二種方式:

選擇菜單「Tool」–>「Extern Tools」–>「autopep8」即可

autopep8怎么利用Pycharm進行配置

看完上述內容,你們掌握autopep8怎么利用Pycharm進行配置的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

修文县| 辽中县| 乡城县| 白玉县| 夏河县| 方城县| 奎屯市| 苍南县| 富顺县| 葵青区| 九江市| 新宁县| 华宁县| 安塞县| 高清| 天长市| 罗田县| 安宁市| 辛集市| 莆田市| 东阳市| 闽清县| 呼图壁县| 襄樊市| 平阴县| 沂南县| 托克托县| 苍南县| 东丰县| 宕昌县| 深圳市| 砀山县| 商南县| 汝南县| 花莲县| 乐清市| 盐池县| 和林格尔县| 黄平县| 漾濞| 张家港市|