32 lines
512 B
Markdown
32 lines
512 B
Markdown
![]() |
---
|
||
|
id: 5ea9997bbec2e9bc47e94dae
|
||
|
challengeType: 11
|
||
|
videoId: XeQ7ZKtb998
|
||
|
---
|
||
|
|
||
|
## Description
|
||
|
|
||
|
<section id='description'>
|
||
|
</section>
|
||
|
|
||
|
## Tests
|
||
|
|
||
|
<section id='tests'>
|
||
|
|
||
|
```yml
|
||
|
question:
|
||
|
text: |
|
||
|
What code editor and extension does the instructor recommend for developing penetration testing tools in Python?
|
||
|
|
||
|
answers:
|
||
|
- |
|
||
|
Atom and the atom-python-run extension.
|
||
|
- |
|
||
|
VSCode and Microsoft's Python extension.
|
||
|
- |
|
||
|
Sublime Text and the Anaconda package.
|
||
|
solution: 2
|
||
|
```
|
||
|
|
||
|
</section>
|