<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python3 on Notities</title><link>https://d8224bcf.backup-website.pages.dev/tags/python3/</link><description>Recent content in Python3 on Notities</description><generator>Hugo</generator><language>nl</language><lastBuildDate>Mon, 20 Jul 2026 22:38:58 +0200</lastBuildDate><atom:link href="https://d8224bcf.backup-website.pages.dev/tags/python3/index.xml" rel="self" type="application/rss+xml"/><item><title>Stel de versie van de Python interpreter in voor de extensie: Code Runner in VSCodium</title><link>https://d8224bcf.backup-website.pages.dev/blog/2022-stel-de-versie-van-de-python-interpreter-in-voor-de-extensie-code-runner-in-vscodium/</link><pubDate>Sun, 03 Apr 2022 19:55:44 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/blog/2022-stel-de-versie-van-de-python-interpreter-in-voor-de-extensie-code-runner-in-vscodium/</guid><description>&lt;p&gt;# File name: version_used.py&lt;/p&gt;
&lt;p&gt;# This prints the version of Python being used by the Code Runner extension in VSCodium&lt;br&gt;
# Set by going to: File -&amp;gt; Preferences -&amp;gt; Settings -&amp;gt; Search Settings -&amp;gt; code-runner.executorMap -&amp;gt; Edit in settings.json&lt;br&gt;
# &amp;ldquo;python&amp;rdquo;: &amp;ldquo;/bin/python3.9 -u&amp;rdquo;,\&lt;/p&gt;
&lt;p&gt;# To run this script press the little play button on the top right in the editor&lt;/p&gt;
&lt;p&gt;import sys&lt;br&gt;
print(sys.version)&lt;/p&gt;</description></item><item><title>Installeer Python 3.9 op Ubuntu Linux</title><link>https://d8224bcf.backup-website.pages.dev/blog/2022-installeer-python-3-9-op-ubuntu-linux/</link><pubDate>Sun, 03 Apr 2022 18:55:18 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/blog/2022-installeer-python-3-9-op-ubuntu-linux/</guid><description>&lt;p&gt;$ sudo apt install software-properties-common&lt;/p&gt;
&lt;p&gt;$ sudo add-apt-repository ppa:deadsnakes/ppa&lt;/p&gt;
&lt;p&gt;$ sudo apt update&lt;/p&gt;
&lt;p&gt;$ sudo apt install python3.9&lt;/p&gt;
&lt;p&gt;$ python3.9 —version&lt;/p&gt;</description></item></channel></rss>