Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 4.57 KB

README.md

File metadata and controls

56 lines (34 loc) · 4.57 KB

I just finished the Python course for journalists, what's next?

Stories that used Python (with code!)

Tools and packages

Snippets and scripts

Tutorials

Scraping

Analysis

Misc

Newsletters

  • The Journalism++ newsletter gives bi-weekly tips about stories, tools and much more related to data and journalism.
  • DataElixir is a newsletter about all things data.
  • Naked Data is a newsletter by data journalist Jason Norwood-Young.
  • Data Is Plural is a newsletter by data journalist Jeremy Singer-Vine.
  • Banana Data is a newsletter with focus on AI and data science.

Reads

  • PEP 8 is a style guide for easy to read and beautiful Python code. The section on naming conventions is particularly good to follow.