Python Misc

Format and view json file in Notepad++ editor

format json file using notepad++

JSON stands for JavaScript Object Notation. It is a text format (to exchange information) and not a programming language. All modern programming language knows about JSON. In this section, you will learn a quick introduction of JSON, what it is, how to use them, and most importantly, how to view the JSON data in a much cleaner way using open source Notepad++ text editor.

Getting started with Jupyter Notebook for Python

jupyter notebook for python

Jupyter notebook is an open-source, lightweight and browser-based IDE. It is a kind of web app that allows to write and execute Python code in a browser (Chrome, Safari and Firefox). The notebook extends the console-based approach to interactive computing in a qualitatively new direction, providing a web-based application suitable for capturing the whole computation

Scroll to Top