{"id":270,"date":"2023-10-01T20:06:00","date_gmt":"2023-10-01T19:06:00","guid":{"rendered":"https:\/\/noiseonthenet.space\/noise\/?p=270"},"modified":"2024-03-08T22:15:10","modified_gmt":"2024-03-08T21:15:10","slug":"python-repl","status":"publish","type":"post","link":"https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/","title":{"rendered":"Python REPL"},"content":{"rendered":"<div id=\"org89a8779\" class=\"figure\"> <p><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/noiseonthenet.space\/noise\/wp-content\/uploads\/2023\/10\/altumcode-mCj7UinqOYQ-unsplash-scaled.jpg?ssl=1\" alt=\"altumcode-mCj7UinqOYQ-unsplash-scaled.jpg\" \/> <\/p> <\/div>\n\n<p> Photo by <a href=\"https:\/\/unsplash.com\/@altumcode?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">AltumCode<\/a> on <a href=\"https:\/\/unsplash.com\/photos\/mCj7UinqOYQ?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">Unsplash<\/a> <\/p>\n\n<p> We are going to explore one of the most interesting feature of python: an interactive command line also known as REPL <\/p>\n\n<div id=\"outline-container-org84ec663\" class=\"outline-2\">\n<h2 id=\"org84ec663\">What the *$! does REPL mean?<\/h2>\n<div class=\"outline-text-2\" id=\"text-org84ec663\">\n<p> REPL acronym stands for <\/p>\n\n<ul class=\"org-ul\">\n<li>Read (the computer reads what you typed and if it respects Python grammar rules transforms it into executable code)<\/li>\n<li>Eval (the python interpreter executes your code and get a result)<\/li>\n<li>Print (the python interpreter prints the result in a line below your text)<\/li>\n<li>Loop (Let&rsquo;s start all over again)<\/li>\n<\/ul>\n<\/div>\n<\/div>\n\n<div id=\"outline-container-orgc519029\" class=\"outline-2\">\n<h2 id=\"orgc519029\">Why should this interest me?<\/h2>\n<div class=\"outline-text-2\" id=\"text-orgc519029\">\n<div id=\"org5ad72dd\" class=\"figure\"> <p><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/noiseonthenet.space\/noise\/wp-content\/uploads\/2023\/10\/typecat.jpg?ssl=1\" alt=\"typecat.jpg\" \/> <\/p> <\/div>\n\n<p> Instead of writing a program the REPL allows you to add a few commands at a time and immediately see the output <\/p>\n\n<p> This allow you to get an immediate feedback and quickly explore various solutions with a &ldquo;live&rdquo; environment; you can build your calculations stepwise: I recommend to make experiments with this when possible as this will speed up your learning. <\/p>\n<\/div>\n<\/div>\n\n<div id=\"outline-container-orgd38b3a5\" class=\"outline-2\">\n<h2 id=\"orgd38b3a5\">How do I use the Python REPL<\/h2>\n<div class=\"outline-text-2\" id=\"text-orgd38b3a5\">\n<script src=\"https:\/\/modularizer.github.io\/pyprez\/pyprez.min.js\"><\/script>\n<p> Directly from your browser&#x2026; <\/p>\n\n<pyprez-editor>\nprint(\"get ready&#8230;\u2665\")\nprint(5,3,2,1,0,\"rocket launch\")\n<\/pyprez-editor>\n\n<p> Or you can launch from a command line in your PC typing &ldquo;python&rdquo; <\/p>\n\n<div id=\"org9e892e7\" class=\"figure\"> <p><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/noiseonthenet.space\/noise\/wp-content\/uploads\/2023\/10\/test5.gif?ssl=1\" alt=\"test5.gif\" \/> <\/p> <\/div>\n\n<ul class=\"org-ul\">\n<li>Each command line starts with three &gt; sign<\/li>\n<li>once the command is completed type enter and see the result<\/li>\n<li>multiline commands show a &ldquo;&#x2026;&rdquo;  prompt &#x2013; this will allow you to break long commands in smaller pieces<\/li>\n<\/ul>\n<\/div>\n<\/div>\n\n<div id=\"outline-container-orgc58e5ed\" class=\"outline-2\">\n<h2 id=\"orgc58e5ed\">But&#x2026; then I lose all I wrote?<\/h2>\n<div class=\"outline-text-2\" id=\"text-orgc58e5ed\">\n<div id=\"org577e08f\" class=\"figure\"> <p><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/noiseonthenet.space\/noise\/wp-content\/uploads\/2023\/10\/code_lost.jpg?ssl=1\" alt=\"code_lost.jpg\" \/> <\/p> <\/div>\n\n<p> Short answer yes. But&#x2026; <\/p>\n\n<p> Actually there are many awesome extensions which allow you to: <\/p>\n\n<ul class=\"org-ul\">\n<li>save your code and results<\/li>\n<li>see graphical outputs<\/li>\n<li>create documents including text and formulae in a lot of formats<\/li>\n<li>mixing results with other programming languages snippets<\/li>\n<li>easily execute operations on your PC<\/li>\n<li>share your work with others<\/li>\n<li>and much more<\/li>\n<\/ul>\n\n<p> Just to name a few: <\/p>\n\n<ul class=\"org-ul\">\n<li><a href=\"https:\/\/ipython.org\/\">IPython<\/a> (I often use an extension called PTIPython)<\/li>\n<li><a href=\"https:\/\/jupyter.org\/\">Jupyter Notebook<\/a> (which executes many other programming languages too)<\/li>\n<li><a href=\"https:\/\/jupyterlab.readthedocs.io\/en\/latest\/\">Jupyter Lab<\/a> (which does way more than execute code: remote terminals, file editing etc.)<\/li>\n<li><a href=\"https:\/\/jupyter.org\/try-jupyter\/lab\/\">Jupyter Lite<\/a> (which does the same things without any installation)<\/li>\n<\/ul>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"We are going to explore one of the most interesting feature of python: an interactive command line also known as REPL","protected":false},"author":1,"featured_media":267,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4],"tags":[7],"class_list":["post-270","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-language-learning","tag-python"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Python REPL - Noise On The Net<\/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:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Python REPL - Noise On The Net\" \/>\n<meta property=\"og:description\" content=\"We are going to explore one of the most interesting feature of python: an interactive command line also known as REPL\" \/>\n<meta property=\"og:url\" content=\"https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/\" \/>\n<meta property=\"og:site_name\" content=\"Noise On The Net\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-01T19:06:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-08T21:15:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/noiseonthenet.space\/noise\/wp-content\/uploads\/2023\/10\/altumcode-mCj7UinqOYQ-unsplash-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1929\" \/>\n\t<meta property=\"og:image:height\" content=\"2560\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"marco.p.v.vezzoli\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"marco.p.v.vezzoli\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/2023\\\/10\\\/python-repl\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/2023\\\/10\\\/python-repl\\\/\"},\"author\":{\"name\":\"marco.p.v.vezzoli\",\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/#\\\/schema\\\/person\\\/88c3a70f2b23480197bc61d6e1e2e982\"},\"headline\":\"Python REPL\",\"datePublished\":\"2023-10-01T19:06:00+00:00\",\"dateModified\":\"2024-03-08T21:15:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/2023\\\/10\\\/python-repl\\\/\"},\"wordCount\":337,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/#\\\/schema\\\/person\\\/88c3a70f2b23480197bc61d6e1e2e982\"},\"image\":{\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/2023\\\/10\\\/python-repl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/noiseonthenet.space\\\/noise\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/altumcode-mCj7UinqOYQ-unsplash-scaled.jpg?fit=1929%2C2560&ssl=1\",\"keywords\":[\"Python\"],\"articleSection\":[\"Language learning\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/2023\\\/10\\\/python-repl\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/2023\\\/10\\\/python-repl\\\/\",\"url\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/2023\\\/10\\\/python-repl\\\/\",\"name\":\"Python REPL - Noise On The Net\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/2023\\\/10\\\/python-repl\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/2023\\\/10\\\/python-repl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/noiseonthenet.space\\\/noise\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/altumcode-mCj7UinqOYQ-unsplash-scaled.jpg?fit=1929%2C2560&ssl=1\",\"datePublished\":\"2023-10-01T19:06:00+00:00\",\"dateModified\":\"2024-03-08T21:15:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/2023\\\/10\\\/python-repl\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/2023\\\/10\\\/python-repl\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/2023\\\/10\\\/python-repl\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/noiseonthenet.space\\\/noise\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/altumcode-mCj7UinqOYQ-unsplash-scaled.jpg?fit=1929%2C2560&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/noiseonthenet.space\\\/noise\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/altumcode-mCj7UinqOYQ-unsplash-scaled.jpg?fit=1929%2C2560&ssl=1\",\"width\":1929,\"height\":2560},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/2023\\\/10\\\/python-repl\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python REPL\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/#website\",\"url\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/\",\"name\":\"Noise On The Net\",\"description\":\"Sharing adventures in code\",\"publisher\":{\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/#\\\/schema\\\/person\\\/88c3a70f2b23480197bc61d6e1e2e982\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/#\\\/schema\\\/person\\\/88c3a70f2b23480197bc61d6e1e2e982\",\"name\":\"marco.p.v.vezzoli\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b9d9aab1df560bc14d73b0b442198f196ce39e7c7a38df1dc22fec0b97f17da9?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b9d9aab1df560bc14d73b0b442198f196ce39e7c7a38df1dc22fec0b97f17da9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b9d9aab1df560bc14d73b0b442198f196ce39e7c7a38df1dc22fec0b97f17da9?s=96&d=mm&r=g\",\"caption\":\"marco.p.v.vezzoli\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b9d9aab1df560bc14d73b0b442198f196ce39e7c7a38df1dc22fec0b97f17da9?s=96&d=mm&r=g\"},\"description\":\"Self taught assembler programming at 11 on my C64 (1983). Never stopped since then -- always looking up for curious things in the software development, data science and AI. Linux and FOSS user since 1994. MSc in physics in 1996. Working in large semiconductor companies since 1997 (STM, Micron) developing analytics and full stack web infrastructures, microservices, ML solutions\",\"sameAs\":[\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/marco-paolo-valerio-vezzoli-0663835\\\/\"],\"url\":\"https:\\\/\\\/noiseonthenet.space\\\/noise\\\/author\\\/marco-p-v-vezzoli\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Python REPL - Noise On The Net","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:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/","og_locale":"en_US","og_type":"article","og_title":"Python REPL - Noise On The Net","og_description":"We are going to explore one of the most interesting feature of python: an interactive command line also known as REPL","og_url":"https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/","og_site_name":"Noise On The Net","article_published_time":"2023-10-01T19:06:00+00:00","article_modified_time":"2024-03-08T21:15:10+00:00","og_image":[{"width":1929,"height":2560,"url":"https:\/\/noiseonthenet.space\/noise\/wp-content\/uploads\/2023\/10\/altumcode-mCj7UinqOYQ-unsplash-scaled.jpg","type":"image\/jpeg"}],"author":"marco.p.v.vezzoli","twitter_card":"summary_large_image","twitter_misc":{"Written by":"marco.p.v.vezzoli","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/#article","isPartOf":{"@id":"https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/"},"author":{"name":"marco.p.v.vezzoli","@id":"https:\/\/noiseonthenet.space\/noise\/#\/schema\/person\/88c3a70f2b23480197bc61d6e1e2e982"},"headline":"Python REPL","datePublished":"2023-10-01T19:06:00+00:00","dateModified":"2024-03-08T21:15:10+00:00","mainEntityOfPage":{"@id":"https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/"},"wordCount":337,"commentCount":0,"publisher":{"@id":"https:\/\/noiseonthenet.space\/noise\/#\/schema\/person\/88c3a70f2b23480197bc61d6e1e2e982"},"image":{"@id":"https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/noiseonthenet.space\/noise\/wp-content\/uploads\/2023\/10\/altumcode-mCj7UinqOYQ-unsplash-scaled.jpg?fit=1929%2C2560&ssl=1","keywords":["Python"],"articleSection":["Language learning"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/","url":"https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/","name":"Python REPL - Noise On The Net","isPartOf":{"@id":"https:\/\/noiseonthenet.space\/noise\/#website"},"primaryImageOfPage":{"@id":"https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/#primaryimage"},"image":{"@id":"https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/noiseonthenet.space\/noise\/wp-content\/uploads\/2023\/10\/altumcode-mCj7UinqOYQ-unsplash-scaled.jpg?fit=1929%2C2560&ssl=1","datePublished":"2023-10-01T19:06:00+00:00","dateModified":"2024-03-08T21:15:10+00:00","breadcrumb":{"@id":"https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/#primaryimage","url":"https:\/\/i0.wp.com\/noiseonthenet.space\/noise\/wp-content\/uploads\/2023\/10\/altumcode-mCj7UinqOYQ-unsplash-scaled.jpg?fit=1929%2C2560&ssl=1","contentUrl":"https:\/\/i0.wp.com\/noiseonthenet.space\/noise\/wp-content\/uploads\/2023\/10\/altumcode-mCj7UinqOYQ-unsplash-scaled.jpg?fit=1929%2C2560&ssl=1","width":1929,"height":2560},{"@type":"BreadcrumbList","@id":"https:\/\/noiseonthenet.space\/noise\/2023\/10\/python-repl\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/noiseonthenet.space\/noise\/"},{"@type":"ListItem","position":2,"name":"Python REPL"}]},{"@type":"WebSite","@id":"https:\/\/noiseonthenet.space\/noise\/#website","url":"https:\/\/noiseonthenet.space\/noise\/","name":"Noise On The Net","description":"Sharing adventures in code","publisher":{"@id":"https:\/\/noiseonthenet.space\/noise\/#\/schema\/person\/88c3a70f2b23480197bc61d6e1e2e982"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/noiseonthenet.space\/noise\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/noiseonthenet.space\/noise\/#\/schema\/person\/88c3a70f2b23480197bc61d6e1e2e982","name":"marco.p.v.vezzoli","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b9d9aab1df560bc14d73b0b442198f196ce39e7c7a38df1dc22fec0b97f17da9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b9d9aab1df560bc14d73b0b442198f196ce39e7c7a38df1dc22fec0b97f17da9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b9d9aab1df560bc14d73b0b442198f196ce39e7c7a38df1dc22fec0b97f17da9?s=96&d=mm&r=g","caption":"marco.p.v.vezzoli"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/b9d9aab1df560bc14d73b0b442198f196ce39e7c7a38df1dc22fec0b97f17da9?s=96&d=mm&r=g"},"description":"Self taught assembler programming at 11 on my C64 (1983). Never stopped since then -- always looking up for curious things in the software development, data science and AI. Linux and FOSS user since 1994. MSc in physics in 1996. Working in large semiconductor companies since 1997 (STM, Micron) developing analytics and full stack web infrastructures, microservices, ML solutions","sameAs":["https:\/\/noiseonthenet.space\/noise\/","https:\/\/www.linkedin.com\/in\/marco-paolo-valerio-vezzoli-0663835\/"],"url":"https:\/\/noiseonthenet.space\/noise\/author\/marco-p-v-vezzoli\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/noiseonthenet.space\/noise\/wp-content\/uploads\/2023\/10\/altumcode-mCj7UinqOYQ-unsplash-scaled.jpg?fit=1929%2C2560&ssl=1","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pdDUZ5-4m","jetpack-related-posts":[],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/noiseonthenet.space\/noise\/wp-json\/wp\/v2\/posts\/270","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/noiseonthenet.space\/noise\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/noiseonthenet.space\/noise\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/noiseonthenet.space\/noise\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/noiseonthenet.space\/noise\/wp-json\/wp\/v2\/comments?post=270"}],"version-history":[{"count":6,"href":"https:\/\/noiseonthenet.space\/noise\/wp-json\/wp\/v2\/posts\/270\/revisions"}],"predecessor-version":[{"id":347,"href":"https:\/\/noiseonthenet.space\/noise\/wp-json\/wp\/v2\/posts\/270\/revisions\/347"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/noiseonthenet.space\/noise\/wp-json\/wp\/v2\/media\/267"}],"wp:attachment":[{"href":"https:\/\/noiseonthenet.space\/noise\/wp-json\/wp\/v2\/media?parent=270"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/noiseonthenet.space\/noise\/wp-json\/wp\/v2\/categories?post=270"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/noiseonthenet.space\/noise\/wp-json\/wp\/v2\/tags?post=270"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}