{"id":825,"date":"2022-03-06T19:19:35","date_gmt":"2022-03-06T19:19:35","guid":{"rendered":"https:\/\/tryrdp.com\/blog\/?p=825"},"modified":"2026-05-24T06:27:37","modified_gmt":"2026-05-24T06:27:37","slug":"install-python-3-on-windows","status":"publish","type":"post","link":"https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/","title":{"rendered":"How to Install Python 3 on Windows 10"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Are you looking for the <strong>exact steps to install python within your windows<\/strong>? I must say, you have landed on the right page with the precisely defined step-by-step tutorial to<strong> install python on windows 10<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Python is a high-level, interpreted, interactive and object-oriented scripting language. It was first launched in 1991. Since then, Python has been gaining popularity worldwide and is considered one of the most portable and scalable programming languages.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Unlike other operating systems, Windows operating system does not come with the pre-installed Python programming language program. However, Python can be installed on your <a href=\"https:\/\/tryrdp.com\/windows-vps\">Windows server<\/a> or local machine in just a few simple steps.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to check whether Python is installed on your system or not?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To check whether Python is already installed on your windows:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1. Press the <strong>Windows key<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. Type \u201c<strong>command prompt<\/strong>\u201d and,<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3. Press <strong>enter<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With command line, type the following command and then press enter<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>C:\\&gt;python --version<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>If python is installed on your system,<\/strong> it will display the installed version of python as below:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>C:\\&gt; python --version<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Python 3.8.4<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>And If Python, is NOT installed on your system<\/strong>, then the following message will be prompted:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>C:\\&gt;python --version<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings &gt; Manage App Execution Aliases.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Install Python on Windows<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There are <strong>two installation methods<\/strong> on windows:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1. <strong>Microsoft store<\/strong> (suitable for beginners)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. <strong>Full Installer<\/strong> (Suitable for intermediate and professionals)<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Using Microsoft Store&nbsp;Method:<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The key with the Microsoft store application is that \u201cit is intended mainly for interactive use\u201d, such as <strong>for the students<\/strong>. The version of the Microsoft store\u2019s Python application focused primarily on learning the concepts of programming instead of developing the professional software.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>To install python from Microsoft store<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open the <strong>Microsoft store<\/strong><\/li>\n\n\n\n<li>In the <strong>search bar<\/strong>, type <strong>\u201cPython\u201d<\/strong> and press <strong>enter<\/strong><\/li>\n\n\n\n<li>All the different versions of the python application will be displayed<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"367\" src=\"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/Screenshot-2022-03-07-002520.png\" alt=\"\" class=\"wp-image-839\" srcset=\"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/Screenshot-2022-03-07-002520.png 750w, https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/Screenshot-2022-03-07-002520-300x147.png 300w\" sizes=\"auto, (max-width: 750px) 100vw, 750px\" \/><\/figure>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li><strong>Select the version<\/strong> (recommended by your teacher OR you could select the latest version, as per your choice)<\/li>\n\n\n\n<li>Click on <strong>\u201cGET\u201d<\/strong> button. <\/li>\n\n\n\n<li>Within a millisecond, the Application will start downloading<\/li>\n\n\n\n<li>Once, the download is complete, the GET button will be replaced by the INSTALL on my devices.<\/li>\n\n\n\n<li>Click on<strong> INSTALL<\/strong> and select the devices on which you want to install the application<\/li>\n\n\n\n<li>Click <strong>OK<\/strong> to start the installation.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Hurray! You have <strong>successfully installed python 3 on your windows<\/strong> <strong>10<\/strong> <strong>with pip and IDLE.<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>NOTE:<\/strong> In case, python is <strong>NOT<\/strong> installed on your system, just type <strong>C:\\&gt;python<\/strong> within the command prompt. This will launch the <strong>Microsoft store<\/strong> and redirect you to the <strong>latest version of the python<\/strong> application available. All versions of python applications within the Microsoft store are <strong>FREE<\/strong>. <strong>Do remember: If it's paid<\/strong>, then it\u2019s not the right one.&nbsp;<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Using Full Installer Method:<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Full Installer is <strong>used by the professionals<\/strong> who require the full interface and features of the python interface for building and developing the professional software. The full installer can be downloaded directly from the legit python website for FREE.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Following are the steps to download and install the full installer:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open a <strong>browser window<\/strong><\/li>\n\n\n\n<li>Navigate to the <strong>python\u2019s official download page<\/strong> <a href=\"https:\/\/www.python.org\/downloads\/\">https:\/\/www.python.org\/downloads\/<\/a><\/li>\n\n\n\n<li>Here you get the list of all the released versions of Python under the head <strong>\u201cPython releases by version number:\u201d<\/strong><\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"327\" src=\"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/Screenshot-2022-03-07-002605.png\" alt=\"\" class=\"wp-image-844\" srcset=\"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/Screenshot-2022-03-07-002605.png 940w, https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/Screenshot-2022-03-07-002605-300x104.png 300w, https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/Screenshot-2022-03-07-002605-768x267.png 768w\" sizes=\"auto, (max-width: 940px) 100vw, 940px\" \/><\/figure>\n<\/div>\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li><strong>Choose the version<\/strong> you wish to install<\/li>\n\n\n\n<li>Click on <strong>download,<\/strong> corresponding to the selected version.<\/li>\n\n\n\n<li>A new page will appear,<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Scroll down<\/strong>, click on <strong>windows installer 32 bit OR windows installer 64 bit<\/strong> as per the configuration of your system.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"947\" height=\"397\" src=\"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/Screenshot-2022-03-07-002618.png\" alt=\"\" class=\"wp-image-845\" srcset=\"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/Screenshot-2022-03-07-002618.png 947w, https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/Screenshot-2022-03-07-002618-300x126.png 300w, https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/Screenshot-2022-03-07-002618-768x322.png 768w\" sizes=\"auto, (max-width: 947px) 100vw, 947px\" \/><\/figure>\n<\/div>\n\n\n<ol start=\"7\" class=\"wp-block-list\">\n<li>Your application will start downloading.<\/li>\n\n\n\n<li>Once the download is finished<strong>. Run the installed file<\/strong>. (By double-clicking on the setup file)<\/li>\n\n\n\n<li>Check \u201c<strong>Add Python 3.9 to PATH\u201d<\/strong><\/li>\n\n\n\n<li>Select <strong>Install Now<\/strong> \u2013 the recommended installation options.<\/li>\n\n\n\n<li>The next dialog box prompt will ask you to <strong>\u201cdisable path length limit\u201d.<\/strong> Choosing this option will allow Python to <strong>exceed the 260-character MAX_PATH limit.<\/strong> Ultimately, it will allow Python to use long path names that are path names with more than 260 characters.<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"947\" height=\"596\" src=\"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/Screenshot-2022-03-07-002652.png\" alt=\"\" class=\"wp-image-847\" srcset=\"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/Screenshot-2022-03-07-002652.png 947w, https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/Screenshot-2022-03-07-002652-300x189.png 300w, https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/Screenshot-2022-03-07-002652-768x483.png 768w\" sizes=\"auto, (max-width: 947px) 100vw, 947px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><strong>Note:<\/strong>&nbsp; It is always better to select this option to resolve the potential long length issues.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Verify the Python installation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To verify whether the python has been successfully installed on your system, again used the command prompt with the \u201cpython \u2013version\u201d command, as described above in this tutorial, and check if your cmd displays the installed version of python or not.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For the latest versions, pip is installed by default at the time of installation, whereas for the older versions of python, pip is not included within the installation package<strong>. To check whether the pip has been installed on your system<\/strong> with the installer, perform the below-mentioned steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Press the <strong>Windows key<\/strong> and type <strong>&#8220;cmd.&#8221;<\/strong><\/li>\n\n\n\n<li>Select the <strong>Command Prompt application.<\/strong><\/li>\n\n\n\n<li>Enter <strong>pip -V<\/strong> in the console.<\/li>\n\n\n\n<li>Cmd will display the <strong>latest version of pip<\/strong> installed.&nbsp;<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>If pip has not been installed<\/strong> then you will get the following message as an output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">'pip' is not recognized as an internal or external command, Operable program, or batch file.<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Yay!<\/strong> you are now prepared to <strong>install any version of python within your system<\/strong>, <strong>anytime anywhere<\/strong> that too without the help of your friends or your guides.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Python is designed to be a highly readable language with frequent use of English keywords rather than punctuations and syntactical constructions. Python is easy to read, learn and maintain as compared to other languages.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You are now, all set to start programming.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201cStart learning, start coding\u201d<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If still got questions, leave the comment below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Are you looking for the exact steps to install python within your windows? I must say, you have landed on the right page with the precisely defined step-by-step tutorial to install python on windows 10. &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to Install Python 3 on Windows 10\" class=\"read-more button\" href=\"https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/#more-825\" aria-label=\"More on How to Install Python 3 on Windows 10\">Read more<\/a><\/p>\n","protected":false},"author":7,"featured_media":853,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26],"tags":[27],"class_list":["post-825","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows","tag-install-python-3-on-windows-10"],"featured_image_src":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/How-to-Install-Python-3-on-Windows-10.png","author_info":{"display_name":"Tithi Mukherjee","author_link":"https:\/\/tryrdp.com\/blog\/author\/tithi\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install Python 3 on Windows<\/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:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Python 3 on Windows\" \/>\n<meta property=\"og:description\" content=\"Are you looking for the exact steps to install python within your windows? I must say, you have landed on the right page with the precisely defined step-by-step tutorial to install python on windows 10. ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"TryRDP Blog\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/profile.php?id=100003803338568\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-06T19:19:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-24T06:27:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/How-to-Install-Python-3-on-Windows-10.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Tithi Mukherjee\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tithi Mukherjee\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-python-3-on-windows\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-python-3-on-windows\\\/\"},\"author\":{\"name\":\"Tithi Mukherjee\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#\\\/schema\\\/person\\\/6987ffd35a3b8930dfc6f1ce18128881\"},\"headline\":\"How to Install Python 3 on Windows 10\",\"datePublished\":\"2022-03-06T19:19:35+00:00\",\"dateModified\":\"2026-05-24T06:27:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-python-3-on-windows\\\/\"},\"wordCount\":839,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-python-3-on-windows\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/How-to-Install-Python-3-on-Windows-10.png\",\"keywords\":[\"install python 3 on windows 10\"],\"articleSection\":[\"Windows\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-python-3-on-windows\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-python-3-on-windows\\\/\",\"url\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-python-3-on-windows\\\/\",\"name\":\"How to Install Python 3 on Windows\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-python-3-on-windows\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-python-3-on-windows\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/How-to-Install-Python-3-on-Windows-10.png\",\"datePublished\":\"2022-03-06T19:19:35+00:00\",\"dateModified\":\"2026-05-24T06:27:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-python-3-on-windows\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-python-3-on-windows\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-python-3-on-windows\\\/#primaryimage\",\"url\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/How-to-Install-Python-3-on-Windows-10.png\",\"contentUrl\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/How-to-Install-Python-3-on-Windows-10.png\",\"width\":1280,\"height\":720,\"caption\":\"install-Python-3-on-Windows\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/install-python-3-on-windows\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Python 3 on Windows 10\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/\",\"name\":\"TryRDP Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#organization\",\"name\":\"TryRDP Blog\",\"url\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/cropped-logolight-1.png\",\"contentUrl\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/cropped-logolight-1.png\",\"width\":300,\"height\":60,\"caption\":\"TryRDP Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/tryrdp.com\\\/blog\\\/#\\\/schema\\\/person\\\/6987ffd35a3b8930dfc6f1ce18128881\",\"name\":\"Tithi Mukherjee\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/23f9430b19f9ee3482116460ac7e06397667bf8203e47007bd2879755eda318c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/23f9430b19f9ee3482116460ac7e06397667bf8203e47007bd2879755eda318c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/23f9430b19f9ee3482116460ac7e06397667bf8203e47007bd2879755eda318c?s=96&d=mm&r=g\",\"caption\":\"Tithi Mukherjee\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=100003803338568\",\"https:\\\/\\\/www.instagram.com\\\/tithiimukherjee_\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/sulagna-mukherjee-tithi\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@NoobieTechsTithi_mukherjee\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Python 3 on Windows","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:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Python 3 on Windows","og_description":"Are you looking for the exact steps to install python within your windows? I must say, you have landed on the right page with the precisely defined step-by-step tutorial to install python on windows 10. ... Read more","og_url":"https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/","og_site_name":"TryRDP Blog","article_author":"https:\/\/www.facebook.com\/profile.php?id=100003803338568","article_published_time":"2022-03-06T19:19:35+00:00","article_modified_time":"2026-05-24T06:27:37+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/How-to-Install-Python-3-on-Windows-10.png","type":"image\/png"}],"author":"Tithi Mukherjee","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tithi Mukherjee","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/#article","isPartOf":{"@id":"https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/"},"author":{"name":"Tithi Mukherjee","@id":"https:\/\/tryrdp.com\/blog\/#\/schema\/person\/6987ffd35a3b8930dfc6f1ce18128881"},"headline":"How to Install Python 3 on Windows 10","datePublished":"2022-03-06T19:19:35+00:00","dateModified":"2026-05-24T06:27:37+00:00","mainEntityOfPage":{"@id":"https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/"},"wordCount":839,"commentCount":0,"publisher":{"@id":"https:\/\/tryrdp.com\/blog\/#organization"},"image":{"@id":"https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/How-to-Install-Python-3-on-Windows-10.png","keywords":["install python 3 on windows 10"],"articleSection":["Windows"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/","url":"https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/","name":"How to Install Python 3 on Windows","isPartOf":{"@id":"https:\/\/tryrdp.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/#primaryimage"},"image":{"@id":"https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/How-to-Install-Python-3-on-Windows-10.png","datePublished":"2022-03-06T19:19:35+00:00","dateModified":"2026-05-24T06:27:37+00:00","breadcrumb":{"@id":"https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/#primaryimage","url":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/How-to-Install-Python-3-on-Windows-10.png","contentUrl":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2022\/03\/How-to-Install-Python-3-on-Windows-10.png","width":1280,"height":720,"caption":"install-Python-3-on-Windows"},{"@type":"BreadcrumbList","@id":"https:\/\/tryrdp.com\/blog\/install-python-3-on-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tryrdp.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install Python 3 on Windows 10"}]},{"@type":"WebSite","@id":"https:\/\/tryrdp.com\/blog\/#website","url":"https:\/\/tryrdp.com\/blog\/","name":"TryRDP Blog","description":"","publisher":{"@id":"https:\/\/tryrdp.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tryrdp.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/tryrdp.com\/blog\/#organization","name":"TryRDP Blog","url":"https:\/\/tryrdp.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tryrdp.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2021\/08\/cropped-logolight-1.png","contentUrl":"https:\/\/tryrdp.com\/blog\/wp-content\/uploads\/2021\/08\/cropped-logolight-1.png","width":300,"height":60,"caption":"TryRDP Blog"},"image":{"@id":"https:\/\/tryrdp.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/tryrdp.com\/blog\/#\/schema\/person\/6987ffd35a3b8930dfc6f1ce18128881","name":"Tithi Mukherjee","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/23f9430b19f9ee3482116460ac7e06397667bf8203e47007bd2879755eda318c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/23f9430b19f9ee3482116460ac7e06397667bf8203e47007bd2879755eda318c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/23f9430b19f9ee3482116460ac7e06397667bf8203e47007bd2879755eda318c?s=96&d=mm&r=g","caption":"Tithi Mukherjee"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=100003803338568","https:\/\/www.instagram.com\/tithiimukherjee_","https:\/\/www.linkedin.com\/in\/sulagna-mukherjee-tithi\/","https:\/\/www.youtube.com\/@NoobieTechsTithi_mukherjee"]}]}},"_links":{"self":[{"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/posts\/825","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/comments?post=825"}],"version-history":[{"count":1,"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/posts\/825\/revisions"}],"predecessor-version":[{"id":4040,"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/posts\/825\/revisions\/4040"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/media\/853"}],"wp:attachment":[{"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/media?parent=825"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/categories?post=825"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tryrdp.com\/blog\/wp-json\/wp\/v2\/tags?post=825"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}