Skip to content

Commit 7054fc1

Browse files
committed
Update README.md
1 parent e1555e7 commit 7054fc1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
This repo contains several Python tutorials for data analysis tasks.
22

33
##Language
4+
- [**Dive Into Python**](http://www.diveintopython.net/index.html)
45
- [HIGHEST VOTED](http://stackoverflow.com/questions/tagged/python?sort=votes&pageSize=50)
56
- [Quick Reference to Python](http://www.dataschool.io/python-quick-reference/)
67
- [**What does the yield keyword do in Python?**](http://stackoverflow.com/questions/231767/what-does-the-yield-keyword-do-in-python)
78
- [Parsing values from a JSON file in Python](http://stackoverflow.com/questions/2835559/parsing-values-from-a-json-file-in-python)
89
- [**Python Quora FAQs**](https://www.quora.com/topic/Python-programming-language-1)
910
- [time-complexity of various operations - list/dict - in current CPython](https://wiki.python.org/moin/TimeComplexity)
11+
- Scripting
12+
- [Python Scripting Tutorial](http://www.dreamsyssoft.com/python-scripting-tutorial/intro-tutorial.php)
13+
- [Scripting with Python](https://www.schrodinger.com//AcrobatFile.php?type=supportdocs&type2=&ident=404)
14+
- [**Can I use Python as a bash replacement?**](http://stackoverflow.com/questions/209470/can-i-use-python-as-a-bash-replacement)
1015

1116
##Data Science with Python
1217
- [awesome-python](https://github.com/vinta/awesome-python)
@@ -71,3 +76,16 @@ This repo contains several Python tutorials for data analysis tasks.
7176
- [RegExr](http://regexr.com/)
7277
- [Regex101](https://regex101.com/)
7378
- [Pythex](http://pythex.org/)
79+
80+
##Shell Scripting
81+
- [**Calling an external command in Python**](http://stackoverflow.com/questions/89228/calling-an-external-command-in-python)
82+
- [**Running shell command from Python and capturing the output**](http://stackoverflow.com/questions/4760215/running-shell-command-from-python-and-capturing-the-output)
83+
- [**Can I use Python as a bash replacement?**](http://stackoverflow.com/questions/209470/can-i-use-python-as-a-bash-replacement)
84+
- [Python Scripts as a Replacement for Bash Utility Scripts](http://www.linuxjournal.com/content/python-scripts-replacement-bash-utility-scripts)
85+
- [How to Write a Shell Script using Bash Shell in Ubuntu](https://www.youtube.com/watch?v=He-5BpUGSag)
86+
- Red Hat Magazine | Python for Bash scripters: A well-kept secret
87+
- [Embed bash in python](http://stackoverflow.com/questions/2651874/embed-bash-in-python)
88+
- [Bash2py: A Bash to Python Translator](https://cs.uwaterloo.ca/~ijdavis/bash2py-final.pdf)
89+
- [Beginners/BashScripting](https://help.ubuntu.com/community/Beginners/BashScripting)
90+
- [The Beginner’s Guide to Shell Scripting: The Basics](http://www.howtogeek.com/67469/the-beginners-guide-to-shell-scripting-the-basics/)
91+
- [Linux Shell Scripting Tutorial v1.05r3 A Beginner's handbook](http://www.freeos.com/guides/lsst/)

0 commit comments

Comments
 (0)