0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Python 3 エンジニア認定基礎試験対策1 - やる気を高めよう

Last updated at Posted at 2024-01-22

はじめに

Python3エンジニア認定基礎試験の対策として自分用に執筆しています。

この記事はPython・執筆学びたての初心者が執筆しています。間違いがあるかもしれませんので、ぜひ各項目にある参考文献も確認してください。また、誤りがあればコメントで教えていただけると幸いです。

やる気を高めよう

  • 簡単に利用できる
  • シェルスクリプトやバッチファイルよりも多くの機構がある
  • 大きなプログラムの開発にも適している
  • プログラムをモジュールに分割し再利用できる
  • インタプリタ言語
  • コンパクトで読みやすく記述できる
    • 高レベルのデータ型
    • 実行文のグループ化をインデントで行う
    • 変数や引数の宣言が不要

参考文献

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?