Upgrade to Pro — share decks privately, control downloads, hide ads and more …

A developer amongst (data) journalists - Pycon Sweden 2018

Eleonore
February 08, 2024

A developer amongst (data) journalists - Pycon Sweden 2018

My experience working at Journalism Plus Plus (J++) Stockholm (teaching Python to journalists and internal projects)

Eleonore

February 08, 2024
Tweet

More Decks by Eleonore

Other Decks in Programming

Transcript

  1. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Web developer + Data scientist digital agency, early startup, consultancy Python, Clojure Developer @ J++ Freelance work PUG organiser Coding mentor
  2. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Journalism Plus Plus (J++) jplusplus.org team of data journalism specialists Stockholm Porto Cologne Amsterdam Paris Berlin
  3. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Data journalism • Identifying / investigating stories web scraping, APIs, data analysis • Presenting / telling stories web app, interactive data visualisation
  4. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned ICIJ – The Panama Papers offshoreleaks.icij.org The Washington Post washingtonpost.com/ graphics/politics/trump- claims-database SVT svt.se/special/algjakten-i-siffror
  5. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Journalism Plus Plus (J++) The migrants files – themigrantsfiles.com
  6. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Journalism Plus Plus (J++) Stockholm and Porto offices
  7. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Journalism Plus Plus (J++) Stockholm office • Programming for journalists – Python course • Newsworthy – automated story finding • Clients projects – web applications, data analysis • Local/global news stories – research, analysis, viz
  8. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned What I’m NOT going to talk about: • Being a newsroom developer • How to become a data journalist (although I’m happy to chat about it) What I’m going to talk about: • My experience at J++ (teaching Python to journalists, working on internal/client projects) • My takeaways from that experience
  9. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Programming for journalists – Python course 6 sessions already run → programme set but adapted to each class jplusplus.org/en/academy
  10. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Classroom teaching • CLI basics • Python basic data structures • if statements, for loops • Work with Python libraries, APIs, reading/writing files Support • Slack group (24/7) Applied to journalism • Generating texts • Web scraping • Gather tweets • Course project jplusplus.org/en/academy/programming- for-journalists Programming for journalists – Flexible scope
  11. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Programming for journalists – Flexible scope Day 2015/16 2017 2018 Day 1 Variables, data types, conditionals, functions Variables, data types, conditionals, functions Variables, data types, conditionals Day 2 Lists, dicts, loops, more functions Lists, dicts, loops, functions Lists, dicts, loops Day 3 HTML basics, intro to web scraping, read/write files HTML basics, intro to web scraping, read/write files HTML basics, intro to web scraping, read/write files Day 4 Scrape data from a web page, save data in database Scrape data from a web page Scrape data from a web page Day 5 Demo git / Github Demo git / Github How the web works, HTTP requests, Python tools Demo git / Github
  12. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Programming for journalists – Flexible scope Variables, data types, conditionals Lists, dicts, loops HTML basics, intro to web scraping, read/write files Scrape data from a web page Demo git / Github Day 1 Day 2 Day 3 Day 4 Day 5 J++ | Python for Journalists MIT | Intro to CS and Programming in Python Udacity | Programming Foundations with Python Intro and installation Use functions, explore classes OOP concepts, use 3rd party packages Create classes Personal project Lesson 1 Lesson 2 Lesson 3 Lesson 4 Lesson 5
  13. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Programming for journalists – Text robots sverigesradio.se/sida/artikel.aspx?programid=4657&artikel=7037094 Use election results data Go through cities/regions Write an article About the results Read CSV file FOR loop Use a dictionary IF statement Print statement
  14. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Programming for journalists – Students projects https://www.etc.se/inrikes/sds-toppnamn-i- kyrkovalet-kopte-nazistbocker-mitt-i-valrorelsen https://svenska.yle.fi/artikel/2016/10/23/kolla-hur-priserna- pa-bilforsakring-kan-se-ut-dar-du-bor-skillnader-pa-flera
  15. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned It’s so exciting! • Keeping things simple and practical → implement what they learn • We’ve actually made new members of the Python community • Teaching new skills → impact on their career • We’re having a (indirect) positive impact on society
  16. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned It’s also challenging • Adapting to the different students coding levels - remove things if they need more time - give more to more advanced students • There are so many tools, notions, libraries - don’t overwhelm them - develop a follow-up course • Get them to interact with other data journalists and other members of the Python community Alumni network? Local meetup groups?
  17. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Data pipelines for internal projects and clients Web page API DB Data transformation Data analysis Article, Web app... Inputs Delivery
  18. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Newsworthy – automated story finding Node.js, Amazon Web Services • Internal project based on a statistical model • Feeds on local or European level databases • Generates JSON format data + graph images • Query data to write news stories Datasets (employement, crime...) JSON IMG Identify story worthy Generate data News story HTML page with graph Generate story
  19. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Clients projects – web applications, data analysis Node.js or Python, Postgres, AWS • Use clients data and/or open data • Feed a database + add data upon updates • Query data for applications or analysis Data (API, CSVs...) DB DB Gather and transform data usage app/analysis Merge data sources Merged DBs
  20. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Current state • Data pipeline – not fully automated, differs / projects • Code organised in a modular fashion • Research and design for a new pipeline • Identification of reusable bits Aim • Data pipeline fully automated and reusable • Include monitoring and alerting
  21. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Plan and ideas [in progress] • Lambda functions and serverless architecture → Make use of the modular structure • Expand our use of AWS services → Quick set-up and for securely hosted services • Independent app for monitoring and alerting system
  22. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Being a developer among (data) journalists Skills involved • Curiosity, general/domain knowledge • Communication (document) • Flexibility (new techs, ideas…) • Deliver: be simple and practicle (cf Zen of Python :)) • Data work: Python (scripting, Jupyter Notebook, Pandas, Matplotlib….), QGIS • Web work: JS (Node.js, React.js…), HTML, CSS • Other: SQL, version control (Git), AWS, APIs...
  23. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Methodology and processes Tools • Slack (communication with Sthlm-Porto, Sthlm only, projects specific, ideas/cool stuffs) • Trello (general planning, projects features) • Google docs Processes • Weekly planning meeting • Monthly update meeting Sthlm-Porto • Meetings project specific within networks (EDJNET)
  24. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned • Think your interactions with “non-technical” people → Take on non-experienced coders → Help non-coders eager to automate their work → Be proactive on helping other professionals • Balance between giving enough info, but not too much • Favour knowledge exchange (code, domain knowkedge) (Workplace) interactions
  25. PyCon Sweden 2018 | @EleonoreMayola Background | Making new pythonistas

    | Building a stories pipeline | Lessons learned Tech work != tech organisations • Widen your perspectives • Widen your network(s) • Widen your job search Science, art, education, travel, media... Work opportunities
  26. PyCon Sweden 2018 | @EleonoreMayola @EleonoreMayola github.com/eleonore9 Elle-est-au-nord.com jpluplus.org |

    @jplusplus_ Resources • github.com/Eleonore9/pyconse18 • datajournalismhandbook.org