{"id":17430,"date":"2025-10-30T06:43:04","date_gmt":"2025-10-30T06:43:04","guid":{"rendered":"https:\/\/www.kaashivinfotech.com\/blog\/?p=17430"},"modified":"2025-10-30T06:43:04","modified_gmt":"2025-10-30T06:43:04","slug":"double-slash-in-python-explained","status":"publish","type":"post","link":"https:\/\/www.kaashivinfotech.com\/blog\/double-slash-in-python-explained\/","title":{"rendered":"What Does \/\/ Mean in Python? Operators in Python Explained Simply"},"content":{"rendered":"<p data-start=\"175\" data-end=\"480\">Double slash in Python \u2014 have you ever spotted this mysterious operator and wondered, <em data-start=\"265\" data-end=\"296\">\u201cWhat on earth does that do?\u201d<\/em>\u00a0<br data-start=\"299\" data-end=\"302\" \/>Well, trust me, you\u2019re not alone. When I first started learning <a href=\"https:\/\/www.wikitechy.com\/tutorials\/python\/python-tutorial\" target=\"_blank\" rel=\"noopener\">Python<\/a>, I remember staring at <code class=\"\" data-line=\"\">5 \/\/ 2<\/code> on my screen and scratching my head. \u201cWhy two slashes? Isn\u2019t one enough?\u201d<\/p>\n<p data-start=\"482\" data-end=\"729\">If you\u2019ve had the same question, then this blog is <em data-start=\"533\" data-end=\"542\">exactly<\/em> what you need. I\u2019ll walk you through what the double slash in Python means, why it exists, how it differs from a single slash, and when you should use it \u2014 with real-life examples.<\/p>\n<h2 data-start=\"1289\" data-end=\"1338\">What Does Double Slash (\/\/) Mean in Python?<\/h2>\n<p data-start=\"1340\" data-end=\"1413\">Let\u2019s start with the star of the show \u2014 the double slash in Python.<\/p>\n<p data-start=\"1340\" data-end=\"1413\"><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter wp-image-17435 \" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/double-slash-mean-in-python.webp\" alt=\"\" width=\"588\" height=\"331\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/double-slash-mean-in-python.webp 2400w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/double-slash-mean-in-python-300x169.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/double-slash-mean-in-python-1024x576.webp 1024w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/double-slash-mean-in-python-768x432.webp 768w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/double-slash-mean-in-python-1536x864.webp 1536w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/double-slash-mean-in-python-2048x1152.webp 2048w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/double-slash-mean-in-python-380x214.webp 380w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/double-slash-mean-in-python-800x450.webp 800w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/double-slash-mean-in-python-1160x653.webp 1160w\" sizes=\"(max-width: 588px) 100vw, 588px\" \/><\/p>\n<p data-start=\"1415\" data-end=\"1542\">When you use a single slash (<code class=\"\" data-line=\"\">\/<\/code>), Python performs floating-point division. That means you get the <em data-start=\"1518\" data-end=\"1539\">exact decimal value<\/em>.<\/p>\n<p data-start=\"1544\" data-end=\"1714\">But when you use double slash<strong data-start=\"1561\" data-end=\"1584\"> (<code class=\"\" data-line=\"\">\/\/<\/code>)<\/strong>, <a href=\"https:\/\/www.wikitechy.com\/tutorials\/python\/python-tutorial\" target=\"_blank\" rel=\"noopener\">Python<\/a> performs floor division. It divides the number and then rounds <strong data-start=\"1660\" data-end=\"1668\">down<\/strong> the result to the nearest whole number.<\/p>\n<h3 data-start=\"1716\" data-end=\"1728\">Example:<\/h3>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\">print(10 \/ 3)   # Output: 3.3333333\r\nprint(10 \/\/ 3)  # Output: 3\r\n<\/pre>\n<p data-start=\"1808\" data-end=\"1832\">Notice the difference?<\/p>\n<ul data-start=\"1833\" data-end=\"1956\">\n<li data-start=\"1833\" data-end=\"1893\">\n<p data-start=\"1835\" data-end=\"1893\">The single slash gives <code class=\"\" data-line=\"\">3.3333333<\/code> (float division).<\/p>\n<\/li>\n<li data-start=\"1894\" data-end=\"1956\">\n<p data-start=\"1896\" data-end=\"1956\">The double slash in Python gives <code class=\"\" data-line=\"\">3<\/code> (floor division).<\/p>\n<\/li>\n<\/ul>\n<p data-start=\"1958\" data-end=\"2052\">It literally <em data-start=\"1971\" data-end=\"1981\">cuts off<\/em> the decimal part \u2014 and that\u2019s why it\u2019s called floor division.<\/p>\n<h2 data-start=\"2059\" data-end=\"2097\">Why Is It Called Floor Division?<\/h2>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-17436 \" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/floor-division-in-python.webp\" alt=\"\" width=\"528\" height=\"308\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/floor-division-in-python.webp 1200w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/floor-division-in-python-300x175.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/floor-division-in-python-1024x597.webp 1024w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/floor-division-in-python-768x448.webp 768w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/floor-division-in-python-380x222.webp 380w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/floor-division-in-python-800x467.webp 800w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/floor-division-in-python-1160x677.webp 1160w\" sizes=\"(max-width: 528px) 100vw, 528px\" \/><\/p>\n<p data-start=\"2099\" data-end=\"2175\">Let me explain it the way I understood it back when I was learning Python.<\/p>\n<p data-start=\"2177\" data-end=\"2308\">Think of <strong data-start=\"2186\" data-end=\"2204\">floor division<\/strong> as a math operation that <em data-start=\"2230\" data-end=\"2250\">always rounds down<\/em> \u2014 even if the decimal part is huge.<br data-start=\"2286\" data-end=\"2289\" \/>So, for instance:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\">print(9 \/\/ 2)   # Output: 4\r\nprint(-9 \/\/ 2)  # Output: -5\r\n<\/pre>\n<p data-start=\"2382\" data-end=\"2438\">Wait, what? Why does <code class=\"\" data-line=\"\">-9 \/\/ 2<\/code> give <code class=\"\" data-line=\"\">-5<\/code> and not <code class=\"\" data-line=\"\">-4<\/code>?<\/p>\n<p data-start=\"2440\" data-end=\"2567\">Because floor division doesn\u2019t just <em data-start=\"2476\" data-end=\"2486\">truncate<\/em> decimals \u2014 it <em data-start=\"2501\" data-end=\"2509\">floors<\/em> the result. It always moves to the next lowest integer.<\/p>\n<p data-start=\"2569\" data-end=\"2698\">This tripped me up initially, but once I realized \u201cfloor\u201d literally means go to the lowest floor, it made perfect sense.<\/p>\n<h2 data-start=\"2569\" data-end=\"2698\"><strong>The Difference Between <code class=\"\" data-line=\"\">\/<\/code> and <code class=\"\" data-line=\"\">\/\/<\/code> in Python<\/strong><\/h2>\n<table>\n<thead>\n<tr>\n<th>Operator<\/th>\n<th>Example<\/th>\n<th>Result<\/th>\n<th>Type<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code class=\"\" data-line=\"\">\/<\/code><\/td>\n<td><code class=\"\" data-line=\"\">7 \/ 2<\/code><\/td>\n<td><code class=\"\" data-line=\"\">3.5<\/code><\/td>\n<td>Float<\/td>\n<td>Normal division (returns decimal)<\/td>\n<\/tr>\n<tr>\n<td><code class=\"\" data-line=\"\">\/\/<\/code><\/td>\n<td><code class=\"\" data-line=\"\">7 \/\/ 2<\/code><\/td>\n<td><code class=\"\" data-line=\"\">3<\/code><\/td>\n<td>Integer<\/td>\n<td>Floor division (rounds down)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 data-start=\"3063\" data-end=\"3076\">In short:<\/h3>\n<ul data-start=\"3077\" data-end=\"3152\">\n<li data-start=\"3077\" data-end=\"3110\">\n<p data-start=\"3079\" data-end=\"3110\"><code class=\"\" data-line=\"\">\/<\/code> gives exact division.<\/p>\n<\/li>\n<li data-start=\"3111\" data-end=\"3152\">\n<p data-start=\"3113\" data-end=\"3152\"><code class=\"\" data-line=\"\">\/\/<\/code> gives rounded down division.<\/p>\n<\/li>\n<\/ul>\n<p data-start=\"3154\" data-end=\"3315\">So when should you use double slash in Python?<br data-start=\"3204\" data-end=\"3207\" \/>Whenever you need whole numbers only \u2014 like in loops, indexing, or anything involving <em data-start=\"3297\" data-end=\"3312\">integer steps<\/em>.<\/p>\n<p data-start=\"3154\" data-end=\"3315\"><img decoding=\"async\" class=\"aligncenter wp-image-17437 \" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/Division-operator-difference.webp\" alt=\"\" width=\"527\" height=\"293\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/Division-operator-difference.webp 1200w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/Division-operator-difference-300x167.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/Division-operator-difference-1024x569.webp 1024w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/Division-operator-difference-768x427.webp 768w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/Division-operator-difference-380x211.webp 380w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/Division-operator-difference-800x445.webp 800w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/Division-operator-difference-1160x645.webp 1160w\" sizes=\"(max-width: 527px) 100vw, 527px\" \/><\/p>\n<h2 data-start=\"3322\" data-end=\"3375\">Real-Life Example: Using Double Slash in Python<\/h2>\n<p data-start=\"3377\" data-end=\"3458\">Let\u2019s take a relatable example \u2014 you\u2019re distributing 25 apples among 4 kids.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\">apples = 25\r\nkids = 4\r\neach_kid_gets = apples \/\/ kids\r\nprint(each_kid_gets)\r\n<\/pre>\n<p>Output:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\">6\r\n<\/pre>\n<p>Each kid gets 6 apples \u2014 no half apples flying around!\u00a0<br data-start=\"3630\" data-end=\"3633\" \/>And if you want to know how many are left:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\">leftover = apples % kids\r\nprint(leftover)  # Output: 1\r\n<\/pre>\n<p>Together, the <code class=\"\" data-line=\"\">\/\/<\/code> and <code class=\"\" data-line=\"\">%<\/code> operators make a perfect pair for dividing items evenly and finding what\u2019s left.<\/p>\n<h2 data-start=\"3864\" data-end=\"3904\">When to Use Double Slash in Python<\/h2>\n<p data-start=\"3906\" data-end=\"3987\">Here are some scenarios where the double slash in Python is your best friend:<\/p>\n<ul data-start=\"3989\" data-end=\"4322\">\n<li data-start=\"3989\" data-end=\"4120\">\n<p data-start=\"3991\" data-end=\"4056\">\u2705 <strong data-start=\"3993\" data-end=\"4015\">Pagination systems<\/strong> \u2014 calculating the total number of pages:<\/p>\n<\/li>\n<\/ul>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\">total_pages = total_items \/\/ items_per_page\r\n<\/pre>\n<ul data-start=\"3989\" data-end=\"4322\">\n<li data-start=\"4121\" data-end=\"4180\">\n<p data-start=\"4123\" data-end=\"4180\">\u2705 <strong data-start=\"4125\" data-end=\"4142\">Chunking data<\/strong> \u2014 splitting lists into equal parts.<\/p>\n<\/li>\n<li data-start=\"4181\" data-end=\"4254\">\n<p data-start=\"4183\" data-end=\"4254\">\u2705 <strong data-start=\"4185\" data-end=\"4205\">Game development<\/strong> \u2014 determining movement steps in integer units.<\/p>\n<\/li>\n<li data-start=\"4255\" data-end=\"4322\">\n<p data-start=\"4257\" data-end=\"4322\">\u2705 <strong data-start=\"4259\" data-end=\"4271\">Indexing<\/strong> \u2014 when working with arrays or pixel coordinates.<\/p>\n<\/li>\n<\/ul>\n<p data-start=\"4324\" data-end=\"4400\">Basically, whenever you need <em data-start=\"4353\" data-end=\"4384\">integer math without decimals<\/em>, go for <code class=\"\" data-line=\"\">\/\/<\/code>.<\/p>\n<h2 data-start=\"4407\" data-end=\"4447\">Double Slash in Python with Floats<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-17438 \" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-double-slash.webp\" alt=\"\" width=\"476\" height=\"288\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-double-slash.webp 1001w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-double-slash-300x181.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-double-slash-768x464.webp 768w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-double-slash-380x230.webp 380w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/python-double-slash-800x484.webp 800w\" sizes=\"(max-width: 476px) 100vw, 476px\" \/><\/p>\n<p data-start=\"4449\" data-end=\"4539\">Here\u2019s an interesting twist \u2014 you can use the double slash in Python even with floats!<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\">print(10.5 \/\/ 2)  # Output: 5.0\r\n<\/pre>\n<p data-start=\"4588\" data-end=\"4729\">Notice something? The result is a float, but the <em data-start=\"4641\" data-end=\"4648\">value<\/em> is floored to 5.0.<br data-start=\"4667\" data-end=\"4670\" \/>That\u2019s because Python preserves the type of the operands.<\/p>\n<p data-start=\"4731\" data-end=\"4815\">If at least one operand is a float, the result is a float \u2014 but still floored.<\/p>\n<h2 data-start=\"4822\" data-end=\"4871\">Pro Tip: Combine \/\/ with % for Better Logic<\/h2>\n<p data-start=\"4873\" data-end=\"4945\">Here\u2019s a fun trick I learned while working on a file-splitting script.<\/p>\n<p data-start=\"4947\" data-end=\"5066\">You can use <code class=\"\" data-line=\"\">\/\/<\/code> (floor division) to get how many full chunks fit, and <code class=\"\" data-line=\"\">%<\/code> (modulus) to get what\u2019s left over.<\/p>\n<p data-start=\"5068\" data-end=\"5076\">Example:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\">file_size = 1050\r\nchunk_size = 256\r\nfull_chunks = file_size \/\/ chunk_size\r\nremaining_bytes = file_size % chunk_size\r\n\r\nprint(full_chunks, remaining_bytes)\r\n# Output: 4 26\r\n<\/pre>\n<p>That\u2019s 4 complete chunks and 26 bytes remaining \u2014 simple, clean, and effective.<\/p>\n<h2 data-start=\"5353\" data-end=\"5399\">Why You Should Care About Floor Division<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-17439 \" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/floor-division.webp\" alt=\"\" width=\"488\" height=\"334\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/floor-division.webp 900w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/floor-division-300x205.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/floor-division-768x526.webp 768w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/floor-division-380x260.webp 380w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2025\/10\/floor-division-800x548.webp 800w\" sizes=\"(max-width: 488px) 100vw, 488px\" \/><\/p>\n<p data-start=\"5401\" data-end=\"5678\">Here\u2019s the truth \u2014 most beginners ignore <code class=\"\" data-line=\"\">\/\/<\/code> until they run into a bug.\u00a0<br data-start=\"5476\" data-end=\"5479\" \/>I learned that the hard way while creating a loop that had to run for a certain number of iterations. I used <code class=\"\" data-line=\"\">\/<\/code> instead of <code class=\"\" data-line=\"\">\/\/<\/code>, and the code broke because Python expected an integer, not a float.<\/p>\n<p data-start=\"5680\" data-end=\"5757\">Once I switched to double slash in Python, everything worked perfectly.<\/p>\n<p data-start=\"5759\" data-end=\"5829\">Lesson learned:<br data-start=\"5774\" data-end=\"5777\" \/>\ud83d\udc49 Always use <code class=\"\" data-line=\"\">\/\/<\/code> when you want integer division.<\/p>\n<p data-start=\"5759\" data-end=\"5829\"><a href=\"https:\/\/docs.python.org\/3\/reference\/expressions.html#binary-arithmetic-operations\" target=\"_blank\" rel=\"noopener\">\ud83d\udc49 Official Python Docs on Expressions<\/a><\/p>\n<h2 data-start=\"6395\" data-end=\"6418\">Final Thoughts<\/h2>\n<p data-start=\"6420\" data-end=\"6541\">To wrap it all up \u2014 the double slash in Python might look small, but it\u2019s incredibly useful once you understand it.<\/p>\n<p data-start=\"6543\" data-end=\"6558\">It helps you:<\/p>\n<ul data-start=\"6559\" data-end=\"6699\">\n<li data-start=\"6559\" data-end=\"6594\">\n<p data-start=\"6561\" data-end=\"6594\">Avoid unexpected float results.<\/p>\n<\/li>\n<li data-start=\"6595\" data-end=\"6643\">\n<p data-start=\"6597\" data-end=\"6643\">Handle divisions safely in loops or indexes.<\/p>\n<\/li>\n<li data-start=\"6644\" data-end=\"6699\">\n<p data-start=\"6646\" data-end=\"6699\">Simplify your calculations in real-world scenarios.<\/p>\n<\/li>\n<\/ul>\n<p data-start=\"6701\" data-end=\"6836\">So next time you see <code class=\"\" data-line=\"\">\/\/<\/code>, don\u2019t panic! Just remember \u2014 it\u2019s Python\u2019s way of saying, <em data-start=\"6786\" data-end=\"6831\">\u201cI\u2019ll give you the whole number part only.\u201d<\/em><\/p>\n<p data-start=\"6838\" data-end=\"6959\">Once I learned how to use the double slash in Python, my code became cleaner, more efficient, and a lot less buggy.<\/p>\n<p data-start=\"6838\" data-end=\"6959\">Kaashiv Infotech Offers,\u00a0<a href=\"https:\/\/www.kaashivinfotech.com\/python-full-stack-development-course-in-chennai\/\">Full Stack Python Course<\/a>,\u00a0<a href=\"https:\/\/www.kaashivinfotech.com\/python-course\/\">Python Course<\/a>,\u00a0<a href=\"https:\/\/internship.kaashivinfotech.com\/python-internship\/\">Python Internship<\/a>\u00a0&amp; More, Visit Our Website\u00a0<a href=\"https:\/\/www.kaashivinfotech.com\/\">www.kaashivinfotech.com<\/a>.<\/p>\n<h2 data-start=\"6838\" data-end=\"6959\">Related Reads:<\/h2>\n<ul>\n<li>\n<p class=\"entry-title\"><a href=\"https:\/\/www.kaashivinfotech.com\/blog\/creating-virtual-environment-python\/\">How to Set Up a Virtual Environment in Python 7 Simple Steps<\/a><\/p>\n<\/li>\n<li>\n<p class=\"entry-title\"><a href=\"https:\/\/www.kaashivinfotech.com\/blog\/master-python-conditional-operators\/\">Python Ternary Operator \u2013 The Simple Trick to Master Python Conditional Operators Fast!<\/a><\/p>\n<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Double slash in Python \u2014 have you ever spotted this mysterious operator and wondered, \u201cWhat on earth does that do?\u201d\u00a0Well, trust me, you\u2019re not alone. When I first started learning Python, I remember staring at 5 \/\/ 2 on my screen and scratching my head. \u201cWhy two slashes? Isn\u2019t one enough?\u201d If you\u2019ve had the [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":17440,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3236],"tags":[10071,9846,10072,10070,9845,10069,9847,10073],"class_list":["post-17430","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-python","tag-arithmetic-operators-in-python-with-example","tag-assignment-operators-in-python","tag-in-python-means","tag-logical-operators-in-python","tag-logical-operators-in-python-with-example","tag-operators-in-python-with-example","tag-python-operator-vs","tag-what-is-in-python"],"_links":{"self":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/17430","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/comments?post=17430"}],"version-history":[{"count":0,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/17430\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/media\/17440"}],"wp:attachment":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/media?parent=17430"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/categories?post=17430"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/tags?post=17430"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}