What are the Username and Hostname ? USERNAME@HOSTNAME : PATH SYMBOL Posted on November 14, 2017 What does username@hostname in terminal? [Read More] Tags: summary
How to Access Jupyter Notebook Remotely If you want to work romotely with jupyter notebook, You have to know this way, Posted on November 14, 2017 How to Access Jupyter Notebook Remotely on Webbrowser [Read More] Tags: python, jupyter notebook
Tips in Jupyter notebook with python what is the help keyword and automatic completion in jupyter notbook? Posted on November 12, 2017 I am just write this to prepare to forget this functionality of jupyter notebook. [Read More] Tags: language, python
What is the argparse module of python how to use argparse module with an example Posted on July 8, 2017 Command Line Arguments In Python [Read More] Tags: python, tutorial
pyvenv, venv, and virtualenv on python How to use virtual environment Posted on June 28, 2017 Python has a greate functionality which is called Virtual environment. [Read More] Tags: python, tip