PyCharm 安裝教程(Windows)[Learn PyCharm] ~ 好用的PYTHON IDE 介紹

PyCharm 安裝教程(Windows)[Learn PyCharm] ~ 好用的PYTHON IDE 介紹

PyCharm 安裝教程(Windows)[Learn PyCharm] ~ 好用的PYTHON IDE 介紹


資料來源: https://www.runoob.com/w3cnote/pycharm-windows-install.html

https://www.youtube.com/watch?v=BPC-bGdBSM8&list=PLQ176FUIyIUZ1mwB-uImQE-gmkwzjNLjP


套件下載URL

http://www.jetbrains.com/pycharm/download/#section=windows

https://www.python.org/


GITHUB: https://github.com/jash-git/Learn-PyCharm


安裝教學PDF

影片教學


HTML5 Video Playlist Player


<p>
	<video id="player" width="640" height="480" controls="" style="background:black;" src="https://github.com/jash-git/Learn-PyCharm/blob/master/movie/00_Getting%20Started%20with%20PyCharm%20Quick%20Tour.mp4?raw=true">
	</video>
	<br>
	<script>
			var player = document.getElementById('player')
			var string1="https://github.com/jash-git/Learn-PyCharm/blob/master/movie/"
			var string2="?raw=true"
			var playlist = [
				"00_Getting%20Started%20with%20PyCharm%20Quick%20Tour.mp4",
				"01_Getting%20Started%20with%20PyCharm%2018%20Setup.mp4",
				"02_Getting%20Started%20with%20PyCharm%2028%20PyCharm%20UI%20and%20Projects.mp4",
				"03_Getting%20Started%20with%20PyCharm%2038%20Running%20Python%20Code.mp4",
				"04_Getting%20Started%20with%20PyCharm%2048%20Productive%20Coding.mp4",
				"05_Getting%20Started%20with%20PyCharm%2058%20Code%20Navigation.mp4",
				"06_Getting%20Started%20with%20PyCharm%2068%20Debugging.mp4",
				"07_Getting%20Started%20with%20PyCharm%2078%20Testing.mp4",
				"08_Getting%20Started%20with%20PyCharm%2088%20Customizing%20PyCharm.mp4",
				"09_PyCharm%20In-Depth%20Testing.mp4",
				"10_PyCharm%20In-Depth%20VCS%201%20Getting%20Started.mp4",
				"11_PyCharm%20In-Depth%20VCS%202%20Core%20VCS.mp4",
				"12_PyCharm%20In-Depth%20VCS%203%20Branching%20and%20Merging.mp4",		  
			]
			var activeVideo = 0
			var fileurl = string1 + playlist[activeVideo]+ string2
			player.src = fileurl
			player.addEventListener('ended', function(e) {
			  // update the new active video index
			  activeVideo = (++activeVideo) % playlist.length
			  var string1="https://github.com/jash-git/Learn-PyCharm/blob/master/movie/"
			  var string2="?raw=true"
			  var fileurl = string1 + playlist[activeVideo]+ string2
			  player.src = fileurl
			  player.play()
			})
	</script><br>
</p>

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *