
How to Create Python Virtual Environments on Ubuntu
Sometimes we have more than one project running in one machine and sometimes they require same package with different version. In that case,...
Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991. Python's design philosophy emphasizes code readability with its notable use of significant whitespace.
Sometimes we have more than one project running in one machine and sometimes they require same package with different version. In that case,...
Pip is Python package manager command line tools that makes python packages easy to download from Python Package Index (PyPI). In the sense...
In the first part, we have discussed what is Numpy package, how to install and how to use it. In this part we will discuss about basic Numpy...
Python is the most popular general purpose programming language used in machine learning, data science, web application etc. Python has so m...
Python splitlines() is an inbuilt method that returns a list when there is a line break in the string. It breaks the string at line boundari...
Python String title() is an inbuilt string handling function that returns a string in which the first letter of the words present in th...
Node.js MySQL Update data Database Table
In this tutorial article, we will learn...How to check if a value exists in an array in PHP
Use the PHP in_array() functio...How to Add New Elements at the Beginning of an Array in JavaScript
Use the unshift() Method You can use...How to prevent SQL injection in PHP
Many new web developers are unaware of h...How to unzip a file in PHP
If you are working in a project which co...