Matplotlib Tutorials

Matplotlib offers a structured learning path for Python data visualization. Our tutorials cover various plot types, customization options, and best practices, suitable for both beginner and intermediate data scientists. With free labs and practical examples, you'll gain hands - on experience in creating informative and attractive visualizations. Our data visualization playground allows you to experiment with Matplotlib functions and see immediate graphical results.

How to create inline functions in Python

How to create inline functions in Python

Learn to create efficient inline functions in Python using lambda expressions, explore advanced techniques, and improve your functional programming skills with concise code solutions.
Python
How to resolve ValueError: too many values to unpack

How to resolve ValueError: too many values to unpack

Discover how to resolve the "ValueError: too many values to unpack" error in Python programming. Learn practical solutions to diagnose and fix this common issue.
Python
How to align output in Python printing

How to align output in Python printing

Learn advanced Python text alignment techniques to format console output, improve readability, and create professional-looking print statements with various alignment methods.
Python
Upgrade Simple Shell to Interactive Shell in Nmap

Upgrade Simple Shell to Interactive Shell in Nmap

In this lab, you will learn how to upgrade a simple shell to an interactive shell within Nmap. Explore techniques using Python and Socat to achieve a full interactive shell, enhancing your penetration testing and network analysis skills.
LinuxCybersecurityPython
How to wait for a Python thread to finish

How to wait for a Python thread to finish

Learn how to properly wait for Python threads to complete their tasks, ensuring your program's synchronization and reliability. Discover practical techniques for efficient thread handling.
Python
Build URL Shortener with Flask MySQL

Build URL Shortener with Flask MySQL

This project guides you through creating a simple URL shortener service using Flask and MySQL. You'll learn to set up a database, design a web interface, and implement functionality to shorten URLs, search for URLs by tags, and view analytics. The project is beginner-friendly and offers a comprehensive insight into web development with Python and database management.
HTMLPythonMySQLCSS
How to format the hexadecimal output in Python

How to format the hexadecimal output in Python

Explore how to effectively format hexadecimal output in your Python programs. Learn the basics of hexadecimal and discover practical applications for this powerful numerical representation.
Python
Building Flask REST API with SQLite

Building Flask REST API with SQLite

In this project, we will learn how to build a REST API in Flask using SQLite as the database. We will start by creating a sample SQLite database and populating it with some data. Then, we will build a Flask application with endpoints to perform CRUD (Create, Read, Update, Delete) operations on the data in the SQLite database.
Python
How to replace multiple whitespaces in a Python string

How to replace multiple whitespaces in a Python string

Learn how to efficiently replace multiple whitespaces in a Python string using various techniques. Discover practical examples and use cases for this common programming task.
Python
How to pass arguments in Python multiprocessing

How to pass arguments in Python multiprocessing

Learn efficient techniques for passing arguments in Python multiprocessing, explore practical methods to handle complex parallel processing scenarios and optimize performance.
Python
How to clean up virtual environments

How to clean up virtual environments

Efficiently manage and clean up Python virtual environments with expert techniques, optimize disk space, and streamline development workflow for better project management
Python
How to fix 'ModuleNotFoundError' when building Docker image

How to fix 'ModuleNotFoundError' when building Docker image

Discover how to resolve the 'ModuleNotFoundError' when building Docker images, and learn best practices to avoid this issue. Optimize your Docker development workflow with these expert tips.
PythonDocker
How to add time in Python datetime

How to add time in Python datetime

Learn efficient techniques to add time in Python datetime, explore timedelta methods, and perform precise time calculations with practical examples and best practices.
Python
How to resolve 'NameError: name 'json' is not defined' in Python

How to resolve 'NameError: name 'json' is not defined' in Python

Discover how to fix the 'NameError: name 'json' is not defined' issue in your Python code. Learn the proper way to import the JSON module and avoid this common error.
Python
How to convert a Python list to a set while preserving the original order

How to convert a Python list to a set while preserving the original order

Discover how to efficiently convert a Python list to a set while maintaining the original order of the elements. Learn the techniques and best practices for this common data transformation task.
Python
How to efficiently group a Python list based on a given function

How to efficiently group a Python list based on a given function

Learn how to efficiently group a Python list based on a given function. Discover built-in methods and advanced techniques to streamline your list grouping process.
Python
How to deactivate Python venv

How to deactivate Python venv

Learn essential techniques to deactivate Python virtual environments safely and efficiently, manage development workflows, and switch between project environments seamlessly.
Python
How to use regex capture groups in Python

How to use regex capture groups in Python

Master Python regex capture groups with practical examples, learn advanced pattern matching techniques, and enhance your text processing skills effectively.
Python
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • ...
  • 175
  • Next