Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 3.61 KB

File metadata and controls

59 lines (37 loc) · 3.61 KB

Learn more Python

Check the References directory and you'll find a couple of example code snippets that you can view and learn from, for example reading and saving text files.

Learn Python

There are plenty of guides online that will teach you programming in Python. Don't know which one to choose? Then choose Coursera because it mixes both video lectures, reading materials and assignments.

Get help

Do you get an error or have any problems using Python? Stack Overflow is a good place to ask questions and find answers. The Python documentation describes all of the Python language as well.

Find code

How do you find a specific library or a piece of code that you can use? Here's some tips:

Web scraping tutorials

News robot

Find datasets online

Program to write code

Jupyter Notebook is great for interactive coding. But you can also write code in a regular program for your computer, such as:

All programs are free to use and works with Mac, Windows and Linux. Use Visual Studio Code if you can't decide.

Practical examples for journalists