Logo
  • Ubuntu
  • CentOS
  • Debian
  • Fedora
  • RedHat

Python - DesignLinux

Nov 03 2020
  • designlinux
  • 0 Comments
    • Python
How to Use Platform and Keyword Module in Python

The platform module provides an API to get information about the underlying system/platform where our code runs. Information such as OS name, Python Version, Architecture, Hardware information, etc. is exposed via platform module functions. This module does not require installation since it is part of the default libraries that comes with python installation. First, let’s

Read More
Sep 29 2020
  • designlinux
  • 0 Comments
    • Linux IDE
    • Python
How to Install Python IDLE in Linux

IDLE is an Integrated and learning environment created with Python using the GUI Tkinter toolkit. This is mainly used by beginners to get familiar with Python. IDLE is a cross-platform application that works with Mac OS, Windows, and Linux. In windows, IDLE comes by default with the installation. For Mac OS and Linux, we have

Read More
May 29 2020
  • designlinux
  • 0 Comments
    • Python
Learn Python List Data Structure – Part 1

Data Structure is a collection of data types, the relationship among them and the functions or operations that can be applied on the data. Data type can be string, Integer, Floating value and so on. What is the difference between Mutable/Immutable object? Mutable Objects Objects whose state can be changed once it is created like

Read More
May 29 2020
  • designlinux
  • 0 Comments
    • Python
Learn Python Tuples Data Structure – Part 2

In this Part 2 of Python Data Structure series, we will be discussing what is a tuple, how it differs from other data structure in python, how to create, delete tuple objects and methods of tuple objects and how tuple differs from the list. Python tuples are similar to list data structure but the main

Read More
May 29 2020
  • designlinux
  • 0 Comments
    • Python
Learn Python Dictionary Data Structure – Part 3

In this Part 3 of Python Data Structure series, we will be discussing what is a dictionary, how it differs from other data structure in python, how to create, delete dictionary objects and methods of dictionary objects. Dictionary is a built-in implementation of “Python Data Structure” which is a collection of “Key: Value” pairs. Dictionary

Read More
May 29 2020
  • designlinux
  • 0 Comments
    • Python
Learn Python Set/Frozenset Data Structure – Part 4

In this Part 4 of Python Data Structure series, we will be discussing what is a set, how it differs from other data structure in python, how to create set objects, delete set objects and methods of set objects. A set object is an unordered collection of distinct hashable objects. Set automatically removes duplicate items

Read More
May 29 2020
  • designlinux
  • 0 Comments
    • Python
Learn Python Sys Module

In this article, we will take a look at the Python Sys Module. There are variables and functions that are maintained by the interpreter and the sys module provides a way of interacting with them. These variables are available until the interpreter is alive. We will have a glance at some of the commonly used

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
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 Flask in Ubuntu 20.04
  • How to Setup CentOS Stream from AWS Marketplace
  • How to Create a KVM Virtual Machine Template
  • How to Install Different PHP (5.6, 7.x and 8.0) Versions in Ubuntu
  • Find and Replace in Vim / Vi
  • How to Set Up High Availability for Resource Manager – Part 6
  • How to Create Virtual Machines in KVM Using Virt-Manager
  • How to Manage Virtual Machines in KVM Using Virt-Manager
  • How to Install Apache CouchDB in Ubuntu 20.04
  • How to Install Apache Kafka in CentOS/RHEL 7
Recent Comments
    Popular Tags
    apache Arch Linux Tips bash cassandra centos CentOS Tips commandline tools composer database debian Debian Tips Fedora Tips Hadoop Tips java kernel KVM Tips linux distros Linux IDE Editors Linux Mint Tips linux server monitoring Linux Tricks loop mariadb maven memcached mysql MySQL Tips Networking Tips nginx Nginx Tips open source tools php postgresql python Python Data Structure rdp Redis RHEL Tips security ssh ssl terminal ubuntu Ubuntu Tips vim
    Archives
    • January 2021
    • December 2020
    • November 2020
    • October 2020
    • September 2020
    • August 2020
    • July 2020
    • June 2020
    • May 2020
    Categories
    • Android
    • Ansible
    • Apache
    • Arch Linux
    • AWS
    • Backups
    • Bash Shell
    • CentOS
    • CentOS Stream
    • Cloud Software
    • CMS
    • Control Panels
    • CouchDB
    • Data Recovery Tools
    • Databases
    • Debian
    • Development Tools
    • Drupal
    • Editors
    • Fedora
    • Firewalls
    • GIMP
    • Hadoop
    • HAProxy
    • Joomla
    • Kali Linux
    • KDE
    • Kubernetes
    • KVM
    • Laravel
    • Linux Commands
    • Linux Distros
    • Linux IDE
    • Linux Mint
    • Linux Talks
    • Lubuntu
    • Mail Server
    • Manjaro
    • MariaDB
    • MongoDB
    • Monitoring Tools
    • MySQL
    • Network
    • Networking Commands
    • NFS
    • Nginx
    • Nodejs
    • Open Source
    • OpenSUSE
    • Package Managers
    • Pentoo
    • PHP
    • Podman
    • Postfix Mail Server
    • PostgreSQL
    • Python
    • Questions
    • RedHat
    • Redis Server
    • Security
    • Shell Scripting
    • SSH
    • Storage
    • Top Tools
    • Torrent Clients
    • Tutorial
    • Ubuntu
    • VirtualBox
    • Virtualization
    • VMware
    • VPN
    • Web Browsers
    • Web Hosting
    • Web Servers
    • Windows
    • Windows Subsystem
    • WordPress
    • Zorin OS
    Visits
    • 0
    • 71
    • 15,124

    DesignLinux.com © All rights reserved