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 d97378b5c3a..79d76b767c3 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 2a47bec26ae..d0bc5faba27 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 66ae8b03365..7c89082c3de 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 5741d33e8bf..be044060d8a 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 af46b4e528f..63b1740c7da 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 e18fbb161ef..e32a0a0b588 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 4b97bd182ec..6f6680ebff2 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 ce5d6c397ae..422731d5110 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 fe27007ae75..5dc1d0eb0de 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 aff9b69b4d4..9847b91ee6a 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 3e54102e428..04b114f995e 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 63437c47c2f..39d4b4f3af0 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 ff7c729a163..0da118f7cb3 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.