{"id":10707,"date":"2026-01-02T19:59:30","date_gmt":"2026-01-03T03:59:30","guid":{"rendered":"https:\/\/gantovnik.com\/bio-tips\/?p=10707"},"modified":"2026-01-03T12:00:18","modified_gmt":"2026-01-03T20:00:18","slug":"466-interesting-python-links","status":"publish","type":"post","link":"https:\/\/gantovnik.com\/bio-tips\/2026\/01\/466-interesting-python-links\/","title":{"rendered":"#466 Interesting Python Links"},"content":{"rendered":"<ul>\n<li><a href=\"https:\/\/github.com\/kirang89\/pycrumbs\">GitHub &#8211; kirang89\/pycrumbs: Bits and bytes of Python from the Internet<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/vinta\/awesome-python\">GitHub &#8211; vinta\/awesome-python: An opinionated list of awesome Python frameworks, libraries, software and resources.<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/svaksha\/pythonidae\">GitHub &#8211; svaksha\/pythonidae: Curated decibans of scientific programming resources in Python.<\/a><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>python\u0417.9 -m venv vg1<\/p>\n<p>. vg1\/bin\/activate<\/p>\n<p>which python<\/p>\n<p>deactivate<\/p>\n<p>which python<\/p>\n<p>pip install -r requirements.txt<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>GitHub &#8211; kirang89\/pycrumbs: Bits and bytes of Python from the Internet GitHub &#8211; vinta\/awesome-python: An opinionated list of awesome Python frameworks, libraries, software and resources. GitHub &#8211; svaksha\/pythonidae: Curated decibans of scientific programming resources in Python. &nbsp; python\u0417.9 -m venv vg1 . vg1\/bin\/activate which python deactivate which python pip install -r requirements.txt &nbsp; &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","_lmt_disableupdate":"yes","_lmt_disable":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[2],"tags":[],"class_list":["post-10707","post","type-post","status-publish","format-standard","hentry","category-python"],"modified_by":"gantovnik","jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8bH0k-2MH","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":10318,"url":"https:\/\/gantovnik.com\/bio-tips\/2025\/08\/461-how-to-merge-two-dictionaries-in-python\/","url_meta":{"origin":10707,"position":0},"title":"#461 How to Merge Two Dictionaries in Python","author":"gantovnik","date":"2025-08-23","format":false,"excerpt":"Merging dictionaries is a common task in Python programming. Suppose you have two separate dictionaries and want to combine them into one. In Python 3.9 and later, this is very easy thanks to the union operator (|). # Two sample dictionaries dic_1 = {'x1': 1, 'x2': 2} dic_2 = {'y1':\u2026","rel":"","context":"In &quot;python&quot;","block_context":{"text":"python","link":"https:\/\/gantovnik.com\/bio-tips\/category\/python\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":589,"url":"https:\/\/gantovnik.com\/bio-tips\/2020\/07\/86-stop-execution-of-python-script\/","url_meta":{"origin":10707,"position":1},"title":"#86 Stop execution of python script?","author":"gantovnik","date":"2020-07-28","format":false,"excerpt":"#86 Stop execution of python script?","rel":"","context":"In &quot;python&quot;","block_context":{"text":"python","link":"https:\/\/gantovnik.com\/bio-tips\/category\/python\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":499,"url":"https:\/\/gantovnik.com\/bio-tips\/2020\/05\/how-to-update-all-python-packages-in-windows\/","url_meta":{"origin":10707,"position":2},"title":"#73 How to update all python packages in Windows?","author":"gantovnik","date":"2020-05-03","format":false,"excerpt":"How to update all python packages in Windows? 1) Open a command shell by typing powershell in the Search Box of the Task bar 2) Enter pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}","rel":"","context":"In &quot;python&quot;","block_context":{"text":"python","link":"https:\/\/gantovnik.com\/bio-tips\/category\/python\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":502,"url":"https:\/\/gantovnik.com\/bio-tips\/2020\/05\/creating-a-python-3-tkinter-hello-world\/","url_meta":{"origin":10707,"position":3},"title":"#74 Creating a Python 3 Tkinter Hello World","author":"gantovnik","date":"2020-05-05","format":false,"excerpt":"Creating a Python 3 Tkinter Hello World","rel":"","context":"In &quot;python&quot;","block_context":{"text":"python","link":"https:\/\/gantovnik.com\/bio-tips\/category\/python\/"},"img":{"alt_text":"2020-05-05_233237","src":"https:\/\/i0.wp.com\/gantovnik.com\/bio-tips\/wp-content\/uploads\/2020\/05\/2020-05-05_233237.png?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":1000,"url":"https:\/\/gantovnik.com\/bio-tips\/2021\/10\/179-upgrade-all-packages-in-python-using-powershell\/","url_meta":{"origin":10707,"position":4},"title":"#179 Upgrade all packages in Python using PowerShell","author":"gantovnik","date":"2021-10-11","format":false,"excerpt":"#179 Upgrade all packages in Python using PowerShell Create update_python.bat file Create update_python.ps1 file","rel":"","context":"In &quot;powershell&quot;","block_context":{"text":"powershell","link":"https:\/\/gantovnik.com\/bio-tips\/category\/powershell\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1754,"url":"https:\/\/gantovnik.com\/bio-tips\/2023\/01\/334-polar-plot-using-python\/","url_meta":{"origin":10707,"position":5},"title":"#334 Polar plot using python","author":"gantovnik","date":"2023-01-06","format":false,"excerpt":"ex334.py","rel":"","context":"In &quot;matplotlib&quot;","block_context":{"text":"matplotlib","link":"https:\/\/gantovnik.com\/bio-tips\/category\/matplotlib\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/gantovnik.com\/bio-tips\/wp-content\/uploads\/2023\/01\/ex334.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/posts\/10707","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/comments?post=10707"}],"version-history":[{"count":3,"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/posts\/10707\/revisions"}],"predecessor-version":[{"id":10710,"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/posts\/10707\/revisions\/10710"}],"wp:attachment":[{"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/media?parent=10707"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/categories?post=10707"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gantovnik.com\/bio-tips\/wp-json\/wp\/v2\/tags?post=10707"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}