All Projects → winnydejong → Pythonforjournalists

winnydejong / Pythonforjournalists

Licence: mit
Notebooks and files for the Python for Journalists course on Datajournalism.com

Projects that are alternatives of or similar to Pythonforjournalists

Praatscripts
These are praat scripts I use in my research, implemented in parselmouth for python for use in binder
Stars: ✭ 40 (-2.44%)
Mutual labels:  jupyter-notebook
Torch Ddcnn
From Pixels to Torques: Policy Learning using Deep Dynamical Convolutional Neural Networks (DDCNN)
Stars: ✭ 40 (-2.44%)
Mutual labels:  jupyter-notebook
Image bbox slicer
This easy-to-use library splits images and its bounding box annotations into tiles, both into specific sizes and into any arbitrary number of equal parts. It can also resize them, both by specific sizes and by a resizing/scaling factor.
Stars: ✭ 41 (+0%)
Mutual labels:  jupyter-notebook
Seq2seq keras
使用keras搭建seq2seq完成中英文翻译
Stars: ✭ 40 (-2.44%)
Mutual labels:  jupyter-notebook
Deep homography estimation
Compute homographies with deep networks instead of feature matching and RANSAC.
Stars: ✭ 40 (-2.44%)
Mutual labels:  jupyter-notebook
The Hello World Of Machine Learning
Learn to build a basic machine learning model from scratch with this repo and tutorial series.
Stars: ✭ 41 (+0%)
Mutual labels:  jupyter-notebook
Intel Scene Classification
This is the 1st place solution for AV Intel scene classification challenge
Stars: ✭ 41 (+0%)
Mutual labels:  jupyter-notebook
Rppg Pos
Remote photoplethysmography measures heart rate of a person without any contact, from their video. This is an implementation of rPPG called as Plane Orthogonal-to-Skin (POS) as described in the IEEE paper - "Algorithmic Principles of Remote PPG," W. Wang, A. C. den Brinker, S. Stuijk and G. de Haan.
Stars: ✭ 41 (+0%)
Mutual labels:  jupyter-notebook
Oreilly Pytorch
🔥 Introductory PyTorch tutorials with OReilly Media.
Stars: ✭ 40 (-2.44%)
Mutual labels:  jupyter-notebook
Eci2019 Drl
Curso sobre Aprendizaje Profundo por Refuerzo en ECI 2019
Stars: ✭ 41 (+0%)
Mutual labels:  jupyter-notebook
Data utilities
Utilities for processing the xView 2018 dataset (i.e., xview1)
Stars: ✭ 40 (-2.44%)
Mutual labels:  jupyter-notebook
Src
Sources for some videos
Stars: ✭ 40 (-2.44%)
Mutual labels:  jupyter-notebook
Sberbank Covid19 Forecast 2020
Covid19-forecast
Stars: ✭ 41 (+0%)
Mutual labels:  jupyter-notebook
Deeplearning In Action
《深度学习原理与实践》相关代码——source code of the book <deep learning in action>
Stars: ✭ 40 (-2.44%)
Mutual labels:  jupyter-notebook
Dataset Election 62 Candidates
Thailand Election'62 Candidate Information Browsing Website
Stars: ✭ 41 (+0%)
Mutual labels:  jupyter-notebook
Python101code
Code examples from the book, Python 101 by Michael Driscoll
Stars: ✭ 40 (-2.44%)
Mutual labels:  jupyter-notebook
Fsdl Text Recognizer Project
The source repository is at https://github.com/full-stack-deep-learning/fsdl-text-recognizer
Stars: ✭ 1,005 (+2351.22%)
Mutual labels:  jupyter-notebook
Deep Learning Practical Introduction With Keras
DEEP-LEARNING-practical-introduction-with-Keras
Stars: ✭ 41 (+0%)
Mutual labels:  jupyter-notebook
Ibmi Oss Examples
A set of examples for using open source tools on IBM i
Stars: ✭ 41 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow2 tutorials
本项目是TensorFlow2.0学习笔记,主要参考官方文档,此外也添加个人许多个人使用心得体会等内容,本项目所有笔记也发布在博客园等平台,希望对你有所帮助。
Stars: ✭ 41 (+0%)
Mutual labels:  jupyter-notebook

Python for Journalists

Notebooks and files for the Python for Journalists course on Datajournalism.com

What Is Python Anyway

Python is a programming language for general-purpose programming. It's popular among data journalists for its readability, ease of use and efficiency.

