diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/arithmetic-formatter.md b/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/arithmetic-formatter.md index d97378b5c3..79d76b767c 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/arithmetic-formatter.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/arithmetic-formatter.md @@ -8,7 +8,7 @@ challengeType: 10
Create a function that receives a list of strings that are arithmetic problems and returns the problems arranged vertically and side-by-side. -You can access the full project description and starter code on Repl.it. +You can access the full project description and starter code on Repl.it. 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. diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/budget-app.md b/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/budget-app.md index 2a47bec26a..d0bc5faba2 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/budget-app.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/budget-app.md @@ -8,7 +8,7 @@ challengeType: 10
Create a "Category" class that can be used to create different budget categories. -You can access the full project description and starter code on Repl.it. +You can access the full project description and starter code on Repl.it. 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. diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/polygon-area-calculator.md b/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/polygon-area-calculator.md index 66ae8b0336..7c89082c3d 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/polygon-area-calculator.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/polygon-area-calculator.md @@ -8,7 +8,7 @@ challengeType: 10
In this project you will use object oriented programming to create a Rectangle class and a Square class. The Square class should be a subclass of Rectangle and inherit methods and attributes. -You can access the full project description and starter code on Repl.it. +You can access the full project description and starter code on Repl.it. 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. diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/probability-calculator.md b/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/probability-calculator.md index 5741d33e8b..be044060d8 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/probability-calculator.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/probability-calculator.md @@ -8,7 +8,7 @@ challengeType: 10
Write a program to determine the approximate probability of drawing certain balls randomly from a hat. -You can access the full project description and starter code on Repl.it. 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. +You can access the full project description and starter code on Repl.it. 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 everything you need to know to complete this project:
    diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/time-calculator.md b/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/time-calculator.md index af46b4e528..63b1740c7d 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/time-calculator.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/time-calculator.md @@ -8,7 +8,7 @@ challengeType: 10
    Write a function named "add_time" that can add a duration to a start time and return the result. -You can access the full project description and starter code on Repl.it. 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. +You can access the full project description and starter code on Repl.it. 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 everything you need to know to complete this project:
      diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/demographic-data-analyzer.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/demographic-data-analyzer.md index e18fbb161e..e32a0a0b58 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/demographic-data-analyzer.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/demographic-data-analyzer.md @@ -8,7 +8,7 @@ challengeType: 10
      In this challenge you must analyze demographic data using Pandas. You are given a dataset of demographic data that was extracted from the 1994 Census database. -You can access the full project description and starter code on Repl.it. +You can access the full project description and starter code on Repl.it. 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. diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/mean-variance-standard-deviation-calculator.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/mean-variance-standard-deviation-calculator.md index 4b97bd182e..6f6680ebff 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/mean-variance-standard-deviation-calculator.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/mean-variance-standard-deviation-calculator.md @@ -8,7 +8,7 @@ challengeType: 10
      Create a function that uses Numpy to output the mean, variance, and standard deviation of the rows, columns, and elements in a 3 x 3 matrix. -You can access the full project description and starter code on Repl.it. +You can access the full project description and starter code on Repl.it. 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. diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/medical-data-visualizer.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/medical-data-visualizer.md index ce5d6c397a..422731d511 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/medical-data-visualizer.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/medical-data-visualizer.md @@ -8,7 +8,7 @@ challengeType: 10
      In this project, you will visualize and make calculations from medical examination data using matplotlib, seaborn, and pandas. -You can access the full project description and starter code on Repl.it. +You can access the full project description and starter code on Repl.it. 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. diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/page-view-time-series-visualizer.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/page-view-time-series-visualizer.md index fe27007ae7..5dc1d0eb0d 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/page-view-time-series-visualizer.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/page-view-time-series-visualizer.md @@ -8,7 +8,7 @@ challengeType: 10
      For this project you will visualize time series data using a line chart, bar chart, and box plots. You will use Pandas, matplotlib, and seaborn to visualize a dataset containing the number of page views each day on the freeCodeCamp.org forum from 2016-05-09 to 2019-12-03. The data visualizations will help you understand the patterns in visits and identify yearly and monthly growth. -You can access the full project description and starter code on Repl.it. +You can access the full project description and starter code on Repl.it. 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. diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/sea-level-predictor.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/sea-level-predictor.md index aff9b69b4d..9847b91ee6 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/sea-level-predictor.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-projects/sea-level-predictor.md @@ -8,7 +8,7 @@ challengeType: 10
      In this project, you will analyze a dataset of the global average sea level change since 1880. You will use the data to predict the sea level change through year 2050. -You can access the full project description and starter code on Repl.it. +You can access the full project description and starter code on Repl.it. 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. diff --git a/curriculum/challenges/english/09-information-security/information-security-projects/port-scanner.md b/curriculum/challenges/english/09-information-security/information-security-projects/port-scanner.md index 3e54102e42..04b114f995 100644 --- a/curriculum/challenges/english/09-information-security/information-security-projects/port-scanner.md +++ b/curriculum/challenges/english/09-information-security/information-security-projects/port-scanner.md @@ -8,7 +8,7 @@ challengeType: 10
      Create a port scanner using Python. -You can access the full project description and starter code on Repl.it. +You can access the full project description and starter code on Repl.it. 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. diff --git a/curriculum/challenges/english/09-information-security/information-security-projects/sha-1-password-cracker.md b/curriculum/challenges/english/09-information-security/information-security-projects/sha-1-password-cracker.md index 63437c47c2..39d4b4f3af 100644 --- a/curriculum/challenges/english/09-information-security/information-security-projects/sha-1-password-cracker.md +++ b/curriculum/challenges/english/09-information-security/information-security-projects/sha-1-password-cracker.md @@ -8,7 +8,7 @@ challengeType: 10
      For this project you will learn about the importance of good security by creating a password cracker to figure out passwords that were hashed using SHA-1. -You can access the full project description and starter code on Repl.it. +You can access the full project description and starter code on Repl.it. 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. diff --git a/curriculum/challenges/english/11-machine-learning-with-python/machine-learning-with-python-projects/rock-paper-scissors.md b/curriculum/challenges/english/11-machine-learning-with-python/machine-learning-with-python-projects/rock-paper-scissors.md index ff7c729a16..0da118f7cb 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/machine-learning-with-python-projects/rock-paper-scissors.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/machine-learning-with-python-projects/rock-paper-scissors.md @@ -8,7 +8,7 @@ challengeType: 10
      For this challenge, you will create a program to play Rock, Paper, Scissors. A program that picks at random will usually win 50% of the time. To pass this challenge your program must play matches against four different bots, winning at least 60% of the games in each match. -You can access the full project description and starter code on repl.it. +You can access the full project description and starter code on repl.it. 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.