Tagged articles
15 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Aug 24, 2022 · Fundamentals

7 Essential Jupyter Notebook Tips for Data Analysis: Profiling, Interactive Visualisation, Magic Commands, Formatting, Shortcuts, Multiple Outputs, and Slide Creation

This article presents seven practical techniques for enhancing daily data‑analysis work in Jupyter notebooks, covering Pandas Profiling, Cufflinks/Plotly visualisation, IPython magic commands, markdown formatting, keyboard shortcuts, displaying multiple outputs simultaneously, and converting notebooks into live presentation slides.

IPythondata-analysispandas
0 likes · 10 min read
7 Essential Jupyter Notebook Tips for Data Analysis: Profiling, Interactive Visualisation, Magic Commands, Formatting, Shortcuts, Multiple Outputs, and Slide Creation
MaGe Linux Operations
MaGe Linux Operations
Oct 30, 2021 · Fundamentals

Master Python Essentials: Sets, Calendars, Enums, and More

This article presents practical Python tricks—including set operations, calendar calculations, enumerate usage with custom start indices, clean if‑else handling via enums, the enum module itself, and iPython basics—providing concise examples and explanations to help developers write more efficient and readable code.

CalendarIPythonPython
0 likes · 10 min read
Master Python Essentials: Sets, Calendars, Enums, and More
Python Programming Learning Circle
Python Programming Learning Circle
Mar 8, 2021 · Fundamentals

Introduction to IPython: Installation, Features, and Usage

This article introduces IPython, covering its installation, core components, key interactive features such as tab completion, introspection, magic commands, system shell integration, and how to use it within Jupyter Notebook, providing practical command examples and shortcuts for efficient Python development.

IPythonJupyterMagic Commands
0 likes · 10 min read
Introduction to IPython: Installation, Features, and Usage
21CTO
21CTO
Feb 26, 2021 · Fundamentals

Boost Your Python Workflow: 5 Essential Tools Every Developer Should Try

Discover five powerful Python tools—including Python Tutor, IPython, Jupyter Notebook, Anaconda, and Skulpt—that simplify coding, visualization, package management, and online execution, helping developers work more efficiently and deepen their understanding of Python programs.

AnacondaDevelopmentIPython
0 likes · 4 min read
Boost Your Python Workflow: 5 Essential Tools Every Developer Should Try
MaGe Linux Operations
MaGe Linux Operations
Feb 15, 2021 · Fundamentals

Unlock Powerful Python Tricks: Sets, Calendars, Enums, and More

This article showcases practical Python tricks—including set operations for deduplication, permission handling with set differences, calendar month calculations, enumerate with custom start indices, clean if‑else handling via enums, and iPython usage—providing concise code examples that boost everyday development productivity.

CalendarIPythonPython
0 likes · 11 min read
Unlock Powerful Python Tricks: Sets, Calendars, Enums, and More
MaGe Linux Operations
MaGe Linux Operations
Sep 20, 2020 · Fundamentals

Top 5 Free Python Tools Every Developer Should Know

Discover five essential, free Python tools—including Python Tutor, IPython, Jupyter Notebook, Anaconda, and Skulpt—that boost productivity, simplify learning, and streamline development for anyone seeking powerful, community‑driven solutions.

AnacondaIPythonJupyter
0 likes · 4 min read
Top 5 Free Python Tools Every Developer Should Know
MaGe Linux Operations
MaGe Linux Operations
Aug 28, 2020 · Fundamentals

7 Powerful Jupyter Tricks to Supercharge Your Data Analysis

This guide presents seven practical techniques—from using Pandas Profiling and Cufflinks‑Plotly visualizations to mastering IPython magic commands, Jupyter formatting, keyboard shortcuts, multiple outputs, and live slide conversion with RISE—to accelerate and enrich everyday data analysis workflows.

IPythonPythondata analysis
0 likes · 9 min read
7 Powerful Jupyter Tricks to Supercharge Your Data Analysis
MaGe Linux Operations
MaGe Linux Operations
Mar 3, 2018 · Fundamentals

Boost Your Python Development with the Powerful PrettyPrinter Library

PrettyPrinter is a Python 3.6+ library that delivers high‑quality, syntax‑highlighted pretty‑printing by improving on existing tools like __repr__, pprint, pprintpp, and IPython.lib.pretty, offering a simple descriptive API for custom formatting and stateful object representation.

Code FormattingIPythonPython
0 likes · 7 min read
Boost Your Python Development with the Powerful PrettyPrinter Library
MaGe Linux Operations
MaGe Linux Operations
Jan 14, 2018 · Artificial Intelligence

7 Essential Python Tools Every Data Scientist Must Master

This article introduces seven must‑know Python tools—including IPython, GraphLab Create, Pandas, PuLP, Matplotlib, Scikit‑Learn, and Spark—explaining their key features and how they empower data scientists to work efficiently in production environments.

Data ScienceGraphLabIPython
0 likes · 9 min read
7 Essential Python Tools Every Data Scientist Must Master
MaGe Linux Operations
MaGe Linux Operations
Nov 2, 2017 · Fundamentals

Create a Stunning Jupyter Notebook Setup: Install, Configure, and Customize

This guide walks you through installing Jupyter via Anaconda, configuring IPython profiles, customizing Matplotlib for inline and Chinese font support, optimizing Retina displays, tweaking notebook CSS, and adding useful extensions like nbextensions and dashboards to create a polished, production‑ready environment.

ConfigurationExtensionsIPython
0 likes · 8 min read
Create a Stunning Jupyter Notebook Setup: Install, Configure, and Customize