工業製造
産業用モノのインターネット | 工業材料 | 機器のメンテナンスと修理 | 産業プログラミング |
home  MfgRobots >> 工業製造 >  >> Industrial programming >> Python

実際の Python インタラクティブなクイズで Python をマスター – スキルをテストしましょう

Real Python のインタラクティブなクイズで、Python の学習の進捗状況を確認し、スキルを次のレベルに引き上げましょう。

これらのオンライン Python クイズは、学習の進捗状況を確認し、スキルをテストできる楽しい方法として作成されました。

各クイズでは、一連の質問に進みます。それらの中には、複数の選択肢があり、答えを入力するように求められるものや、実際の Python コードを記述する必要があるものもあります。各クイズを進めていくと、どの質問に正解したかのスコアが記録されます。

各クイズの終了時に、結果に基づいて成績が与えられます。最初の試行で 100% のスコアを獲得できなくても、心配する必要はありません。これらのクイズはあなたに挑戦することを目的としており、数回解答して、実行するたびにスコアを向上させることが期待されます。

クイズに答えてください: インタラクティブな「Python スキル テスト」クイズで知識をテストしてください。完了するとスコアが表示され、学習の進捗状況を追跡するのに役立ちます。

インタラクティブなクイズ

Python スキルテスト

基本的な質問から高度な質問まであるスキル クイズで Python の知識をテストします。あなたは初心者、中級者、上級者、または専門家ですか?

インタラクティブなクイズ

Python による Web スクレイピングの実践的な入門

このクイズでは、Python での Web スクレイピングの理解をテストします。 Web スクレイピングは、データ収集と分析のための強力なツールです。このクイズに取り組むことで、文字列メソッド、正規表現、HTML パーサーを使用してウェブサイト データを解析する方法と、フォームや他のウェブサイト コンポーネントを操作する方法を再確認します。

インタラクティブなクイズ

Astral の ty 型チェッカー (Python 用)

Astral の ty (Rust を利用した超高速の Python 型チェッカー) についての知識をテストしてください。インストール、使用法、ルール構成、ツールの現在の制限について説明します。

インタラクティブなクイズ

Python の基本的な入出力

このクイズでは、ユーザー インタラクションのための Python の組み込み関数、つまり input() と print() についての理解をテストします。これらの関数を使用すると、それぞれキーボードからのユーザー入力をキャプチャしたり、コンソールに出力を表示したりできます。

インタラクティブなクイズ

美しいスープ:Python で Web スクレイパーを構築する

このクイズでは、Python を使用した Web スクレイピングの理解をテストします。このクイズに取り組むことで、ターゲット サイトの HTML 構造を検査し、URL にエンコードされたデータを解読し、リクエストと Beautiful Soup を使用してデータをスクレイピングおよび解析する方法を再確認します。

インタラクティブなクイズ

Python のビット演算子

ビット単位の AND、OR、XOR、NOT、シフト、ビットマスク、およびその応用などの中心概念を再確認して、Python のビット単位演算子の理解をテストします。

インタラクティブなクイズ

Django、GraphQL、Vue を使用してブログを構築する

このクイズでは、GraphQL を使用して両者間の通信を行い、Django ブログ バックエンドと Vue フロントエンドを構築することについての理解をテストします。これは、バックエンドとフロントエンドを分離し、API でデータの永続性を処理し、シングルページ アプリ (SPA) でデータを表示するのに役立ちます。

インタラクティブなクイズ

ギター シンセサイザーを作成する

このクイズでは、Python でギター シンセサイザーを構築するために何が必要かについての理解をテストします。このクイズに取り組むことで、音楽理論とサウンド合成の重要な概念をいくつか再確認します。

インタラクティブなクイズ

TDD を使用して Python でハッシュ テーブルを構築する

Python ハッシュが値をバケットに分散し、ハッシュ テーブルを強化する方法を学びます。衝突、一様な分散、テスト駆動開発を実践してください。

インタラクティブなクイズ

LangChain を使用して LLM RAG チャットボットを構築する

このクイズでは、LangChain と Neo4j を使用した検索拡張生成 (RAG) チャットボットの構築についての理解をテストします。この知識により、構造化データと非構造化データの両方に基づいて、コンテキストに関連した応答を取得および生成できるカスタム チャットボットを作成できるようになります。

インタラクティブなクイズ

Python の argparse を使用してコマンドライン インターフェイスを構築する

このクイズでは、argparse モジュールを使用して Python でコマンドライン インターフェイス (CLI) を作成する方法の理解をテストします。この知識は、開発、データ サイエンス、システム管理で一般的な、使いやすいコマンドライン アプリを作成するために不可欠です。

インタラクティブなクイズ

プログラミングに最適なフォントの選択

このクイズでは、日々のプログラミングに最適なフォントを選択する方法についての理解をテストします。プログラミング フォントを選択する際に考慮すべき専門性と機能に関する質問が得られ、高品質のコーディング フォントを見つける方法についての知識が更新されます。

インタラクティブなクイズ

Python の制御フロー構造

このクイズでは、条件分岐、ループ、例外処理、構造パターン マッチングなどの Python 制御フロー構造の理解をテストします。これらのスキルを強化すると、より動的でスマートかつ堅牢な Python コードを作成できるようになります。

インタラクティブなクイズ

Python のデータ クラス

このクイズでは、Python データ クラスの理解をテストします。Python 3.7 で導入された機能であるデータ クラスは、主にデータの保存に使用されるクラスのタイプです。これらには、インスタンスの初期化、印刷、比較などの基本的な機能がすでに実装されています。

インタラクティブなクイズ

Python の深いコピーと浅いコピー

Python の深いコピーと浅いコピーについての理解をテストします。割り当て、アイデンティティ、複雑なオブジェクトを正しくコピーする方法を確認してください。

インタラクティブなクイズ

Python 関数の定義と呼び出し

パラメータ、引数の型、デフォルト値、関数のドキュメントなど、Python での関数の定義と呼び出しを練習します。

インタラクティブなクイズ

Python 関数の定義と呼び出し

このクイズでは、独自の Python 関数を定義する方法の理解をテストします。基本的な構文と、args や kwargs などのより複雑な構文の両方を再確認して、Python での関数定義の知識を深めます。

インタラクティブなクイズ

Python での Main 関数の定義

このクイズでは、Python main() 関数と特別な __name__ 変数についての理解をテストします。この知識があれば、Python で main() を定義するためのベスト プラクティスを理解できるようになります。

インタラクティブなクイズ

