Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

ipython is the complete opposite: python but enhanced with bash. For example:

    x = !ls   # capture the output of `ls` into x
    x[0]      # the first filename  
    ...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: