
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,...
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...
Django is one of the best and very popular web application framework of Python. in this article we will share with you how to inst...
In this article, we will share with you how to install Jupyter notebook with python 3 in ubuntu and how to run it and write the first python...
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...
How to disabled Submit Button after Clicked using jQuery
Often times, users like to press a few t...How to Count Number of Rows in a Table Using jQuery
Use the length Property You can simpl...Face Detection using Webcam in PHP
In this article, we will share with you...How to call a function automatically after waiting for some time in jQuery
Use the jQuery delay() method You can...How to get all the users except current logged in user in Laravel
While working in Laravel authentication,...