种子简介
种子名称:
[FreeTutorials.Us] learn-python-3-from-beginner-to-advanced
文件类型:
视频
文件数目:
73个文件
文件大小:
1.24 GB
收录时间:
2020-12-6 13:27
已经下载:
3次
资源热度:
152
最近下载:
2024-12-3 21:23
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:c4e03ff21de08ea7b539e06f6d9e7d2623455af8&dn=[FreeTutorials.Us] learn-python-3-from-beginner-to-advanced
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[FreeTutorials.Us] learn-python-3-from-beginner-to-advanced.torrent
01-welcome-to-the-python-programming-course-thank-you-for-joining-me/001-welcome-to-this-python-course-what-you-need-to-know-before-starting..mp4196.17MB
02-setting-up-python-on-your-computer/002-get-started-by-installing-python-3.5.mp415.91MB
02-setting-up-python-on-your-computer/003-setting-up-sublime-text-to-build-python.mp416.35MB
03-introduction-to-your-first-program-with-python-data-types-and-variables/004-first-program-in-python.mp42.42MB
03-introduction-to-your-first-program-with-python-data-types-and-variables/005-data-types.mp43.13MB
03-introduction-to-your-first-program-with-python-data-types-and-variables/006-variables.mp48.02MB
03-introduction-to-your-first-program-with-python-data-types-and-variables/007-indentation.mp42.46MB
03-introduction-to-your-first-program-with-python-data-types-and-variables/008-how-to-clear-screen.mp41.43MB
04-comments-in-python/009-singleline-comments.mp43.79MB
04-comments-in-python/010-multiline-comments.mp43.14MB
05-expressions-in-python/011-basic-arithmetic.mp44.69MB
05-expressions-in-python/012-division-characteristics.mp46.69MB
05-expressions-in-python/013-operator-precedence.mp43.79MB
05-expressions-in-python/014-complex-arithmetic.mp49.99MB
05-expressions-in-python/015-binary-number-manipulation.mp49.6MB
06-learn-about-strings/016-basic-string-manipulation.mp418.87MB
06-learn-about-strings/017-using-the-format-method.mp414.93MB
06-learn-about-strings/018-specific-characters.mp47.12MB
07-branching-in-python/019-logical-operators-and-conditional-statements.mp413MB
07-branching-in-python/020-if-statement.mp48.14MB
07-branching-in-python/021-if-else-statement.mp48.11MB
07-branching-in-python/022-ifelif-statement.mp410.17MB
07-branching-in-python/023-ternary-operator.mp44.83MB
08-loops-in-python/024-for-loop-part-1.mp48.09MB
08-loops-in-python/025-for-loop-part-2.mp46.41MB
08-loops-in-python/026-for-loop-part-3.mp411.6MB
08-loops-in-python/027-while-loop.mp44.24MB
08-loops-in-python/028-break-and-continue-statements.mp43.73MB
09-functions-in-python/029-defining-and-calling-functions-and-returning-values.mp49.32MB
09-functions-in-python/030-passing-arguments-default-parameters-scope-and-nested-functions.mp420.95MB
09-functions-in-python/031-recursive-functions.mp412.8MB
09-functions-in-python/032-lambda-functions.mp48.37MB
10-exception-handling/033-exceptions-and-errors.mp47.58MB
10-exception-handling/034-handling-exceptions.mp416.56MB
10-exception-handling/035-throwing-exceptions.mp412.6MB
11-data-input/036-data-input-setup-and-input-function.mp419.16MB
11-data-input/037-file-management-reading.mp418.37MB
11-data-input/038-file-management-writing.mp47.36MB
12-useful-data-structures/039-tuples.mp418.7MB
12-useful-data-structures/040-tuple-functions.mp42.46MB
12-useful-data-structures/041-lists.mp411.18MB
12-useful-data-structures/042-list-functions.mp410.12MB
12-useful-data-structures/043-dictionaries.mp414.81MB
12-useful-data-structures/044-shallow-copies.mp45.82MB
12-useful-data-structures/045-sets.mp49.53MB
12-useful-data-structures/046-set-functions.mp42.53MB
13-modules-and-packages/047-modules.mp48.11MB
13-modules-and-packages/048-packages.mp47.11MB
13-modules-and-packages/049-builtin-modules.mp422.66MB
14-all-about-object-oriented-programming-oop/050-introduction-to-oop.mp45.53MB
14-all-about-object-oriented-programming-oop/051-class-definition-and-object-instantiation.mp424.09MB
14-all-about-object-oriented-programming-oop/052-class-methods-part-1.mp411.01MB
14-all-about-object-oriented-programming-oop/053-class-methods-part-2.mp427.45MB
14-all-about-object-oriented-programming-oop/054-operator-overloading.mp436.14MB
14-all-about-object-oriented-programming-oop/055-class-inheritance-part-1.mp426.76MB
14-all-about-object-oriented-programming-oop/056-class-inheritance-part-2.mp410.46MB
14-all-about-object-oriented-programming-oop/057-extra-notes-in-python.mp410.81MB
15-data-visualization/058-installing-modules-for-visualization.mp467.29MB
15-data-visualization/059-visualization-part-1.mp441.19MB
15-data-visualization/060-visualization-part-2.mp442.32MB
15-data-visualization/061-visualization-part-3.mp419.33MB
15-data-visualization/062-pandas-library.mp424.32MB
16-numpy-library/063-installing-the-numpy-library.mp412.73MB
16-numpy-library/064-creating-numpy-objects.mp425.12MB
16-numpy-library/065-useful-functions-from-the-numpy-library.mp441.13MB
16-numpy-library/066-basic-operations-with-numpy-library.mp414.96MB
17-debugging/067-the-pdb-module.mp420.04MB
17-debugging/068-commands-for-debugging-part-1.mp423.73MB
17-debugging/069-commands-for-debugging-part-2.mp434.11MB
18-regular-expressions/070-creating-evaluating-and-compiling-regular-expressions.mp420.02MB
18-regular-expressions/071-patterns.mp437.08MB
18-regular-expressions/072-division-and-grouping-the-results.mp415.69MB
18-regular-expressions/073-setting-the-search-parameters.mp423.64MB