独自の Python 関数の定義

このクイズでは、Python 関数の定義と呼び出しについての理解をテストします。 def キーワード、パラメータ、引数などを再確認します。

インタラクティブなクイズ

Python の辞書

Python の dict データ型、つまり組み込みメソッドと演算子を使用してキーと値のペアを作成、アクセス、変更する方法に関する知識をテストします。

インタラクティブなクイズ

Python コードの文書化:完全ガイド

このクイズでは、Python コードの文書化についての理解をテストします。この知識があれば、Python スクリプトとプロジェクトを効果的に文書化して、より理解しやすく、保守しやすくできるようになります。

インタラクティブなクイズ

Pytest を使用した効果的なテスト

このクイズでは、Python テスト ツールである pytest についての理解をテストします。この知識があれば、より効率的かつ効果的なテストを作成し、コードが期待どおりに動作することを確認できるようになります。

インタラクティブなクイズ

パンダを使用してデータセットを探索する

コア構造、インデックス作成、フィルタリング、グループ化、dtypes、DataFrame の結合など、パンダの基礎をテストします。

インタラクティブなクイズ

Python でのキーワードの探索

通常のキーワードとソフト キーワードの違い、キーワード カテゴリ、よくある落とし穴など、Python キーワードの理解をテストします。

インタラクティブなクイズ

Python でプロトコルを調べる

汎用プロトコルとサブプロトコルの使用法を含む、Python プロトコル、構造サブタイプ、静的型チェックに関する知識をテストします。

インタラクティブなクイズ

Python クロージャの探索:例と使用例

このクイズでは、Python クロージャの理解をテストします。クロージャは関数型プログラミング言語の一般的な機能であり、関数ベースのデコレータを作成できるため、Python では特に人気があります。

インタラクティブなクイズ

Python T 文字列の探索

構文、使用例、f 文字列や古いアプローチとの違いなど、Python の t 文字列について詳しく説明します。

インタラクティブなクイズ

LangChain の最初のステップ

大規模言語モデル (LLM) は世界を席巻しています。このステップバイステップのビデオ コースでは、LangChain ライブラリを使用して LLM 支援アプリケーションを構築する方法を学びます。

インタラクティブなクイズ

F 文字列内のフロートをフォーマットする

このクイズでは、Python で f 文字列内の float をフォーマットする方法の理解をテストします。この知識により、浮動小数点数を書式設定された文字列に組み込むときに、浮動小数点数の精度と外観を制御できるようになります。

インタラクティブなクイズ

Python での関数型プログラミング:いつ、どのように使用するか

このクイズでは、Python の関数プログラミングの理解をテストします。 Python の第一級市民である関数、lambda キーワードの使用、map()、filter()、reduce() を使用した関数コードの実装などの概念を再確認します。

インタラクティブなクイズ

DALL·E と OpenAI API を使用してイメージを生成する

このクイズでは、Python を使用した OpenAI による DALL·E による画像の生成の理解をテストします。 OpenAI Python ライブラリの使用、画像生成のための API 呼び出し、テキスト プロンプトからの画像の作成、Base64 文字列の PNG 画像ファイルへの変換などの概念を再確認します。

インタラクティブなクイズ

Django を使ってみる:ポートフォリオ アプリを構築する

このクイズでは、完全な機能を備えた Python Web フレームワークである Django についての理解をテストします。このクイズに取り組むことで、完全に機能する Web アプリケーションを作成する手順を再確認し、Django の最も重要な機能のいくつかについて学びます。

インタラクティブなクイズ

FastAPI を使ってみる

この実践的なクイズでは、インストールやエンドポイントから自動 JSON 応答や Swagger UI に至るまで、FastAPI の基本に関する知識をテストします。

インタラクティブなクイズ

ゲッターとセッター:Python で属性を管理する

このクイズでは、Python のゲッター メソッドとセッター メソッド、およびプロパティについての理解をテストします。これらのツールをいつ使用するべきか、そしてそれらのツールがクラス内でのカプセル化の維持にどのように役立つかを学びます。

インタラクティブなクイズ

Python の非同期機能を使ってみる

このクイズでは、Python の非同期プログラミングの理解をテストします。同期プログラムと非同期プログラムの概念と、非同期プログラムを作成する理由を再確認します。また、Python の非同期機能の使用方法に関する知識をテストします。

インタラクティブなクイズ

Python IDLE を使ってみる

このクイズでは、すべての Python インストールにバンドルされているデフォルトの統合開発環境 (IDE) である Python IDLE についての理解をテストします。 IDLE で Python を直接操作し、Python ファイルを編集して実行する方法を再確認します。

インタラクティブなクイズ

Python でのテストを開始する

このクイズでは、Python テストの理解をテストします。この知識があれば、基本的なテストを作成して実行し、ユーザーよりも先にバグを発見できるようになります。

インタラクティブなクイズ

Python 用の GitHub アクション

このクイズでは、GitHub Actions for Python についての理解をテストします。このクイズに取り組むことで、GitHub アクションとワークフローを使用して Python プロジェクトのリンティング、テスト、デプロイを自動化する方法を再確認します。

インタラクティブなクイズ

Python スクリプトはどのように構成できますか?

このクイズでは、Python スクリプトの編成と構造化についての理解をテストします。明確で保守可能で実行可能な Python コードを作成するためのベスト プラクティスに関する重要な概念を再確認します。

インタラクティブなクイズ

Python 関数名はどのように選択しますか?

このクイズでは、Python 関数名の選択方法についての理解をテストします。このクイズに取り組むことで、Python 関数の命名規則と規則、およびそれらが Python コードを記述する上で重要である理由を再確認することになります。

インタラクティブなクイズ

Python を PATH に追加する方法

PATH 変数の知識をテストし、Windows、Linux、macOS に Python を追加してターミナルに簡単にアクセスする方法を学びましょう。

インタラクティブなクイズ

Python 文字列に部分文字列が含まれているかどうかを確認する方法

このクイズでは、Python 文字列に部分文字列が含まれているかどうかを確認する最良の方法を理解しているかどうかを確認します。また、部分文字列をさらに検査し、正規表現を使用して部分文字列を条件と照合し、パンダで部分文字列を検索する慣用的な方法も再確認します。

インタラクティブなクイズ

Django プロジェクトを作成する方法

Django のセットアップ スキルを確認してください。安全にインストールして要件を固定し、プロジェクトとアプリを作成します。最初のサイトの構築を開始します。

インタラクティブなクイズ

パンダでピボット テーブルを作成する方法

