{"id":17354,"date":"2021-10-08T15:21:29","date_gmt":"2021-10-08T09:51:29","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=17354"},"modified":"2021-10-08T15:21:29","modified_gmt":"2021-10-08T09:51:29","slug":"python-day1-faqs","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/","title":{"rendered":"Introduction to Python, Objects and Data Structure Basics Q&#038;A: Day1 Live Session Review"},"content":{"rendered":"<p>Python<\/p>\n<p>Python is an interpreted, object-oriented, high-level programming language.It has a lot of modules, dynamic typing, very high-level dynamic data types, and classes. It supports multiple programming paradigms beyond object-oriented programming, such as procedural and functional programming.<\/p>\n<p>Main uses of Python:<\/p>\n<p>*Server-side web development<\/p>\n<p>*Software development<\/p>\n<p>*System scripting<\/p>\n<p>*Machine learning &amp; Data Science<\/p>\n<p>Object<\/p>\n<p>An Object is an instance of a Class. A class is like a blueprint while an instance is a copy of the class with actual values.<\/p>\n<p>An object consists of the following three categories :<\/p>\n<p>State Behavior Identity<\/p>\n<p>Data Structures<\/p>\n<p>* List- It is defined as an ordered collection of items. The order of elements is an inherent characteristic that remains constant throughout the life of the list.<\/p>\n<p>Lists are mutable.<\/p>\n<p>* Tuple- A tuple is a built-in data structure in Python that is an ordered collection of objects. Unlike lists, tuples come with limited functionality.<\/p>\n<p>Tuples cannot be modified, added, or deleted once they\u2019ve been created.<\/p>\n<p>* Set- A set is an unordered collection with no duplicate elements. Set objects also support mathematical operations like union, intersection, difference, and symmetric difference.<\/p>\n<p>* Dictionaries- Dictionary is a non-homogeneous data structure that stores key-value pairs and is represented by { }. To know more about these Basic Python Concepts covered in our Day 1 session at <a href=\"https:\/\/k21academy.com\/datascience\/python\/python-day1-faqs\/?utm_source=onlineappsdba&amp;utm_medium=referral&amp;utm_campaign=pythonday1_october21\" target=\"_blank\" rel=\"noopener noreferrer\"><em><strong>https:\/\/k21academy.com\/pythonday1<\/strong><\/em><\/a><\/p>\n<p>I will update the this link Topics that we\u2019ll cover in this blog:<\/p>\n<p>&gt; Introduction to Python<\/p>\n<p>&gt; Objects &amp; Variables<\/p>\n<p>&gt; Data Structure Basics: List, Tuple, Set, Dictionaries<\/p>\n<p>Join our\u00a0<a href=\"https:\/\/k21academy.com\/python-waitlist\/?utm_source=onlineappsdba&amp;utm_medium=referral&amp;utm_campaign=pythonfordatascience_sept21\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Waitlist<\/strong><\/a>\u00a0to know more about it.<\/p>\n<p><a href=\"https:\/\/k21academy.com\/python-waitlist\/?utm_source=onlineappsdba&amp;utm_medium=referral&amp;utm_campaign=pythonfordatascience_sept21\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/k21academy.com\/wp-content\/uploads\/2021\/09\/WL_CU_PythonGIF-1.gif\" alt=\"Python For Data Science (AI\/ML) &amp; Data Engineers\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Python Python is an interpreted, object-oriented, high-level programming language.It has a lot of modules, dynamic typing, very high-level dynamic data [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":17355,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[555,574],"tags":[],"class_list":["post-17354","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-science","category-python"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Overview: Python, Objects &amp; DS Basics Q&amp;A: Day1 Live Session Review<\/title>\n<meta name=\"description\" content=\"In this blog, we are going to cover some questions and answers asked us in Python for DS\/DE Day 1 Live session covering an introduction to python &amp; objects.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Overview: Python, Objects &amp; DS Basics Q&amp;A: Day1 Live Session Review\" \/>\n<meta property=\"og:description\" content=\"In this blog, we are going to cover some questions and answers asked us in Python for DS\/DE Day 1 Live session covering an introduction to python &amp; objects.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-08T09:51:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/image-4-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1274\" \/>\n\t<meta property=\"og:image:height\" content=\"713\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/\",\"name\":\"Overview: Python, Objects & DS Basics Q&A: Day1 Live Session Review\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/image-4-1.png\",\"datePublished\":\"2021-10-08T09:51:29+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"description\":\"In this blog, we are going to cover some questions and answers asked us in Python for DS\/DE Day 1 Live session covering an introduction to python & objects.\",\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/#primaryimage\",\"url\":\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/image-4-1.png\",\"contentUrl\":\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/image-4-1.png\",\"width\":1274,\"height\":713},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Introduction to Python, Objects and Data Structure Basics Q&#038;A: Day1 Live Session Review\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Overview: Python, Objects & DS Basics Q&A: Day1 Live Session Review","description":"In this blog, we are going to cover some questions and answers asked us in Python for DS\/DE Day 1 Live session covering an introduction to python & objects.","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:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/","og_locale":"en_US","og_type":"article","og_title":"Overview: Python, Objects & DS Basics Q&A: Day1 Live Session Review","og_description":"In this blog, we are going to cover some questions and answers asked us in Python for DS\/DE Day 1 Live session covering an introduction to python & objects.","og_url":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/","article_published_time":"2021-10-08T09:51:29+00:00","og_image":[{"width":1274,"height":713,"url":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/image-4-1.png","type":"image\/png"}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/","url":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/","name":"Overview: Python, Objects & DS Basics Q&A: Day1 Live Session Review","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/#primaryimage"},"thumbnailUrl":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/image-4-1.png","datePublished":"2021-10-08T09:51:29+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"description":"In this blog, we are going to cover some questions and answers asked us in Python for DS\/DE Day 1 Live session covering an introduction to python & objects.","breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/#primaryimage","url":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/image-4-1.png","contentUrl":"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2021\/10\/image-4-1.png","width":1274,"height":713},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2021\/10\/08\/python-day1-faqs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Introduction to Python, Objects and Data Structure Basics Q&#038;A: Day1 Live Session Review"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/17354","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=17354"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/17354\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media\/17355"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=17354"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=17354"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=17354"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}