<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VSCode | SDT 攻城獅區</title>
	<atom:link href="https://sdt.hameba.tw/tag/vscode/feed/" rel="self" type="application/rss+xml" />
	<link>https://sdt.hameba.tw</link>
	<description>由Steven, Der, Ted 三位高級打字員所組成，是三位工程師(攻城獅)所維護的技術分享平台，或許偶爾會分享一些日常，有任何問題或是錯誤的部分，歡迎留言告訴我們！</description>
	<lastBuildDate>Fri, 05 Aug 2022 16:45:13 +0800</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3</generator>

<image>
	<url>https://sdt.hameba.tw/wp-content/uploads/2020/02/hameba_favicon-150x150.png</url>
	<title>VSCode | SDT 攻城獅區</title>
	<link>https://sdt.hameba.tw</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>安裝Python以及安裝編輯器VSCode</title>
		<link>https://sdt.hameba.tw/663/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%25ae%2589%25e8%25a3%259dpython%25e4%25bb%25a5%25e5%258f%258a%25e5%25ae%2589%25e8%25a3%259d%25e7%25b7%25a8%25e8%25bc%25af%25e5%2599%25a8vscode</link>
				<comments>https://sdt.hameba.tw/663/#respond</comments>
				<pubDate>Thu, 04 Aug 2022 16:57:12 +0000</pubDate>
		<dc:creator><![CDATA[Li Der]]></dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[VSCode]]></category>

		<guid isPermaLink="false">https://sdt.hameba.tw/?p=663</guid>
				<description><![CDATA[<p>Python是一種直譯語言，需要執行平台(runtime)。 Python官網可以直接下載Python3然後安 &#8230; </p>
<p class="link-more"><a href="https://sdt.hameba.tw/663/" class="more-link">閱讀全文<span class="screen-reader-text">〈安裝Python以及安裝編輯器VSCode〉</span></a></p>
The post <a href="https://sdt.hameba.tw/663/">安裝Python以及安裝編輯器VSCode</a> first appeared on <a href="https://sdt.hameba.tw">SDT 攻城獅區</a>.]]></description>
								<content:encoded><![CDATA[<p>Python是一種直譯語言，需要執行平台(runtime)。</p>
<p><a href="https://www.python.org/downloads/" target="_blank" rel="noopener noreferrer">Python官網</a>可以直接下載Python3然後安裝。<em>(範例為Python 3.10.6)</em></p>
<p><span id="more-663"></span></p>
<p><span style="color: #ff0000"><strong>＊Python2已經不會再出新版本，已在2020/01/01停止官方支援</strong></span></p>
<p><img class="size-medium wp-image-666" src="https://sdt.hameba.tw/wp-content/uploads/2022/08/DownloadPython-300x199.png" alt="DownloadPython" width="300" height="199" srcset="https://sdt.hameba.tw/wp-content/uploads/2022/08/DownloadPython-300x199.png?v=1659630158 300w, https://sdt.hameba.tw/wp-content/uploads/2022/08/DownloadPython-1024x680.png?v=1659630158 1024w, https://sdt.hameba.tw/wp-content/uploads/2022/08/DownloadPython-768x510.png?v=1659630158 768w, https://sdt.hameba.tw/wp-content/uploads/2022/08/DownloadPython-1536x1020.png?v=1659630158 1536w, https://sdt.hameba.tw/wp-content/uploads/2022/08/DownloadPython-2048x1360.png?v=1659630158 2048w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>俗話說得好「工欲善其事，必先利其器」，接下來～</p>
<p>我們需要一個拿來寫程式的文字編輯器，讓我們來<a href="https://code.visualstudio.com/Download" target="_blank" rel="noopener noreferrer">下載VSCode</a>安裝。</p>
<p><img class="alignnone size-medium wp-image-667" src="https://sdt.hameba.tw/wp-content/uploads/2022/08/DownloadVSCode-300x177.png" alt="DownloadVSCode" width="300" height="177" srcset="https://sdt.hameba.tw/wp-content/uploads/2022/08/DownloadVSCode-300x177.png?v=1659630571 300w, https://sdt.hameba.tw/wp-content/uploads/2022/08/DownloadVSCode-1024x603.png?v=1659630571 1024w, https://sdt.hameba.tw/wp-content/uploads/2022/08/DownloadVSCode-768x452.png?v=1659630571 768w, https://sdt.hameba.tw/wp-content/uploads/2022/08/DownloadVSCode-1536x904.png?v=1659630571 1536w, https://sdt.hameba.tw/wp-content/uploads/2022/08/DownloadVSCode-2048x1205.png?v=1659630571 2048w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>安裝好VSCode後，讓我們把它打開來並且安裝延伸模組。</p>
<p>點選『延伸模組』並輸入python，會看到「Python」讓我們安裝它。</p>
<p><img class="alignnone size-medium wp-image-668" src="https://sdt.hameba.tw/wp-content/uploads/2022/08/VSCodePythonExtension-300x271.png" alt="VSCodePythonExtension" width="300" height="271" srcset="https://sdt.hameba.tw/wp-content/uploads/2022/08/VSCodePythonExtension-300x271.png?v=1659631911 300w, https://sdt.hameba.tw/wp-content/uploads/2022/08/VSCodePythonExtension-1024x924.png?v=1659631911 1024w, https://sdt.hameba.tw/wp-content/uploads/2022/08/VSCodePythonExtension-768x693.png?v=1659631911 768w, https://sdt.hameba.tw/wp-content/uploads/2022/08/VSCodePythonExtension-1536x1385.png?v=1659631911 1536w, https://sdt.hameba.tw/wp-content/uploads/2022/08/VSCodePythonExtension.png?v=1659631911 1662w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>這樣子我們都準備好，可以開始寫Python程式了！</p>
<blockquote><p>Python檔案的副檔名 .py</p></blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>參考資料：</p>
<p><a href="https://www.youtube.com/watch?v=CXZYvNRIAKM&amp;list=PLlrxD0HtieHhS8VzuMCfQD4uJ9yne1mE6&amp;index=3" target="_blank" rel="noopener noreferrer">Getting Started | Python for Beginners [3 of 44]</a></p>
<p><a href="https://www.youtube.com/watch?v=EU8eayHWoZg&amp;list=PLlrxD0HtieHhS8VzuMCfQD4uJ9yne1mE6&amp;index=4" target="_blank" rel="noopener noreferrer">Configuring Visual Studio Code | Python for Beginners [4 of 44]</a></p>
<p><a href="https://www.python.org/downloads/" target="_blank" rel="noopener noreferrer">Download Python</a></p>
<p><a href="https://code.visualstudio.com/Download" target="_blank" rel="noopener noreferrer">Download Visual Studio Code</a></p>The post <a href="https://sdt.hameba.tw/663/">安裝Python以及安裝編輯器VSCode</a> first appeared on <a href="https://sdt.hameba.tw">SDT 攻城獅區</a>.]]></content:encoded>
							<wfw:commentRss>https://sdt.hameba.tw/663/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
