{"id":1014,"date":"2018-08-20T09:35:55","date_gmt":"2018-08-20T09:35:55","guid":{"rendered":"http:\/\/learnlearn.uk\/python\/?page_id=1014"},"modified":"2022-12-01T19:35:50","modified_gmt":"2022-12-01T19:35:50","slug":"2-dimensional-lists-arrays-python","status":"publish","type":"page","link":"https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/","title":{"rendered":"Topic 7 &#8211; 2 Dimensional Lists (arrays) in Python"},"content":{"rendered":"<div class=\"responsive-tabs\">\n<h2 class=\"tabtitle\">Tutorial Videos<\/h2>\n<div class=\"tabcontent\">\n\n<p><strong>Tutorial Videos (YouTube Links)<\/strong><\/p>\n<p><a href=\"https:\/\/youtu.be\/omZrvPxupvQ\">Creating two dimensional lists (arrays) in Python<\/a><\/p>\n<p><a href=\"https:\/\/youtu.be\/rUDdguWk-QQ\">Looping Through 2 Dimensional Lists<\/a><\/p>\n<p><a href=\"https:\/\/youtu.be\/qCkAMRAgN0Y\">If Statements with 2 Dimensional Lists<\/a><\/p>\n<p><a href=\"https:\/\/youtu.be\/EPIUxGOynE0\">Sorting 2 Dimensional Dimensional Lists<\/a><\/p>\n<p><a href=\"https:\/\/youtu.be\/C88rCqscb8E\">List Comprehension<\/a><\/p>\n<p><strong>Google Drive Links<\/strong><\/p>\n<p><a href=\"https:\/\/drive.google.com\/file\/d\/1vN_vvGpVvF81Noeqjaff_hhTCOOc23c-\/view?usp=sharing\">Looping Through 2 Dimensional Lists<\/a><\/p>\n<p><a href=\"https:\/\/drive.google.com\/file\/d\/17sgK9OwS2pPhGae7poQFXpFESi3aLaFY\/view?usp=sharing\">If Statements with 2 Dimensional Lists<\/a><\/p>\n<p><a href=\"https:\/\/drive.google.com\/file\/d\/1fIAa2ByxOyZ9VwRQ1oj-q9XG4JKowYYk\/view?usp=sharing\">Sorting 2 Dimensional Dimensional Lists<\/a><\/p>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=C88rCqscb8E\">List Comprehension<\/a><\/p>\n<p><a href=\"https:\/\/drive.google.com\/file\/d\/1wN_XTuBClxAxCQkRymypWe_3DhP84nsi\/view?usp=sharing\">List Comprehension (Google Drive Version)<\/a><\/p>\n\n<\/div><h2 class=\"tabtitle\">Example<\/h2>\n<div class=\"tabcontent\">\n\n<h3>Example Code Trinket<\/h3>\n<p><iframe loading=\"lazy\" src=\"https:\/\/trinket.io\/embed\/python\/7f501c66f6\" width=\"100%\" height=\"600\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><br \/>\n\n<\/div><h2 class=\"tabtitle\">Challenge 25<\/h2>\n<div class=\"tabcontent\">\n<\/p>\n<h3>Challenge 25 &#8211; Party Invites<\/h3>\n<p><strong><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-886\" src=\"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2017\/09\/bronze-star25.png\" alt=\"\" width=\"25\" height=\"25\" \/>\u00a0Bronze<\/strong><\/p>\n<ul>\n<li>Create a program that asks runs through a list of 5 people invited to a party.<\/li>\n<li>For each person, ask if they attending, if they are, add them to a list of attendees.<\/li>\n<li>Print out the list of attendees at the end.<\/li>\n<\/ul>\n<p><strong><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-887\" src=\"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2017\/09\/silver-star25.png\" alt=\"\" width=\"25\" height=\"25\" \/>\u00a0Silver<\/strong><\/p>\n<ul>\n<li>Use the title() method to capitalise the first letter of each attendees names<\/li>\n<li>Sort the list of attendees in to alphabetical order.<\/li>\n<\/ul>\n<p><strong><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-888\" src=\"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2017\/09\/gold-star-25.png\" alt=\"\" width=\"25\" height=\"25\" \/>\u00a0Gold<\/strong><\/p>\n<ul>\n<li>Validate the input for each response to ensure that they have only entered a yes\/no y\/n answer.<\/li>\n<\/ul>\n\n<\/div><h2 class=\"tabtitle\">Challenge 26<\/h2>\n<div class=\"tabcontent\">\n\n<h3>Challenge 26 &#8211; Party Food<\/h3>\n<p>In this challenge you need to record what food everybody wants for their their meal.<\/p>\n<p><strong><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-886\" src=\"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2017\/09\/bronze-star25.png\" alt=\"\" width=\"25\" height=\"25\" \/>\u00a0Bronze<\/strong><\/p>\n<ul>\n<li>Ask the users to enter a name and what food they want separately, with their information being added to a 2D list<\/li>\n<li>At the end, print out each person&#8217;s name and their choice of food.<\/li>\n<\/ul>\n<p><strong><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-887\" src=\"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2017\/09\/silver-star25.png\" alt=\"\" width=\"25\" height=\"25\" \/>\u00a0Silver<\/strong><\/p>\n<ul>\n<li>Instead of typing in their food option, display a list of choices and the user has to choose and option number.<\/li>\n<li>The program should check that they have entered a valid option<\/li>\n<\/ul>\n<p><strong><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-888\" src=\"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2017\/09\/gold-star-25.png\" alt=\"\" width=\"25\" height=\"25\" \/>\u00a0Gold<\/strong><\/p>\n<ul>\n<li>The program should store 3 separate choices &#8211; 1 for starter, 1 for main, 1 for dessert.<\/li>\n<li>The program should print out how many people have chosen each option, so that the chef knows how many of each menu option to prepare!<\/li>\n<\/ul>\n\n<\/div><h2 class=\"tabtitle\">Challenge 27<\/h2>\n<div class=\"tabcontent\">\n\n<h3>Challenge 27 &#8211; Group BMI calculator<\/h3>\n<p>In this challenge you need to ask 3 people for 3 pieces of personal information.<\/p>\n<p>The information required is:<\/p>\n<ul>\n<li>Name<\/li>\n<li>Height in M<\/li>\n<li>Weight in KG<\/li>\n<\/ul>\n<p><strong><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-886\" src=\"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2017\/09\/bronze-star25.png\" alt=\"\" width=\"25\" height=\"25\" \/>\u00a0Bronze<\/strong><\/p>\n<ul>\n<li>You ask for all the information and store the information in a 2D list.<\/li>\n<li>Your program prints out the final list.<\/li>\n<li>Your program calculate&#8217;s each person&#8217;s BMI and outputs that as well (see below)<\/li>\n<\/ul>\n<p><b><strong><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-887\" src=\"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2017\/09\/silver-star25.png\" alt=\"\" width=\"25\" height=\"25\" \/>\u00a0<\/strong>Silver<\/b><\/p>\n<ul>\n<li>Your program checks to see if the person has entered a valid number for their height \/ weight.<\/li>\n<li>Your program prints out each item in the list in a suitably formatted way.<\/li>\n<\/ul>\n<p><strong><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-888\" src=\"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2017\/09\/gold-star-25.png\" alt=\"\" width=\"25\" height=\"25\" \/>\u00a0Gold<\/strong><\/p>\n<ul>\n<li>Your program offers the user the option to display the list sorted by either BMI or by Name.<\/li>\n<li>Your program let&#8217;s the user know whether they are underweight \/ overweight \/ obese etc.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<div class=\"arconix-box arconix-box-gray\"><div class=\"arconix-box-content\">\n<p><strong>Calculating BMI<\/strong><\/p>\n<p>To work out your BMI:<\/p>\n<ul>\n<li>divide your weight in kilograms (kg) by your height in metres (m)<\/li>\n<li>then divide the answer by your height again to get your BMI<\/li>\n<\/ul>\n<p>For example:<\/p>\n<ul>\n<li>if you weigh 70kg and you&#8217;re 1.75m tall, divide 70 by 1.75\u00a0\u2013 the answer is 40<\/li>\n<li>then divide 40 by 1.75\u00a0\u2013 the answer is 22.9<\/li>\n<li>your BMI is 22.9<\/li>\n<\/ul>\n<p>Categories:<\/p>\n<blockquote>\n<ul>\n<li>&lt; 18.5 Underweight<\/li>\n<li>18.5 &#8211; 24.9 Healthy weight<\/li>\n<li>25 &#8211; 29.9 Overwieght<\/li>\n<li>30 &#8211; 39.9 Obese<\/li>\n<li>&gt; 40 Morbidly obese<\/li>\n<\/ul>\n<\/blockquote>\n<p>Please note these figures are only valid for adults.<\/p>\n<p><a href=\"https:\/\/www.nhs.uk\/common-health-questions\/lifestyle\/how-can-i-work-out-my-body-mass-index-bmi\/\">Source: NHS<\/a><\/p>\n<\/div><\/div>\n\n<\/div><h2 class=\"tabtitle\">Challenge 28<\/h2>\n<div class=\"tabcontent\">\n\n<h3>Challenge 28 &#8211; Holiday Dates<\/h3>\n<p>Create an app that asks the user to enter some holiday names and dates and store them in a 2 Dimensional list.<\/p>\n<p><strong><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-886\" src=\"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2017\/09\/bronze-star25.png\" alt=\"\" width=\"25\" height=\"25\" \/>\u00a0Bronze<\/strong><\/p>\n<ul>\n<li>The program should keep asking the user to enter names and dates (in DD\/MM\/YYYY format) until they enter an empty string for the name, and then\u00a0 it should stop asking for dates.<\/li>\n<li>The program should display all the holiday names and dates at the end of the program.<\/li>\n<\/ul>\n<p><strong><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-887\" src=\"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2017\/09\/silver-star25.png\" alt=\"\" width=\"25\" height=\"25\" \/>\u00a0Silver<\/strong><\/p>\n<ul>\n<li>The program should check that the user has entered a valid date.<\/li>\n<li>The program should print out the holidays in date order, with the soonest holiday first.<\/li>\n<\/ul>\n<p><strong><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-888\" src=\"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2017\/09\/gold-star-25.png\" alt=\"\" width=\"25\" height=\"25\" \/>\u00a0Gold<\/strong><\/p>\n<ul>\n<li>The program should print out the number of days until each of the holidays, together with the other information.<\/li>\n<\/ul>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Tutorial Videos (YouTube Links) Creating two dimensional lists (arrays) in Python Looping Through 2 Dimensional Lists If Statements with 2 Dimensional Lists Sorting 2 Dimensional Dimensional Lists List Comprehension Google Drive Links Looping Through 2 Dimensional Lists If Statements with 2 Dimensional Lists Sorting 2 Dimensional Dimensional Lists List Comprehension List Comprehension (Google Drive Version)&hellip;&nbsp;<a href=\"https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/\" class=\"\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">Topic 7 &#8211; 2 Dimensional Lists (arrays) in Python<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"on","neve_meta_content_width":87,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Topic 7 - 2 Dimensional Lists (arrays) in Python - Python<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Topic 7 - 2 Dimensional Lists (arrays) in Python - Python\" \/>\n<meta property=\"og:description\" content=\"Tutorial Videos (YouTube Links) Creating two dimensional lists (arrays) in Python Looping Through 2 Dimensional Lists If Statements with 2 Dimensional Lists Sorting 2 Dimensional Dimensional Lists List Comprehension Google Drive Links Looping Through 2 Dimensional Lists If Statements with 2 Dimensional Lists Sorting 2 Dimensional Dimensional Lists List Comprehension List Comprehension (Google Drive Version)&hellip;&nbsp;Read More &raquo;Topic 7 &#8211; 2 Dimensional Lists (arrays) in Python\" \/>\n<meta property=\"og:url\" content=\"https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/\" \/>\n<meta property=\"og:site_name\" content=\"Python\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-01T19:35:50+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2017\/09\/bronze-star25.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/\",\"url\":\"https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/\",\"name\":\"Topic 7 - 2 Dimensional Lists (arrays) in Python - Python\",\"isPartOf\":{\"@id\":\"https:\/\/learnlearn.uk\/python\/#website\"},\"datePublished\":\"2018-08-20T09:35:55+00:00\",\"dateModified\":\"2022-12-01T19:35:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Python Unit Home\",\"item\":\"https:\/\/learnlearn.uk\/python\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topic 7 &#8211; 2 Dimensional Lists (arrays) in Python\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/learnlearn.uk\/python\/#website\",\"url\":\"https:\/\/learnlearn.uk\/python\/\",\"name\":\"Python\",\"description\":\"Programming\",\"publisher\":{\"@id\":\"https:\/\/learnlearn.uk\/python\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/learnlearn.uk\/python\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/learnlearn.uk\/python\/#organization\",\"name\":\"Python\",\"url\":\"https:\/\/learnlearn.uk\/python\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/learnlearn.uk\/python\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2019\/03\/LearnLearnLogowhite.png\",\"contentUrl\":\"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2019\/03\/LearnLearnLogowhite.png\",\"width\":710,\"height\":98,\"caption\":\"Python\"},\"image\":{\"@id\":\"https:\/\/learnlearn.uk\/python\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Topic 7 - 2 Dimensional Lists (arrays) in Python - Python","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/","og_locale":"en_GB","og_type":"article","og_title":"Topic 7 - 2 Dimensional Lists (arrays) in Python - Python","og_description":"Tutorial Videos (YouTube Links) Creating two dimensional lists (arrays) in Python Looping Through 2 Dimensional Lists If Statements with 2 Dimensional Lists Sorting 2 Dimensional Dimensional Lists List Comprehension Google Drive Links Looping Through 2 Dimensional Lists If Statements with 2 Dimensional Lists Sorting 2 Dimensional Dimensional Lists List Comprehension List Comprehension (Google Drive Version)&hellip;&nbsp;Read More &raquo;Topic 7 &#8211; 2 Dimensional Lists (arrays) in Python","og_url":"https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/","og_site_name":"Python","article_modified_time":"2022-12-01T19:35:50+00:00","og_image":[{"url":"http:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2017\/09\/bronze-star25.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/","url":"https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/","name":"Topic 7 - 2 Dimensional Lists (arrays) in Python - Python","isPartOf":{"@id":"https:\/\/learnlearn.uk\/python\/#website"},"datePublished":"2018-08-20T09:35:55+00:00","dateModified":"2022-12-01T19:35:50+00:00","breadcrumb":{"@id":"https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/learnlearn.uk\/python\/2-dimensional-lists-arrays-python\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Python Unit Home","item":"https:\/\/learnlearn.uk\/python\/"},{"@type":"ListItem","position":2,"name":"Topic 7 &#8211; 2 Dimensional Lists (arrays) in Python"}]},{"@type":"WebSite","@id":"https:\/\/learnlearn.uk\/python\/#website","url":"https:\/\/learnlearn.uk\/python\/","name":"Python","description":"Programming","publisher":{"@id":"https:\/\/learnlearn.uk\/python\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/learnlearn.uk\/python\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/learnlearn.uk\/python\/#organization","name":"Python","url":"https:\/\/learnlearn.uk\/python\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/learnlearn.uk\/python\/#\/schema\/logo\/image\/","url":"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2019\/03\/LearnLearnLogowhite.png","contentUrl":"https:\/\/learnlearn.uk\/python\/wp-content\/uploads\/sites\/4\/2019\/03\/LearnLearnLogowhite.png","width":710,"height":98,"caption":"Python"},"image":{"@id":"https:\/\/learnlearn.uk\/python\/#\/schema\/logo\/image\/"}}]}},"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"learnlearnadmin","author_link":"https:\/\/learnlearn.uk\/python\/author\/learnlearnadmin\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"Tutorial Videos (YouTube Links) Creating two dimensional lists (arrays) in Python Looping Through 2 Dimensional Lists If Statements with 2 Dimensional Lists Sorting 2 Dimensional Dimensional Lists List Comprehension Google Drive Links Looping Through 2 Dimensional Lists If Statements with 2 Dimensional Lists Sorting 2 Dimensional Dimensional Lists List Comprehension List Comprehension (Google Drive Version)&hellip;&nbsp;Read&hellip;","_links":{"self":[{"href":"https:\/\/learnlearn.uk\/python\/wp-json\/wp\/v2\/pages\/1014"}],"collection":[{"href":"https:\/\/learnlearn.uk\/python\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/learnlearn.uk\/python\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/learnlearn.uk\/python\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/learnlearn.uk\/python\/wp-json\/wp\/v2\/comments?post=1014"}],"version-history":[{"count":16,"href":"https:\/\/learnlearn.uk\/python\/wp-json\/wp\/v2\/pages\/1014\/revisions"}],"predecessor-version":[{"id":1430,"href":"https:\/\/learnlearn.uk\/python\/wp-json\/wp\/v2\/pages\/1014\/revisions\/1430"}],"wp:attachment":[{"href":"https:\/\/learnlearn.uk\/python\/wp-json\/wp\/v2\/media?parent=1014"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}