このクイズは、ピボット テーブルの知識をさらに深めることを目的としています。チュートリアルを読んでもすべての答えが見つかるわけではないので、自分で調べる必要があります。すべての答えを見つければ、その過程で他の興味深いことも必ず学べるはずです。

インタラクティブなクイズ

Polars でデータが欠落している場合の対処方法

このクイズでは、Polars での null データの操作に関する知識をテストします。このチュートリアルではすべての答えが見つかるわけではないため、さらに調査する必要があります。すべての答えを見つければ、その過程で必ず興味深いことが学べるはずです。

インタラクティブなクイズ

一般的な Python エラーをデバッグする方法

このクイズに答えて、トレースバックの読み取り、print() の使用、エラーを見つけて修正するためのブレークポイントの設定など、主要な Python デバッグ テクニックを確認してください。

インタラクティブなクイズ

パンダで Null 値を削除する方法

pandas .dropna() についてクイズを立ててください。null を削除し、欠落しているデータを消去し、正確な分析のために DataFrame を準備します。

インタラクティブなクイズ

Python で絶対値を求める方法

このクイズでは、Python での絶対値の計算に関する知識をテストし、組み込み関数と一般的な使用例の両方を習得して、コーディングの精度を向上させます。

インタラクティブなクイズ

Python でリストのリストをフラット化する方法

このクイズでは、Python でリストをフラット化する方法の理解をテストします。リストのフラット化には、行列などの多次元リストを 1 次元リストに変換することが含まれます。これは、ネストされたリストとして保存されたデータを操作する場合の一般的な操作です。

インタラクティブなクイズ

Polars .group_by() を使用してデータをグループ化する方法

Polars .group_by() と集計スキルをテストしてください。このクイズはチュートリアルを超えているため、すべての答えを見つけるにはさらに深く調べる必要があります。

インタラクティブなクイズ

システムに Python をインストールする方法:ガイド

このクイズでは、コンピューターに Python をインストールまたは更新する方法の理解をテストします。この知識があれば、Windows、macOS、Linux などのさまざまなオペレーティング システム上で Python をセットアップできるようになります。

インタラクティブなクイズ

Python で文字列を結合する方法

文字列を結合し、エッジケースを処理し、パフォーマンスを最適化するための Python の .join() 文字列メソッドの理解をテストします。

インタラクティブなクイズ

pyproject.toml を使用して Python プロジェクトを管理する方法

このクイズでは、Python の pyproject.toml ファイルについての理解をテストします。このファイルは、パッケージのセットアップを統合し、依存関係を管理し、ビルドを合理化することで、Python プロジェクトの構成を簡素化します。

インタラクティブなクイズ

Python でリストから項目を削除する方法

このクイズでは、Python でリストから項目を削除する方法の理解をテストします。これは Python プログラミングの基本的なスキルであり、これをマスターするとリストを効果的に操作できるようになります。

インタラクティブなクイズ

pandas DataFrame インデックスをリセットする方法

このクイズは、pandas DataFrame のインデックスのリセットに関する知識を問うものです。このチュートリアルではすべての答えが見つかるわけではないため、さらに調査する必要があります。すべての答えを見つければ、その過程で必ず興味深いことが学べるはずです。

インタラクティブなクイズ

Python スクリプトの実行方法

Python 開発者として構築する必要がある最も重要なスキルの 1 つは、Python スクリプトとコードを実行できることです。コードの実行がどの程度うまくできているか、理解をテストしてください。

インタラクティブなクイズ

Python で文字列を分割する方法

このクイズでは、Python の .split() メソッドの理解をテストします。このメソッドはテキスト処理やデータ解析タスクに役立ち、指定された区切り文字に基づいて文字列を部分文字列のリストに分割できます。

インタラクティブなクイズ

Python 文字列から文字を削除する方法

このクイズでは、Python の .strip()、.lstrip()、および .rstrip() メソッドと、.removeprefix() および .removesuffix() の理解をテストします。これらのメソッドは、ユーザー入力のクリーニング、ファイル名の標準化、ストレージ用のデータの準備などのタスクに役立ちます。

インタラクティブなクイズ

NumPy where() で条件式を使用する方法

このクイズは、np.where() 関数の理解をテストすることを目的としています。チュートリアルではすべての答えが見つかるわけではないため、さらに調査する必要があります。このクイズに取り組む前に、チュートリアルのすべての演習を完了できることを確認することをお勧めします。楽しんでください!

インタラクティブなクイズ

Python でジェネレータと yield を使用する方法

このクイズでは、Python ジェネレーターと yield ステートメントについての理解をテストします。この知識があれば、より Python 的な方法で大規模なデータセットを操作し、ジェネレーター関数と式を作成し、データ パイプラインを構築できるようになります。

インタラクティブなクイズ

Git の使用方法:初心者ガイド

リポジトリの初期化、ファイルのステージング、スナップショットのコミット、プロジェクト履歴の管理など、Git の基本に関する知識をテストします。

インタラクティブなクイズ

Python の使用方法:最初のステップ

このクイズで Python の基本を復習してください。すべての初心者が知っておくべき構文、キーワード、変数、エラー、ツールを練習します。

インタラクティブなクイズ

Python でsorted() と .sort() を使用する方法

このクイズでは、sorted() と .sort() を使用した Python での並べ替えの理解をテストします。さまざまなデータ構造でさまざまなタイプのデータを並べ替える方法、順序をカスタマイズする方法、Python で 2 つの異なる並べ替え方法を使用する方法を再確認します。

インタラクティブなクイズ

Polars LazyFrames の使用方法

このクイズは、Polars LazyFrames の操作に関する知識を問うものです。このチュートリアルではすべての答えが見つかるわけではないため、さらに調査する必要があります。すべての答えを見つければ、その過程で必ず興味深いことが学べるはずです。

インタラクティブなクイズ

PEP 8 で美しい Python コードを記述する方法

このクイズでは、Python コードの記述方法に関するガイドラインとベスト プラクティスを提供する Python Enhancement Proposal である PEP 8 についての理解をテストします。このクイズに取り組むことで、PEP 8 に規定されている主要なガイドラインと、PEP 8 準拠の Python コードを作成するための開発環境のセットアップ方法を再確認します。

インタラクティブなクイズ

Python で docstring を記述する方法

構文、規則、形式、ドキュメントへのアクセス方法と生成方法など、Python ドキュメント文字列に関する知識をテストします。

インタラクティブなクイズ

ハグフェイストランスフォーマー

