Skip to content

Commit d469605

Browse files
danielkrupinskieshellman
authored andcommitted
Add english courses (EbookFoundation#2928)
* Add Bash courses * Add english courses
1 parent 2808970 commit d469605

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

free-courses-en.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* [Misc](#misc)
3333
* [.NET](#net)
3434
* [OCaml](#ocaml)
35+
* [Perl](#perl)
3536
* [PHP](#php)
3637
* [Python](#python)
3738
* [QB64](#QB64)
@@ -41,6 +42,7 @@
4142
* [Sails.js](#sailsjs)
4243
* [Scala](#scala)
4344
* [Software Engineering](#software-engineering)
45+
* [SQL](#sql)
4446
* [Swift](#swift)
4547
* [Theory](#theory)
4648
* [Verilog / VHDL / SystemVerilog](#verilog--vhdl--systemverilog)
@@ -82,10 +84,12 @@
8284
### Bash / Shell
8385

8486
* [Bento Shell Track](https://bento.io/topic/shell) (Bento)
87+
* [Shell Scripting Tutorial](https://www.youtube.com/playlist?list=PL7B7FA4E693D8E790)
8588

8689

8790
### C
8891

92+
* [C Programming Tutorial](https://www.youtube.com/playlist?list=PL_RGaFnxSHWoGzOXqtKeM71OLpvZbuU0P)
8993
* [Introduction to Computer Science](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x#.VNsjDvmUcmQ)
9094

9195

@@ -97,6 +101,7 @@
97101

98102
### C++
99103

104+
* [C++ Tutorial](https://www.youtube.com/playlist?list=PL_RGaFnxSHWoVZWSN-ze3VVtIfZfXwAGM)
100105
* [Google's C++ Course](https://developers.google.com/edu/c++/)
101106
* [Introduction to C++](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/) (MIT's opencourseware)
102107
* [LearnCpp.com C++ Tutorial](http://www.learncpp.com)
@@ -172,6 +177,8 @@
172177
* [Build a responsive website with Webflow](https://www.bloc.io/tutorials/webflow-tutorial-design-responsive-sites-with-webflow)
173178
* [Build a SaaS landing page using Skeleton](https://www.bloc.io/tutorials/jottly-a-beginner-s-guide-to-html-css-skeleton-and-animate-css)
174179
* [Build Dynamic Websites](http://cs75.tv/2010/fall/)
180+
* [CSS Tutorial](https://www.youtube.com/playlist?list=PL_RGaFnxSHWqMH9a9DY8LFKrJ5NJCFHHe)
181+
* [HTML Tutorial](https://www.youtube.com/playlist?list=PL_RGaFnxSHWr_FB-hVEgEGUESZL1TOiJ6)
175182
* [Learn how to program: CSS](https://www.learnhowtoprogram.com/css) - Epicodus Inc.
176183
* [Learn HTML5 Programming From Scratch](https://www.udemy.com/learn-html5-programming-from-scratch/)
177184

@@ -293,9 +300,15 @@
293300
* [Introduction to Functional Programming in OCaml](https://www.fun-mooc.fr/courses/parisdiderot/56002S02/session02/about)
294301

295302

303+
### Perl
304+
305+
* [Perl Tutorial](https://www.youtube.com/playlist?list=PL_RGaFnxSHWpqRBcStwV0NwMA3nXMh5GC)
306+
307+
296308
### PHP
297309

298310
* [Learn how to program: PHP](https://www.learnhowtoprogram.com/php) - Epicodus Inc.
311+
* [PHP & MySQL Tutorial](https://www.youtube.com/playlist?list=PL_RGaFnxSHWrjkpK2zD4TWKWMWVfeYK-b)
299312

300313

301314
### Python
@@ -317,6 +330,7 @@
317330
* [Programming for Everybody](https://www.coursera.org/learn/python)
318331
* [Programming Foundations with Python](https://www.udacity.com/course/programming-foundations-with-python--ud036) (Udacity)
319332
* [Python Course](http://www.python-course.eu)
333+
* [Python Programming Tutorial](https://www.youtube.com/playlist?list=PL_RGaFnxSHWpX_byHyTEj9hecPngl2DqR)
320334

321335

322336
### QB64
@@ -354,6 +368,11 @@
354368
* [Software Construction in Java](https://www.edx.org/course/software-construction-java-mitx-6-005-1x)
355369

356370

371+
### SQL
372+
373+
* [SQL Tutorial](https://www.youtube.com/playlist?list=PL_RGaFnxSHWr_6xTfF2FrIw-NAOo3iWMy)
374+
375+
357376
### Swift
358377

359378
* [Swiftris - Build an iOS Tetris app from scratch](https://www.bloc.io/swiftris-build-your-first-ios-game-with-swift)

0 commit comments

Comments
 (0)