Review Geek: Raspberry Pi Debuts a Code Editor for Young People

Review Geek: Raspberry Pi Debuts a Code Editor for Young People. “Python is the preferred coding language for beginners (particularly young people), as it’s the most intuitive language utilized by professionals. For this reason, Raspberry Pi’s Code Editor uses Python (specifically the standard library and P5). Support for web development languages, including HTML, CSS, and JavaScript will arrive at a later date.”

VIDEO PLAYLIST: An introduction to Python for data journalism and scraping (Online Journalism Blog)

Online Journalism Blog: VIDEO PLAYLIST: An introduction to Python for data journalism and scraping. “Python is an extremely powerful language for journalists who want to scrape information from online sources. This series of videos, made for students on the MA in Data Journalism at Birmingham City University, explains some core concepts to get started in Python, how to use Colab notebooks within Google Drive, and introduces some code to get started with scraping.”

Education Technology: Micro:bit launches new Python Editor to help more children learn text-based coding languages

Education Technology: Micro:bit launches new Python Editor to help more children learn text-based coding languages. “Micro:bit Educational Foundation, the education non-profit on a mission to enhance children’s digital skills, today announces it is making it even easier for children to learn the text-based coding skills needed to access some of the most in-demand tech jobs. Its new Python Editor – used in conjunction with the BBC micro:bit, its handheld coding devices – is purpose-built to address the hurdles learners usually face in working with the type of languages used by most developers by creating a more user-friendly and intuitive learning experience.”

Europe PMC: Keeping it under lock and keywords: exploring new ways to open up the web archives with notebooks.

Europe PMC: Keeping it under lock and keywords: exploring new ways to open up the web archives with notebooks.. “…the scale of the [UK Government Web Archive] exposes the limits of the current search interface, and there is no facility to understand the archive in aggregate. This article seeks to go beyond the simple keyword search by exploring the data sources available, from APIs to web crawling, for computational analysis of the UKGWA. The article is accompanied by two Python Notebooks which present examples of analysis using each data source. Notebooks lower the technical barriers for the reader to explore and interpret the UKGWA as data, while surfacing the challenges around making web material computationally accessible.”

MakeUseOf: Try Python in Your Browser With These Free Online Interactive Shells

MakeUseOf: Try Python in Your Browser With These Free Online Interactive Shells. “To start coding in Python as quickly as possible, you can use an online interactive shell. This is a website that lets you write and run Python code in your browser, with instant results. There’s no need to install anything. Whether you’re exploring Python functions or reviewing the basics of arrays and lists, you can do so right in your browser. You’ll find these online Python interpreters highly valuable.”