|
1 | 1 | This repo contains several Python tutorials for data analysis tasks.
|
2 | 2 |
|
3 | 3 | ##Language
|
| 4 | +- [**Dive Into Python**](http://www.diveintopython.net/index.html) |
4 | 5 | - [HIGHEST VOTED](http://stackoverflow.com/questions/tagged/python?sort=votes&pageSize=50)
|
5 | 6 | - [Quick Reference to Python](http://www.dataschool.io/python-quick-reference/)
|
6 | 7 | - [**What does the yield keyword do in Python?**](http://stackoverflow.com/questions/231767/what-does-the-yield-keyword-do-in-python)
|
7 | 8 | - [Parsing values from a JSON file in Python](http://stackoverflow.com/questions/2835559/parsing-values-from-a-json-file-in-python)
|
8 | 9 | - [**Python Quora FAQs**](https://www.quora.com/topic/Python-programming-language-1)
|
9 | 10 | - [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) |
10 | 15 |
|
11 | 16 | ##Data Science with Python
|
12 | 17 | - [awesome-python](https://github.com/vinta/awesome-python)
|
@@ -71,3 +76,16 @@ This repo contains several Python tutorials for data analysis tasks.
|
71 | 76 | - [RegExr](http://regexr.com/)
|
72 | 77 | - [Regex101](https://regex101.com/)
|
73 | 78 | - [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