このクイズでは、Hugging Face Transformers ライブラリの理解をテストします。このライブラリは、自然言語処理タスク、コンピュータ ビジョン、その他の機械学習アプリケーションでトランスフォーマー モデルを操作する場合によく使用される選択肢です。

インタラクティブなクイズ

Python でのインターフェイスの実装

このクイズでは、Python インターフェイスとソフトウェア エンジニアリングにおけるその役割についての理解をテストします。インターフェースが成長するアプリケーションの複雑さの管理にどのように役立つか、またインターフェースを Python で実装する方法を学びます。

インタラクティブなクイズ

継承と構成:Python OOP ガイド

このクイズでは、Python の継承と合成についての理解をテストします。これらは、2 つのクラス間の関係をモデル化するのに役立つオブジェクト指向プログラミングの 2 つの主要な概念です。このクイズに取り組むことで、Python での継承と合成の使用方法、クラス階層のモデル化、多重継承の使用方法を再確認します。

インタラクティブなクイズ

pipx を使用した Python アプリケーションのインストールと実行

このクイズでは、pipx ツールを使用して、分離された仮想環境から Python アプリを実行する方法についての理解をテストします。この知識があれば、オペレーティング システムにグローバルにインストールされている Python アプリを安全に実行できるようになります。

インタラクティブなクイズ

Python との対話

Python の REPL、IDE、コード エディタ、Jupyter Notebook の使用、ファイルからのスクリプトの実行に関する知識をテストします。

インタラクティブなクイズ

DuckDB の紹介

このクイズでは、DuckDB の操作に関する知識が問われます。チュートリアルではすべての答えが見つかるわけではないため、さらに調査する必要があります。すべての答えを見つければ、その過程で必ず興味深いことが学べるはずです。

インタラクティブなクイズ

Python のイテレータとイテラブル:効率的な反復の実行

このクイズでは、Python のイテレータとイテラブルについての理解をテストします。このクイズに取り組むことで、イテレータとイテラブルの作成方法と操作方法、それらの違いを再確認し、ジェネレータ関数の使用方法を復習します。

インタラクティブなクイズ

LangGraph:Python でステートフル AI エージェントを構築する

このクイズに答えて、ステートフル、サイクリック、マルチアクターの大規模言語モデル (LLM) アプリケーション用に設計された Python ライブラリである LangGraph についての理解をテストしてください。このクイズに取り組むことで、LangGraph で LLM ワークフローとエージェントを構築する方法を再確認します。

インタラクティブなクイズ

Python の線形回帰

このクイズでは、Python の線形回帰の知識をテストします。線形回帰は基本的な統計および機械学習手法の 1 つであり、Python は機械学習によく使用されます。

インタラクティブなクイズ

Python におけるリストとタプル

このクイズに挑戦して、Python のリストとタプルを評価し、理解を深めてください。これらのデータ型を作成、アクセス、操作する方法などの重要な概念を探りながら、コード内でデータ型を効率的に使用するためのベスト プラクティスも学びます。

インタラクティブなクイズ

Python でのログイン

このクイズでは、Python のロギング モジュールの理解をテストします。この知識があれば、アプリケーションにログを追加できるようになり、エラーのデバッグやパフォーマンスの分析に役立ちます。

インタラクティブなクイズ

marimo:リアクティブで再現可能なノートブック

このクイズは、marimo ノートブックについて学んだことを強化し、さらに発展させるのに最適な方法です。ほとんどの答えはチュートリアルで見つかりますが、一部の答えを見つけるにはさらに調査する必要があります。

インタラクティブなクイズ

while ループのマスタリング

Python の「while」ループを使用して、無限の反復を練習します。 Python ループ、キーワード、ベスト プラクティスに関する知識を今すぐテストしてください。

インタラクティブなクイズ

Python Web アプリのモデル ビュー コントローラー (MVC):Lego で解説

このクイズでは、多くの Python Web フレームワークの基本概念である Model-View-Controller (MVC) 設計パターンについての理解をテストします。このクイズに取り組むことで、モデル、ビュー、コントローラーの概念と、それらが具体的な Web 開発例にどのように関連しているかを再確認します。

インタラクティブなクイズ

Ruff を使用した現代の Python リンティング

簡単なクイズでラフのスキルをテストしてください。インストール チェック、継続的な lint、フォーマット、ルールの選択、自動修正、構成を練習します。

インタラクティブなクイズ

Python の名前空間とスコープ

このクイズでは、Python の名前空間と変数のスコープについての理解をテストします。これらの概念は、Python プログラムでオブジェクトに割り当てられたシンボル名を整理し、相互に干渉しないようにするために重要です。

インタラクティブなクイズ

Python の名前空間

このクイズでは、Python 名前空間についての理解をテストします。これらの概念は、Python プログラムでオブジェクトに割り当てられたシンボル名を整理し、相互に干渉しないようにするために重要です。

インタラクティブなクイズ

Python のネストされたループ

ネストされたループを使用すると、複数のシーケンスにわたって繰り返しアクションを実行できますが、それだけではありません。 Python のネストされたループの理解をテストしてください!

インタラクティブなクイズ

NumPy の実践例:便利なテクニック

このクイズでは、NumPy 配列の操作に関する理解をテストします。このチュートリアルではすべての答えが見つかるわけではないため、さらに調査する必要があります。すべての答えを見つければ、その過程で必ず興味深いことが学べるはずです。

インタラクティブなクイズ

Python の演算子と式

算術演算子、比較演算子、ブール演算子、恒等演算子など、Python の演算子と式の理解をテストします。

インタラクティブなクイズ

北極とパンダ:違いは何ですか?

このクイズに答えて、Polars と pandas のチュートリアルの知識をテストし、これらのオープンソース Python ライブラリ間の主な違いを確認してください。

インタラクティブなクイズ

実践的な即時エンジニアリング

このクイズでは、GPT-3.5 や GPT-4 などの大規模言語モデル (LLM) を使用したプロンプト エンジニアリング手法の理解をテストします。 OpenAI の API の操作方法を再確認し、プロンプト エンジニアリング テクニックを実際の例に適用し、さまざまな戦略を使用して結果を改善します。

インタラクティブなクイズ

Jinja テンプレートの入門

このクイズでは、Jinja テンプレートの理解をテストします。 Jinja は、Python Web アプリケーションでリッチなテンプレートを構築するための強力なツールであり、プログラム コンテンツを含むテキスト ファイルの作成にも使用できます。

インタラクティブなクイズ

Python デコレータの入門

