Skip to content

Commit db7af2a

Browse files
committed
update list
1 parent 9309439 commit db7af2a

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Python is an easy to learn language many beginners to coding choose as their fir
1919
- [Python Tutorials for Beginners and Programmers ](https://www.codementor.io/python/tutorial)
2020
- [Python Beginner Tutorial: for Loops and Iterators](https://www.codementor.io/python/tutorial/python-generators-and-iterators)
2121
- [Python 2.7 vs Python 3.4 ─ What should Python Beginners choose?](https://www.codementor.io/python/tutorial/python-2-7-vs-python-3-4)
22+
- [Wishful Coding in Python: A Problem Solving Philosophy](https://www.codementor.io/python/tutorial/wishful-coding-python-solving-big-problems)
2223
- [Introduction to Python Decorators](https://www.codementor.io/python/tutorial/introduction-to-decorators)
2324
- [Beginner's Guide to Debugging Python: Print Statements](https://www.codementor.io/python/tutorial/how-to-debug-python-code-beginners-print-line)
2425
- [How to Create Custom Exceptions in Python](https://www.codementor.io/python/tutorial/python-custom-exception)
@@ -32,12 +33,23 @@ Python is an easy to learn language many beginners to coding choose as their fir
3233
- [Python Internals: Codementor Office Hours with Martijn Pieters](https://www.codementor.io/python/tutorial/python-internals-codementor-office-hours-martijn-pieters)
3334

3435
## Data Science with Python
35-
- [Data Frames with Python & R](https://www.codementor.io/python/tutorial/python-vs-r-for-data-science-data-frames-i)
36+
- [Data Frames with Python & R](https://www.codementor.io/python/tutorial/python-vs-r-for-data-science-data-frames-i), [Part 2](https://www.codementor.io/python/tutorial/python-vs-r-data-science-data-frames-ii)
3637
- [Exploratory Data Analysis](https://www.codementor.io/python/tutorial/data-science-python-r-exploratory-data-analysis-visualization)
3738
- [Dimension Reduction & Clustering](https://www.codementor.io/python/tutorial/data-science-python-pandas-r-dimensionality-reduction)
39+
- [Sentiment Classification Using Linear Methods](https://www.codementor.io/python/tutorial/data-science-python-r-sentiment-classification-machine-learning)
40+
- [Building a Wine Review & Recommendation Site with Django](https://www.codementor.io/python/tutorial/get-started-with-django-building-recommendation-review-app), [Part 2](https://www.codementor.io/python/tutorial/build-data-product-django-user-management), Part 3 (Coming Soon)
3841

42+
## Python & Apache Spark
43+
- [Getting Data into the basic Spark data structure: Resilient Distributed Datasets](https://www.codementor.io/spark/tutorial/spark-python-rdd-basics), [Part 2](https://www.codementor.io/spark/tutorial/spark-python-data-aggregations)
44+
- [Machine Learning Library (MLlib) Basic Statistics & Exploratory Data Analysis](https://www.codementor.io/spark/tutorial/mllib-basic-statistics-exploratory-data-analysis)
45+
- [MLlib Logistic Regression](https://www.codementor.io/spark/tutorial/spark-mllib-logistic-regression)
46+
- [MLlib Decision Trees](https://www.codementor.io/spark/tutorial/spark-python-mllib-decision-trees)
47+
- [SQL & DataFrames](https://www.codementor.io/spark/tutorial/python-spark-sql-dataframes)
48+
- [Building a Movie Recommendation Service with Apache Spark & Flask](https://www.codementor.io/spark/tutorial/building-a-recommender-with-apache-spark-python-example-app-part1), [Part 2](https://www.codementor.io/spark/tutorial/building-a-web-service-with-apache-spark-flask-example-app-part2)
3949

4050
## Tips
51+
- [Creating An Asset Pipeline in Python](https://www.codementor.io/python/tutorial/creating-an-asset-pipeline-in-python-with-paver)
52+
- [Caching Angular Partials with Python](https://www.codementor.io/python/tutorial/html-optimization-caching-angularjs-partials-templates)
4153
- [How do I remove the first and last rows and columns from a 2D numpy array?](https://www.codementor.io/tips/2843378231/how-do-i-remove-the-first-and-last-rows-and-columns-from-a-2d-numpy-array)
4254
- [How to check keys in two levels loop? ](https://www.codementor.io/tips/6813274333/how-to-check-keys-in-two-levels-loop)
4355
- [Python array unpacking error: need more than 3 values ](https://www.codementor.io/tips/3317328246/python-array-unpacking-error-need-more-than-3-values)
@@ -51,8 +63,6 @@ Python is an easy to learn language many beginners to coding choose as their fir
5163
- [How can I get Travis-CI to recognize and open external files during testing](https://www.codementor.io/tips/8102473038/how-can-i-get-travis-ci-to-recognize-and-open-external-files-during-testing)
5264

5365

54-
55-
5666
## Videos
5767
- [Carte-Blanche, a Django Permission Framework for Rapid Prototyping, with its creator, Eric Neuman ](https://www.codementor.io/officehours/6962831504/carte-blanche-a-django-permission-framework-for-rapid-prototyping-with-its-creator-eric-neuman)
5868
- [Introduction to Machine Learning & NLP: Building a Spam Classifier](https://www.codementor.io/officehours/1385095426/building-a-spam-classifier)
@@ -63,6 +73,7 @@ Python is an easy to learn language many beginners to coding choose as their fir
6373
- [Python Documentations](https://www.python.org/doc/)
6474

6575
## Courses
76+
- [Live Python Class](https://www.codementor.io/classes/learn-python-live)
6677
- [MIT Introduction to Computer Science and Programming](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/)
6778
- [Programming for Everybody (Python)](https://www.coursera.org/course/pythonlearn)
6879
- [Google's Python Class](https://developers.google.com/edu/python/?hl=de-DE&csw=1)

0 commit comments

Comments
 (0)