Top Banner
Lessons Learned Teaching Coding to Journalism Students Cindy Royal AEJMC 2015 Associate Professor Texas State University cindyroyal.com slideshare.net/cindyroyal
11

Lessons Learned Teaching Coding to Journalism Students

Aug 18, 2015

Download

Technology

Cindy Royal
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Lessons Learned Teaching Coding to Journalism Students

Lessons Learned Teaching Coding to Journalism Students

Cindy RoyalAEJMC 2015Associate ProfessorTexas State Universitycindyroyal.comslideshare.net/cindyroyal

Page 2: Lessons Learned Teaching Coding to Journalism Students

• Programming basics/JavaScript• Data

– Excel– Scraping with Python

• Charting tools• Web Frameworks• Comprehensive final project

coding.cindyroyal.net

Page 3: Lessons Learned Teaching Coding to Journalism Students

A good interactive can tell a story in different ways than text, photos or video

Page 4: Lessons Learned Teaching Coding to Journalism Students

Teaching coding is different than teaching Web Design

Page 5: Lessons Learned Teaching Coding to Journalism Students

Students still need a solid understanding of HTML/CSS

<p id=“name”>Your Name Here</p>

document.getElementById(“name”).innerHTML = “Cindy”;

Page 6: Lessons Learned Teaching Coding to Journalism Students

It’s tough to get students from zero to professional, interactive project in one semester

Page 7: Lessons Learned Teaching Coding to Journalism Students

Coding isn’t one thing, it’s a lot of different concepts.

JavaScript Python

PHP

MySQL

JQueryRuby

RailsWeb Scraping

Bootstrap

Wordpress

Logic

Interactivity

Design

Visualization

GitHub

Page 8: Lessons Learned Teaching Coding to Journalism Students

Computer science programs do not teach Web Development

Computer Science

Web Development

(!=)=/

Page 9: Lessons Learned Teaching Coding to Journalism Students

Teaching coding requires constant course updates and modification of teaching approaches.

Page 10: Lessons Learned Teaching Coding to Journalism Students

Finding good, applicable datasets is difficult

Page 11: Lessons Learned Teaching Coding to Journalism Students

Focus on exposure, perspective first. Skills second. But the goal is to make things.