Logo
  • Ubuntu
  • CentOS
  • Debian
  • Fedora
  • RedHat

python - Page 3 of 3 - DesignLinux

  • designlinux
  • 0 Comments
    • Tutorial
Python map() Function

map() is a built-in function in Python that applies a function to all elements in a given iterable. It allows you to write simple and clean code without using loops. Python map() Function # The map() function takes the following form: map(function, iterable, …) It accepts two mandatory arguments: function – Function that is called

Read More
  • designlinux
  • 0 Comments
    • Tutorial
How to Install OpenCV on Ubuntu 20.04

OpenCV (Open Source Computer Vision Library) is an open-source computer vision library with bindings for C++, Python, and Java and supports all major operating systems. It can take advantage of multi-core processing and features GPU acceleration for real-time operation. OpenCV is used for a wide range of applications, including medical image analysis, stitching street view

Read More
  • designlinux
  • 0 Comments
    • Tutorial
How to Install TensorFlow on Ubuntu 20.04

TensorFlow is a free and open-source platform for machine learning built by Google. It is used by a number of organizations, including Twitter, PayPal, Intel, Lenovo, and Airbus. TensorFlow can be installed system-wide, in a Python virtual environment, as a Docker container, or with Anaconda. This tutorial explains how to install TensorFlow in a Python

Read More
  • designlinux
  • 0 Comments
    • Tutorial
How to Comment in Python

When writing Python code, it is always a good practice to make your code clean and easily understandable. Organizing the code, giving variables and functions descriptive names are several ways to do this. Another way to improve the readability of your code is to use comments. A comment is a human-readable explanation or annotation that

Read More
  • designlinux
  • 0 Comments
    • Tutorial
Parsing JSON Data in Python

JSON is a human-readable text-based data format. It is language independent and used for data interchange between applications. In this article, we’ll explain how to parse JSON data in Python. Python JSON # The json module that allows you to encode and decode JSON data is a part of the Python standard library. JSON is

Read More
  • designlinux
  • 0 Comments
    • Tutorial
Python Modulo Operator

The modulo operation is an arithmetic operation that finds the remainder of the division of one number by another. The remainder is called the modulus of the operation. For example, 5 divided by 3 equals 1, with a remainder of 2, and 8 divided by 4 equals 2, with a remainder of 0. Python Modulo

Read More
  • designlinux
  • 0 Comments
    • Tutorial
How to Add Elements to a List in Python (append, extend and insert)

When working with lists in Python, you will often want to add new elements to the list. The Python list data type has three methods for adding elements: append() – appends a single element to the list. extend() – appends elements of an iterable to the list. insert() – inserts a single item at a

Read More
  • designlinux
  • 0 Comments
    • Tutorial
Python List Sort

Sorting data is one of the most common tasks when working with Python. For example, you may want to sort a list of team members by name, or a list of projects in order of priority. This article describes how to sort lists in Python. Python sort() and sorted() # In Python, you can sort

Read More
May 29 2020
  • designlinux
  • 0 Comments
    • Tutorial
How to Install OpenCV on Debian 10 Linux

OpenCV (Open Source Computer Vision Library) is an open source computer vision library with bindings for C++, Python, and Java and supports all major operating systems. In this tutorial, we will show you how to install OpenCV on Debian 10 system. OpenCV can be deployed on various platforms, including Windows, Linux, Android, iOS, etc. The

Read More
May 29 2020
  • designlinux
  • 0 Comments
    • Python
Learn Python Identity Operator and Difference Between “==” and “IS” Operator

This article is mainly curated to explain an important operator in python (“IDENTITY OPERATOR”) and how an identity operator differs (is, is not) from comparison operator (==). IDENTITY OPERATOR Identity operator (“is” and “is not”) is used to compare the object’s memory location. When an object is created in memory a unique memory address is

Read More
  • «
  • 1
  • 2
  • 3
Popular Post
  • How to Install Skype on Arch Linux
  • How to Check the PostgreSQL Version
  • Du Command in Linux
  • How to Start, Stop, or Restart Nginx
  • How to Install Shutter Screenshot Tool in Ubuntu 20.04
  • Echo Command in Linux with Examples
  • Bash Case Statement
  • How to List Cron Jobs in Linux
  • How to Boost the Productivity with Sublime Text Snippets
  • How to Change Hostname on Ubuntu 20.04