このクイズでは、Python デコレーターとは何か、またその作成方法と使用方法についての基本的な概念を再確認します。

インタラクティブなクイズ

Python でのパフォーマンスのプロファイリング

Python プロファイリングとパフォーマンス ツールの知識をテストします。ボトルネックを特定し、cProfile や timeit などのプロファイラーを使用する練習をしてください。

インタラクティブなクイズ

Pydantic:Python でのデータ検証の簡素化

このクイズでは、Python の強力なデータ検証ライブラリである Pydantic についての理解をテストします。データ スキーマの操作、カスタム バリデータの作成、関数の引数の検証、pydantic-settings による設定の管理などの概念を再確認します。

インタラクティブなクイズ

Python 3.13:試してみたいクールな新機能

このクイズでは、Python 3.13 で導入された新機能の理解をテストします。このクイズに取り組むことで、このバージョンの Python の主な更新と改善点を確認できます。

インタラクティブなクイズ

Python 3.13:無料のスレッドと JIT コンパイラー

このクイズでは、Python 3.13 の新機能の理解をテストします。カスタム Python ビルドのコンパイル方法、グローバル インタープリター ロック (GIL) の無効化、ジャストインタイム (JIT) コンパイラーの有効化などの方法を再確認します。

インタラクティブなクイズ

Python 3.14:試してみたいクールな新機能

このクイズでは、Python 3.14 で導入された新機能の理解をテストします。このクイズに取り組むことで、このバージョンの Python の主な更新と改善点を確認できます。

インタラクティブなクイズ

Python および REST API:Web サービスとの対話

このクイズでは、REST API の理解と、Python を使用して REST API を操作する方法をテストします。この知識があれば、興味のある RESTful API によって提供されるデータを取得、解析、更新、操作できるようになります。

インタラクティブなクイズ

Python アノテーション

アノテーションと型ヒントに関する知識をテストします。これには、さまざまな Python バージョンが実行時にそれらをどのように評価するかなども含まれます。

インタラクティブなクイズ

Python の args と kwargs:わかりやすく解説

このクイズでは、Python で *args と **kwargs を使用する方法の理解をテストします。この知識があれば、関数にさらに柔軟性を加えることができるようになります。

インタラクティブなクイズ

Python の基礎:クラスを使用したシステムの構築

クラスを使用して、Python で複雑なシステムを構築できます。クラスを作成し、他のクラスから継承し、クラスの動作をオーバーライドすることにより、オブジェクト指向プログラミング (OOP) の力を活用できます。

インタラクティブなクイズ

Python の基礎:条件付きロジックと制御フロー

条件付きロジックを使用すると、さまざまな条件に基づいてさまざまなアクションを実行するプログラムを作成できます。条件付きロジックを関数やループと組み合わせると、さまざまな状況に対応できる複雑なプログラムを作成できます。

インタラクティブなクイズ

Python の基本:辞書

Python 辞書は、リストやタプルと同様、オブジェクトのコレクションを保存します。ただし、辞書はオブジェクトをシーケンスで保存するのではなく、キーと値のペアと呼ばれるデータのペアで情報を保持します。

インタラクティブなクイズ

Python の基礎:ファイル システムの操作

pathlib モジュールを使用すると、Python でファイル パス操作を実行できます。これらの操作には、ファイルやフォルダの作成、反復、検索、移動、削除が含まれます。

インタラクティブなクイズ

Python の基礎:コードのバグを見つけて修正する

論理エラーは、本来は有効なプログラムが意図したとおりに動作しない場合に発生します。これらはバグと呼ばれる予期しない動作を引き起こします。バグを削除することはデバッグと呼ばれます。デバッガーは、バグを探し出し、バグが発生する理由を理解するのに役立つツールです。

インタラクティブなクイズ

Python の基礎:関数とループ

関数はコードを小さなチャンクに分割するため、プログラムがコード全体で複数回実行するアクションを定義するのに最適です。プログラムが同じタスクを実行する必要があるたびに同じコードを記述するのではなく、関数を呼び出すだけです。

インタラクティブなクイズ

Python の基本:pip を使用したパッケージのインストール

Python はバッテリーが付属していることで有名ですが、それでも時々サードパーティのライブラリが必要になることがあります。このようなパッケージは pip を使用してインストールできます。

インタラクティブなクイズ

Python の基本:リストとタプル

作成、インデックス付け、スライス、変更可能性、ネストなど、Python のリストとタプルに関する知識をテストします。

インタラクティブなクイズ

Python の基礎:モジュールとパッケージ

関連するコードをモジュールと呼ばれる個別のファイルに配置することで、アプリケーションを構築できます。その後、import ステートメントを使用して、別のファイル内のモジュールを使用できます。

インタラクティブなクイズ

Python の基礎:数値と数学

優れたプログラミングを行うのに数学の達人である必要はありませんが、数値はどのプログラミング言語にとっても不可欠な部分です。 Python も例外ではありません。

インタラクティブなクイズ

Python の基礎:オブジェクト指向プログラミング

OOP (オブジェクト指向プログラミング) は、関連するプロパティと動作を個々のオブジェクトにバンドルすることによってプログラムを構築する方法です。このクイズでは、OOP についての理解をテストします。

インタラクティブなクイズ

Python の基本:ファイルの読み取りと書き込み

ファイルの読み取りと書き込みにより、Python プログラムと外部ソフトウェアの間でデータを行き来できます。 CSV ファイル形式は、表形式のデータを転送するために最も広くサポートされているファイル形式の 1 つであるため、特に便利です。

インタラクティブなクイズ

Python の基本:スコープ

Python の関数とループを完全に理解するには、プログラム内で名前が表示される場所を決定するスコープの問題についてよく理解しておく必要があります。

インタラクティブなクイズ

Python の基本:Python のセットアップ

この簡単なクイズで、Windows、macOS、Ubuntu への Python のインストール、PATH の設定、IDLE の使用に関する知識をテストしてください。

インタラクティブなクイズ

Python の基本:文字列と文字列メソッド

文字列は Python の基本的なデータ型です。簡単に言えば、文字列はテキストのコレクションであり、さまざまなコンテキストで使用されます。たとえば、文字列は、ユーザー入力、ファイルから読み取られたデータ、またはネットワーク経由で通信する機器によって送信されたメッセージから取得される場合があります。

インタラクティブなクイズ

Python バイト

このクイズでは、Python バイト オブジェクトの理解をテストします。このクイズに取り組むことで、この低レベルのデータ型に関連する主要な概念を再確認することになります。

