freeCodeCamp/curriculum/challenges/_meta/python-for-everybody/meta.json

235 lines
4.7 KiB
JSON
Raw Normal View History

{
"name": "Python for Everybody",
"isUpcomingChange": false,
2020-04-23 13:07:04 +00:00
"dashedName": "python-for-everybody",
"order": 0,
"time": "15 hours",
"superBlock": "scientific-computing-with-python",
"challengeOrder": [
[
"5e6a54a558d3af90110a60a0",
2020-04-22 04:37:02 +00:00
"Introduction: Why Program?"
],
[
"5e6a54af58d3af90110a60a1",
2020-04-22 04:37:02 +00:00
"Introduction: Hardware Architecture"
],
[
"5e6a54ba58d3af90110a60a2",
2020-04-22 04:37:02 +00:00
"Introduction: Python as a Language"
],
[
"5e6a54c358d3af90110a60a3",
2020-04-22 04:37:02 +00:00
"Introduction: Elements of Python"
],
[
"5e7b9f050b6c005b0e76f056",
2020-04-22 04:37:02 +00:00
"Variables, Expressions, and Statements"
],
[
"5e7b9f050b6c005b0e76f057",
2020-04-22 04:37:02 +00:00
"Intermediate Expressions"
],
[
"5e7b9f050b6c005b0e76f058",
2020-04-22 04:37:02 +00:00
"Conditional Execution"
],
[
"5e7b9f060b6c005b0e76f059",
2020-04-22 04:37:02 +00:00
"More Conditional Structures"
],
[
"5e7b9f060b6c005b0e76f05a",
2020-04-22 04:37:02 +00:00
"Python Functions"
],
[
"5e7b9f060b6c005b0e76f05b",
2020-04-22 04:37:02 +00:00
"Build your own Functions"
],
[
"5e7b9f060b6c005b0e76f05c",
2020-04-22 04:37:02 +00:00
"Loops and Iterations"
],
[
"5e7b9f070b6c005b0e76f05d",
2020-04-22 04:37:02 +00:00
"Iterations: Definite Loops"
],
[
"5e7b9f070b6c005b0e76f05e",
2020-04-22 04:37:02 +00:00
"Iterations: Loop Idioms"
],
[
"5e7b9f070b6c005b0e76f05f",
2020-04-22 04:37:02 +00:00
"Iterations: More Patterns"
],
[
"5e7b9f070b6c005b0e76f060",
2020-04-22 04:37:02 +00:00
"Strings in Python"
],
[
"5e7b9f070b6c005b0e76f061",
2020-04-22 04:37:02 +00:00
"Intermediate Strings"
],
[
"5e7b9f080b6c005b0e76f062",
2020-04-22 04:37:02 +00:00
"Reading Files"
],
[
"5e7b9f080b6c005b0e76f063",
2020-04-22 04:37:02 +00:00
"Files as a Sequence"
],
[
"5e7b9f080b6c005b0e76f064",
2020-04-22 04:37:02 +00:00
"Python Lists"
],
[
"5e7b9f090b6c005b0e76f065",
2020-04-22 04:37:02 +00:00
"Working with Lists"
],
[
"5e7b9f090b6c005b0e76f066",
"Strings and Lists"
],
[
"5e7b9f090b6c005b0e76f067",
2020-04-22 04:37:02 +00:00
"Python Dictionaries"
],
[
"5e7b9f090b6c005b0e76f068",
2020-04-22 04:37:02 +00:00
"Dictionaries: Common Applications"
],
[
"5e7b9f0a0b6c005b0e76f069",
2020-04-22 04:37:02 +00:00
"Dictionaries and Loops"
],
[
"5e7b9f0a0b6c005b0e76f06c",
2020-04-22 04:37:02 +00:00
"The Tuples Collection"
],
[
"5e7b9f0b0b6c005b0e76f06d",
2020-04-22 04:37:02 +00:00
"Comparing and Sorting Tuples"
],
[
"5e7b9f0b0b6c005b0e76f06e",
2020-04-22 04:37:02 +00:00
"Regular Expressions"
],
[
"5e7b9f0b0b6c005b0e76f06f",
2020-04-22 04:37:02 +00:00
"Regular Expressions: Matching and Extracting Data"
],
[
"5e7b9f0b0b6c005b0e76f070",
2020-04-22 04:37:02 +00:00
"Regular Expressions: Practical Applications"
],
[
"5e7b9f0c0b6c005b0e76f071",
2020-04-22 04:37:02 +00:00
"Networking with Python"
],
[
"5e7b9f0c0b6c005b0e76f072",
2020-04-22 04:37:02 +00:00
"Networking Protocol"
],
[
"5e7b9f0c0b6c005b0e76f073",
2020-04-22 04:37:02 +00:00
"Networking: Write a Web Browser"
],
[
"5e7b9f0c0b6c005b0e76f074",
2020-04-22 04:37:02 +00:00
"Networking: Text Processing"
],
[
"5e7b9f0d0b6c005b0e76f075",
2020-04-22 04:37:02 +00:00
"Networking: Using urllib in Python"
],
[
"5e7b9f0d0b6c005b0e76f076",
2020-04-22 04:37:02 +00:00
"Networking: Web Scraping with Python"
],
[
"5e7b9f0e0b6c005b0e76f07a",
2020-04-22 04:37:02 +00:00
"Using Web Services"
],
[
"5e7b9f0e0b6c005b0e76f07b",
2020-04-22 04:37:02 +00:00
"Web Services: XML"
],
[
"5e7b9f0e0b6c005b0e76f07c",
2020-04-22 04:37:02 +00:00
"Web Services: XML Schema"
],
[
"5e7b9f140b6c005b0e76f07d",
2020-04-22 04:37:02 +00:00
"Web Services: JSON"
],
[
"5e7b9f140b6c005b0e76f07e",
2020-04-22 04:37:02 +00:00
"Web Services: Service Oriented Approach"
],
[
"5e7b9f150b6c005b0e76f07f",
2020-04-22 04:37:02 +00:00
"Web Services: APIs"
],
[
"5e7b9f150b6c005b0e76f080",
2020-04-22 04:37:02 +00:00
"Web Services: API Rate Limiting and Security"
],
[
"5e7b9f160b6c005b0e76f085",
2020-04-22 04:37:02 +00:00
"Python Objects"
],
[
"5e7b9f160b6c005b0e76f086",
2020-04-22 04:37:02 +00:00
"Objects: A Sample Class"
],
[
"5e7b9f170b6c005b0e76f087",
2020-04-22 04:37:02 +00:00
"Object Lifecycle"
],
[
"5e7b9f170b6c005b0e76f088",
2020-04-22 04:37:02 +00:00
"Objects: Inheritance"
],
[
"5e7b9f170b6c005b0e76f08a",
2020-04-22 04:37:02 +00:00
"Relational Databases and SQLite"
],
[
"5e7b9f170b6c005b0e76f08b",
2020-04-22 04:37:02 +00:00
"Make a Relational Database"
],
[
"5e7b9f180b6c005b0e76f08c",
2020-04-22 04:37:02 +00:00
"Relational Database Design"
],
[
"5e7b9f180b6c005b0e76f08d",
2020-04-22 04:37:02 +00:00
"Representing Relationships in a Relational Database"
],
[
"5e7b9f180b6c005b0e76f08e",
2020-04-22 04:37:02 +00:00
"Relational Databases: Relationship Building"
],
[
"5e7b9f180b6c005b0e76f08f",
2020-04-22 04:37:02 +00:00
"Relational Databases: Join Operation"
],
[
"5e7b9f190b6c005b0e76f090",
2020-04-22 04:37:02 +00:00
"Relational Databases: Many-to-many Relationships"
],
[
"5e7b9f690b6c005b0e76f095",
2020-04-22 04:37:02 +00:00
"Visualizing Data with Python"
],
[
"5e7b9f6a0b6c005b0e76f096",
2020-04-22 16:04:02 +00:00
"Data Visualization: Page Rank"
],
[
"5e7b9f6a0b6c005b0e76f097",
2020-04-22 04:37:02 +00:00
"Data Visualization: Mailing Lists"
]
]
}