{"id":80207,"date":"2021-02-16T09:00:44","date_gmt":"2021-02-16T03:30:44","guid":{"rendered":"https:\/\/techvidvan.com\/tutorials\/?p=80207"},"modified":"2021-02-16T09:00:44","modified_gmt":"2021-02-16T03:30:44","slug":"python-calendar-module-attributes","status":"publish","type":"post","link":"https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/","title":{"rendered":"Python Calendar Module with Attributes"},"content":{"rendered":"<p>Our fairy basket has so much to offer, but as time always holds a great importance in python and so does the calendar. So as a coder, one must be very well handy with the yet another easy module of python- Calendar<\/p>\n<h2>What is Python Calendar Module?<\/h2>\n<p>This module in particular allows coders to output calendars like Unix cal and provides the additional useful functions related to the calendar. And then by default, these calendars have Monday as the first day of the week, and Sunday as the last (as per the European convention).<\/p>\n<p>The Usage of setfirstweekday( ) is to set the first day of the week to Sunday (6) or to any other weekday accordingly. Parameters that specify the dates are given as the integers. For related functionality, it must know datetime and time modules.<\/p>\n<h3>Date Time Attributes in Python<\/h3>\n<h4>1. iterweekdays()<\/h4>\n<p>It returns an iterator for week day numbers that will be used for one week usually in the run time for any value which is parsed from the iterator will be specifically the same as the value of the firstweekday property.<\/p>\n<h4>2. itermonthdays2(year, month)<\/h4>\n<p>It returns an iterator for month specifically, the first value which is parsed in the year similar to itermonthdates(), but is not restricted by the datetime.date ranges for any code.<\/p>\n<p>Days returned will be the tuples consisting of day of the month and this gets executed for any parsed value in the code, its number and a week day number in the runtime.<\/p>\n<h4>3. itermonthdays3(year, month)<\/h4>\n<p>It returns an iterator for the month in the year similar to itermonthdates() for value which is parsed. Days returned are the tuples which are executable and consist of a year, a month and a day of the month numbers in the runtime.<\/p>\n<h4>4. itermonthdays4(year, month)<\/h4>\n<p>It consequently returns an iterator for the month in the year and does not restrict the datetime.date range for any value which is parsed.<\/p>\n<p>Days returned are the tuples that get executed for any parsed value in the code consisting of a year, a month in the runtime.<\/p>\n<h4>5. itermonthdays(year, month)<\/h4>\n<p>It returns an iterator for the month and the year for value which is parsed. Days returned are simply days of the month in numbers.<\/p>\n<h4>6. itermonthdates(year, month)<\/h4>\n<p>It returns an iterator for a specific month (1\u201312) in the year and also returns all days (as the datetime.date objects) for the month and for value which is parsed.<\/p>\n<h4>7. monthdatescalendar(year, month)<\/h4>\n<p>It returns a list of weeks in a form of a tuple in the month and year as full weeks for any value which is parsed. Weeks are the lists of seven datetime.date objects in the runtime.<\/p>\n<h4>8. monthdays2calendar(year, month)<\/h4>\n<p>It returns a list of the weeks in a form of a tuple in month of the year for any value which is parsed as the full weeks in the code.<\/p>\n<h4>9. monthdayscalendar(year, month)<\/h4>\n<p>It returns a list of the weeks in the month to month of a year for any value which is parsed as full weeks. Weeks are lists of seven days in numbers in the runtime.<\/p>\n<h4>10. yeardatescalendar(year, width=3)<\/h4>\n<p>It returns data for the specified year ready for formatting. The return value is generally a list of months and rows for any value which is parsed as it is. Each month row contains up to width months (defaulting to 3). Each month is allowed to contain only between 4 and 6 weeks and each week contains 1\u20137 days in run time.<\/p>\n<h4>11. yeardays2calendar(year, width=3)<\/h4>\n<p>It specifically returns the data for specified year to ready for formatting for any value which is parsed as a binary digit,(similar as yeardatescalendar()). Such week lists are tuples of day numbers and weekday numbers for any parsed value in the code.<\/p>\n<h4>12. yeardayscalendar(year, width=3)<\/h4>\n<p>It returns the data for a particular specific year ready for formatting for any value which is parsed as a binary digit(similar to the yeardatescalendar()). Entries in the week lists are typically day numbers. Day numbers outside this particular month are zero.<\/p>\n<h3>Month Calendar Attributes<\/h3>\n<h4>1. Month.calendar<\/h4>\n<p>Generally, this class can be used in generating plain text calendars in the runtime.<\/p>\n<h4>2. Month.caldate<\/h4>\n<p>Prints the calendar for the entire year as returned by formatyear() in the runtime.<\/p>\n<h4>3. Month.calendarup<\/h4>\n<p>Returns the manipulated code in the runtime for the defined object in the runtime.<\/p>\n<h4>4. Htmlmonth.cal<\/h4>\n<p>Prints list of CSS cascading sheet classes used for weekday names in the header row for the tuple in the runtime.<\/p>\n<h4>5. css.calendar<\/h4>\n<p>Prints CSS class for a weekday occurring in the previous or coming month in the runtime.<\/p>\n<h4>6. Month.year<\/h4>\n<p>Returns a year\u2019s calendar as a specific HTML table. Width in the runtime(defaulting to 3) and specifies the number of months per row.<\/p>\n<h4>7. Month.html.cal<\/h4>\n<p>Returns a month\u2019s calendar as a specific HTML table in the runtime.<\/p>\n<h4>8. formatyear.page<\/h4>\n<p>This helps the coder to go and display the raw page in html in the runtime.<\/p>\n<h3>TextCalendar<\/h3>\n<p>They have the following methods to import any function in the main source code.<\/p>\n<h4>1. calendar.firstweekday()<\/h4>\n<p>It returns the current setting for weekdays to start each week in the runtime.<\/p>\n<h4>2. calendar.isleap(year)<\/h4>\n<p>It returns True if the year is a leap year, else False.<\/p>\n<h4>3. calendar.leapdays(y1, y2)<\/h4>\n<p>It returns the number of leap years in the range from y1 to y2 (exclusive), where y1 and y2 are in specific years and this gets executed for any parsed value in the code.<\/p>\n<h4>4. calendar.weekday(year, month, day)<\/h4>\n<p>It returns the day of week (0 is Monday) for the year (2070\u2013\u2026), month (1\u201312), day (1\u201331).<\/p>\n<h4>5. cssclass_year_head<\/h4>\n<p>Prints the CSS class for the table head for the whole year for any parsed value (used by formatyear()).<\/p>\n<h4>6. cssclass_year<\/h4>\n<p>Prints the CSS class for the whole year\u2019s table of tables for any parsed value (used by formatyear()). The default value is &#8220;year&#8221;.<\/p>\n<h4>7. cssclass_month<\/h4>\n<p>Prints the CSS class for the whole month\u2019s table for any parsed value (used by formatmonth()). The default value is &#8220;month&#8221;.<\/p>\n<h4>8. cssclass_month_head<\/h4>\n<p>Prints the month\u2019s head CSS class for any parsed value (used by formatmonthname()). The default value is &#8220;month&#8221;.<\/p>\n<h4>9. prmonth(theyear, themonth, w=0, l=0)<\/h4>\n<p>Prints a month\u2019s calendar as returned by formatmonth().<\/p>\n<h4>10. formatmonth(theyear, themonth, w=0, l=0)<\/h4>\n<p>It returns a month\u2019s calendar in a multi-line string for any parsed value. If w as a variable is provided, it specifies the general width of the date columns, which are centered and executes the same in the runtime.<\/p>\n<h4>11. calendar.weekheader(n)<\/h4>\n<p>It returns a header containing abbreviated weekday names for any parsed value n. It specifies the short form of the weekdays in the code.<\/p>\n<h4>12. calendar.monthrange(year, month)<\/h4>\n<p>It returns a specific weekday of the first day of the month and the number of days in month for any parsed value, for the particular year and month.<\/p>\n<h4>13. calendar.monthcalendar(year, month)<\/h4>\n<p>It returns an order of 2 tables showing a month\u2019s calendar. Each row represents a week; days outside the month are represented by zeros for any parsed value.<\/p>\n<h4>14. calendar.day_name<\/h4>\n<p>It&#8217;s a simple array where the time objects are assigned different values in the runtime.<\/p>\n<h4>15. calendar.calendar(year, w=2, l=1, c=6, m=3)<\/h4>\n<p>It provides the output for the set time by the coder.<\/p>\n<h4>16. calendar.prcal(year, w=0, l=0, c=6, m=3)<\/h4>\n<p>It gives a user defined set of calendar within the runtime for any code.<\/p>\n<h4>17. calendar.month(theyear, themonth, w=0, l=0)<\/h4>\n<p>This is a by default calendar function which returns the value from 0 as binary digit.<\/p>\n<h4>18. calendar.day_abbr<\/h4>\n<p>It gives the abbreviated form of the input entered.<\/p>\n<p>calendar.prmonth(theyear, themonth, w=0, l=0)<\/p>\n<p>It returns the whole calendar value starting from 1<\/p>\n<h3>Some more Calendar Attributes<\/h3>\n<h4>1. weekheader()<\/h4>\n<p>It returns a header containing abbreviated weekday names for any parsed value.<\/p>\n<h4>2. monthrange()<\/h4>\n<p>This function returns two integers, first, the starting day number of week(0 as monday), second, the number of days in the month and year also.<\/p>\n<h4>3. monthcalendar()<\/h4>\n<p>It returns mixed with a month\u2019s calendar and specific rows can only get executed.<\/p>\n<h4>4. prmonth()<\/h4>\n<p>This function prints the month of a specific year and this gets executed for any parsed value in the code.<\/p>\n<h4>5. month()<\/h4>\n<p>This function prints the month of a specific year mentioned in arguments for any parsed value.<\/p>\n<h4>6. prcal()<\/h4>\n<p>This function also prints the calendar of specific year<\/p>\n<h4>7. weekday()<\/h4>\n<p>This function returns the week day number(0 is Monday) of the date specified in its arguments for any parsed value.<\/p>\n<h3>Python Calendar Class<\/h3>\n<p>The constructor for this has the following syntax:<\/p>\n<p><strong>class calendar.Calendar(firstweekdays=0)<\/strong><br \/>\nThis begins the class from 0 as the binary digit, and then assigns a default value in the code in the runtime.<\/p>\n<h4>iterweekdays()<\/h4>\n<p>Returns the days of week It iters the days of a week as set by the coder, and is immutable for any further action.<\/p>\n<p><strong>Syntax of iterweekdays() in Python\u00a0<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">import calendar   \n(calendar.month(yy,mm))  \n<\/pre>\n<p><strong>Example<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">import calendar as cd\nfor i in (90,89,45,33,23,22):\n print(i)\n<\/pre>\n<p><strong>Output:<\/strong><\/p>\n<div class=\"code-output\">90<br \/>\n89<br \/>\n45<br \/>\n33<br \/>\n23<br \/>\n22<br \/>\n&gt;&gt;&gt;<\/div>\n<h4>1. Number of Leap Years within Range:<\/h4>\n<p>This helps to print the leap year in the given range.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">calendar.leapdays(year1, year2)<\/pre>\n<h4>2. Getting Abbreviated Weekday Names:<\/h4>\n<p>This gives the short names for the weekdays.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">print (calendar.weekheader(2))<\/pre>\n<p><strong>Output:<\/strong><\/p>\n<div class=\"code-output\">error<\/div>\n<h4>3. Return the Day of a Week:<\/h4>\n<p>To return the final output as a day.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">calendar.weekday(year,month,day)\n<\/pre>\n<h4>4. Checking for a Leap Year:<\/h4>\n<p>To check if the given year is a leap year or not.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">calendar.isleap(year)\n<\/pre>\n<h4>5. Modifying Default Settings:<\/h4>\n<p>To simply change the already defined time settings in the module.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">class calendar.calendar(firstweek=0)\n<\/pre>\n<h4>6. Getting Number of Days in a Month:<\/h4>\n<p>To return the output as the numeric value of the months.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">print (calendar.monthrange(year, 12))\n<\/pre>\n<h4>itermonthdates(year, month)<\/h4>\n<p>Dates of month are iterable for any specific list. It iterates the dates and the month in a calendar, as instructed by the coder and sets the first weekday to be Monday.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&gt;&gt;&gt; \nday=day.Calendar(firstweekday=0)\n&gt;&gt;&gt; for i in day.itermonthdates(2020,12):\n        print(i)\n\"whole calendar of 2020\"\nIt returns the tuple format of the code.\n&gt;&gt;&gt; for i in day.itermonthdays4(2020,12):\n        print(i)\n<\/pre>\n<h4>monthdayscalendar(year,month)<\/h4>\n<p>It gives the List of day of month. This gives us a list of weeks with each week as a list of days of the month.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&gt;&gt;&gt; for i in day.monthdayscalendar(2020,12):\n        print(i)\n<\/pre>\n<h4>yeardatescalendar(year,width=3)<\/h4>\n<p>Prints the list of the row months. It gives an array having months as a function of input by the coder. It is mutable and can be changed easily.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&gt;&gt;&gt; for i in day.yeardatescalendar(2020,12):\n        print(i)\n<\/pre>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"># Display Calendar of given month.\n# Python program to display calendar of  \n# a given month of the year  \n    \n# import module  \nimport calendar  \n    \nyy = 2020\nmm = 10\n    \n#display the calendar  \nprint(calendar.month(yy, mm))\n<\/pre>\n<p><strong>Output:<\/strong><\/p>\n<div class=\"code-output\">October 2020<br \/>\nMo Tu We Th Fr Sa Su<br \/>\n1 2 3 4<br \/>\n5 6 7 8 9 10 11<br \/>\n12 13 14 15 16 17 18<br \/>\n19 20 21 22 23 24 25<br \/>\n26 27 28 29 30 31<\/div>\n<h2>Conclusion<\/h2>\n<p>As we\u2019ve read as well as tried the codes. We see that calendar is generally a user-friendly module, easy to understand and to code too. So let&#8217;s not waste our time in learning the functions, rather let&#8217;s simply apply in the codes.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Our fairy basket has so much to offer, but as time always holds a great importance in python and so does the calendar. So as a coder, one must be very well handy with&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":80227,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1053],"tags":[3366,3367],"class_list":["post-80207","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-python","tag-calendar-module-in-python","tag-python-calendar-module"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Python Calendar Module with Attributes - TechVidvan<\/title>\n<meta name=\"description\" content=\"Calendar module in Python has the calendar class that allows the calculations for various task based on date, month, and year. Learn more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Python Calendar Module with Attributes - TechVidvan\" \/>\n<meta property=\"og:description\" content=\"Calendar module in Python has the calendar class that allows the calculations for various task based on date, month, and year. Learn more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/\" \/>\n<meta property=\"og:site_name\" content=\"TechVidvan\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/TechVidvan\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-02-16T03:30:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/techvidvan.com\/tutorials\/wp-content\/uploads\/2021\/01\/Calendar-module-in-python.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"TechVidvan Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@vidvantech\" \/>\n<meta name=\"twitter:site\" content=\"@vidvantech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"TechVidvan Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Python Calendar Module with Attributes - TechVidvan","description":"Calendar module in Python has the calendar class that allows the calculations for various task based on date, month, and year. Learn more.","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:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/","og_locale":"en_US","og_type":"article","og_title":"Python Calendar Module with Attributes - TechVidvan","og_description":"Calendar module in Python has the calendar class that allows the calculations for various task based on date, month, and year. Learn more.","og_url":"https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/","og_site_name":"TechVidvan","article_publisher":"https:\/\/www.facebook.com\/TechVidvan\/","article_published_time":"2021-02-16T03:30:44+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/techvidvan.com\/tutorials\/wp-content\/uploads\/2021\/01\/Calendar-module-in-python.jpg","type":"image\/jpeg"}],"author":"TechVidvan Team","twitter_card":"summary_large_image","twitter_creator":"@vidvantech","twitter_site":"@vidvantech","twitter_misc":{"Written by":"TechVidvan Team","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/#article","isPartOf":{"@id":"https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/"},"author":{"name":"TechVidvan Team","@id":"https:\/\/techvidvan.com\/tutorials\/#\/schema\/person\/e9c26e74dd3d87421f7ada9433b8cd22"},"headline":"Python Calendar Module with Attributes","datePublished":"2021-02-16T03:30:44+00:00","mainEntityOfPage":{"@id":"https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/"},"wordCount":1729,"commentCount":0,"publisher":{"@id":"https:\/\/techvidvan.com\/tutorials\/#organization"},"image":{"@id":"https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/#primaryimage"},"thumbnailUrl":"https:\/\/techvidvan.com\/tutorials\/wp-content\/uploads\/2021\/01\/Calendar-module-in-python.jpg","keywords":["calendar Module in python","Python calendar Module"],"articleSection":["Python Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/","url":"https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/","name":"Python Calendar Module with Attributes - TechVidvan","isPartOf":{"@id":"https:\/\/techvidvan.com\/tutorials\/#website"},"primaryImageOfPage":{"@id":"https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/#primaryimage"},"image":{"@id":"https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/#primaryimage"},"thumbnailUrl":"https:\/\/techvidvan.com\/tutorials\/wp-content\/uploads\/2021\/01\/Calendar-module-in-python.jpg","datePublished":"2021-02-16T03:30:44+00:00","description":"Calendar module in Python has the calendar class that allows the calculations for various task based on date, month, and year. Learn more.","breadcrumb":{"@id":"https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/#primaryimage","url":"https:\/\/techvidvan.com\/tutorials\/wp-content\/uploads\/2021\/01\/Calendar-module-in-python.jpg","contentUrl":"https:\/\/techvidvan.com\/tutorials\/wp-content\/uploads\/2021\/01\/Calendar-module-in-python.jpg","width":1200,"height":628,"caption":"Calendar module in python"},{"@type":"BreadcrumbList","@id":"https:\/\/techvidvan.com\/tutorials\/python-calendar-module-attributes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/techvidvan.com\/tutorials\/"},{"@type":"ListItem","position":2,"name":"Python Calendar Module with Attributes"}]},{"@type":"WebSite","@id":"https:\/\/techvidvan.com\/tutorials\/#website","url":"https:\/\/techvidvan.com\/tutorials\/","name":"TechVidvan Blogs","description":"","publisher":{"@id":"https:\/\/techvidvan.com\/tutorials\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/techvidvan.com\/tutorials\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/techvidvan.com\/tutorials\/#organization","name":"TechVidvan","url":"https:\/\/techvidvan.com\/tutorials\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/techvidvan.com\/tutorials\/#\/schema\/logo\/image\/","url":"https:\/\/techvidvan.com\/tutorials\/wp-content\/uploads\/2024\/03\/techvidvan-logo-200x50-1.webp","contentUrl":"https:\/\/techvidvan.com\/tutorials\/wp-content\/uploads\/2024\/03\/techvidvan-logo-200x50-1.webp","width":200,"height":50,"caption":"TechVidvan"},"image":{"@id":"https:\/\/techvidvan.com\/tutorials\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/TechVidvan\/","https:\/\/x.com\/vidvantech"]},{"@type":"Person","@id":"https:\/\/techvidvan.com\/tutorials\/#\/schema\/person\/e9c26e74dd3d87421f7ada9433b8cd22","name":"TechVidvan Team","description":"The TechVidvan Team delivers practical, beginner-friendly tutorials on programming, Java, Python, C++, DSA, AI, ML, data Science, Android, Flutter, MERN, Web Development, and technology. Our experts are here to help you upskill and excel in today\u2019s tech industry."}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/techvidvan.com\/tutorials\/wp-json\/wp\/v2\/posts\/80207","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/techvidvan.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/techvidvan.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/techvidvan.com\/tutorials\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/techvidvan.com\/tutorials\/wp-json\/wp\/v2\/comments?post=80207"}],"version-history":[{"count":0,"href":"https:\/\/techvidvan.com\/tutorials\/wp-json\/wp\/v2\/posts\/80207\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/techvidvan.com\/tutorials\/wp-json\/wp\/v2\/media\/80227"}],"wp:attachment":[{"href":"https:\/\/techvidvan.com\/tutorials\/wp-json\/wp\/v2\/media?parent=80207"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/techvidvan.com\/tutorials\/wp-json\/wp\/v2\/categories?post=80207"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/techvidvan.com\/tutorials\/wp-json\/wp\/v2\/tags?post=80207"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}