Best way when dealing with python is use anaconda https://www.anaconda.com/distribution/ will see what is mutability and immutability , for that we wanted to what are available keywords in python, & which came under mutable & which comes and immutable . Standard data types Values can not be changed ==> Immutable Data Types ----> Number, String,Tuple … Continue reading mutability and immutability in python
Month: February 2019
Setting Up GitHub Enterprise in GCP
Few required url to explore https://github.com/enterprise https://enterprise.github.com/trial https://help.github.com/enterprise/2.16/ https://help.github.com/enterprise/2.16/admin/guides/installation/ https://help.github.com/enterprise/2.16/admin/guides/installation/installing-github-enterprise-server-on-google-cloud-platform/ If we are good at gcp cli utility , it make our work easier to browse things . root@cloudshell:~$ gcloud compute images list --project github-enterprise-public --no-standard-images NAME PROJECT … Continue reading Setting Up GitHub Enterprise in GCP
