• Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate
TecNStuff
Menu
  • Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate

Tag: python

31 December 2020

How to Install Python 3.9 on CentOS 8

Written by Admin
Python is most popular programming language. It’s used to write small scripts, build games, develop websites, create machine learning algorithms, analyze data and more. In this tutorial, we will show you how to install python 3.9 on CentOS 8 system. Install Python 3.9 on CentOS 8# By default, Python 3.6 is included on CentOS...
Read More about How to Install Python 3.9 on CentOS 8
CentOS Leave a Comment
25 December 2020

How to Install Python 3.9 on Debian 10

Written by Admin
Python is most popular programming language. It is used by multiple ways to build different kinds of applications. Python 3.9 is the latest major release of the Python language. It includes many new features such as new dict operators, new str functions, support for IANA time zone, and more. This tutorial describes multiple ways...
Read More about How to Install Python 3.9 on Debian 10
Debian Leave a Comment
21 December 2020

How to Install Python 3.9 on Ubuntu 20.04

Written by Admin
Python is most popular programming language. It is used by multiple ways to build different kinds of applications. Python 3.9 is the latest major release of the Python language. It includes many new features such as new dict operators, new str functions, support for IANA time zone, and more. This tutorial describes multiple ways...
Read More about How to Install Python 3.9 on Ubuntu 20.04
Ubuntu Leave a Comment
19 October 2020

Get and Change the Current Working Directory in Python

Written by Admin
In Python, it’s a best practice to use the absolute paths. It’s little bit difficult while you are working with the relative paths. An absolute path specifies a file or directory location starting from the root directory, while the relative path begins from the current working directory. At the time of execution of Python...
Read More about Get and Change the Current Working Directory in Python
Linux Commands Leave a Comment
29 September 2020

How to Find the Length of a List in Python

Written by Admin
In Python, lists are the mostly used data type to store collections of the same type data. This guide shows you how to find the length of a list in Python. len() Function# The len() function is a built-in function of Python, used to get the length of a specified object. It can be...
Read More about How to Find the Length of a List in Python
Linux Commands Leave a Comment
21 August 2020

How to Check Python Version

Written by Admin
Python is one of the popular programming language. It is used for machine learning, analyzing data, websites and more. Sometimes, for developing it’s required to determine version of Python whether it is supported or not. In this article we will show you how to check the version of Python is installed on your system....
Read More about How to Check Python Version
Linux Commands Leave a Comment
28 July 2020

How to Install TensorFlow on Debian 10

Written by Admin
TensorFlow is an open-source and free software library for machine learning developed by Google. It can be installed system-wide, in a Python virtual environment, as a Docker container, or with Anaconda. Also, large companies like Airbus, Intel, Twitter, PayPal, and Lenovo using TensorFlow. In this tutorial we will show you how to install TensorFlow...
Read More about How to Install TensorFlow on Debian 10
Debian Leave a Comment
23 July 2020

How to Install TensorFlow on CentOS 8

Written by Admin
TensorFlow is an open-source and free software library for machine learning developed by Google. It can be installed system-wide, in a Python virtual environment, as a Docker container, or with Anaconda. Also, large companies like Airbus, Intel, Twitter, PayPal, and Lenovo using TensorFlow. In this tutorial we will show you how to install TensorFlow...
Read More about How to Install TensorFlow on CentOS 8
CentOS Leave a Comment
19 July 2020

How to Install TensorFlow on Ubuntu 20.04

Written by Admin
TensorFlow is an open-source and free software library for machine learning developed by Google. It can be installed system-wide, in a Python virtual environment, as a Docker container, or with Anaconda. Also, large companies like Airbus, Intel, Twitter, PayPal, and Lenovo using TensorFlow. In this tutorial we will show you how to install TensorFlow...
Read More about How to Install TensorFlow on Ubuntu 20.04
Ubuntu Leave a Comment
30 May 2020

How to Install OpenCV on Debian 10 Linux

Written by Admin
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....
Read More about How to Install OpenCV on Debian 10 Linux
Debian 1 Comment
1 2 3 Next →

Popular Posts

© 2020 TecNStuff All rights reserved. This website is using and storing cookies on your browser. By using this website you agree our Privacy Policy.  Follow us -  Twitter | Facebook