Files
freeCodeCamp/curriculum/challenges/english/09-information-security/information-security-projects/port-scanner.md
GM Fuster d8ca6db29e fix(curriculum): replace repl.it with replit.com (#41933)
Replace repl.it to replit.com in the English version.  Chinese and Spanish versions have the same issue.

Co-authored-by: gemmaf98 <44875585+gemmaf98@users.noreply.github.com>
2021-04-27 21:30:04 +01:00

1.2 KiB

id, title, challengeType, helpCategory, dashedName
id title challengeType helpCategory dashedName
5e46f979ac417301a38fb932 Port Scanner 10 Python port-scanner

--description--

Create a port scanner using Python.

You can access the full project description and starter code on Replit.com.

After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below.

We are still developing the interactive instructional part of the Python curriculum. For now, here are some videos on the freeCodeCamp.org YouTube channel that will teach you some of the Python skills required for this project:

--hints--

It should pass all Python tests.


--solutions--

  # Python challenges don't need solutions,
  # because they would need to be tested against a full working project.
  # Please check our contributing guidelines to learn more.