Recent Posts
  • How to Install Puppet on Ubuntu 22.04
  • How to Install Skype on Ubuntu 22.04 LTS
  • How to Install Slack on Ubuntu 22.04
  • 25 Outstanding Backup Utilities for Linux Systems in 2023
  • How to Install Java on Ubuntu 22.04
  • How to Install Jenkins on Ubuntu 22.04
  • Progress – Show Percentage of Copied Data for (cp, mv, dd, tar) Commands
  • How to Monitor Progress of (Copy/Backup/Compress) Data using ‘pv’ Command
  • How to Install GIMP on Ubuntu 22.04
  • How to Install Notepad++ on Debian 11
Recent Comments
    Popular Tags
    apache Apache Tips bash browser cassandra centos CentOS Tips commandline tools database debian Debian Tips elasticsearch fail2ban Fedora Tips git Hadoop Tips java kernel LAMP Guides LFCA Certification Exam linux distros Linux IDE Editors Linux Mint Tips linux network monitoring linux office suite linux server monitoring Linux Tricks loop mariadb mysql MySQL Tips Networking Tips Nginx Tips php postgresql python rdp RHEL Tips Rocky Linux Tips security ssh SSH Tips terminal ubuntu Ubuntu Tips
    Archives
    • January 2023
    • December 2022
    • November 2022
    • October 2022
    • September 2022
    • July 2022
    • June 2022
    • April 2022
    • March 2022
    • February 2022
    • January 2022
    • December 2021
    • November 2021
    • October 2021
    • September 2021
    • August 2021
    • July 2021
    • June 2021
    • May 2021
    • April 2021
    • March 2021
    • February 2021
    • January 2021
    • December 2020
    • November 2020
    • October 2020
    • September 2020
    • August 2020
    • July 2020
    • June 2020
    • May 2020
    Categories
    • AlmaLinux
    • Android
    • Ansible
    • Apache
    • Arch Linux
    • AWS
    • Backups
    • Bash Shell
    • Bodhi Linux
    • CentOS
    • CentOS Stream
    • Chef
    • Cloud Software
    • CMS
    • Commandline Tools
    • Control Panels
    • CouchDB
    • Data Recovery Tools
    • Databases
    • Debian
    • Deepin Linux
    • Desktops
    • Development Tools
    • Docker
    • Download Managers
    • Drupal
    • Editors
    • Elementary OS
    • Encryption Tools
    • Fedora
    • Firewalls
    • FreeBSD
    • FTP
    • GIMP
    • Git
    • Hadoop
    • HAProxy
    • Java
    • Jenkins
    • Joomla
    • Kali Linux
    • KDE
    • Kubernetes
    • KVM
    • Laravel
    • Let's Encrypt
    • LFCA
    • Linux Certifications
    • Linux Commands
    • Linux Desktop
    • Linux Distros
    • Linux IDE
    • Linux Mint
    • Linux Talks
    • Lubuntu
    • LXC
    • Mail Server
    • Manjaro
    • MariaDB
    • MongoDB
    • Monitoring Tools
    • MySQL
    • Network
    • Networking Commands
    • NFS
    • Nginx
    • Nodejs
    • NTP
    • Open Source
    • OpenSUSE
    • Oracle Linux
    • Package Managers
    • Pentoo
    • PHP
    • Podman
    • Postfix Mail Server
    • PostgreSQL
    • Python
    • Questions
    • RedHat
    • Redis Server
    • Rocky Linux
    • Security
    • Shell Scripting
    • SQLite
    • SSH
    • Storage
    • Suse
    • Terminals
    • Text Editors
    • Top Tools
    • Torrent Clients
    • Tutorial
    • Ubuntu
    • Udemy Courses
    • Uncategorized
    • VirtualBox
    • Virtualization
    • VMware
    • VPN
    • VSCode Editor
    • Web Browsers
    • Web Design
    • Web Hosting
    • Web Servers
    • Webmin
    • Windows
    • Windows Subsystem
    • WordPress
    • Zabbix
    • Zentyal
    • Zorin OS
    Visits
    • 0
    • 4
    • 557,453

    DesignLinux.com © All rights reserved