インタラクティブなクイズ

Python クロージャ:一般的な使用例と例

このクイズでは、Python クロージャの理解をテストします。クロージャは関数型プログラミング言語の一般的な機能であり、関数ベースのデコレータを作成できるため、Python では特に人気があります。

インタラクティブなクイズ

Python コードの品質:ベスト プラクティスとツール

このクイズでは、Python コードの品質、ツール、ベスト プラクティスについての理解をテストします。このクイズに取り組むことで、機能的で、読みやすく、保守しやすく、効率的で安全な高品質の Python コードを作成することの重要性を再認識することになります。

インタラクティブなクイズ

Python の同時実行性

このクイズでは、Python の同時実行性についての理解をテストします。 Python のさまざまな形式の並行性、I/O バウンドのタスクに対するマルチスレッドおよび非同期ソリューションの実装方法、CPU バウンドのタスクに対する真の並列処理を実現する方法を再確認します。

インタラクティブなクイズ

Python デコレータ 101

Work through this quiz to review first-class functions, inner functions, and decorators, and learn how to use them to extend behavior cleanly in Python.

インタラクティブなクイズ

Python Descriptors:An Introduction

Learn how Python descriptors control attribute access, use special methods for getting and setting values, and implement read-only attributes.

インタラクティブなクイズ

Python Dictionary Comprehensions:How and When to Use Them

In this quiz, you'll test your understanding of Python dictionary comprehensions. Dictionary comprehensions are a concise and quick way to create, transform, and filter dictionaries in Python, and can significantly enhance your code's conciseness and readability.

インタラクティブなクイズ

Python Dictionary Iteration

Dictionaries are one of the most important and useful data structures in Python. Learning how to iterate through a Dictionary can help you solve a wide variety of programming problems in an efficient way. Test your understanding on how you can use them better!

インタラクティブなクイズ

Python Exceptions:An Introduction

In this quiz, you'll test your understanding of Python exceptions. You'll cover the difference between syntax errors and exceptions and learn how to raise exceptions, make assertions, and use the try and except block.

インタラクティブなクイズ

Python Folium:Create Web Maps From Your Data

Python’s Folium library gives you access to the mapping strengths of the Leaflet JavaScript library through a Python API. It allows you to create interactive geographic visualizations that you can share as a website.

インタラクティブなクイズ

Python for Loops:The Pythonic Way

In this quiz, you'll test your understanding of Python's for loop. You'll revisit how to iterate over items in a data collection, how to use range() for a predefined number of iterations, and how to use enumerate() for index-based iteration.

インタラクティブなクイズ

Python GUI Programming With Tkinter

In this quiz, you'll test your understanding of Python GUI Programming With Tkinter, the de facto Python GUI framework. Check your knowledge of GUI programming concepts such as widgets, geometry managers, and event handlers.

インタラクティブなクイズ

Python import:Advanced Techniques and Tips

In this quiz, you'll test your understanding of Python's import statement and how it works. You'll revisit how to use modules and import them dynamically at runtime.

インタラクティブなクイズ

Python Keywords:An Introduction

In this quiz, you'll test your understanding of Python keywords and soft keywords. These reserved words have specific functions and restrictions in Python, and understanding how to use them correctly is fundamental for building Python programs.

インタラクティブなクイズ

Python Lambda Functions

Python lambdas are little, anonymous functions, subject to a more restrictive but more concise syntax than regular Python functions. Test your understanding on how you can use them better!

インタラクティブなクイズ

Python Mappings

In this quiz, you'll test your understanding of the basic characteristics and operations of Python mappings. By working through this quiz, you'll revisit the key concepts and techniques of creating a custom mapping.

インタラクティブなクイズ

Python Modules and Packages

In this quiz, you'll test your understanding of Python modules and packages, which are mechanisms that facilitate modular programming. Modular programming involves breaking a large programming task into smaller, more manageable subtasks or modules. This approach has several advantages, including simplicity, maintainability, and reusability.

インタラクティブなクイズ

Python Name-Main Idiom

Test your knowledge of Python's if __name__ =="__main__" idiom by answering a series of questions! You've probably encountered the name-main idiom and might have even used it in your own scripts. But did you use it correctly?

インタラクティブなクイズ

Python Namespace Packages

Practice your knowledge about namespace packages in Python. Revisit managing multiple packages without an __init__.py file.

インタラクティブなクイズ

Python Project Management With uv

Test your skills with uv, the fast Python project manager. Practice setup, package installs, and key files created by uv.

インタラクティブなクイズ

Python Raw Strings

In this quiz, you can practice your understanding of how to use raw string literals in Python. With this knowledge, you'll be able to write cleaner and more readable regular expressions, Windows file paths, and many other string literals that deal with escape character sequences.

インタラクティブなクイズ

Python's Built-in Exceptions:A Walkthrough With Examples

In this quiz, you'll test your understanding of Python's built-in exceptions. With this knowledge, you'll be able to effectively identify and handle these exceptions when they appear. Additionally, you'll be more familiar with how to raise some of these exceptions in your code.

インタラクティブなクイズ

Python's Built-in Functions:A Complete Exploration

Take this quiz to test your knowledge about the available built-in functions in Python. By taking this quiz, you'll deepen your understanding of how to use these functions and the common programming problems they cover, from mathematical computations to Python-specific features.

インタラクティブなクイズ

Python's Bytearray

In this quiz, you'll test your understanding of Python's bytearray data type. By working through this quiz, you'll revisit the key concepts and uses of bytearray in Python.

インタラクティブなクイズ

Python's enumerate()

Once you learn about for loops in Python, you know that using an index to access items in a sequence isn't very Pythonic. So what do you do when you need that index value? In this tutorial, you'll learn all about Python's built-in enumerate(), where it's used, and how you can emulate its behavior.

インタラクティブなクイズ

Python Sequences:A Comprehensive Guide

In this quiz, you'll test your understanding of sequences in Python. You'll revisit the basic characteristics of a sequence, operations common to most sequences, special methods associated with sequences, and how to create user-defined mutable and immutable sequences.

インタラクティブなクイズ

Python Set Comprehensions:How and When to Use Them

In this quiz, you'll test your understanding of Python set comprehensions. Set comprehensions are a concise and quick way to create, transform, and filter sets in Python. They can significantly enhance your code's conciseness and readability compared to using regular for loops to process your sets.

インタラクティブなクイズ

Python Sets

In this quiz, you'll assess your understanding of Python's built-in set data type. You'll revisit the definition of unordered, unique, hashable collections, how to create and initialize sets, and key set operations.

