Skip to the content
TechLounge ♪ テックラウンジ

崖っぷちITエンジニアの技術録

  • HOME
  • Azure
  • Python
  • VBA
  • Rust
  • My Profile
Menu

Python, Install(Windows), Python入門, 構文

コード規約 – Python

2016-11-29 コメントはまだありません

1.インデントについて
1段階のインデンントは、4つのスペースが推奨されています。
タブとスペースでは動作が異なりますので注意が必要です。
※見た目にはわかりにくいので潜在的なバグになる可能性があります。

Continue Reading

Python, Python入門, 構文

コメントの入れ方 – Python

2016-11-20 コメントはまだありません

Pythonのコメントは、#を使います。
行における#以降がコメントと認識されます。

# これはコメントです。
    print('comment')  # ここもコメントです。
Continue Reading

[PR]

プロフィール (Profile)

人生も仕事もプライベートも崖っぷちな
ITエンジニア 39才
Python/Swift/Java/PHP/Visual Basic/ ABAP(R/3)
現在はAzure, AWS, Rust, C#を勉強中.

詳しくはこちら

カテゴリー (Category)

  • VBA (4)
    • Excel (4)
  • Music (5)
  • Python (12)
    • Sample (2)
    • ファイル処理 (1)
    • Python入門 (8)
      • 用語集 (1)
      • Install(Windows) (2)
      • 構文 (2)
      • データ構造 – コレクション (3)
  • Visual Basic (2)
  • Database (5)
    • SQLServer (2)
    • Oracle (1)
    • PostgreSQL (2)
  • Windows (1)
  • Other (21)

タグ (Tag)

Database Excel Music ODBC Oracle PostgreSQL Python Python3.8.2 Sample Setup SQLServer VBA Visual Basic ファイル処理

アーカイブ (Archives)

  • 2020年7月(1)
  • 2020年2月(1)
  • 2018年2月(2)
  • 2018年1月(1)
  • 2017年6月(5)
  • 2017年5月(11)
  • 2017年4月(9)
  • 2017年3月(2)
  • 2017年1月(2)
  • 2016年12月(7)
  • 2016年11月(4)

Privacy Policy

Privacy Policy
  • Profile

TechLounge ♪ テックラウンジ

Close Menu