-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
80 lines (78 loc) · 3.55 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
name: OpenTechSchool
markdown: redcarpet
pygments: true
encoding: UTF-8
permalink: none
exclude: ['bower_components', 'sass', 'config.rb', 'gumby.json',
'Gemfile', 'Gemfile.lock', 'README.md', 'CNAME']
sections:
- name: Python
workshops:
- title: Python for Beginners
url: http://opentechschool.github.io/python-beginners/
source: https://github.com/OpenTechSchool/python-beginners/
code: false
desc: "A tutorial for complete newbies, to help them get their feet
wet in programming."
- title: Introducing web apps with Flask
url: http://opentechschool.github.io/python-flask/
source: https://github.com/OpenTechSchool/python-flask/
code: https://github.com/OpenTechSchool/python-flask-code
desc: "So you wanna get dynamic, huh? Crafting up responsive web apps
isn't hard with the Flask library for Python."
- title: Data Processing with Python
url: http://opentechschool.github.io/python-data-intro/
source: https://github.com/OpenTechSchool/python-data-intro/
code: false
desc: "Designed to release you from the chains of Excel, learn how to
manipulate and graph data with python, for great insight!"
- title: Django 101
url: http://django-marcador.keimlink.de/
source: https://bitbucket.org/keimlink/django-marcador/
code: false
desc: "Django is a full-featured framework for writing python web
applications quickly. Learn how to utilize its power!"
- name: JavaScript
workshops:
- title: JavaScript for Absolute Beginners
url: http://opentechschool.github.io/js-beginners-1/
source: https://github.com/OpenTechSchool/js-beginners-1/
code: false
desc: "Learn the basics of the JavaScript programming language."
- title: JavaScript for Web Pages (outdated)
url: http://opentechschool.github.io/js-beginners-2/
source: https://github.com/OpenTechSchool/js-beginners-2/
code: false
desc: "Use basic JavaScript and the DOM to build a slide show in the browser."
- name: Web Development
workshops:
- title: CSS Classes
url: http://cssclass.es/materials/
source: https://github.com/CSSclasses/CSSclasses
code: false
desc: "Learn CSS in a playful way and experiment in the browser."
- title: Starting HTML & CSS
url: http://opentechschool.github.io/html-css-beginners/
source: https://github.com/OpenTechSchool/html-css-beginners/
code: false
desc: "A first foray into learning the languages of the web:
HTML and CSS."
- name: Data Hacking
workshops:
- title: Working with SQL databases
url: http://opentechschool.github.io/sql-tutorial/
source: https://github.com/OpenTechSchool/sql-tutorial
code: false
desc: "Beginners' tutorial on how to extract information from databases with SQL"
- name: Tools
workshops:
- title: Social coding with Git & Github
url: http://opentechschool.github.io/social-coding/
source: https://github.com/OpenTechSchool/social-coding/
code: https://github.com/OpenTechSchool/underground/
desc: "Learning to use git to make coding a communal experience!"
- title: Github from Scratch
url: http://opentechschool.github.io/github-from-scratch/
source: https://github.com/OpenTechSchool/github-from-scratch/
code: false
desc: "Learning about Github, Jekyll and basic HTML / CSS."