インタラクティブなクイズ

Python's Instance, Class, and Static Methods Demystified

In this quiz, you'll test your understanding of instance, class, and static methods in Python. By working through this quiz, you'll revisit the differences between these methods and how to use them effectively in your Python code.

インタラクティブなクイズ

Python Skill Test

基本的な質問から高度な質問まであるスキル クイズで Python の知識をテストします。あなたは初心者、中級者、上級者、または専門家ですか?

インタラクティブなクイズ

Python's property():Add Managed Attributes to Your Classes

In this quiz, you'll test your understanding of Python's property(). With this knowledge, you'll be able to create managed attributes in your classes, perform lazy attribute evaluation, provide computed attributes, and more.

インタラクティブなクイズ

Python's raise:Effectively Raising Exceptions in Your Code

In this quiz, you'll test your understanding of how to raise exceptions in Python using the raise statement. This knowledge will help you handle errors and exceptional situations in your code, leading to more robust programs and higher-quality code.

インタラクティブなクイズ

Python's Requests Library

Test your understanding of the Python Requests library for making HTTP requests and interacting with web services.

インタラクティブなクイズ

Python String Formatting:Available Tools and Their Features

You can take this quiz to test your understanding of the available tools for string formatting in Python, as well as their strengths and weaknesses. These tools include f-strings, the .format() method, and the modulo operator.

インタラクティブなクイズ

Python Strings and Character Data

This quiz will test your understanding of Python's string data type and your knowledge about manipulating textual data with string objects. You'll cover the basics of creating strings using literals and the str() function, applying string methods, using operators and built-in functions, and more!

インタラクティブなクイズ

Python String Splitting

Practice Python string splitting, from whitespace handling to using custom separators and regex. Review split(), rsplit(), and edge cases.

インタラクティブなクイズ

Python's unittest:Writing Unit Tests for Your Code

In this quiz, you'll test your understanding of Python testing with the unittest framework from the standard library. With this knowledge, you'll be able to create basic tests, execute them, and find bugs before your users do.

インタラクティブなクイズ

Python Textual:Build Beautiful UIs in the Terminal

In this quiz, you'll test your understanding of the Python Textual library. This library is used to create rich terminal applications and widgets. By working through this quiz, you'll reinforce your knowledge of Textual's key concepts and features.

インタラクティブなクイズ

Python Threading

This is a quiz that will review topics covered in our An Intro To Threading tutorial.

インタラクティブなクイズ

Python Thread Safety:Using a Lock and Other Techniques

In this quiz, you'll test your understanding of Python thread safety. You'll revisit the concepts of race conditions, locks, and other synchronization primitives in the threading module. By working through this quiz, you'll reinforce your knowledge about how to make your Python code thread-safe.

インタラクティブなクイズ

Python time.sleep()

In this quiz, you'll revisit how to add time delays to your Python programs.

インタラクティブなクイズ

Python Type Checking

In this quiz, you'll test your understanding of Python type checking. You'll revisit concepts such as type annotations, type hints, adding static types to code, running a static type checker, and enforcing types at runtime. This knowledge will help you develop your code more efficiently.

インタラクティブなクイズ

Python Virtual Environments:A Primer

In this quiz, you'll test your understanding of Python virtual environments. With this knowledge, you'll be able to avoid dependency conflicts and help other developers reproduce your development environment.

インタラクティブなクイズ

Python while Loops:Repeating Tasks Conditionally

In this quiz, you'll test your understanding of Python's while loop. This loop allows you to execute a block of code repeatedly as long as a given condition remains true. Understanding how to use while loops effectively is a crucial skill for any Python developer.

インタラクティブなクイズ

Quantum Computing Basics With Qiskit

Test your understanding of quantum computing basics, including superposition, qubits, entanglement, and key programming concepts.

インタラクティブなクイズ

Reading and Writing WAV Files in Python

In this quiz, you can test your knowledge of handling WAV audio files in Python with the wave module. By applying what you've learned, you'll demonstrate your ability to synthesize sounds, analyze and visualize waveforms, create dynamic spectrograms, and enhance audio with special effects.

インタラクティブなクイズ

Recursion in Python:An Introduction

Test your understanding of recursion in Python, including base cases, recursive structure, performance considerations, and common use cases.

インタラクティブなクイズ

Ruff:A Modern Python Linter

In this quiz, you'll test your understanding of Ruff, a modern linter for Python. By working through this quiz, you'll revisit why you'd want to use Ruff to check your Python code and how it automatically fixes errors, formats your code, and provides optional configurations to enhance your linting.

インタラクティブなクイズ

Shallow vs Deep Copying of Python Objects

In this quiz, you'll test your understanding of Python's copy module, which provides tools for creating shallow and deep copies of objects. This knowledge is crucial for managing complex, mutable data structures safely and effectively.

インタラクティブなクイズ

Single and Double Underscores in Python Names

In this quiz, you'll test your understanding of the use of single and double underscores in Python names. This knowledge will help you differentiate between public and non-public names, avoid name clashes, and write code that looks Pythonic and consistent.

インタラクティブなクイズ

Socket Programming in Python

In this quiz, you'll test your understanding of Python sockets. With this knowledge, you'll be able to create your own client-server applications, handle multiple connections simultaneously, and send messages and data between endpoints.

インタラクティブなクイズ

Speed Up Python With Concurrency

Test your Python concurrency knowledge:CPU vs I/O-bound tasks, GIL, asyncio, race conditions, and multiprocessing.

インタラクティブなクイズ

String Interpolation in Python:Exploring Available Tools

Take this quiz to test your understanding of the available tools for string interpolation in Python, as well as their strengths and weaknesses. These tools include f-strings, the .format() method, and the modulo operator.

インタラクティブなクイズ

Strip Characters From a Python String

Test your Python skills on removing characters from strings using strip, lstrip, and rstrip. Practice default behavior, custom chars, and more.

インタラクティブなクイズ

Structural Pattern Matching

In this quiz, you'll test your understanding of structural pattern matching in Python. This powerful control flow construct, introduced in Python 3.10, offers concise and readable syntax while promoting a declarative code style.

インタラクティブなクイズ

Supercharge Your Classes With Python super()

In this quiz, you'll test your understanding of inheritance and the super() function in Python. By working through this quiz, you'll revisit the concept of inheritance, multiple inheritance, and how the super() function works in both single and multiple inheritance scenarios.

インタラクティブなクイズ

The Python calendar Module

