From 322939019832ab43e455ae8e54b17d687988017b Mon Sep 17 00:00:00 2001 From: Ujjwal Karn Date: Sat, 15 Oct 2016 09:25:05 +0530 Subject: [PATCH 01/15] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c6c72a..d1d1d50 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ - [**Web scraping in Python**](https://github.com/ujjwalkarn/Web-Scraping) - [The Guide to Learning Python for Data Science](http://www.datasciencecentral.com/profiles/blogs/the-guide-to-learning-python-for-data-science-2) - [Free Interactive Course: Intro to Python for Data Science](https://www.datacamp.com/courses/intro-to-python-for-data-science) +- [Python For Data Science - A Cheat Sheet For Beginners](https://s3.amazonaws.com/assets.datacamp.com/blog_assets/PythonForDataScience.pdf) - [Top voted Python data science questions](http://datascience.stackexchange.com/questions/tagged/python) - [Awesome Python - Data Visualization](https://github.com/vinta/awesome-python#data-visualization) - [Awesome Python - Map Reduce](https://github.com/vinta/awesome-python#mapreduce) From 8c7626969efa461ae1a54ae7648a0e911c048026 Mon Sep 17 00:00:00 2001 From: Ujjwal Karn Date: Sat, 15 Oct 2016 09:26:25 +0530 Subject: [PATCH 02/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1d1d50..dcaddca 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ - [**Web scraping in Python**](https://github.com/ujjwalkarn/Web-Scraping) - [The Guide to Learning Python for Data Science](http://www.datasciencecentral.com/profiles/blogs/the-guide-to-learning-python-for-data-science-2) - [Free Interactive Course: Intro to Python for Data Science](https://www.datacamp.com/courses/intro-to-python-for-data-science) -- [Python For Data Science - A Cheat Sheet For Beginners](https://s3.amazonaws.com/assets.datacamp.com/blog_assets/PythonForDataScience.pdf) +- [Python For Data Science - A Cheat Sheet For Beginners](https://www.datacamp.com/community/tutorials/python-data-science-cheat-sheet-basics) - [Top voted Python data science questions](http://datascience.stackexchange.com/questions/tagged/python) - [Awesome Python - Data Visualization](https://github.com/vinta/awesome-python#data-visualization) - [Awesome Python - Map Reduce](https://github.com/vinta/awesome-python#mapreduce) From ffe74670611661495800dd750df3fbf0f17b9e7f Mon Sep 17 00:00:00 2001 From: Kacawi Date: Sat, 5 Nov 2016 19:35:09 +0100 Subject: [PATCH 03/15] Added Pandas Cheat Sheet I added a cheat sheet to the "Pandas Library in Python" section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcaddca..f24b67b 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ - [Grouping in Pandas](http://blog.yhat.com/posts/grouping-pandas.html) - [**“Large data” work flows using pandas**](http://stackoverflow.com/questions/14262433/large-data-work-flows-using-pandas) - [Easier data analysis with pandas (video series)](http://www.dataschool.io/easier-data-analysis-with-pandas/) +- [Pandas Basics Cheat Sheet](https://www.datacamp.com/community/blog/python-pandas-cheat-sheet) - Quick Operations on a Pandas DataFrame - [Renaming Columns in Pandas](http://stackoverflow.com/questions/11346283/renaming-columns-in-pandas) ([video](https://www.youtube.com/watch?v=0uBirYFhizE&list=PL5-da3qGB5ICCsgW1MxlZ0Hq8LL5U3u9y&index=5)) - [Deleting Columns from pandas DataFrame](http://stackoverflow.com/questions/13411544/delete-column-from-pandas-dataframe) ([video](https://www.youtube.com/watch?v=gnUKkS964WQ&list=PL5-da3qGB5ICCsgW1MxlZ0Hq8LL5U3u9y&index=6)) From 01fd1a4465fdb6e77c30453f48cdfb498d496a8c Mon Sep 17 00:00:00 2001 From: Ujjwal Karn Date: Fri, 30 Dec 2016 15:01:06 +0800 Subject: [PATCH 04/15] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f24b67b..7596914 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ ##Pandas Library in Python - [Intro to pandas data structures](http://www.gregreda.com/2013/10/26/intro-to-pandas-data-structures/) +- [Useful Pandas Cheatsheet](https://github.com/pandas-dev/pandas/blob/master/doc/cheatsheet/Pandas_Cheat_Sheet.pdf) - [An Introduction to Scientific Python – Pandas](http://www.datadependence.com/2016/05/scientific-python-pandas/) - [10 minutes to Pandas](http://pandas.pydata.org/pandas-docs/stable/10min.html) - [Useful Pandas Snippets](http://www.swegler.com/becky/blog/2014/08/06/useful-pandas-snippets/) From ff1b219a1175aa38333f0b15076e95dbcdbf9e5a Mon Sep 17 00:00:00 2001 From: Ujjwal Karn Date: Fri, 10 Mar 2017 14:34:06 +0800 Subject: [PATCH 05/15] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7596914..3085f8c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ - [Comprehensive topic-wise list of Machine Learning and Deep Learning tutorials, codes, articles and other resources](https://github.com/ujjwalkarn/Machine-Learning-Tutorials/blob/master/README.md). ##The Python Language +- [Learn Python Codecademy](https://www.codecademy.com/learn/python#) - [**Awesome Python**](https://github.com/vinta/awesome-python) - [**Jargon from the functional programming world in simple terms!**](https://github.com/hemanth/functional-programming-jargon) - [**Dive Into Python**](http://www.diveintopython.net/index.html) From 3ef11ba57192ad1e6c035307a034ea904472b6e2 Mon Sep 17 00:00:00 2001 From: Andrew Thomas Date: Mon, 27 Mar 2017 17:22:58 +1000 Subject: [PATCH 06/15] Update - Neural Networks Tutorial in Python Added "Neural Networks Tutorial - a Pathway to Deep Learning" - http://www.adventuresinmachinelearning.com/neural-networks-tutorial/ in the Neural Networks in Python section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3085f8c..262a06e 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ - [What is the best neural network library for Python?](https://www.quora.com/What-is-the-best-neural-network-library-for-Python) - [Recurrent Neural Net Tutorial in Python Part 1](http://www.wildml.com/2015/09/recurrent-neural-networks-tutorial-part-1-introduction-to-rnns/), [Part 2](http://www.wildml.com/2015/09/recurrent-neural-networks-tutorial-part-2-implementing-a-language-model-rnn-with-python-numpy-and-theano/), [Code](https://github.com/dennybritz/rnn-tutorial-rnnlm/) - [PyBrain: modular Machine Learning Library for Python](http://pybrain.org/) +- [Neural Networks Tutorial – a Pathway to Deep Learning](http://www.adventuresinmachinelearning.com/neural-networks-tutorial/) ##Decision Trees in Python From 7183cf4393435461d50266cbfba69acf9883cb0e Mon Sep 17 00:00:00 2001 From: Ujjwal Karn Date: Tue, 28 Mar 2017 18:50:56 +0800 Subject: [PATCH 07/15] Update README.md --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 262a06e..c166e83 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - [Comprehensive topic-wise list of Machine Learning and Deep Learning tutorials, codes, articles and other resources](https://github.com/ujjwalkarn/Machine-Learning-Tutorials/blob/master/README.md). -##The Python Language +## The Python Language - [Learn Python Codecademy](https://www.codecademy.com/learn/python#) - [**Awesome Python**](https://github.com/vinta/awesome-python) - [**Jargon from the functional programming world in simple terms!**](https://github.com/hemanth/functional-programming-jargon) @@ -24,7 +24,7 @@ - [Scripting with Python](https://www.schrodinger.com//AcrobatFile.php?type=supportdocs&type2=&ident=404) - [**Can I use Python as a bash replacement?**](http://stackoverflow.com/questions/209470/can-i-use-python-as-a-bash-replacement) -##Data Science with Python +## Data Science with Python - [**Data Science IPython Notebooks**](https://github.com/donnemartin/data-science-ipython-notebooks) - [Awesome Python - Data Analysis](https://github.com/vinta/awesome-python#science-and-data-analysis) - Statistics @@ -50,7 +50,7 @@ - [Awesome Python - Data Visualization](https://github.com/vinta/awesome-python#data-visualization) - [Awesome Python - Map Reduce](https://github.com/vinta/awesome-python#mapreduce) -##Pandas Library in Python +## Pandas Library in Python - [Intro to pandas data structures](http://www.gregreda.com/2013/10/26/intro-to-pandas-data-structures/) - [Useful Pandas Cheatsheet](https://github.com/pandas-dev/pandas/blob/master/doc/cheatsheet/Pandas_Cheat_Sheet.pdf) - [An Introduction to Scientific Python – Pandas](http://www.datadependence.com/2016/05/scientific-python-pandas/) @@ -83,7 +83,7 @@ - [Selecting multiple rows and columns from a DataFrame](https://www.youtube.com/watch?v=xvpNA7bC8cs&list=PL5-da3qGB5ICCsgW1MxlZ0Hq8LL5U3u9y&index=19) - [Reducing the size of a DataFrame](https://www.youtube.com/watch?v=wDYDYGyN_cw&list=PL5-da3qGB5ICCsgW1MxlZ0Hq8LL5U3u9y&index=21) -##Machine Learning with Python +## Machine Learning with Python - [AI, ML Related List](https://github.com/svaksha/pythonidae/blob/master/AI.md) - [Data Normalization in Python](http://blog.yhat.com/posts/data-normalization-in-python.html) - [**Python Machine Learning Book**](https://github.com/rasbt/python-machine-learning-book) @@ -97,7 +97,7 @@ - Computer Vision - [Awesome Python - Computer Vision](https://github.com/vinta/awesome-python#computer-vision) -##Scikit Learn +## Scikit Learn - [scikit learn on Wikipedia](https://en.wikipedia.org/wiki/Scikit-learn) - [**Introduction to machine learning with scikit-learn**](https://github.com/justmarkham/scikit-learn-videos), [**Videos!**](http://blog.kaggle.com/author/kevin-markham/) - [**A Gentle Introduction to Scikit-Learn: A Python Machine Learning Library**](http://machinelearningmastery.com/a-gentle-introduction-to-scikit-learn-a-python-machine-learning-library/) @@ -110,7 +110,7 @@ - [Saving classifier to disk in scikit-learn](http://stackoverflow.com/questions/10592605/save-classifier-to-disk-in-scikit-learn) -##Linear Regression in Python +## Linear Regression in Python - [Linear Regression in Python](http://nbviewer.ipython.org/github/justmarkham/DAT4/blob/master/notebooks/08_linear_regression.ipynb), [Blog Post](http://www.dataschool.io/linear-regression-in-python/) - [Linear Regression using Scikit Learn](http://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html) - [A friendly introduction to linear regression (using Python)](http://www.dataschool.io/linear-regression-in-python/) @@ -118,7 +118,7 @@ - [Regression analysis using Python StatsModels package](http://www.turingfinance.com/regression-analysis-using-python-statsmodels-and-quandl/) - [Run an OLS regression with Pandas Data Frame](http://stackoverflow.com/questions/19991445/run-an-ols-regression-with-pandas-data-frame) -##Logistic Regression in Python +## Logistic Regression in Python - [Logistic Regression with scikit learn](http://www.dataschool.io/logistic-regression-in-python-using-scikit-learn/) - [Logistic Regression in Python](http://blog.yhat.com/posts/logistic-regression-and-python.html) - [Implementing the softmax function in Python](http://stackoverflow.com/questions/34968722/softmax-function-python) @@ -128,7 +128,7 @@ - [TUTORIAL ON LOGISTIC REGRESSION AND OPTIMIZATION IN PYTHON](https://learningwithdata.wordpress.com/2015/04/30/tutorial-on-logistic-regression-and-optimization-in-python/) - [Using Logistic Regression in Python for Data Science](http://www.dummies.com/how-to/content/using-logistic-regression-in-python-for-data-scien.html) -##k Nearest Neighbours in Python +## k Nearest Neighbours in Python - [A good tutorial on implementing K Nearest Neighbors using scikit learn](http://scikit-learn.org/stable/modules/neighbors.html) - [**Is it possible to specify your own distance function using scikit-learn K-Means Clustering?**](http://stackoverflow.com/questions/5529625/is-it-possible-to-specify-your-own-distance-function-using-scikit-learn-k-means) - [Tutorial To Implement k-Nearest Neighbors in Python From Scratch](http://machinelearningmastery.com/tutorial-to-implement-k-nearest-neighbors-in-python-from-scratch/) @@ -138,7 +138,7 @@ - [Sklearn kNN usage with a user defined metric](http://stackoverflow.com/questions/21052509/sklearn-knn-usage-with-a-user-defined-metric) -##Neural Networks in Python +## Neural Networks in Python - [Implementing a Neural Network from scratch in Python](http://www.wildml.com/2015/09/implementing-a-neural-network-from-scratch/), [Code](https://github.com/dennybritz/nn-from-scratch) - [A Neural Network in 11 lines of Python](http://iamtrask.github.io/2015/07/12/basic-python-network/) - [Speeding up your Neural Network with Theano and the gpu](http://www.wildml.com/2015/09/speeding-up-your-neural-network-with-theano-and-the-gpu/), [Code](https://github.com/dennybritz/nn-theano) @@ -148,7 +148,7 @@ - [Neural Networks Tutorial – a Pathway to Deep Learning](http://www.adventuresinmachinelearning.com/neural-networks-tutorial/) -##Decision Trees in Python +## Decision Trees in Python - [How to extract the decision rules from scikit-learn decision-tree?](http://stackoverflow.com/questions/20224526/how-to-extract-the-decision-rules-from-scikit-learn-decision-tree) - [**How do I find which attributes my tree splits on, when using scikit-learn?**](http://stackoverflow.com/questions/20156951/how-do-i-find-which-attributes-my-tree-splits-on-when-using-scikit-learn) - [Quora: What is a good Python library for decision trees?](https://www.quora.com/What-is-a-good-Python-library-for-decision-trees), [StackOverflow](http://stackoverflow.com/questions/3127922/what-is-a-good-python-library-for-decision-trees) @@ -160,7 +160,7 @@ - [Code for simple decision tree in Python](https://github.com/gumption/Python_for_Data_Science/blob/master/simple_decision_tree.py) - [Lesson notebook: Regression and Classification Trees](http://nbviewer.jupyter.org/github/justmarkham/DAT8/blob/master/notebooks/17_decision_trees.ipynb) -##Random Forest with Python +## Random Forest with Python - [Getting Started with Random Forests: Titanic Competition on Kaggle](https://www.kaggle.com/c/titanic/details/getting-started-with-random-forests), [Python sample code](https://www.kaggle.com/c/digit-recognizer/forums/t/2299/getting-started-python-sample-code-random-forest) - [RandomForestClassifier vs ExtraTreesClassifier in scikit learn](http://stackoverflow.com/questions/22409855/randomforestclassifier-vs-extratreesclassifier-in-scikit-learn) - [Powerful Guide to learn Random Forest](http://www.analyticsvidhya.com/blog/2015/09/random-forest-algorithm-multiple-challenges/) @@ -172,7 +172,7 @@ - [How to output RandomForest Classifier from python?](http://stackoverflow.com/questions/23000693/how-to-output-randomforest-classifier-from-python) - [Lesson notebook: Ensembling, Bagging, and Random Forests](http://nbviewer.jupyter.org/github/justmarkham/DAT8/blob/master/notebooks/18_ensembling.ipynb) -##Support Vector Machine in Python +## Support Vector Machine in Python - [Fastest SVM implementation usable in Python](http://stackoverflow.com/questions/9299346/fastest-svm-implementation-usable-in-python) - [An example using python bindings for SVM library, LIBSVM](http://stackoverflow.com/questions/4214868/an-example-using-python-bindings-for-svm-library-libsvm) - [What is the best SVM library usable from Python?](https://www.quora.com/What-is-the-best-SVM-library-usable-from-Python) @@ -181,7 +181,7 @@ - [Linear SVC Machine learning SVM example with Python](https://pythonprogramming.net/linear-svc-example-scikit-learn-svm-python/) - [Understanding Support Vector Machine algorithm from examples (along with code)](http://www.analyticsvidhya.com/blog/2015/10/understaing-support-vector-machine-example-code/) -##NLP / Text Mining in Python +## NLP / Text Mining in Python - [**NLP with Python ORiley Book**](http://www.nltk.org/book_1ed/), [Python 3](http://www.nltk.org/book/) - [Awesome Python - NLP](https://github.com/vinta/awesome-python#natural-language-processing) - [Awesome Python - Text Processing](https://github.com/vinta/awesome-python#text-processing) @@ -192,7 +192,7 @@ - [N-grams: Explanation + 2 applications](http://stackoverflow.com/questions/1032288/n-grams-explanation-2-applications) - [NLP Tutorial with Python](http://www.datasciencecentral.com/profiles/blogs/python-nlp-tools) -##Sentiment Analysis with Python +## Sentiment Analysis with Python - [Twitter-Sentiment-Analysis](https://github.com/ujjwalkarn/Twitter-Sentiment-Analysis) - [Basic Sentiment Analysis with Python](http://fjavieralba.com/basic-sentiment-analysis-with-python.html) - [What is the best way to do Sentiment Analysis with Python?](https://www.quora.com/What-is-the-best-way-to-do-Sentiment-Analysis-with-Python-1) @@ -203,24 +203,24 @@ - [**Sentiment Analysis with bag-of-words**](http://ataspinar.com/2016/01/21/sentiment-analysis-with-bag-of-words/) - [**Sentiment Analysis with Naive Bayes**](http://ataspinar.com/2016/02/15/sentiment-analysis-with-the-naive-bayes-classifier/) -##Pickle: convert a python object into a character stream +## Pickle: convert a python object into a character stream - [Python serialization - Why pickle?](http://stackoverflow.com/questions/8968884/python-serialization-why-pickle) - [**Serializing Python Objects**](http://www.diveinto.org/python3/serializing.html), [**Binary Files**](http://www.diveinto.org/python3/files.html#binary) - [What is Pickle in python ?](https://pythontips.com/2013/08/02/what-is-pickle-in-python/) - [How to cPickle dump and load separate dictionaries to the same file?](http://stackoverflow.com/questions/11641493/how-to-cpickle-dump-and-load-separate-dictionaries-to-the-same-file) - [**Understanding Pickling in Python**](http://stackoverflow.com/questions/7501947/understanding-pickling-in-python) -##AutoML +## AutoML - [TPOT: A Python tool for automating data science](http://www.randalolson.com/2016/05/08/tpot-a-python-tool-for-automating-data-science/), [GitHub repo](https://github.com/rhiever/tpot) -##Regex Related +## Regex Related - [RegExr](http://regexr.com/) - [Regex101](https://regex101.com/) - [Pythex](http://pythex.org/) - [How to use Regular Expressions (Regex) in Microsoft Excel both in-cell and loops](http://stackoverflow.com/questions/22542834/how-to-use-regular-expressions-regex-in-microsoft-excel-both-in-cell-and-loops) - [Advanced Filters: Excel’s Amazing Alternative To Regex](http://searchengineland.com/advanced-filters-excels-amazing-alternative-to-regex-143680) -##Shell Scripting +## Shell Scripting - [**Calling an external command in Python**](http://stackoverflow.com/questions/89228/calling-an-external-command-in-python) - [**Running shell command from Python and capturing the output**](http://stackoverflow.com/questions/4760215/running-shell-command-from-python-and-capturing-the-output) - [**Can I use Python as a bash replacement?**](http://stackoverflow.com/questions/209470/can-i-use-python-as-a-bash-replacement) @@ -233,7 +233,7 @@ - [The Beginner’s Guide to Shell Scripting: The Basics](http://www.howtogeek.com/67469/the-beginners-guide-to-shell-scripting-the-basics/) - [Linux Shell Scripting Tutorial v1.05r3 A Beginner's handbook](http://www.freeos.com/guides/lsst/) -##Other good lists +## Other good lists - [pycrumbs - Bits and bytes of Python from the Internet](https://github.com/kirang89/pycrumbs) - [python github projects - Collect and classify python projects on Github](https://github.com/checkcheckzz/python-github-projects) - [python reference - Useful functions, tutorials, and other Python-related things](https://github.com/rasbt/python_reference) From a9e6d856899e63d0194dcb56346a0c15fe4af14c Mon Sep 17 00:00:00 2001 From: Ujjwal Karn Date: Fri, 21 Apr 2017 18:57:48 +0800 Subject: [PATCH 08/15] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c166e83..301fbc9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - [**Jargon from the functional programming world in simple terms!**](https://github.com/hemanth/functional-programming-jargon) - [**Dive Into Python**](http://www.diveintopython.net/index.html) - [Learn Python Wiki on Reddit](https://www.reddit.com/r/learnpython/wiki/index) +- [Learn 90% of Python in 90 Minutes](https://www.slideshare.net/MattHarrison4/learn-90) - [Highest Voted Python Questions](http://stackoverflow.com/questions/tagged/python?sort=votes&pageSize=50) - [Python Basic Concepts](https://github.com/gumption/Python_for_Data_Science/blob/master/3_Python_Basic_Concepts.ipynb) - [Quick Reference to Python](http://www.dataschool.io/python-quick-reference/) From c22dcc0f59cbf43a5ebbaca59013c6c8ee4aed9c Mon Sep 17 00:00:00 2001 From: Ujjwal Karn Date: Mon, 8 May 2017 13:04:53 +0800 Subject: [PATCH 09/15] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 301fbc9..535915c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ ## The Python Language - [Learn Python Codecademy](https://www.codecademy.com/learn/python#) +- [Python 3 in one picture](https://fossbytes.com/wp-content/uploads/2015/09/python-3-in-one-pic.png) - [**Awesome Python**](https://github.com/vinta/awesome-python) - [**Jargon from the functional programming world in simple terms!**](https://github.com/hemanth/functional-programming-jargon) - [**Dive Into Python**](http://www.diveintopython.net/index.html) From 208e5bb0008e22cf43948fef4b3bbfb01d1ea80a Mon Sep 17 00:00:00 2001 From: Guillaume Chevalier Date: Fri, 21 Jul 2017 15:48:43 -0400 Subject: [PATCH 10/15] Add "Discover structure behind data with decision trees" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 535915c..4377f33 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ - [Decision trees in python with scikit-learn and pandas](http://chrisstrelioff.ws/sandbox/2015/06/08/decision_trees_in_python_with_scikit_learn_and_pandas.html) - [Code for simple decision tree in Python](https://github.com/gumption/Python_for_Data_Science/blob/master/simple_decision_tree.py) - [Lesson notebook: Regression and Classification Trees](http://nbviewer.jupyter.org/github/justmarkham/DAT8/blob/master/notebooks/17_decision_trees.ipynb) +- [Discover structure behind data with decision trees](http://vooban.com/en/tips-articles-geek-stuff/discover-structure-behind-data-with-decision-trees/) ## Random Forest with Python - [Getting Started with Random Forests: Titanic Competition on Kaggle](https://www.kaggle.com/c/titanic/details/getting-started-with-random-forests), [Python sample code](https://www.kaggle.com/c/digit-recognizer/forums/t/2299/getting-started-python-sample-code-random-forest) From d9108acc929ef0ce309da087ef5cd44e5c6d69b4 Mon Sep 17 00:00:00 2001 From: Ujjwal Karn Date: Fri, 11 May 2018 07:17:39 +0800 Subject: [PATCH 11/15] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4377f33..072136d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ - [Comprehensive topic-wise list of Machine Learning and Deep Learning tutorials, codes, articles and other resources](https://github.com/ujjwalkarn/Machine-Learning-Tutorials/blob/master/README.md). ## The Python Language -- [Learn Python Codecademy](https://www.codecademy.com/learn/python#) - [Python 3 in one picture](https://fossbytes.com/wp-content/uploads/2015/09/python-3-in-one-pic.png) - [**Awesome Python**](https://github.com/vinta/awesome-python) - [**Jargon from the functional programming world in simple terms!**](https://github.com/hemanth/functional-programming-jargon) @@ -26,6 +25,13 @@ - [Scripting with Python](https://www.schrodinger.com//AcrobatFile.php?type=supportdocs&type2=&ident=404) - [**Can I use Python as a bash replacement?**](http://stackoverflow.com/questions/209470/can-i-use-python-as-a-bash-replacement) +## Useful Online Courses +- [Learn Python (Codecademy)](https://www.codecademy.com/learn/python#) +- [Free Interactive Course: Intro to Python for Data Science (DataCamp)](https://www.datacamp.com/courses/intro-to-python-for-data-science) +- [Introduction to Computer Science and Programming Using Python (MIT)](https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-11) +- [Python for Everybody](https://www.coursera.org/learn/python) +- [Python Programming Essentials](https://www.coursera.org/learn/python-programming) + ## Data Science with Python - [**Data Science IPython Notebooks**](https://github.com/donnemartin/data-science-ipython-notebooks) - [Awesome Python - Data Analysis](https://github.com/vinta/awesome-python#science-and-data-analysis) @@ -46,7 +52,6 @@ - [**Which is better for data analysis: R or Python?**](https://www.quora.com/Which-is-better-for-data-analysis-R-or-Python) - [**Web scraping in Python**](https://github.com/ujjwalkarn/Web-Scraping) - [The Guide to Learning Python for Data Science](http://www.datasciencecentral.com/profiles/blogs/the-guide-to-learning-python-for-data-science-2) -- [Free Interactive Course: Intro to Python for Data Science](https://www.datacamp.com/courses/intro-to-python-for-data-science) - [Python For Data Science - A Cheat Sheet For Beginners](https://www.datacamp.com/community/tutorials/python-data-science-cheat-sheet-basics) - [Top voted Python data science questions](http://datascience.stackexchange.com/questions/tagged/python) - [Awesome Python - Data Visualization](https://github.com/vinta/awesome-python#data-visualization) From 2fb1fd98ebeeeba093612b4b1d25d206773ca1b4 Mon Sep 17 00:00:00 2001 From: Ujjwal Karn Date: Thu, 5 Jul 2018 11:12:54 +0800 Subject: [PATCH 12/15] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 072136d..cdee5c1 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ - [Top voted Python data science questions](http://datascience.stackexchange.com/questions/tagged/python) - [Awesome Python - Data Visualization](https://github.com/vinta/awesome-python#data-visualization) - [Awesome Python - Map Reduce](https://github.com/vinta/awesome-python#mapreduce) +- [A Comprehensive Guide to Sentiment Analysis](https://monkeylearn.com/sentiment-analysis/) ## Pandas Library in Python - [Intro to pandas data structures](http://www.gregreda.com/2013/10/26/intro-to-pandas-data-structures/) From 02c13c5d9657ed47f536ddfc819e9f8bc24f37e7 Mon Sep 17 00:00:00 2001 From: Ujjwal Karn Date: Thu, 5 Jul 2018 11:15:53 +0800 Subject: [PATCH 13/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdee5c1..e0f40a8 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ - [Top voted Python data science questions](http://datascience.stackexchange.com/questions/tagged/python) - [Awesome Python - Data Visualization](https://github.com/vinta/awesome-python#data-visualization) - [Awesome Python - Map Reduce](https://github.com/vinta/awesome-python#mapreduce) -- [A Comprehensive Guide to Sentiment Analysis](https://monkeylearn.com/sentiment-analysis/) ## Pandas Library in Python - [Intro to pandas data structures](http://www.gregreda.com/2013/10/26/intro-to-pandas-data-structures/) @@ -202,6 +201,7 @@ - [NLP Tutorial with Python](http://www.datasciencecentral.com/profiles/blogs/python-nlp-tools) ## Sentiment Analysis with Python +- [A Comprehensive Guide to Sentiment Analysis](https://monkeylearn.com/sentiment-analysis/) - [Twitter-Sentiment-Analysis](https://github.com/ujjwalkarn/Twitter-Sentiment-Analysis) - [Basic Sentiment Analysis with Python](http://fjavieralba.com/basic-sentiment-analysis-with-python.html) - [What is the best way to do Sentiment Analysis with Python?](https://www.quora.com/What-is-the-best-way-to-do-Sentiment-Analysis-with-Python-1) From 29286a52e0644892f1591e71985ec9241825d920 Mon Sep 17 00:00:00 2001 From: Samedhaa Date: Fri, 31 Aug 2018 23:41:01 +0300 Subject: [PATCH 14/15] commenting some commands commenting some commands --- basic_commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basic_commands.py b/basic_commands.py index b15d929..8c401fc 100644 --- a/basic_commands.py +++ b/basic_commands.py @@ -1,5 +1,5 @@ >>> a = ['a', 'b', 'c', 'd', 'e'] ->>> for index, item in enumerate(a): print index, item +>>> for index, item in enumerate(a): print index, item # enumerate function will generate an index for the item + item it self. ... 0 a 1 b @@ -37,6 +37,7 @@ str1 = "this is string example....wow!!!"; str2 = "exam"; +# find function will print the position for the first character of the string if it's found! print str1.find(str2); print str1.find(str2, 10); print str1.find(str2, 40); From 5b2574f755698f71cbc011db8b1ea25a64caa7fb Mon Sep 17 00:00:00 2001 From: Shahul Es Date: Fri, 19 Oct 2018 22:18:16 +0530 Subject: [PATCH 15/15] renamed local file location --- Twitter-Data-Analysis/extract_twitter_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Twitter-Data-Analysis/extract_twitter_data.py b/Twitter-Data-Analysis/extract_twitter_data.py index b2558dd..178df35 100644 --- a/Twitter-Data-Analysis/extract_twitter_data.py +++ b/Twitter-Data-Analysis/extract_twitter_data.py @@ -28,7 +28,7 @@ class MyListener(StreamListener): def on_data(self, data): try: - with open('C:\\Users\\ujjwal.karn\\Desktop\\Tweets\\python.json', 'a') as f: #change location here + with open('location/file_name.txt', 'a') as f: #change location here f.write(data) return True except BaseException as e: