Skip to content

Commit 776ce24

Browse files
authored
fix: URL names for learn python course (freeCodeCamp#66513)
1 parent 29028bb commit 776ce24

45 files changed

Lines changed: 71 additions & 71 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

client/i18n/locales/english/intro.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -952,50 +952,50 @@
952952
],
953953
"note": "",
954954
"blocks": {
955-
"learn-python-setup-first-steps": {
956-
"title": "Setup & First Steps",
955+
"python-setup-first-steps": {
956+
"title": "Python Setup & First Steps",
957957
"intro": [
958958
"In these videos, popular programming instructor Mike Dane will introduce you to Python and show you how to setup your local environment."
959959
]
960960
},
961-
"learn-python-core-primitives": {
962-
"title": "Core Primitives: Variables, Types, Basic I/O",
961+
"core-primitives-in-python": {
962+
"title": "Core Primitives in Python",
963963
"intro": [
964964
"In these videos, you will learn about variables, data types, strings, numbers, and getting input from the user."
965965
]
966966
},
967-
"learn-python-small-projects-basics": {
968-
"title": "Small Projects: Using Basics",
967+
"small-python-projects": {
968+
"title": "Small Python Projects",
969969
"intro": [
970970
"In these videos, you will practice what you have learned so far by building a basic calculator app and mad libs game."
971971
]
972972
},
973-
"learn-python-data-structures": {
974-
"title": "Data Structures: Lists and Tuples",
973+
"lists-and-tuples": {
974+
"title": "Lists and Tuples",
975975
"intro": [
976976
"In these videos, you will learn about lists, tuples and common operations."
977977
]
978978
},
979-
"learn-python-control-flow-functions": {
979+
"control-flow-and-functions-in-python": {
980980
"title": "Control Flow and Functions",
981981
"intro": [
982982
"In these videos, you will learn how to control the flow of your programs with if statements. You will also learn how to write reusable code with functions."
983983
]
984984
},
985-
"learn-python-projects-loops": {
985+
"dictionaries-and-loops": {
986986
"title": "Dictionaries and Loops",
987987
"intro": [
988988
"In these videos, you will learn how to work with dictionaries and various loops include the while and for loops."
989989
]
990990
},
991-
"learn-python-practical-errors-files": {
992-
"title": "Practical Python: Errors, Files and Modules",
991+
"error-handling-files-and-modules-in-python": {
992+
"title": "Error Handling, Files, and Modules",
993993
"intro": [
994994
"In these videos, you will learn how to handle errors gracefully, read and write to files, and organize your code with modules and external packages."
995995
]
996996
},
997-
"learn-python-oop": {
998-
"title": "Object Oriented Programming",
997+
"object-oriented-programming-with-python": {
998+
"title": "Object-Oriented Programming with Python",
999999
"intro": [
10001000
"In these videos, you will learn about object-oriented programming by creating classes and objects. You will practice these skills by building a multiple choice quiz application."
10011001
]

curriculum/challenges/english/blocks/learn-python-control-flow-functions/learn-python-better-calculator-video.md renamed to curriculum/challenges/english/blocks/control-flow-and-functions-in-python/building-a-better-calculator-video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: a9f9c5bf295034800d6c77ad
33
title: Building a Better Calculator
44
challengeType: 11
55
videoId: lOltMrA6kuY
6-
dashedName: building-a-better-calculator-learn-python-full-course-for-beginners
6+
dashedName: building-a-better-calculator
77
---
88

99
# --description--

curriculum/challenges/english/blocks/learn-python-control-flow-functions/learn-python-functions-video.md renamed to curriculum/challenges/english/blocks/control-flow-and-functions-in-python/functions-video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: 58d5d031e969765037c1bebb
33
title: Functions
44
challengeType: 11
55
videoId: QN3UNoJVS9g
6-
dashedName: functions-learn-python-full-course-for-beginners
6+
dashedName: functions
77
---
88

99
# --description--

curriculum/challenges/english/blocks/learn-python-control-flow-functions/learn-python-if-comparisons-video.md renamed to curriculum/challenges/english/blocks/control-flow-and-functions-in-python/if-statements-and-comparisons-video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: 8314d0bbddb0aa027a144705
33
title: If Statements and Comparisons
44
challengeType: 11
55
videoId: frb0CCrS9X8
6-
dashedName: if-statements-and-comparisons-learn-python-full-course-for-beginners
6+
dashedName: if-statements-and-comparisons
77
---
88

99
# --description--

curriculum/challenges/english/blocks/learn-python-control-flow-functions/learn-python-if-statements-video.md renamed to curriculum/challenges/english/blocks/control-flow-and-functions-in-python/if-statements-video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: 08854a2c6f052efa1e5270d2
33
title: If Statements
44
challengeType: 11
55
videoId: lruoyNlItfg
6-
dashedName: if-statements-learn-python-full-course-for-beginners
6+
dashedName: if-statements
77
---
88

99
# --description--

curriculum/challenges/english/blocks/learn-python-control-flow-functions/learn-python-return-statement-video.md renamed to curriculum/challenges/english/blocks/control-flow-and-functions-in-python/return-statement-video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: c6c9dae4017830e187eeaf42
33
title: Return Statement
44
challengeType: 11
55
videoId: Gx3VTsaMCHU
6-
dashedName: return-statement-learn-python-full-course-for-beginners
6+
dashedName: return-statement
77
---
88

99
# --description--

curriculum/challenges/english/blocks/learn-python-core-primitives/learn-python-drawing-shape-video.md renamed to curriculum/challenges/english/blocks/core-primitives-in-python/drawing-a-shape-video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: 62baa9d28e8723f635a0093e
33
title: Drawing a Shape
44
challengeType: 11
55
videoId: vcNZZSeyZkY
6-
dashedName: drawing-a-shape-learn-python-full-course-for-beginners
6+
dashedName: drawing-a-shape
77
---
88

99
# --description--

curriculum/challenges/english/blocks/learn-python-core-primitives/learn-python-user-input-video.md renamed to curriculum/challenges/english/blocks/core-primitives-in-python/getting-input-from-users-video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: 155ca30775751b78a860a79b
33
title: Getting Input from Users
44
challengeType: 11
55
videoId: C0L4cnqKqDw
6-
dashedName: getting-input-from-users-learn-python-full-course-for-beginners
6+
dashedName: getting-input-from-users
77
---
88

99
# --description--

curriculum/challenges/english/blocks/learn-python-core-primitives/learn-python-variables-types-video.md renamed to curriculum/challenges/english/blocks/core-primitives-in-python/variables-and-data-types-video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: 315017f4457c19d45c2be034
33
title: Variables and Data Types
44
challengeType: 11
55
videoId: sIw317W39X0
6-
dashedName: variables-and-data-types-learn-python-full-course-for-beginners
6+
dashedName: variables-and-data-types
77
---
88

99
# --description--

curriculum/challenges/english/blocks/learn-python-core-primitives/learn-python-numbers-video.md renamed to curriculum/challenges/english/blocks/core-primitives-in-python/working-with-numbers-video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: 8ad37ddb7a23050f71cc9cc9
33
title: Working with Numbers
44
challengeType: 11
55
videoId: C7sxe5GAArQ
6-
dashedName: working-with-numbers-learn-python-full-course-for-beginners
6+
dashedName: working-with-numbers
77
---
88

99
# --description--

0 commit comments

Comments
 (0)