Cloud Vedas
All about Cloud Computing
(Move to ...)
Home
AWS
Azure
GCP
Linux
Openstack
Python
About
Contact
Search
▼
Showing posts with label
python
.
Show all posts
Showing posts with label
python
.
Show all posts
Python: difference between list and tuple with examples
›
Lists and tuples both are used to store data in a sequence in Python. Lists are enclosed in square brackets [ ], whereas tuples are enclosed...
Solved : How to zip and unzip files in Python
›
In this post we will see how to zip and unzip files in python using two modules zipfile and shutil . You can execute below commands in Jup...
Solved : How to simply install python pip on windows?
›
The latest version of python is shipped with pip. But, if you are using older version of python 2(<2.7.9) or python 3(<3.4) and still ...
1 comment:
Solved: Create virtual environment with python 3 in linux
›
Once you have installed python 3.6 as described in the last post you can create virtual environment to work with it. First let’s install ...
Solved: Install Python 3 in Linux and set it as default
›
In this post we will show you how to install python 3 in a Linux box. We have Centos 7 installed in our server. Check installed python vers...
›
Home
View web version