{"id":236,"date":"2018-02-27T17:06:00","date_gmt":"2018-02-27T16:06:00","guid":{"rendered":"https:\/\/blog.pythonsherpa.com\/?p=236"},"modified":"2020-11-11T22:41:13","modified_gmt":"2020-11-11T21:41:13","slug":"getting-started-python","status":"publish","type":"post","link":"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/","title":{"rendered":"Getting Started with Python: The Installation [Windows]"},"content":{"rendered":"<p>Python is a programming language created by Guido van Rossum back in 1991. The language is easy to use and has gained a lot in popularity the last few years. At the time of writing, it is the 3rd most popular language (after Java and C) as ranked by\u00a0<a href=\"https:\/\/www.tiobe.com\/tiobe-index\/\" target=\"_blank\" rel=\"noopener noreferrer\">TIOBE<\/a>.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignright size-medium wp-image-238\" src=\"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/python-logo-300x101.png\" alt=\"Python\" width=\"300\" height=\"101\" srcset=\"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/python-logo-300x101.png 300w, https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/python-logo.png 601w\" sizes=\"auto, (max-width: 300px) 85vw, 300px\" \/><\/p>\n<h4>Installation of Python<\/h4>\n<p>So how do you start? If you are using MacOS or Linux, Python is already pre-installed. If you are on Windows, you always need to do the installation first. There are basically two ways:<\/p>\n<ol>\n<li>Download the installation from the official\u00a0<a href=\"https:\/\/www.python.org\/downloads\/\" target=\"_blank\" rel=\"noopener noreferrer\">Software Foundation<\/a><\/li>\n<li>Download\u00a0<a href=\"https:\/\/www.anaconda.com\/products\/individual\" target=\"_blank\" rel=\"noopener noreferrer\">Anaconda\u00a0<\/a>(freemium, open source distribution)<\/li>\n<\/ol>\n<p>Anaconda would be my recommendation as it comes with many popular packages (sort of \u2018modules\u2019) and tools. With Anaconda you can easily manage packages, dependencies and environments (if that doesn\u2019t ring a bell, don\u2019t worry, I\u2019ll come to that in a later post). If you only need a basic Python installation, you might want to choose for the download from the Software Foundation. You should go for Python 3 if you don\u2019t have any specific reason to use the older Python 2 (for instance, when you need to work on a legacy project that still uses Python 2).\u00a0In any case, make sure that you are choosing the right version: 32 or 64 bit. If you are not sure what version of Windows you are running, just follow\u00a0<a href=\"https:\/\/support.microsoft.com\/en-us\/help\/827218\/how-to-determine-whether-a-computer-is-running-a-32-bit-version-or-64\" target=\"_blank\" rel=\"noopener noreferrer\">these steps<\/a>.<\/p>\n<p>If you successfully completed the installation, you can now start using the language directly from the Command Line by typing \u201cpython\u201d (hit Enter):<\/p>\n<p><a href=\"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/python_hello_world.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-237 size-full\" src=\"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/python_hello_world.jpg\" alt=\"Python Hello World!\" width=\"677\" height=\"162\" srcset=\"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/python_hello_world.jpg 677w, https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/python_hello_world-300x72.jpg 300w\" sizes=\"auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px\" \/><\/a><\/p>\n<p>Congratulations, you are now ready to start coding!<\/p>\n<p>In case you installed Anaconda, go to Anaconda Navigator (in the Windows Start Menu) and you can use one of the following programs: Jupyter Notebook, iPython or Spyder:<\/p>\n<p><a href=\"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/anaconda_navigator.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-246 size-large\" src=\"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/anaconda_navigator-1024x719.jpg\" alt=\"Anaconda Navigator (Python)\" width=\"640\" height=\"449\" srcset=\"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/anaconda_navigator-1024x719.jpg 1024w, https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/anaconda_navigator-300x211.jpg 300w, https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/anaconda_navigator-768x539.jpg 768w, https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/anaconda_navigator.jpg 1037w\" sizes=\"auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px\" \/><\/a><\/p>\n<p>For further documentation on these programs, you can visit their websites:<\/p>\n<ul>\n<li><a href=\"http:\/\/jupyter.org\/\">Jupyter Notebook<\/a><\/li>\n<li><a href=\"https:\/\/ipython.org\/\">iPython<\/a><\/li>\n<li><a href=\"https:\/\/www.spyder-ide.org\">Spyder<\/a><\/li>\n<\/ul>\n<p>Happy Coding!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Python is a programming language created by Guido van Rossum back in 1991. The language is easy to use and has gained a lot in popularity the last few years. At the time of writing, it is the 3rd most popular language (after Java and C) as ranked by\u00a0TIOBE. Installation of Python So how do &hellip; <a href=\"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Getting Started with Python: The Installation [Windows]&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,6],"tags":[24,23,8],"class_list":["post-236","post","type-post","status-publish","format-standard","hentry","category-programming","category-python","tag-anaconda","tag-installation","tag-python"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Getting Started with Python: The Installation [Windows] - PythonSherpa<\/title>\n<meta name=\"description\" content=\"Python is one of the most popular programming languages. It is easy to use and has gained a lot in popularity the last few years. This article will guide you through the installation so you can get started with coding!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Getting Started with Python: The Installation [Windows] - PythonSherpa\" \/>\n<meta property=\"og:description\" content=\"Python is one of the most popular programming languages. It is easy to use and has gained a lot in popularity the last few years. This article will guide you through the installation so you can get started with coding!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/\" \/>\n<meta property=\"og:site_name\" content=\"PythonSherpa\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/automationwizards\" \/>\n<meta property=\"article:published_time\" content=\"2018-02-27T16:06:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-11-11T21:41:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/python-logo-300x101.png\" \/>\n<meta name=\"author\" content=\"PythonSherpa\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@automationwhizz\" \/>\n<meta name=\"twitter:site\" content=\"@automationwhizz\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"PythonSherpa\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/python\\\/getting-started-python\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/python\\\/getting-started-python\\\/\"},\"author\":{\"name\":\"PythonSherpa\",\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/#\\\/schema\\\/person\\\/b54d46b3c50b188e1f26e87cb4f2a119\"},\"headline\":\"Getting Started with Python: The Installation [Windows]\",\"datePublished\":\"2018-02-27T16:06:00+00:00\",\"dateModified\":\"2020-11-11T21:41:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/python\\\/getting-started-python\\\/\"},\"wordCount\":312,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/python\\\/getting-started-python\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/wp-content\\\/uploads\\\/2018\\\/03\\\/python-logo-300x101.png\",\"keywords\":[\"Anaconda\",\"Installation\",\"Python\"],\"articleSection\":[\"Programming\",\"Python\"],\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/blog.pythonsherpa.com\\\/python\\\/getting-started-python\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/python\\\/getting-started-python\\\/\",\"url\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/python\\\/getting-started-python\\\/\",\"name\":\"Getting Started with Python: The Installation [Windows] - PythonSherpa\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/python\\\/getting-started-python\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/python\\\/getting-started-python\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/wp-content\\\/uploads\\\/2018\\\/03\\\/python-logo-300x101.png\",\"datePublished\":\"2018-02-27T16:06:00+00:00\",\"dateModified\":\"2020-11-11T21:41:13+00:00\",\"description\":\"Python is one of the most popular programming languages. It is easy to use and has gained a lot in popularity the last few years. This article will guide you through the installation so you can get started with coding!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/python\\\/getting-started-python\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blog.pythonsherpa.com\\\/python\\\/getting-started-python\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/python\\\/getting-started-python\\\/#primaryimage\",\"url\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/wp-content\\\/uploads\\\/2018\\\/03\\\/python-logo.png\",\"contentUrl\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/wp-content\\\/uploads\\\/2018\\\/03\\\/python-logo.png\",\"width\":601,\"height\":203,\"caption\":\"Python\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/python\\\/getting-started-python\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Getting Started with Python: The Installation [Windows]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/#website\",\"url\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/\",\"name\":\"PythonSherpa\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/#organization\",\"name\":\"Automation Wizards\",\"url\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/wp-content\\\/uploads\\\/2018\\\/03\\\/automationwizards.jpg\",\"contentUrl\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/wp-content\\\/uploads\\\/2018\\\/03\\\/automationwizards.jpg\",\"width\":1298,\"height\":662,\"caption\":\"Automation Wizards\"},\"image\":{\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/automationwizards\",\"https:\\\/\\\/x.com\\\/automationwhizz\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/automationwizards\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blog.pythonsherpa.com\\\/#\\\/schema\\\/person\\\/b54d46b3c50b188e1f26e87cb4f2a119\",\"name\":\"PythonSherpa\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b02936b675b0f85cf7da05d653cfb81a89085f2bb83e98d496c22577904ac789?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b02936b675b0f85cf7da05d653cfb81a89085f2bb83e98d496c22577904ac789?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b02936b675b0f85cf7da05d653cfb81a89085f2bb83e98d496c22577904ac789?s=96&d=mm&r=g\",\"caption\":\"PythonSherpa\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Getting Started with Python: The Installation [Windows] - PythonSherpa","description":"Python is one of the most popular programming languages. It is easy to use and has gained a lot in popularity the last few years. This article will guide you through the installation so you can get started with coding!","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:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/","og_locale":"en_US","og_type":"article","og_title":"Getting Started with Python: The Installation [Windows] - PythonSherpa","og_description":"Python is one of the most popular programming languages. It is easy to use and has gained a lot in popularity the last few years. This article will guide you through the installation so you can get started with coding!","og_url":"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/","og_site_name":"PythonSherpa","article_publisher":"https:\/\/www.facebook.com\/automationwizards","article_published_time":"2018-02-27T16:06:00+00:00","article_modified_time":"2020-11-11T21:41:13+00:00","og_image":[{"url":"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/python-logo-300x101.png","type":"","width":"","height":""}],"author":"PythonSherpa","twitter_card":"summary_large_image","twitter_creator":"@automationwhizz","twitter_site":"@automationwhizz","twitter_misc":{"Written by":"PythonSherpa","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/#article","isPartOf":{"@id":"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/"},"author":{"name":"PythonSherpa","@id":"https:\/\/blog.pythonsherpa.com\/#\/schema\/person\/b54d46b3c50b188e1f26e87cb4f2a119"},"headline":"Getting Started with Python: The Installation [Windows]","datePublished":"2018-02-27T16:06:00+00:00","dateModified":"2020-11-11T21:41:13+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/"},"wordCount":312,"commentCount":0,"publisher":{"@id":"https:\/\/blog.pythonsherpa.com\/#organization"},"image":{"@id":"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/python-logo-300x101.png","keywords":["Anaconda","Installation","Python"],"articleSection":["Programming","Python"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/","url":"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/","name":"Getting Started with Python: The Installation [Windows] - PythonSherpa","isPartOf":{"@id":"https:\/\/blog.pythonsherpa.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/#primaryimage"},"image":{"@id":"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/python-logo-300x101.png","datePublished":"2018-02-27T16:06:00+00:00","dateModified":"2020-11-11T21:41:13+00:00","description":"Python is one of the most popular programming languages. It is easy to use and has gained a lot in popularity the last few years. This article will guide you through the installation so you can get started with coding!","breadcrumb":{"@id":"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/#primaryimage","url":"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/python-logo.png","contentUrl":"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/python-logo.png","width":601,"height":203,"caption":"Python"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.pythonsherpa.com\/python\/getting-started-python\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.pythonsherpa.com\/"},{"@type":"ListItem","position":2,"name":"Getting Started with Python: The Installation [Windows]"}]},{"@type":"WebSite","@id":"https:\/\/blog.pythonsherpa.com\/#website","url":"https:\/\/blog.pythonsherpa.com\/","name":"PythonSherpa","description":"","publisher":{"@id":"https:\/\/blog.pythonsherpa.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.pythonsherpa.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/blog.pythonsherpa.com\/#organization","name":"Automation Wizards","url":"https:\/\/blog.pythonsherpa.com\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/blog.pythonsherpa.com\/#\/schema\/logo\/image\/","url":"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/automationwizards.jpg","contentUrl":"https:\/\/blog.pythonsherpa.com\/wp-content\/uploads\/2018\/03\/automationwizards.jpg","width":1298,"height":662,"caption":"Automation Wizards"},"image":{"@id":"https:\/\/blog.pythonsherpa.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/automationwizards","https:\/\/x.com\/automationwhizz","https:\/\/www.linkedin.com\/company\/automationwizards\/"]},{"@type":"Person","@id":"https:\/\/blog.pythonsherpa.com\/#\/schema\/person\/b54d46b3c50b188e1f26e87cb4f2a119","name":"PythonSherpa","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/secure.gravatar.com\/avatar\/b02936b675b0f85cf7da05d653cfb81a89085f2bb83e98d496c22577904ac789?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b02936b675b0f85cf7da05d653cfb81a89085f2bb83e98d496c22577904ac789?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b02936b675b0f85cf7da05d653cfb81a89085f2bb83e98d496c22577904ac789?s=96&d=mm&r=g","caption":"PythonSherpa"}}]}},"_links":{"self":[{"href":"https:\/\/blog.pythonsherpa.com\/wp-json\/wp\/v2\/posts\/236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.pythonsherpa.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.pythonsherpa.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.pythonsherpa.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.pythonsherpa.com\/wp-json\/wp\/v2\/comments?post=236"}],"version-history":[{"count":12,"href":"https:\/\/blog.pythonsherpa.com\/wp-json\/wp\/v2\/posts\/236\/revisions"}],"predecessor-version":[{"id":1271,"href":"https:\/\/blog.pythonsherpa.com\/wp-json\/wp\/v2\/posts\/236\/revisions\/1271"}],"wp:attachment":[{"href":"https:\/\/blog.pythonsherpa.com\/wp-json\/wp\/v2\/media?parent=236"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.pythonsherpa.com\/wp-json\/wp\/v2\/categories?post=236"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.pythonsherpa.com\/wp-json\/wp\/v2\/tags?post=236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}