In this quiz, you'll test your understanding of the calendar module in Python. It'll evaluate your proficiency in manipulating, customizing, and displaying calendars directly within your terminal. By working through this quiz, you'll revisit the fundamental functions and methods provided by the calendar module.

インタラクティブなクイズ

The Python print() Function

In this interactive quiz, you can revisit what you know about Python's print() function. You'll also get to quiz yourself about some of its lesser-known features.

インタラクティブなクイズ

The Python print() Function

In this quiz, you'll test your understanding of Python's built-in print() function, covering how to format output, specify custom separators, and more.

インタラクティブなクイズ

The Python return Statement

In this quiz, you can practice your understanding of how to use the Python return statement when writing functions. Additionally, you'll cover some good programming practices related to the use of return. With this knowledge, you'll be able to write readable, robust, and maintainable functions in Python.

インタラクティブなクイズ

The Python Standard REPL:Try Out Code and Ideas Quickly

Test your understanding of the Python standard REPL. The Python REPL allows you to run Python code interactively, which is useful for testing new ideas, exploring libraries, refactoring and debugging code, and trying out examples.

インタラクティブなクイズ

The Walrus Operator:Python's Assignment Expressions

In this quiz, you'll test your understanding of Python's walrus operator. This operator was introduced in Python 3.8, and understanding it can help you write more concise and efficient code.

インタラクティブなクイズ

Threading in Python

Test your understanding of Python threading, including how to create threads, use locks, avoid race conditions, and build pipelines.

インタラクティブなクイズ

Understanding the Python Mock Object Library

In this quiz, you'll test your understanding of Python's unittest.mock library. With this knowledge, you'll be able to write robust tests, create mock objects, and ensure your code is reliable and efficient.

インタラクティブなクイズ

Using and Creating Global Variables in Your Python Functions

In this quiz, you'll test your understanding of how to use global variables in Python functions. With this knowledge, you'll be able to share data across an entire program, modify and create global variables within functions, and understand when to avoid using global variables.

インタラクティブなクイズ

Using Data Classes in Python

Test your knowledge of Python data classes, namedtuple, immutability, auto-generated methods, inheritance, and slots.

インタラクティブなクイズ

Using Dictionaries in Python

Revisit Python's dictionary data type in this quick quiz. How does it work, why is it useful, and how is it different from a list?

インタラクティブなクイズ

Using Jupyter Notebooks

Test your Jupyter Notebook skills:cells, modes, shortcuts, Markdown, server tools, and exporting notebooks to HTML.

インタラクティブなクイズ

Using Python's .__dict__ to Work With Attributes

In this quiz, you'll test your understanding of Python's .__dict__ attribute and its usage in classes, instances, and functions. Acting as a namespace, this attribute maps attribute names to their corresponding values and serves as a versatile tool for metaprogramming and debugging.

インタラクティブなクイズ

Using .__repr__() vs .__str__() in Python

In this quiz, you'll test your understanding of Python's dunder repr and dunder str special methods. These methods allow you to control how a program displays an object, making your classes more readable and easier to debug and maintain.

インタラクティブなクイズ

Web Automation With Python and Selenium

In this quiz, you'll test your understanding of using Selenium with Python for web automation. You'll revisit concepts like launching browsers, interacting with web elements, handling dynamic content, and implementing the Page Object Model (POM) design pattern.

インタラクティブなクイズ

Web Scraping With Scrapy and MongoDB

In this quiz, you'll test your understanding of web scraping with Scrapy and MongoDB. You'll revisit how to set up a Scrapy project, build a functional web scraper, extract data from websites, store scraped data in MongoDB, and test and debug your Scrapy web scraper.

インタラクティブなクイズ

Welcome to Real Python!

Get a tour of Real Python, find resources for your skill level, and learn how to use the community to study effectively.

インタラクティブなクイズ

What Are CRUD Operations?

In this quiz, you'll revisit the key concepts and techniques related to CRUD operations. These operations are fundamental to any system that interacts with a database, and understanding them is crucial for effective data management.

インタラクティブなクイズ

What Are Mixin Classes in Python?

Test your knowledge of Python mixins—specialized classes that let you reuse methods without traditional inheritance.

インタラクティブなクイズ

What Can I Do With Python?

Test your knowledge of what Python can and can't do, from web and GUI apps to data science, CLI tools, and embedded systems.

インタラクティブなクイズ

What Can You Do With Python?

Review where Python shines:web, APIs, CLIs, GUIs, data science, ORMs, automation, and robots. Practice key terms, tools, and workflows.

インタラクティブなクイズ

What Exactly Is the Zen of Python?

Learn and test the Zen of Python, its guiding aphorisms, and tips for writing clearer, more readable, and maintainable code.

インタラクティブなクイズ

What Is Python's __init__.py For?

Test your understanding of Python's __init__.py files to master how they shape your packages, enhance project structure, and keep your code clean.

インタラクティブなクイズ

What Is the __pycache__ Folder in Python?

In this quiz, you'll have the opportunity to test your knowledge of the __pycache__ folder, including when, where, and why Python creates these folders.

インタラクティブなクイズ

What's Lazy Evaluation in Python?

In this quiz, you'll test your understanding of the differences between lazy and eager evaluation in Python. By working through this quiz, you'll revisit how Python optimizes memory use and computational overhead by deciding when to compute values.

インタラクティブなクイズ

When to Use a List Comprehension in Python

In this quiz, you'll test your understanding of Python list comprehensions. You'll revisit how to rewrite loops as list comprehensions, how to choose between comprehensions and loops, and how to use conditional logic in your comprehensions.

インタラクティブなクイズ

Working With Files in Python

Practice handling files and directories in Python, including opening, iterating, filtering, creating, deleting, copying, and renaming.

インタラクティブなクイズ

Working With JSON Data in Python

In this quiz, you'll test your understanding of working with JSON in Python. By working through this quiz, you'll revisit key concepts related to JSON data manipulation and handling in Python.

Got feedback on our quizzes?


Python

  1. 例を使用した Python List count()
  2. Python String find() メソッドと例
  3. Python カスタム例外
  4. Python range() 関数:Float、List、For ループの例
  5. Python で三目並べゲームを作成する:ステップバイステップのコード チュートリアル
  6. Python-XML 処理
  7. Python-変数の型
  8. Python DSL:特殊なドメインに合わせたソリューション
  9. Pillow を使用した Python 画像処理
  10. Python 3 に移行する
  11. Python TUPLE – パック、アンパック、比較、スライス、削除、キー