YouTube Twitter RSS
  • Blog
  • Contact
YouTube Twitter RSS
Exabig
 
Skip to content
  • Home
  • Blog
  • Contact Us
Home Posts tagged "python"

Tag: python

Create Python Environment for development

Krishna Prajapati December 16, 2018 - 2:00 pm December 13, 20180

Virtual environment, a self-contained directory tree that contains a Python installation for a particular version of Python, plus a number of additional packages. Ubuntu 18.04 LTS comes with default Python3. In order to install pip3 and virtual environment use the below command. Install Components sudo apt-get install python3 python3-pip python3-venv…

Continue reading

Install pip3 on Ubuntu 18.04 LTS

Krishna Prajapati December 9, 2018 - 7:49 pm December 8, 20180

Ubuntu 18.04 LTS comes with default Python3. In order to install pip3 use the below command. apt-get install python3-pip The above command update the python3 to the latest version, along with many dependencies and build essential tool too. # python3 –version Python 3.6.5 # apt-get install python3-pip # python3 –version…

Continue reading

Setup Django with MySQL on CentOS 7

Krishna Prajapati December 10, 2016 - 4:52 pm January 26, 20170

Django is popular Web framework for writing web applications. With django you can built faster and scalable applications, without writing the code from scratch (without reinventing the wheel). Web framework were design to aid programmer to create applications. These web framework are the core and takes care of functionalities like…

Continue reading

How to Install django on CentOS 7

Krishna Prajapati December 1, 2016 - 12:02 am January 26, 20171

Django is popular Web framework for writing web applications. With django you can built faster and scalable applications, without writing the code from scratch (without reinventing the wheel). Web framework were design to aid programmer to create applications. These web framework are the core and takes care of functionalities like…

Continue reading

Install Python3 and pip3 on CentOS 7

Krishna Prajapati November 29, 2016 - 4:24 pm January 26, 20175

CentOS 7 still have Python 2.7 as the default tool. EPEL repository comes up with Python 3. Thanks to EPEL repo. Here’s the way to setup Python 3 and pip3 on CentOS environment. Install python34 and python-pip package. [root@cms ~]# yum install python34 python-pip Loaded plugins: fastestmirror Loading mirror speeds…

Continue reading

  • Top Posts

    • Setup Keycloak with SSL and MySQL backend
    • Setup Scylla Cluster on CentOS 7
  • Recent Comments

    • Krishna Prajapati on Setup Keycloak with SSL and MySQL backend
    • Azita Azimi on Setup Keycloak with SSL and MySQL backend
    • Krishna Prajapati on MySQL Auto Failover using Keepalived
    • Umesh on MySQL Auto Failover using Keepalived
    • Krishna Prajapati on Setup WordPress using Docker Compose
    • Krishna Prajapati on Install Docker on Ubuntu 16.04 LTS
  • Recent Posts

    • MySQL Auto Failover using Keepalived
    • Install Terraform on CentOS 7
    • Puppet Bolt
    • Puppet Hiera 5 Setup
    • Setup Puppet Server 6 on CentOS 7
  • Subscribe to Blog via Email

    Enter your email address to subscribe to this blog and receive notifications of new posts by email.

  • Categories

    • Apache
    • AWS
    • Bigdata
    • Cassandra
    • Cluster
    • DevOps
    • Django
    • Docker
    • Flyway
    • Git
    • Hadoop
    • java
    • Keycloak
    • Linux
    • MariaDB
    • MongoDB
    • MySQL
    • Neo4j
    • NoSQL
    • OrientDB
    • Puppet
    • Python
    • s3
    • Scylla
    • ssl
    • Uncategorized
    • Webinar
  • Tags

    apache automation backup bigdata cassandra Centos 7 Cluster container cqlsh django docker documents ecc edges graph database hiera keycloak keycloak-mysql linux mariadb memory mongodb mysql netstat nosql orientdb percona php physical memory puppet puppetdb python python3 report report server Scylla scylladb security server ssl ubuntu vertices webinar windows user xampp
  • Archives

  • Meta

    • Register
    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
  • Recent Posts

    • MySQL Auto Failover using Keepalived
    • Install Terraform on CentOS 7
    • Puppet Bolt
    • Puppet Hiera 5 Setup
    • Setup Puppet Server 6 on CentOS 7
    • Flyway: Database Versioning
    • JDBC & MySQL: WARN: Establishing SSL connection without server’s identity verification is not recommended.
    • Create Python Environment for development
    • Install pip3 on Ubuntu 18.04 LTS
    • Install OrientDB 3.0.11 on Ubuntu 18.04 LTS
  • Recent Comments

    • Krishna Prajapati on Setup Keycloak with SSL and MySQL backend
    • Azita Azimi on Setup Keycloak with SSL and MySQL backend
    • Krishna Prajapati on MySQL Auto Failover using Keepalived
    • Umesh on MySQL Auto Failover using Keepalived
    • Krishna Prajapati on Setup WordPress using Docker Compose
    • Krishna Prajapati on Install Docker on Ubuntu 16.04 LTS
  • Categories

    • Apache
    • AWS
    • Bigdata
    • Cassandra
    • Cluster
    • DevOps
    • Django
    • Docker
    • Flyway
    • Git
    • Hadoop
    • java
    • Keycloak
    • Linux
    • MariaDB
    • MongoDB
    • MySQL
    • Neo4j
    • NoSQL
    • OrientDB
    • Puppet
    • Python
    • s3
    • Scylla
    • ssl
    • Uncategorized
    • Webinar
  • Subscribe to Blog via Email

    Enter your email address to subscribe to this blog and receive notifications of new posts by email.

  • Blog
  • Contact
This text can be changed from the Miscellaneous section of the settings page.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, cras ut imperdiet augue.
Powered by Nirvana & WordPress.
YouTube Twitter RSS