{"id":18,"date":"2019-01-07T18:53:57","date_gmt":"2019-01-07T18:53:57","guid":{"rendered":"https:\/\/kindsonthegenius.com\/python\/?p=18"},"modified":"2019-03-31T21:01:45","modified_gmt":"2019-03-31T21:01:45","slug":"01-python-introduction","status":"publish","type":"post","link":"https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/","title":{"rendered":"Python &#8211; Introduction"},"content":{"rendered":"<p>This is Introduction to Python Programming. It is also a high-level, object-oriented programming language. Python is also a general-purpose, interpreted programming language the is designed to be very easy to learn without prior programming knowledge.<\/p>\n<p>The Programming Language Python supports both structured and functional programming and can also be used as a scripting language.<\/p>\n<p>&nbsp;<\/p>\n<h4><strong>History of Python Programming Language<\/strong><\/h4>\n<p>Python Programming Language was created by a Dutch Programmer, <a href=\"https:\/\/en.wikipedia.org\/wiki\/Guido_van_Rossum\">Guido Van Rossum<\/a> and released in 1991. It was created to succeed the ABC language<\/p>\n<p>Python 2.0 was released in October 16, 2000 and includes new features like support for Unicode and garbage collection<\/p>\n<p>Python 3.0 was released in December 3, 2008 and contains additional features but remained backwards compatible with Python 2.0.<\/p>\n<p>Compared to C++ and Java, Python is in between. This is because takes the functionalities of both languages.<\/p>\n<p>&nbsp;<\/p>\n<h4>Features of Python Language<\/h4>\n<p><strong>An Object Oriented Programming(OOP) Language:<\/strong> Python competes with other OOP languages including C++ and Java. As such, you can easily create classes and objects in Python<\/p>\n<p><strong>An Interpreted Language<\/strong>: Unlike compiled languages, Python codes you write are processed\/interpreted at runtime, statement by statement. This is the same with languages like PHP and Ruby.<\/p>\n<p><strong>An Interactive Language<\/strong>: This means that you can enter Python commands in the Python command prompt and have the command executed.<\/p>\n<p>A<strong> General-Purpose Language:<\/strong> Python can be used for a variety of programming application. From building of standalone applications to web and mobile apps and games<\/p>\n<p><strong>Automatic Garbage Collection<\/strong>: Python supports automatic garbage collection. Therefore, the objects are destroyed as soon as they go out of scope.<\/p>\n<p><strong>Dynamic Type Checking<\/strong>: Variables in Python need not be declared before used. The Python interpreter determines the variable type.<\/p>\n<p>Integration with other languages: Python can easily be integrated with other programming languages such as C++, C, Java and Corba<\/p>\n<h4>Benefits of Python<\/h4>\n<p>Python programming language has the following benefits which makes is one of the best languages for beginner programmers.<\/p>\n<ul>\n<li><strong>Portability <\/strong>&#8211; This means that program written in Python can run on different operating systems. It can also run across a wide range of hardware.<\/li>\n<li><strong>Graphical User Interface\u00a0<\/strong>&#8211; Python can be used to develop GUI-based applications that can run on Windows, Mac and Linux.<\/li>\n<li><strong>Database Integration <\/strong>&#8211; Python provides functionality to for connection to various database systems<\/li>\n<li><strong>Easy to Learn<\/strong> &#8211; Python has a very simple structure and the syntax are clearly defined. This makes it possible to learn in a very short time<\/li>\n<li><strong>Highly Readable<\/strong> &#8211; Python programs can be read and understood by other programmers and some non-programmers<\/li>\n<li><strong>Can be Extended <\/strong>&#8211; Python allows for addition of modules to the Python interpreter to perform additional tasks.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>This is Introduction to Python Programming. It is also a high-level, object-oriented programming language. Python is also a general-purpose, interpreted programming language the is designed &hellip; <\/p>\n","protected":false},"author":395,"featured_media":283,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[5],"tags":[],"class_list":["post-18","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-python-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Python - Introduction - Python Tutorials<\/title>\n<meta name=\"description\" content=\"This is introduction to the Python Programming Language. You will learn why Python is a very good programming language for beginners to start with\" \/>\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.kindsonthegenius.com\/python\/01-python-introduction\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Python - Introduction - Python Tutorials\" \/>\n<meta property=\"og:description\" content=\"This is introduction to the Python Programming Language. You will learn why Python is a very good programming language for beginners to start with\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/\" \/>\n<meta property=\"og:site_name\" content=\"Python Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2019-01-07T18:53:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-03-31T21:01:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.kindsonthegenius.com\/python\/wp-content\/uploads\/sites\/8\/2019\/01\/PYthon-Programming-Introduction.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"887\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"kindsonthegenius\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"kindsonthegenius\" \/>\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:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/01-python-introduction\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/01-python-introduction\\\/\"},\"author\":{\"name\":\"kindsonthegenius\",\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/#\\\/schema\\\/person\\\/63a68934672db675ff0cd80d066510c2\"},\"headline\":\"Python &#8211; Introduction\",\"datePublished\":\"2019-01-07T18:53:57+00:00\",\"dateModified\":\"2019-03-31T21:01:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/01-python-introduction\\\/\"},\"wordCount\":441,\"commentCount\":2,\"image\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/01-python-introduction\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/wp-content\\\/uploads\\\/sites\\\/8\\\/2019\\\/01\\\/PYthon-Programming-Introduction.jpg\",\"articleSection\":[\"Python Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/01-python-introduction\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/01-python-introduction\\\/\",\"url\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/01-python-introduction\\\/\",\"name\":\"Python - Introduction - Python Tutorials\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/01-python-introduction\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/01-python-introduction\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/wp-content\\\/uploads\\\/sites\\\/8\\\/2019\\\/01\\\/PYthon-Programming-Introduction.jpg\",\"datePublished\":\"2019-01-07T18:53:57+00:00\",\"dateModified\":\"2019-03-31T21:01:45+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/#\\\/schema\\\/person\\\/63a68934672db675ff0cd80d066510c2\"},\"description\":\"This is introduction to the Python Programming Language. You will learn why Python is a very good programming language for beginners to start with\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/01-python-introduction\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/01-python-introduction\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/01-python-introduction\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/wp-content\\\/uploads\\\/sites\\\/8\\\/2019\\\/01\\\/PYthon-Programming-Introduction.jpg\",\"contentUrl\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/wp-content\\\/uploads\\\/sites\\\/8\\\/2019\\\/01\\\/PYthon-Programming-Introduction.jpg\",\"width\":887,\"height\":512,\"caption\":\"PYthon Programming Introduction\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/01-python-introduction\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python &#8211; Introduction\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/#website\",\"url\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/\",\"name\":\"Python Tutorials\",\"description\":\"Python Tutorial for Programming and Data Science\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/#\\\/schema\\\/person\\\/63a68934672db675ff0cd80d066510c2\",\"name\":\"kindsonthegenius\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3079a7f663b02e801d03cd075852a037af36bd179b5fbcd0603bae3dd7833a9b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3079a7f663b02e801d03cd075852a037af36bd179b5fbcd0603bae3dd7833a9b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3079a7f663b02e801d03cd075852a037af36bd179b5fbcd0603bae3dd7833a9b?s=96&d=mm&r=g\",\"caption\":\"kindsonthegenius\"},\"url\":\"https:\\\/\\\/www.kindsonthegenius.com\\\/python\\\/author\\\/kindsonthegenius-2\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Python - Introduction - Python Tutorials","description":"This is introduction to the Python Programming Language. You will learn why Python is a very good programming language for beginners to start with","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:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/","og_locale":"en_US","og_type":"article","og_title":"Python - Introduction - Python Tutorials","og_description":"This is introduction to the Python Programming Language. You will learn why Python is a very good programming language for beginners to start with","og_url":"https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/","og_site_name":"Python Tutorials","article_published_time":"2019-01-07T18:53:57+00:00","article_modified_time":"2019-03-31T21:01:45+00:00","og_image":[{"width":887,"height":512,"url":"https:\/\/www.kindsonthegenius.com\/python\/wp-content\/uploads\/sites\/8\/2019\/01\/PYthon-Programming-Introduction.jpg","type":"image\/jpeg"}],"author":"kindsonthegenius","twitter_card":"summary_large_image","twitter_misc":{"Written by":"kindsonthegenius","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/#article","isPartOf":{"@id":"https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/"},"author":{"name":"kindsonthegenius","@id":"https:\/\/www.kindsonthegenius.com\/python\/#\/schema\/person\/63a68934672db675ff0cd80d066510c2"},"headline":"Python &#8211; Introduction","datePublished":"2019-01-07T18:53:57+00:00","dateModified":"2019-03-31T21:01:45+00:00","mainEntityOfPage":{"@id":"https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/"},"wordCount":441,"commentCount":2,"image":{"@id":"https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/#primaryimage"},"thumbnailUrl":"https:\/\/www.kindsonthegenius.com\/python\/wp-content\/uploads\/sites\/8\/2019\/01\/PYthon-Programming-Introduction.jpg","articleSection":["Python Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/","url":"https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/","name":"Python - Introduction - Python Tutorials","isPartOf":{"@id":"https:\/\/www.kindsonthegenius.com\/python\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/#primaryimage"},"image":{"@id":"https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/#primaryimage"},"thumbnailUrl":"https:\/\/www.kindsonthegenius.com\/python\/wp-content\/uploads\/sites\/8\/2019\/01\/PYthon-Programming-Introduction.jpg","datePublished":"2019-01-07T18:53:57+00:00","dateModified":"2019-03-31T21:01:45+00:00","author":{"@id":"https:\/\/www.kindsonthegenius.com\/python\/#\/schema\/person\/63a68934672db675ff0cd80d066510c2"},"description":"This is introduction to the Python Programming Language. You will learn why Python is a very good programming language for beginners to start with","breadcrumb":{"@id":"https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/#primaryimage","url":"https:\/\/www.kindsonthegenius.com\/python\/wp-content\/uploads\/sites\/8\/2019\/01\/PYthon-Programming-Introduction.jpg","contentUrl":"https:\/\/www.kindsonthegenius.com\/python\/wp-content\/uploads\/sites\/8\/2019\/01\/PYthon-Programming-Introduction.jpg","width":887,"height":512,"caption":"PYthon Programming Introduction"},{"@type":"BreadcrumbList","@id":"https:\/\/www.kindsonthegenius.com\/python\/01-python-introduction\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.kindsonthegenius.com\/python\/"},{"@type":"ListItem","position":2,"name":"Python &#8211; Introduction"}]},{"@type":"WebSite","@id":"https:\/\/www.kindsonthegenius.com\/python\/#website","url":"https:\/\/www.kindsonthegenius.com\/python\/","name":"Python Tutorials","description":"Python Tutorial for Programming and Data Science","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.kindsonthegenius.com\/python\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.kindsonthegenius.com\/python\/#\/schema\/person\/63a68934672db675ff0cd80d066510c2","name":"kindsonthegenius","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3079a7f663b02e801d03cd075852a037af36bd179b5fbcd0603bae3dd7833a9b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3079a7f663b02e801d03cd075852a037af36bd179b5fbcd0603bae3dd7833a9b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3079a7f663b02e801d03cd075852a037af36bd179b5fbcd0603bae3dd7833a9b?s=96&d=mm&r=g","caption":"kindsonthegenius"},"url":"https:\/\/www.kindsonthegenius.com\/python\/author\/kindsonthegenius-2\/"}]}},"_links":{"self":[{"href":"https:\/\/www.kindsonthegenius.com\/python\/wp-json\/wp\/v2\/posts\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kindsonthegenius.com\/python\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kindsonthegenius.com\/python\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kindsonthegenius.com\/python\/wp-json\/wp\/v2\/users\/395"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kindsonthegenius.com\/python\/wp-json\/wp\/v2\/comments?post=18"}],"version-history":[{"count":17,"href":"https:\/\/www.kindsonthegenius.com\/python\/wp-json\/wp\/v2\/posts\/18\/revisions"}],"predecessor-version":[{"id":284,"href":"https:\/\/www.kindsonthegenius.com\/python\/wp-json\/wp\/v2\/posts\/18\/revisions\/284"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kindsonthegenius.com\/python\/wp-json\/wp\/v2\/media\/283"}],"wp:attachment":[{"href":"https:\/\/www.kindsonthegenius.com\/python\/wp-json\/wp\/v2\/media?parent=18"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kindsonthegenius.com\/python\/wp-json\/wp\/v2\/categories?post=18"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kindsonthegenius.com\/python\/wp-json\/wp\/v2\/tags?post=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}