{"id":2717,"date":"2020-02-18T17:32:07","date_gmt":"2020-02-18T12:02:07","guid":{"rendered":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/?p=2717"},"modified":"2021-06-14T15:11:39","modified_gmt":"2021-06-14T09:41:39","slug":"python-lowercase","status":"publish","type":"post","link":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/","title":{"rendered":"How to Convert String to Lowercase in Python"},"content":{"rendered":"\n<p>Many times we need to lowercase tons of data which is available in string format. If we try to it manually it will take hours or maybe days. So, we need some method or function which will convert <strong>string to lowercase in python<\/strong>.<br><em>example usernames of a login system.<\/em><\/p>\n\n\n\n<p><strong>We can Convert String to Lowercase in Python with the help of inbuilt string method&nbsp;lower().&nbsp;The string&nbsp;lower() method converts all uppercase characters in a string into lowercase characters and returns it. And in the given string If there is no uppercase characters exist, it returns the original string.<\/strong><\/p>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_65 counter-hierarchy ez-toc-counter ez-toc-transparent ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title \" >Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #990303;color:#990303\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #990303;color:#990303\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Syntax_to_Convert_String_to_Lowercase_in_Python\" title=\"Syntax to Convert String to Lowercase in Python\">Syntax to Convert String to Lowercase in Python<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Parameters_of_String_lower_Method_in_Python\" title=\"Parameters of String lower() Method in Python\">Parameters of String lower() Method in Python<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Return_Value_of_lower_Method\" title=\"Return Value&nbsp;of lower() Method\">Return Value&nbsp;of lower() Method<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Python_lower_Method_Compatibility\" title=\"Python lower() Method Compatibility\">Python lower() Method Compatibility<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Python_Programs_to_Convert_Uppercase_String_to_Lowercase_Using_lower\" title=\"Python Programs to Convert Uppercase String to Lowercase Using lower() \">Python Programs to Convert Uppercase String to Lowercase Using lower() <\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Example_1_Basic_Program_to_Convert_String_to_Lowercase\" title=\"Example 1: Basic Program to Convert String to Lowercase\">Example 1: Basic Program to Convert String to Lowercase<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Example_2_Program_to_Convert_User_Defined_Input_String_to_Lowercase\" title=\"Example 2: Program to Convert User Defined Input String to Lowercase\">Example 2: Program to Convert User Defined Input String to Lowercase<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Points_to_Be_Noted\" title=\"Points to Be Noted:\">Points to Be Noted:<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-9\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Python_Program_to_Convert_String_to_Lowercase_Using_casefold\" title=\"Python Program to Convert String to Lowercase Using casefold()\">Python Program to Convert String to Lowercase Using casefold()<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-10\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Syntax\" title=\"Syntax:\">Syntax:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-11\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#casefold_Parameters\" title=\"casefold() Parameters\">casefold() Parameters<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-12\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Return_value_from_casefold\" title=\"Return value from casefold()\">Return value from casefold()<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-13\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Example_Python_Lowercase_Using_casefold\" title=\"Example: Python Lowercase Using casefold() \">Example: Python Lowercase Using casefold() <\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-14\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#When_to_use_casefold\" title=\"When to use casefold()\">When to use casefold()<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-15\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Python_Program_to_Convert_String_to_Lowercase_Using_ASCII_Values\" title=\"Python Program to Convert String to Lowercase Using ASCII Values\">Python Program to Convert String to Lowercase Using ASCII Values<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-16\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Python_Program_to_Convert_String_to_Lowercase_Using_Loop\" title=\"Python Program to Convert String to Lowercase Using Loop\">Python Program to Convert String to Lowercase Using Loop<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-17\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Example\" title=\"Example:\">Example:<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-18\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#How_to_Lowercase_First_Letter_of_String_in_Python\" title=\"How to Lowercase First Letter of String in Python\">How to Lowercase First Letter of String in Python<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-19\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Example-2\" title=\"Example:\">Example:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-20\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Must_Read\" title=\"Must Read\">Must Read<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-21\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#Summary\" title=\"Summary\">Summary<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Syntax_to_Convert_String_to_Lowercase_in_Python\"><\/span>Syntax to Convert String to Lowercase in Python<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The syntax of the lower() method is:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">str.lower()<\/pre>\n\n\n\n<p>Here str can be any <strong>string<\/strong> whose lowercase you want. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Parameters_of_String_lower_Method_in_Python\"><\/span>Parameters of String lower() Method in Python<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The lower() method in python doesn&#8217;t take any parameters.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Return_Value_of_lower_Method\"><\/span><strong>Return Value<\/strong>&nbsp;of lower() Method<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>The lower() method in Python returns the lowercased string from the given string. It converts all uppercase characters to lowercase.<\/p>\n\n\n\n<p>If no uppercase characters exist, lower() will return the original string.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Python_lower_Method_Compatibility\"><\/span>Python lower() Method Compatibility<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<figure class=\"wp-block-table alignfull is-style-stripes\"><table class=\"\"><tbody><tr><td>Python 2.x<\/td><td>Yes<\/td><\/tr><tr><td>Python 3.x<\/td><td>Yes<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"has-vivid-purple-color has-text-color wp-block-heading\"><span class=\"ez-toc-section\" id=\"Python_Programs_to_Convert_Uppercase_String_to_Lowercase_Using_lower\"><\/span>Python Programs to Convert Uppercase String to Lowercase Using lower() <span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Enough talks, now let&#8217;s jump straight into the python programs to convert the string to lowercase. Here we are using Python lower()&nbsp;function which converts all the string to lowercase. This is the simple method of<strong>&nbsp;changing camel case characters<\/strong>&nbsp;to small letter characters.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example_1_Basic_Program_to_Convert_String_to_Lowercase\"><\/span>Example 1: Basic Program to Convert String to Lowercase<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>mystr = \"Hey guys this is Karan from Python Pool\"\nprint(mystr.lower())<\/code><\/pre>\n\n\n\n<p><strong>Output:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>hey guys this is karan from python pool<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"642\" height=\"206\" src=\"https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-12.jpg\" alt=\"Python Basic Program to Convert String to Lowercase\" class=\"wp-image-2727\" srcset=\"https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-12.jpg 642w, https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-12-300x96.jpg 300w\" sizes=\"(max-width: 642px) 100vw, 642px\" \/><\/figure>\n\n\n\n<p>The above example showing the output of the lower() function of Python. The\u00a0<strong>output contains no camel case<\/strong>\u00a0characters in the given string after conversion. Here, before the conversion, the last string word contains all letters in a capital case. The Python also converts these letters to the small letter using <strong>lower()<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example_2_Program_to_Convert_User_Defined_Input_String_to_Lowercase\"><\/span>Example 2:<strong> <\/strong>Program to Convert User Defined Input String to Lowercase<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>#lower() with user defined input()\n \nstr_input = input(\"Enter string whose lowercase you want:  \")\nprint (\"The original string you Entered:\" ,str_input)\nprint (\"String with lower() = \", str_input.lower())<\/code><\/pre>\n\n\n\n<p><strong>Output:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Enter string whose lowercase you want:  Python pool is Best Place to Learn Python 007\nThe original string you Entered: Python pool is Best Place to Learn Python 007\nString with lower() =  python pool is best place to learn python 007<\/code><\/pre>\n\n\n\n<p>Here in the above program, we take the input from the user using the <a rel=\"noreferrer noopener\" aria-label=\"input()  (opens in a new tab)\" href=\"https:\/\/www.pythonpool.com\/python-user-input\/\" target=\"_blank\">input() <\/a>function. Then with the help of <strong>lower()<\/strong> method, we converted the user-defined string to the lower case.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Points_to_Be_Noted\"><\/span><strong>Points to Be Noted:<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<ol><li>lower() does not take any arguments, Therefore, It returns an error if a parameter is passed.<\/li><li>Digits and symbols return are returned as it is, Only an uppercase letter is returned after converting to lowercase.<\/li><\/ol>\n\n\n\n<h2 class=\"has-vivid-purple-color has-text-color wp-block-heading\"><span class=\"ez-toc-section\" id=\"Python_Program_to_Convert_String_to_Lowercase_Using_casefold\"><\/span>Python Program to Convert String to Lowercase Using casefold()<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p><code>str.lower()<\/code>&nbsp;converts the string to lowercase, but it doesn\u2019t convert the case distinctions in the string.<\/p>\n\n\n\n<p>For example,&nbsp;<code>\u00df<\/code>&nbsp;in German is equal to double&nbsp;<code>s<\/code>&nbsp;&#8211;&nbsp;<code>ss<\/code>, and&nbsp;<code>\u00df<\/code>&nbsp;itself is already lowercase, therefore,&nbsp;<code>str.lower()<\/code>&nbsp;will not convert it.<\/p>\n\n\n\n<p>But\u00a0<code>str.casefold()<\/code>\u00a0will convert\u00a0<code>\u00df<\/code>\u00a0to\u00a0<code>ss<\/code>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Syntax\"><\/span>Syntax:<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p><a href=\"https:\/\/www.pythonpool.com\/python-casefold\/\" target=\"_blank\" rel=\"noopener\"><\/a><strong>The syntax of the casefold() method is:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">str.casefold()<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"casefold_Parameters\"><\/span>casefold() Parameters<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>The casefold() method doesn&#8217;t take any parameters.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Return_value_from_casefold\"><\/span>Return value from casefold()<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>The casefold() <a href=\"https:\/\/en.wikipedia.org\/wiki\/Python_(programming_language)#Methods\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"method (opens in a new tab)\">method<\/a> returns the case folded string value.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example_Python_Lowercase_Using_casefold\"><\/span>Example: Python Lowercase Using casefold() <span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>mystring = \"PYTHON IS BesT! PYTHON IS beast\"\n\n# printing lowercase string using casefold\nprint(\"Lowercase string:\", mystring.casefold())<\/code><\/pre>\n\n\n\n<p><strong>Output<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Lowercase string: python is best! python is beast<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"When_to_use_casefold\"><\/span>When to use casefold()<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>So, if the purpose is to do case insensitive matching, you should use case-folding.<\/p>\n\n\n\n<p>Here is why you should use casefold() for case insensitive matching and converting lowercase string in Python.<\/p>\n\n\n\n<figure class=\"wp-block-image alignwide size-large\"><img decoding=\"async\" width=\"521\" height=\"323\" src=\"https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-13.jpg\" alt=\"lowercase Python string using casefold\" class=\"wp-image-2732\" srcset=\"https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-13.jpg 521w, https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-13-300x186.jpg 300w\" sizes=\"(max-width: 521px) 100vw, 521px\" \/><\/figure>\n\n\n\n<h2 class=\"has-vivid-purple-color has-text-color wp-block-heading\"><span class=\"ez-toc-section\" id=\"Python_Program_to_Convert_String_to_Lowercase_Using_ASCII_Values\"><\/span>Python Program to Convert String to Lowercase Using ASCII Values<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>In this program, we are comparing the ASCII values to check there are any uppercase characters. If true, we are converting them to lowercase.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># Python Program to Convert String to Lowercase using ASCII Values\n \nstring = input(\"Please Enter your String : \")\nstring1 = ''\n\nfor i in string:\n    if(ord(i) >= 65 and ord(i) &lt;= 90):\n        string1 = string1 + chr((ord(i) + 32))\n    else:\n        string1 = string1 + i\n \nprint(\"\\nOriginal String in Uppercase  =  \", string)\nprint(\"The Given String in Lowercase =  \", string1)<\/code><\/pre>\n\n\n\n<p><strong>Output:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Please Enter your String : Python is Best Language\n\nOriginal String in Uppercase  =   Python is Best Language\nThe Given String in Lowercase =   python is best language<\/code><\/pre>\n\n\n\n<p>Unicode \/ ascii_val of lower case alphabets are from 97 to 122.<br> Unicode \/ ascii_val of upper case alphabets are from 65 to 90.<br> so the difference between lower case and uppercase alphabets is 32.<\/p>\n\n\n\n<h2 class=\"has-vivid-purple-color has-text-color wp-block-heading\"><span class=\"ez-toc-section\" id=\"Python_Program_to_Convert_String_to_Lowercase_Using_Loop\"><\/span>Python Program to Convert String to Lowercase Using Loop<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>In this Python Program,<strong> we will convert the string to lower case using loops. Here in this example,<\/strong> we are using the <strong>while loop.<\/strong> You can use the same strategy in <strong>for loop<\/strong> as well. You have to just replace while with for.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example\"><\/span>Example:<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code># Python Program to Convert String to Lowercase using while loop\n \nstring = input(\"Please Enter your Own String : \")\nstring1 = ''\ni = 0\n\nwhile(i &lt; len(string)): if(string&#91;i] >= 'A' and string&#91;i] &lt;= 'Z'):\n        string1 = string1 + chr((ord(string&#91;i]) + 32))\n    else:\n        string1 = string1 + string&#91;i]\n    i = i + 1\n \nprint(\"\\nOriginal String in Uppercase  =  \", string)\nprint(\"The Given String in Lowercase =  \", string1)<\/code><\/pre>\n\n\n\n<p><strong>Output:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Please Enter your String : Python is Best Language\n\nOriginal String in Uppercase  =   Python is Best Language\nThe Given String in Lowercase =   python is best language<\/code><\/pre>\n\n\n\n<p>First, we used\u00a0while loop to <a href=\"https:\/\/www.pythonpool.com\/python-iterate-through-list\/\" target=\"_blank\" rel=\"noreferrer noopener\">iterate<\/a> characters in a String. Inside the While Loop, we used the\u00a0If Else Statement\u00a0to check the character is between A and Z or not. If true, we are adding 32 to its <a href=\"https:\/\/www.pythonpool.com\/python-ascii-to-string\/\" target=\"_blank\" rel=\"noopener\">ASCII<\/a> value. Otherwise, we are copying that character to string 1.<\/p>\n\n\n\n<h2 class=\"has-vivid-purple-color has-text-color wp-block-heading\"><span class=\"ez-toc-section\" id=\"How_to_Lowercase_First_Letter_of_String_in_Python\"><\/span><strong>How to Lowercase First Letter of String in Python<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>For converting specific character in the string to lowercase you have to use an index value of string and lower() function. Additional use arithmetic operator to contact remain string.<\/p>\n\n\n\n<p>See below example converting the first letter into a lowercase letter.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Example-2\"><\/span>Example:<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>str = \"WELCOME TO PYTHON POOL\"\nprint(str&#91;0].lower() + str&#91;1:])<\/code><\/pre>\n\n\n\n<p><strong>Output:<\/strong><\/p>\n\n\n\n<p>wELCOME TO PYTHON POOL<\/p>\n\n\n\n<h3 class=\"has-vivid-green-cyan-color has-text-color wp-block-heading\"><span class=\"ez-toc-section\" id=\"Must_Read\"><\/span>Must Read<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p class=\"has-text-color has-luminous-vivid-orange-color\"><a href=\"https:\/\/www.pythonpool.com\/square-root-in-python\/\">How to Calculate Square Root in Python<\/a><br><a href=\"https:\/\/www.pythonpool.com\/python-stack\/\">Implementation of Stack in Python<\/a><br><a href=\"https:\/\/www.pythonpool.com\/python-user-input\/\">Python User Input | Python Input () Function | Keyboard Input<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Summary\"><\/span>Summary<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>In this tutorial of\u00a0Python Lowercase, we learned to transform a given string to lowercase using string.lower() method, string.casefold() and others methods. We used well-detailed examples and all the possible ways.<\/p>\n\n\n\n<p>Do comment if you have any doubt and suggestion on this tutorial.<\/p>\n\n\n\n<p><em>Happy Coding!<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many times we need to lowercase tons of data which is available in string format. If we try to it manually it will take hours &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to Convert String to Lowercase in Python\" class=\"read-more button\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/#more-2717\" aria-label=\"More on How to Convert String to Lowercase in Python\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":2737,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[296,15],"tags":[583,593,574,595,584,592,597,589,579,590,569,575,578,587,572,591,594,585,581,582,576,596,588,570,573,586,571,568,580,567,577],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.1 (Yoast SEO v22.4) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Convert String to Lowercase in Python - Python Pool<\/title>\n<meta name=\"description\" content=\"We can Convert String to Lowercase in Python with the help of inbuilt string method lower(). The lower() method converts all characters into lowercase.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.pythonpool.com\/python-lowercase\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Convert String to Lowercase in Python\" \/>\n<meta property=\"og:description\" content=\"Many times we need to lowercase tons of data which is available in string format. If we try to it manually it will take hours or maybe days. So, we need\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pythonpool.com\/python-lowercase\/\" \/>\n<meta property=\"og:site_name\" content=\"Python Pool\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-18T12:02:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-06-14T09:41:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-14.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1018\" \/>\n\t<meta property=\"og:image:height\" content=\"614\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Python Pool\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pythonpool\" \/>\n<meta name=\"twitter:site\" content=\"@pythonpool\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Python Pool\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.pythonpool.com\/python-lowercase\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.pythonpool.com\/python-lowercase\/\"},\"author\":{\"name\":\"Python Pool\",\"@id\":\"https:\/\/www.pythonpool.com\/#\/schema\/person\/f87448ee54c0ffd2889fbf2408c18998\"},\"headline\":\"How to Convert String to Lowercase in Python\",\"datePublished\":\"2020-02-18T12:02:07+00:00\",\"dateModified\":\"2021-06-14T09:41:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.pythonpool.com\/python-lowercase\/\"},\"wordCount\":820,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.pythonpool.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.pythonpool.com\/python-lowercase\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-14.jpg\",\"keywords\":[\"ascii lowercase python\",\"convert string to lowercase python\",\"convert to lowercase python\",\"convert uppercase to lowercase python\",\"how to lowercase a string in python\",\"how to lowercase in python\",\"how to make a string lowercase in python\",\"lowercase a string python\",\"lowercase function python\",\"lowercase in python\",\"lowercase python\",\"lowercase string python\",\"make a string lowercase python\",\"make lowercase python\",\"make string lowercase python\",\"python 3 lowercase\",\"python convert string to lowercase\",\"python convert to lowercase\",\"python is lowercase\",\"python lowercase\",\"python lowercase function\",\"python lowercase list\",\"python lowercase string\",\"python make lowercase\",\"python make string lowercase\",\"python string lowercase\",\"python string to lowercase\",\"python to lowercase\",\"string lowercase python\",\"string to lowercase python\",\"to lowercase python\"],\"articleSection\":[\"How to\",\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.pythonpool.com\/python-lowercase\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pythonpool.com\/python-lowercase\/\",\"url\":\"https:\/\/www.pythonpool.com\/python-lowercase\/\",\"name\":\"How to Convert String to Lowercase in Python - Python Pool\",\"isPartOf\":{\"@id\":\"https:\/\/www.pythonpool.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.pythonpool.com\/python-lowercase\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.pythonpool.com\/python-lowercase\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-14.jpg\",\"datePublished\":\"2020-02-18T12:02:07+00:00\",\"dateModified\":\"2021-06-14T09:41:39+00:00\",\"description\":\"We can Convert String to Lowercase in Python with the help of inbuilt string method lower(). The lower() method converts all characters into lowercase.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pythonpool.com\/python-lowercase\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pythonpool.com\/python-lowercase\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.pythonpool.com\/python-lowercase\/#primaryimage\",\"url\":\"https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-14.jpg\",\"contentUrl\":\"https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-14.jpg\",\"width\":1018,\"height\":614,\"caption\":\"python lowercase\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pythonpool.com\/python-lowercase\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pythonpool.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Convert String to Lowercase in Python\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.pythonpool.com\/#website\",\"url\":\"https:\/\/www.pythonpool.com\/\",\"name\":\"Python Pool\",\"description\":\"Your One-Stop Python Learning Destination\",\"publisher\":{\"@id\":\"https:\/\/www.pythonpool.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.pythonpool.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.pythonpool.com\/#organization\",\"name\":\"Python Pool\",\"url\":\"https:\/\/www.pythonpool.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.pythonpool.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/08\/aa.png\",\"contentUrl\":\"https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/08\/aa.png\",\"width\":452,\"height\":185,\"caption\":\"Python Pool\"},\"image\":{\"@id\":\"https:\/\/www.pythonpool.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/pythonpool\",\"https:\/\/www.youtube.com\/c\/pythonpool\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.pythonpool.com\/#\/schema\/person\/f87448ee54c0ffd2889fbf2408c18998\",\"name\":\"Python Pool\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.pythonpool.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b170f9f39a7cad6ab2d2b1c4bc7b79f5?s=96&d=wavatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b170f9f39a7cad6ab2d2b1c4bc7b79f5?s=96&d=wavatar&r=g\",\"caption\":\"Python Pool\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Convert String to Lowercase in Python - Python Pool","description":"We can Convert String to Lowercase in Python with the help of inbuilt string method lower(). The lower() method converts all characters into lowercase.","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:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/","og_locale":"en_US","og_type":"article","og_title":"How to Convert String to Lowercase in Python","og_description":"Many times we need to lowercase tons of data which is available in string format. If we try to it manually it will take hours or maybe days. So, we need","og_url":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/","og_site_name":"Python Pool","article_published_time":"2020-02-18T12:02:07+00:00","article_modified_time":"2021-06-14T09:41:39+00:00","og_image":[{"width":1018,"height":614,"url":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-14.jpg","type":"image\/jpeg"}],"author":"Python Pool","twitter_card":"summary_large_image","twitter_creator":"@pythonpool","twitter_site":"@pythonpool","twitter_misc":{"Written by":"Python Pool","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/#article","isPartOf":{"@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/"},"author":{"name":"Python Pool","@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/#\/schema\/person\/f87448ee54c0ffd2889fbf2408c18998"},"headline":"How to Convert String to Lowercase in Python","datePublished":"2020-02-18T12:02:07+00:00","dateModified":"2021-06-14T09:41:39+00:00","mainEntityOfPage":{"@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/"},"wordCount":820,"commentCount":0,"publisher":{"@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/#organization"},"image":{"@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/#primaryimage"},"thumbnailUrl":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-14.jpg","keywords":["ascii lowercase python","convert string to lowercase python","convert to lowercase python","convert uppercase to lowercase python","how to lowercase a string in python","how to lowercase in python","how to make a string lowercase in python","lowercase a string python","lowercase function python","lowercase in python","lowercase python","lowercase string python","make a string lowercase python","make lowercase python","make string lowercase python","python 3 lowercase","python convert string to lowercase","python convert to lowercase","python is lowercase","python lowercase","python lowercase function","python lowercase list","python lowercase string","python make lowercase","python make string lowercase","python string lowercase","python string to lowercase","python to lowercase","string lowercase python","string to lowercase python","to lowercase python"],"articleSection":["How to","Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/","url":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/","name":"How to Convert String to Lowercase in Python - Python Pool","isPartOf":{"@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/#primaryimage"},"image":{"@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/#primaryimage"},"thumbnailUrl":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-14.jpg","datePublished":"2020-02-18T12:02:07+00:00","dateModified":"2021-06-14T09:41:39+00:00","description":"We can Convert String to Lowercase in Python with the help of inbuilt string method lower(). The lower() method converts all characters into lowercase.","breadcrumb":{"@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/#primaryimage","url":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-14.jpg","contentUrl":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/02\/Capture-14.jpg","width":1018,"height":614,"caption":"python lowercase"},{"@type":"BreadcrumbList","@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/python-lowercase\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/"},{"@type":"ListItem","position":2,"name":"How to Convert String to Lowercase in Python"}]},{"@type":"WebSite","@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/#website","url":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/","name":"Python Pool","description":"Your One-Stop Python Learning Destination","publisher":{"@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/#organization","name":"Python Pool","url":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/#\/schema\/logo\/image\/","url":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/08\/aa.png","contentUrl":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-content\/uploads\/2020\/08\/aa.png","width":452,"height":185,"caption":"Python Pool"},"image":{"@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/twitter.com\/pythonpool","https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.youtube.com\/c\/pythonpool"]},{"@type":"Person","@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/#\/schema\/person\/f87448ee54c0ffd2889fbf2408c18998","name":"Python Pool","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/#\/schema\/person\/image\/","url":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/secure.gravatar.com\/avatar\/b170f9f39a7cad6ab2d2b1c4bc7b79f5?s=96&d=wavatar&r=g","contentUrl":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/secure.gravatar.com\/avatar\/b170f9f39a7cad6ab2d2b1c4bc7b79f5?s=96&d=wavatar&r=g","caption":"Python Pool"}}]}},"_links":{"self":[{"href":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-json\/wp\/v2\/posts\/2717"}],"collection":[{"href":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-json\/wp\/v2\/comments?post=2717"}],"version-history":[{"count":20,"href":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-json\/wp\/v2\/posts\/2717\/revisions"}],"predecessor-version":[{"id":24448,"href":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-json\/wp\/v2\/posts\/2717\/revisions\/24448"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-json\/wp\/v2\/media\/2737"}],"wp:attachment":[{"href":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-json\/wp\/v2\/media?parent=2717"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-json\/wp\/v2\/categories?post=2717"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/www.pythonpool.com\/wp-json\/wp\/v2\/tags?post=2717"}],"curies":[{"name":"wp","href":"https:\/\/web.archive.org\/web\/20240926031946\/https:\/\/api.w.org\/{rel}","templated":true}]}}