Python Misc


Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/u262527351/domains/aipython.in/public_html/wp-includes/kses.php on line 1805

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.

Format and view json file in Notepad++ editor Read More »

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

Getting started with Jupyter Notebook for Python Read More »

Scroll to Top