チートシートは、特定のトピックに関する一連の練習問題を試しているときや、プロジェクトに取り組んでいるときに、本当に役に立つことがあります。 一枚の紙には多くの情報しか載せられないので、ほとんどのチートシートは構文ルールの単純なリストになっています。
これらのチートシートはすべて、Python Crash Course の第 2 版にあるものと一致するように更新されています。
これらのチートシートはすべて、Python Crash Course の第 2 版の内容に合わせて更新されています。
より多くのリソースが利用可能になったときに知りたい場合は、ここでメール通知に登録できます。
概要シート
- Beginner’s Python Cheat Sheet
- 変数、リスト、辞書、関数、クラスなどを含む Python の基本についての概要を提供するものです。
Python Basics
- Beginner’s Python Cheat Sheet – Lists
- Focuses on lists: how to build and modify a list, access elements from a list, and loop through the values in a list.
- List は、リストに焦点を当てたチートシートです。
- Beginner’s Python Cheat Sheet – Dictionaries
- Focuses on dictionaries: how to build and modify a dictionary, access the information in a dictionary, and loop through dictionaries in a variety of ways.また、数値リスト、リスト内包、タプル、その他についてもカバーします。 リストと辞書の入れ子、辞書内包の使用、およびその他のセクションを含みます。
- Beginner’s Python Cheat Sheet – If Statements and While Loops
- if文とwhileループに焦点を当てる:文字列と数値データで条件テストを書く方法、単純および複合if文を書く方法、ユーザー入力の受け入れ方法。
- Beginner’s Python Cheat Sheet – Functions
- Focuses on functions: how to define a function and how to pass information to a function.また、whileループの使用に対するさまざまなアプローチもカバーします。 位置引数やキーワード引数、戻り値、リストの渡し方、モジュールの使い方など
- Beginner’s Python Cheat Sheet – Classes
- Focuses on classes: How to define and use a class.Of the Python Cheat Sheet – クラスに焦点を当てる。 属性とメソッド、継承とインポートなどをカバーします。
- Beginner’s Python Cheat Sheet – Files and Exceptions
- ファイルを扱うことと、プログラムの実行中に発生する可能性のあるエラーを処理するための例外を使うことに焦点を当てます。
- Beginner’s Python Cheat Sheet – Testing Your Code
- ユニットテストとテストケースに焦点を当てます。 関数をテストする方法、そしてクラスをテストする方法
プロジェクトに焦点を当てたシート
- Beginner’s Python Cheat Sheet – Pygame
- Pygameでゲームを作ることに焦点を当てたシートです。 ゲームウィンドウの作成、オブジェクトの整列、画像、キーボードやマウス入力への応答、グループ、ゲーム要素間の衝突の検出、テキストの描画
- Beginner’s Python Cheat Sheet – Matplotlib
- Matplotlib による視覚化の作成にフォーカスしています。 Making line graphs and scatter plots, customizing plots, making multiple plots, and working with time-based data.
- Beginner’s Python Cheat Sheet – Plotly
- Focuses on creating visualizations with Plotly. Making line graphs, scatter plots, and bar graphs, styling plots, making multiple plots, and working with geographical datasets.
- Beginner’s Python Cheat Sheet – Django
- Focuses on creating web apps with Django. Installing Django and starting a project, working with models, building a home page, using templates, using data, and making user accounts.
If you find any errors, please feel free to get in touch:
Email: [email protected]
Twitter: @ehmatthes