About the Course

The course Python for Journalists is meant for journalists looking to learn the most common uses of Python for data journalism. During four modules the course teaches you how to set up Python and all Python-related tools on your own computer. Next you'll learn how to clean up messy datasets using the Pandas library. In the third module you'll learn how to analyse data, again using the Pandas library. In the fourth and final module you'll learn how to automatically download data from the web, by using both the Beautiful Soup and Requests libraries to dabbling in webscraping.

This Python for Journalists course is meant for those who dabbled in Python, but somehow didn't persevere; and for those who can't wait to dive in head first... Though no programming knowledge is required, it helps if you know what a terminal or command prompt is and if you are familiar with Excel.

Course Modules

For all modules except module 1 Set up, there is a Jupyter Notebook available to follow along during the course. Each notebook contains exercises and explanations. Happy Pythoning!

1 Set Up

This module revolves around installing the right tools on your laptop. To follow along in the coming modules, you'll need Python 3, and several Python libraries like Requests, Pandas and BeautifulSoup installed. Jupyter Notebooks come highly recommended. It's recommended that you install all of this software in one go, using the Anaconda distribution. This first module does not include a Jupyter Notebook.

On your computer:

  • Install the Anaconda distribution to install Python 3, libraries Requests, Pandas, and BeautifulSoup, and Jupyter Notebooks all at once on your computer.
    • Note: choose for the Anaconda installation that includes Python 3, at the time of writing that would be Python 3.6.

Extra preparation: If you want to make sure you have a solid foundation to build up on, you might want to learn about the Python syntax first. Here are some places where you can learn about different data types in Python, which might help before continuing with this course: (Since the following tutorials overlap, choosing one is highly recommended.)

2 Clean data

In this second module we'll show you how to get into your Python conda environment, and how to start a Jupyter Notebook. Once that's out of the way, you'll learn how to import a CSV-file into your Jupyter Notebook, to get ready for some data cleaning. Among other things you'll learn how to search and replace values inside a column; how to change the datatype of a column; and how to extract data from a column to populate a new column. This module includes two Jupyter Notebooks: one empty and another one completed - all named 'clean data'.

3 Analyse data

In this third module, you'll learn how to analyse data using the Pandas library. You'll learn how to explore your dataset, looking at summary statistics - count, median, mean, percentiles, standard deviation etc. - for each column. Next we'll look into how to sort, filter, sum and count values in columns. Finally you'll learn how to group data, creating (for those familiar with Excel) pivot tables, using the Pandas library. This module includes two Jupyter Notebooks: one empty and another one completed - all named 'analyse data'.

Extra exercises: If you want to make sure you have fully grasped this module, you can take on the extra notebook that contains some exercises. Since this is a later add on to the course, there is no video to accompany this notebook. However, you should be able to pull through without video. :) Off course there are two extra notebooks: one completed, and one for you to work in.

4 Scrape data

The final module revolves around scraping data using both the Requests and the BeautifulSoup libraries. Though in practice you'll likely first want to scrape data, to later clean and analyse those numbers, this module is last for training purposes. The modules on cleaning and analysing data introduced you to Python, Pandas and Jupyter Notebooks. Paving the way for some basic webscraping, including a for loop to collect data as efficient as possible. Finishing this module you should be able to write some basic webscrapers to collect data from the internet. This module includes two Jupyter Notebooks: one empty and another one completed - all named 'scrape data'.

Learning More

Courses

About Us

About DataJournalism.com

The European Journalism Center believes that the use of data in journalism is a cornerstone of building resilience in any newsroom. After 10 years of experience running data journalism programmes they've created DataJournalism.com. The site provides data journalists with free resources, materials, online video courses and community forums. Once you sign in, you can enroll for free into one of our premium online courses or discuss with the community in our forums. Whether you are new to data journalism or deeply familiar with it, membership will expose you to like-minded data journalists and give you a free space to learn or improve your data skills.

About Winny de Jong

Winny works as a data journalist for the Dutch national news broadcast NOS. There she interviews datasets instead of people trying to find news before it is news. Winny usually speaks about the importance of data literacy, how to develop ideas, and her data journalistic workflow. She has presented before for organizations like TEDx, Brussels News Summit, DataHarvest+ and multiple journalism colleges. Every Sunday she shares the best of the data journalism web in her data journalism newsletter. Visit her online at winnymedia.nl or at her data blog.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].