Development Tasks / Overview
The following are common software development tasks.
Level | Development Task | Description |
---|---|---|
Basic | Running Python | Running the Python interpreter. |
Basic | Editing Code | Editing code. |
Basic | Running Python Program | Running a Python program. |
Basic | Documenting Python Code | Documenting Python code. |
Advanced | Testing With PyTest | Automated testing using PyTest. |
Advanced | Creating Virtual Environment | Creating a Python virtual environment. |