{"id":169595,"date":"2025-12-09T14:00:06","date_gmt":"2025-12-09T14:00:06","guid":{"rendered":"https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/"},"modified":"2025-12-09T14:00:06","modified_gmt":"2025-12-09T14:00:06","slug":"python-for-security-hexadecimal-in-python-episode-13","status":"publish","type":"post","link":"https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/","title":{"rendered":"Python for Security \u2013 Hexadecimal in Python (Episode 13)"},"content":{"rendered":"<div class=\"youtubomatic-video-container\"><iframe loading=\"lazy\" width=\"580\" height=\"380\" src=\"https:\/\/www.youtube.com\/embed\/St_MS1NMUUg?autoplay=1&#038;controls=1&#038;hl=en\" frameborder=\"0\" allowfullscreen><\/iframe><\/div>\n<p>Welcome back to the Python for Security series!<br \/>\nIn this episode, we dive deep into Hexadecimal Numbers (Base 16) \u2014 one of the most important concepts used in ethical hacking, cybersecurity, memory analysis, encryption, color codes, and low-level programming.<\/p>\n<p>Hexadecimal is everywhere in the world of security. If you want to become a powerful developer or hacker, you must understand how Base-16 works \u2014 and how Python reads, converts, and processes these values.<\/p>\n<p>\ud83d\ude80 What You Will Learn in This Video<\/p>\n<p>\u2714\ufe0f What is Hexadecimal?<br \/>\n\u2714\ufe0f Why Base-16 is used in computing &#038; cybersecurity<br \/>\n\u2714\ufe0f Hex digits explanation (0\u20139 and A\u2013F)<br \/>\n\u2714\ufe0f Python Hexadecimal syntax (0x prefix)<br \/>\n\u2714\ufe0f Converting Hex \u279d Decimal in Python<br \/>\n\u2714\ufe0f Hex arithmetic (addition, subtraction, etc.)<br \/>\n\u2714\ufe0f How Python internally stores Hex values<br \/>\n\u2714\ufe0f Future lessons: Convert strings to Hex and Hex to Decimal<\/p>\n<p>This video explains everything in a clear, simple, beginner-friendly way \u2014 perfect for students, programmers, and future hackers!<\/p>\n<p>\ud83c\udfaf Why You Must Learn Hex for Security<\/p>\n<p>Hexadecimal is used in:<br \/>\n\ud83d\udd38 Memory addresses<br \/>\n\ud83d\udd38 Malware analysis<br \/>\n\ud83d\udd38 Wi-Fi packets<br \/>\n\ud83d\udd38 Cryptography algorithms<br \/>\n\ud83d\udd38 File formats (PNG, EXE, JPG structure)<br \/>\n\ud83d\udd38 Buffer overflow &#038; exploit development<br \/>\n\ud83d\udd38 Web security and encoding<\/p>\n<p>Understanding Hex = Understanding how computers really work.<\/p>\n<p>\ud83d\ude4c Support the Channel<\/p>\n<p>If you love this type of content, don\u2019t forget to:<br \/>\n\ud83d\udc4d Like<br \/>\n\ud83d\udcac Comment your questions<br \/>\n\ud83d\udd14 Subscribe for Episode 14<\/p>\n<p>Your support helps this series reach more learners and helps the channel grow!<\/p>\n<p>\ud83d\udd52 Timestamps<\/p>\n<p>00: 00 \u2013 Intro<br \/>\n00: 49 \u2013 What Is Hexadecimal?<br \/>\n03: 21 \u2013 Type Checking<br \/>\n03: 35 \u2013 Operations on Hexadecimal?<br \/>\n04: 01 \u2013 How Operations Work?<br \/>\n04: 30 \u2013 Notes or Key Points<br \/>\n05: 12 \u2013 Practical Examples<br \/>\n09: 28 \u2013 Shoutout for Students<br \/>\n12: 32 \u2013 Conclusions<br \/>\n12: 57 \u2013 Outro<\/p>\n<p>\u25b6 Related Resources &#038; Tutorials<\/p>\n<p>\ud83c\udf10 Python for Security Website:<br \/>\n<a href=\"https:\/\/pythonforsecurity.vercel.app\/\" target=\"_blank\">https:\/\/pythonforsecurity.vercel.app\/<\/a><\/p>\n<p>\ud83d\udcd8 Python for Security Full Course:<br \/>\n<a href=\"https:\/\/youtube.com\/playlist?list=PL-Y4YkNs_EJGZEMaG6vck4KSS-WGXGxJf\" target=\"_blank\">https:\/\/youtube.com\/playlist?list=PL-Y4YkNs_EJGZEMaG6vck4KSS-WGXGxJf<\/a><\/p>\n<p>\ud83c\udf10 Networking for Beginners:<br \/>\n<a href=\"https:\/\/youtu.be\/oKJIgg72Py0\" target=\"_blank\">https:\/\/youtu.be\/oKJIgg72Py0<\/a><\/p>\n<p>\ud83d\udcbb Kali Linux Installation Guide:<br \/>\n<a href=\"https:\/\/youtu.be\/oQ-6Enxsr0g\" target=\"_blank\">https:\/\/youtu.be\/oQ-6Enxsr0g<\/a><\/p>\n<p>\ud83c\udfaf SEToolkit Full Hacking Course:<br \/>\n<a href=\"https:\/\/youtube.com\/playlist?list=PL-Y4YkNs_EJHnXluDq2ykKzCM0gSCM8Ck\" target=\"_blank\">https:\/\/youtube.com\/playlist?list=PL-Y4YkNs_EJHnXluDq2ykKzCM0gSCM8Ck<\/a><\/p>\n<p>\ud83c\udf10 Join Telegram (Exclusive Scripts &#038; Tips):<br \/>\n<a href=\"https:\/\/t.me\/CodingChatRoomOfficial\" target=\"_blank\">https:\/\/t.me\/CodingChatRoomOfficial<\/a><\/p>\n<p>\ud83d\udd25 Hashtags<\/p>\n<p>#PythonForSecurity #Hexadecimal #LearnPython #CyberSecurityTraining #EthicalHackingTutorial #PythonProgramming #BinaryToHex #PythonBeginners #CyberSecurityBasics #HackingForBeginners #HexadecimalExplained #ProgrammingTutorial #TechEducation #CodeWithPython #CodingChatRoom<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welcome back to the Python for Security series! In this episode, we dive deep into Hexadecimal Numbers (Base 16) \u2014 one of the most important concepts used in ethical hacking, cybersecurity, memory analysis, encryption, color codes, and low-level programming. Hexadecimal is everywhere in the world of security. If you want to become a powerful developer or hacker, you must understand how Base-16 works \u2014 and how Python reads, converts, and&#8230;<\/p>\n","protected":false},"author":1,"featured_media":169596,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-169595","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Python for Security \u2013 Hexadecimal in Python (Episode 13) - UshopWell.com<\/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:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Python for Security \u2013 Hexadecimal in Python (Episode 13) - UshopWell.com\" \/>\n<meta property=\"og:description\" content=\"Welcome back to the Python for Security series! In this episode, we dive deep into Hexadecimal Numbers (Base 16) \u2014 one of the most important concepts used in ethical hacking, cybersecurity, memory analysis, encryption, color codes, and low-level programming. Hexadecimal is everywhere in the world of security. If you want to become a powerful developer or hacker, you must understand how Base-16 works \u2014 and how Python reads, converts, and...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/\" \/>\n<meta property=\"og:site_name\" content=\"UshopWell.com\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-09T14:00:06+00:00\" \/>\n<meta name=\"author\" content=\"UShopWell\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"UShopWell\" \/>\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:\\\/\\\/ushopwell.com\\\/ublog\\\/python-for-security-hexadecimal-in-python-episode-13\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/python-for-security-hexadecimal-in-python-episode-13\\\/\"},\"author\":{\"name\":\"UShopWell\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#\\\/schema\\\/person\\\/6fd1f9e0ff932e534c86c70d5acff0fc\"},\"headline\":\"Python for Security \u2013 Hexadecimal in Python (Episode 13)\",\"datePublished\":\"2025-12-09T14:00:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/python-for-security-hexadecimal-in-python-episode-13\\\/\"},\"wordCount\":330,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/python-for-security-hexadecimal-in-python-episode-13\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/169595\\\/python-for-security-hexadecimal-in-python-episode-13.jpg\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/python-for-security-hexadecimal-in-python-episode-13\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/python-for-security-hexadecimal-in-python-episode-13\\\/\",\"url\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/python-for-security-hexadecimal-in-python-episode-13\\\/\",\"name\":\"Python for Security \u2013 Hexadecimal in Python (Episode 13) - UshopWell.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/python-for-security-hexadecimal-in-python-episode-13\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/python-for-security-hexadecimal-in-python-episode-13\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/169595\\\/python-for-security-hexadecimal-in-python-episode-13.jpg\",\"datePublished\":\"2025-12-09T14:00:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/python-for-security-hexadecimal-in-python-episode-13\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/python-for-security-hexadecimal-in-python-episode-13\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/python-for-security-hexadecimal-in-python-episode-13\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/169595\\\/python-for-security-hexadecimal-in-python-episode-13.jpg\",\"contentUrl\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/169595\\\/python-for-security-hexadecimal-in-python-episode-13.jpg\",\"width\":480,\"height\":360,\"caption\":\"Python for Security \u2013 Hexadecimal in Python (Episode 13)\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/python-for-security-hexadecimal-in-python-episode-13\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python for Security \u2013 Hexadecimal in Python (Episode 13)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#website\",\"url\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/\",\"name\":\"UshopWell.com\",\"description\":\"The Premiere Online Marketplace\",\"publisher\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#organization\",\"name\":\"UshopWell\",\"url\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/wp-content\\\/uploads\\\/2018\\\/01\\\/pandaSwea.png\",\"contentUrl\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/wp-content\\\/uploads\\\/2018\\\/01\\\/pandaSwea.png\",\"width\":365,\"height\":359,\"caption\":\"UshopWell\"},\"image\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#\\\/schema\\\/person\\\/6fd1f9e0ff932e534c86c70d5acff0fc\",\"name\":\"UShopWell\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4adb372cadd43b4d4c57964dab95b0f69618bf960d131c4acf49d96d6bbc9c6e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4adb372cadd43b4d4c57964dab95b0f69618bf960d131c4acf49d96d6bbc9c6e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4adb372cadd43b4d4c57964dab95b0f69618bf960d131c4acf49d96d6bbc9c6e?s=96&d=mm&r=g\",\"caption\":\"UShopWell\"},\"url\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/author\\\/kburnettu\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Python for Security \u2013 Hexadecimal in Python (Episode 13) - UshopWell.com","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:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/","og_locale":"en_US","og_type":"article","og_title":"Python for Security \u2013 Hexadecimal in Python (Episode 13) - UshopWell.com","og_description":"Welcome back to the Python for Security series! In this episode, we dive deep into Hexadecimal Numbers (Base 16) \u2014 one of the most important concepts used in ethical hacking, cybersecurity, memory analysis, encryption, color codes, and low-level programming. Hexadecimal is everywhere in the world of security. If you want to become a powerful developer or hacker, you must understand how Base-16 works \u2014 and how Python reads, converts, and...","og_url":"https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/","og_site_name":"UshopWell.com","article_published_time":"2025-12-09T14:00:06+00:00","author":"UShopWell","twitter_card":"summary_large_image","twitter_misc":{"Written by":"UShopWell","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/#article","isPartOf":{"@id":"https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/"},"author":{"name":"UShopWell","@id":"https:\/\/ushopwell.com\/ublog\/#\/schema\/person\/6fd1f9e0ff932e534c86c70d5acff0fc"},"headline":"Python for Security \u2013 Hexadecimal in Python (Episode 13)","datePublished":"2025-12-09T14:00:06+00:00","mainEntityOfPage":{"@id":"https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/"},"wordCount":330,"commentCount":0,"publisher":{"@id":"https:\/\/ushopwell.com\/ublog\/#organization"},"image":{"@id":"https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/#primaryimage"},"thumbnailUrl":"https:\/\/ushopwell.com\/ublog\/wp-content\/uploads\/2025\/12\/169595\/python-for-security-hexadecimal-in-python-episode-13.jpg","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/","url":"https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/","name":"Python for Security \u2013 Hexadecimal in Python (Episode 13) - UshopWell.com","isPartOf":{"@id":"https:\/\/ushopwell.com\/ublog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/#primaryimage"},"image":{"@id":"https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/#primaryimage"},"thumbnailUrl":"https:\/\/ushopwell.com\/ublog\/wp-content\/uploads\/2025\/12\/169595\/python-for-security-hexadecimal-in-python-episode-13.jpg","datePublished":"2025-12-09T14:00:06+00:00","breadcrumb":{"@id":"https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/#primaryimage","url":"https:\/\/ushopwell.com\/ublog\/wp-content\/uploads\/2025\/12\/169595\/python-for-security-hexadecimal-in-python-episode-13.jpg","contentUrl":"https:\/\/ushopwell.com\/ublog\/wp-content\/uploads\/2025\/12\/169595\/python-for-security-hexadecimal-in-python-episode-13.jpg","width":480,"height":360,"caption":"Python for Security \u2013 Hexadecimal in Python (Episode 13)"},{"@type":"BreadcrumbList","@id":"https:\/\/ushopwell.com\/ublog\/python-for-security-hexadecimal-in-python-episode-13\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ushopwell.com\/ublog\/"},{"@type":"ListItem","position":2,"name":"Python for Security \u2013 Hexadecimal in Python (Episode 13)"}]},{"@type":"WebSite","@id":"https:\/\/ushopwell.com\/ublog\/#website","url":"https:\/\/ushopwell.com\/ublog\/","name":"UshopWell.com","description":"The Premiere Online Marketplace","publisher":{"@id":"https:\/\/ushopwell.com\/ublog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ushopwell.com\/ublog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ushopwell.com\/ublog\/#organization","name":"UshopWell","url":"https:\/\/ushopwell.com\/ublog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ushopwell.com\/ublog\/#\/schema\/logo\/image\/","url":"https:\/\/ushopwell.com\/ublog\/wp-content\/uploads\/2018\/01\/pandaSwea.png","contentUrl":"https:\/\/ushopwell.com\/ublog\/wp-content\/uploads\/2018\/01\/pandaSwea.png","width":365,"height":359,"caption":"UshopWell"},"image":{"@id":"https:\/\/ushopwell.com\/ublog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/ushopwell.com\/ublog\/#\/schema\/person\/6fd1f9e0ff932e534c86c70d5acff0fc","name":"UShopWell","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4adb372cadd43b4d4c57964dab95b0f69618bf960d131c4acf49d96d6bbc9c6e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4adb372cadd43b4d4c57964dab95b0f69618bf960d131c4acf49d96d6bbc9c6e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4adb372cadd43b4d4c57964dab95b0f69618bf960d131c4acf49d96d6bbc9c6e?s=96&d=mm&r=g","caption":"UShopWell"},"url":"https:\/\/ushopwell.com\/ublog\/author\/kburnettu\/"}]}},"_links":{"self":[{"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/posts\/169595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/comments?post=169595"}],"version-history":[{"count":0,"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/posts\/169595\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/media\/169596"}],"wp:attachment":[{"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/media?parent=169595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/categories?post=169595"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/tags?post=169595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}