はじめに
IPython は、Python 用のコマンドラインインタラクティブシェルです。高度なイントロスペクション、リッチメディア、強力な履歴メカニズムなど、インタラクティブコンピューティングに役立つ機能を備えています。
この実験では、IPython の基本的な機能のいくつかを調べます。マジックコマンドの使用、タブ補完、および組み込みのヘルプシステムの使用などが挙げられます。
他の実験や LabEx のチャレンジで Python シェルを開くよう求められた場合、IPython シェルを使用しないでください。ステップ検出に合格しません。
到達目標
これは Guided Lab です。学習と実践を支援するためのステップバイステップの指示を提供します。各ステップを完了し、実践的な経験を積むために、指示に注意深く従ってください。過去のデータによると、この 中級 レベルの実験の完了率は 79.92%です。学習者から 97.94% の好評価を得ています。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/PythonStandardLibraryGroup(["Python Standard Library"])
python(("Python")) -.-> python/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
python(("Python")) -.-> python/ModulesandPackagesGroup(["Modules and Packages"])
python/BasicConceptsGroup -.-> python/variables_data_types("Variables and Data Types")
python/BasicConceptsGroup -.-> python/numeric_types("Numeric Types")
python/BasicConceptsGroup -.-> python/python_shell("Python Shell")
python/FunctionsGroup -.-> python/build_in_functions("Build-in Functions")
python/ModulesandPackagesGroup -.-> python/using_packages("Using Packages")
python/ModulesandPackagesGroup -.-> python/standard_libraries("Common Standard Libraries")
python/PythonStandardLibraryGroup -.-> python/math_random("Math and Random")
subgraph Lab Skills
python/variables_data_types -.-> lab-83{{"IPython の対話型計算機能を探る"}}
python/numeric_types -.-> lab-83{{"IPython の対話型計算機能を探る"}}
python/python_shell -.-> lab-83{{"IPython の対話型計算機能を探る"}}
python/build_in_functions -.-> lab-83{{"IPython の対話型計算機能を探る"}}
python/using_packages -.-> lab-83{{"IPython の対話型計算機能を探る"}}
python/standard_libraries -.-> lab-83{{"IPython の対話型計算機能を探る"}}
python/math_random -.-> lab-83{{"IPython の対話型計算機能を探る"}}
end