learn-programming-language-fast

所属分类:模式识别(视觉/语音等)
开发工具:Swift
文件大小:25KB
下载次数:0
上传日期:2020-06-17 07:42:14
上 传 者sh-1993
说明:  该存储库属于youtube视频学习编程语言FAST。如果你还没有看到,请考虑...
(This repository belongs to the youtube video Learn a Programming Language FAST. If you haven t seen it, please consider watching the video, to get a better understanding of this code.)

文件列表:
LICENSE (1064, 2020-06-17)
cpp (0, 2020-06-17)
cpp\conditions.cpp (294, 2020-06-17)
cpp\for-loop.cpp (698, 2020-06-17)
cpp\functions.cpp (1050, 2020-06-17)
cpp\hello-name.cpp (195, 2020-06-17)
cpp\hello-world.cpp (100, 2020-06-17)
cpp\while-loop.cpp (972, 2020-06-17)
go (0, 2020-06-17)
go\conditions.go (235, 2020-06-17)
go\for-loop.go (647, 2020-06-17)
go\functions.go (1111, 2020-06-17)
go\hello-name.go (148, 2020-06-17)
go\hello-world.go (74, 2020-06-17)
go\while-loop.go (853, 2020-06-17)
javascript (0, 2020-06-17)
javascript\conditions.js (231, 2020-06-17)
javascript\for-loop.js (516, 2020-06-17)
javascript\functions.js (851, 2020-06-17)
javascript\hello-name.js (145, 2020-06-17)
javascript\hello-world.js (26, 2020-06-17)
javascript\while-loop.js (722, 2020-06-17)
python (0, 2020-06-17)
python\conditions.py (170, 2020-06-17)
python\for-loop.py (439, 2020-06-17)
python\functions.py (771, 2020-06-17)
python\hello-name.py (91, 2020-06-17)
python\hello-world.py (21, 2020-06-17)
python\while-loop.py (623, 2020-06-17)
swift (0, 2020-06-17)
swift\conditions (0, 2020-06-17)
swift\conditions\Package.swift (698, 2020-06-17)
swift\conditions\Sources (0, 2020-06-17)
swift\conditions\Sources\conditions (0, 2020-06-17)
swift\conditions\Sources\conditions\main.swift (156, 2020-06-17)
swift\for-loop (0, 2020-06-17)
... ...

# Learn a Programming Language fast Hello. Thank you for being here. This repository belongs to the youtube video [Learn a Programming Language FAST](https://youtu.be/211tiIqZ-58). If you haven't seen it, please consider watching the video, to get a better understanding of this code.

Learn a Programming Language FAST

## Content In this repository you find all of the 25 programs that created during the video sorted into 5 different folders for each discussed programming language. For each language we have the following programs: `hello-world`, `hello-name`, `coditions`, `for-loop`, `while-loop` and `functions`. ## Changes I will list all changes here that were done after the video was published to YouTube. ### Python - Instead of using the sprintf syntax with %s and %d it is possible and way more readable to use python3's format strings for outputting data from variables. (https://www.python.org/dev/peps/pep-04***/) Thanks to [@gothicVI](https://github.com/gothicVI)! ## Installation ### Python Please make sure to install python Version 3.6 or above: https://wiki.python.org/moin/BeginnersGuide/Download ### C++ Windows: https://www.instructables.com/id/How-to-Install-MinGW-GCCG-Compiler-in-Windows-XP78/ Mac OS: http://www.edparrish.net/common/macgpp.php Linux: You most likely know what you are doing anyway. ### Swift Windows: https://developerinsider.co/install-apple-swift-on-windows-10-subsystem-for-linux-wsl/ (never tried that) Mac OS: https://swift.org/download/#releases Linux: https://swift.org/download/#releases ### JS (Node.JS) You can install the node.js runtime directly: https://nodejs.org/en/download/ Or you use a package manager: https://nodejs.org/en/download/package-manager/ ### Go https://golang.org/doc/install ## Contribution Corrections and additions to the documentation to help fellow learners are always welcome.

近期下载者

相关文件


收藏者