• Skip to secondary menu
  • Skip to main content
  • Skip to primary sidebar

Python and R Tips

Learn Data Science with Python and R

  • Home
  • Python
  • Pandas
    • Pandas 101
  • tidyverse
    • tidyverse 101
  • R
  • Linux
  • About
    • Privacy Policy

17 Emacs Commands to Get Started

April 21, 2014 by cmdlinetips

Ctl-a Beginning of line Ctl-e End of line Ctl-k Delete from cursor position to end of line Esc-a Begining of a sentence, if each sentence is eperated by two blanks Esc-e End of a sentence, if each sentence is seperated by two blanks Esc-k Delete from cursor to end of sentence, if each sentence is […]

Filed Under: Emacs, Emacs Tips Tagged With: Emacs, Emacs Tips

How to Run a Shell Command from Python and Get The Output?

March 27, 2014 by cmdlinetips

In Python, often you may want to execute linux command and get the output of the command as string variable. There are multiple ways to execute shell command and get output using Python. A naive way to do that is to execeute the linux command, save the output in file and parse the file. Get […]

Filed Under: Linux Tips, Python, python subprocess get output, Python Tips Tagged With: Linux Command in Python, Linux Tips, Python Tips, Shell Command Output in Python, subprocess Python

Vim and EMACS Jokes on Twitter

March 21, 2014 by cmdlinetips

Vim Jokes

Are you a Vim user or emacs user? Either way, here are some funny jokes on using Vim and emacs, mostly Vim though 🙂 on twitter. And mostly about exiting Vim 🙂 Did you know that How to Exit Vim is one of the most popular questions on Stack Exchange. The question pretty close to […]

Filed Under: Emacs, Emacs Jokes, Vim, Vim Jokes Tagged With: Emacs, Emacs Jokes, Vim, Vim Jokes

How To Remove ^M Characters in Vim?

March 21, 2014 by cmdlinetips

Moved  a text file between tow different operating systems? Found the annoying ^M special character? Here are ways to remove ^M character. To remove ^M within a line (without creating a a line break) :%s/^V^M//g To remove ^M within a line (creating a a line break) :%s/^V^M/^V^M/g

Filed Under: How to Remove ^M, Vim Tips Tagged With: How to Remove ^M, Vim Tips

Great Web Tool to Learn Linux Commands

March 20, 2014 by cmdlinetips

User Friendly explanation of Linux Command

Ever wondered what these different parameters of a linux command does? One option is to lookup the meaning of each parameter in a command on a man page. For sure sure it is worth doing that, but very cumbersome. The website ExplainShell.com makes it easy to understand the meaning of each parameter in a linux […]

Filed Under: Explain Shell, Linux Commands Explained Tagged With: Explain Shell, Linux Commands Explained

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 64
  • Page 65
  • Page 66
  • Page 67
  • Page 68
  • Interim pages omitted …
  • Page 74
  • Go to Next Page »

Primary Sidebar

Subscribe to Python and R Tips and Learn Data Science

Learn Pandas in Python and Tidyverse in R

Tags

Altair Basic NumPy Book Review Data Science Data Science Books Data Science Resources Data Science Roundup Data Visualization Dimensionality Reduction Dropbox Dropbox Free Space Dropbox Tips Emacs Emacs Tips ggplot2 Linux Commands Linux Tips Mac Os X Tips Maximum Likelihood Estimation in R MLE in R NumPy Pandas Pandas 101 Pandas Dataframe Pandas Data Frame pandas groupby() Pandas select columns Pandas select_dtypes Python Python 3 Python Boxplot Python Tips R rstats R Tips Seaborn Seaborn Boxplot Seaborn Catplot Shell Scripting Sparse Matrix in Python tidy evaluation tidyverse tidyverse 101 Vim Vim Tips

RSS RSS

  • How to convert row names to a column in Pandas
  • How to resize an image with PyTorch
  • Fashion-MNIST data from PyTorch
  • Pandas case_when() with multiple examples
  • An Introduction to Statistical Learning: with Applications in Python Is Here
  • 10 Tips to customize ggplot2 title text
  • 8 Plot types with Matplotlib in Python
  • PCA on S&P 500 Stock Return Data
  • Linear Regression with Matrix Decomposition Methods
  • Numpy’s random choice() function

Copyright © 2026 · Lifestyle Pro on Genesis Framework · WordPress · Log in

Go to mobile version