بایگانی دسته: programming

Auto Added by WPeMatico

How to Add an Item in a List Using Python Append() Command

We have a list of numbers or strings, and we want to append items to a list. Basically, we can use the append method to achieve what we want. The append() method adds a single item to the existing list. It […]
The post How to Add an Item in a List Using Python Append() Command appeared first on LinOxide.

خرید وی پی ان آنتی فیلترآنتی فیلتر

How to Sort a List Using Python Sort List() Method

We have a list of numbers or strings, and we want to sort the items in this list. Basically, we can either use sort method or sorted function to achieve what we want. The difference between sort and sorted is that […]
The post How to Sort a List Using Python Sort List() Method appeared first on LinOxide.

خرید وی پی ان آنتی فیلترآنتی فیلتر

How to Use Python raw_input Function with Examples

Python is one of the easiest languages to learn and use, while at the same time being very powerful. Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. The Python input() and raw_input() functions are used to read data […]
The post How to Use Python raw_input Function with Examples appeared first on LinOxide.

خرید وی پی ان آنتی فیلترآنتی فیلتر

How to Setup Python Virtual Environment on Ubuntu 18.04

Python is a versatile programming language that can be used for many different programming projects(Web – Mobile – Desktop). Easy to set up, and written in a relatively straightforward style with immediate feedback on errors, Python is a great choice […]
The post How to Setup Python Virtual Environment on Ubuntu 18.04 appeared first on LinOxide.

خرید وی پی ان آنتی فیلترآنتی فیلتر

diff-so-fancy – Improved Human Readable Format for Git diff

Working on the command line using either git or hub can be quite a bland experience, and often a user can find it difficult when reading diffs. Now, the standard format of git has been replaced by a much better […]
The post diff-so-fancy – Improved Human Readable Format for Git diff appeared first on LinOxide.

خرید وی پی ان آنتی فیلترآنتی فیلتر

Psutil – Library to Fectch Running Process and System Utilization Information

Psutil is a python based library, it provides an interface to monitor your computer system’s resources. You can use this utility and its available APIs to find out all details about currently running processes, their resource consumption like memory, network and disk usage etc. It is a cross-platform application which works on all popular operating […]
The post Psutil – Library to Fectch Running Process and System Utilization Information appeared first on LinOxide.

خرید وی پی ان آنتی فیلترآنتی فیلتر