Bump deps

This commit is contained in:
Dan Bader
2018-07-16 12:10:07 -07:00
parent 4f43620b84
commit 75b235fdf0
12 changed files with 75 additions and 90 deletions
+19 -12
View File
@@ -15,13 +15,21 @@ quick-start guide to the language.
`The Python Tutorial <http://docs.python.org/tutorial/index.html>`_
Real Python
~~~~~~~~~~~
Real Python is a repository of free and in-depth Python tutorials created by a diverse team of professional Python developers. At Real Python you can learn all things Python from the ground up. Everything from the absolute basics of Python, to web development and web scraping, to data visualization, and beyond.
`Real Python <https://realpython.com/>`_
Python Basics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pythonbasics.org is an introductiory tutorial for beginners. The tutorial includes exercises. It covers the basics and there are also in-depth lessons like object oriented programming and regular expressions.
`Python basics <https://pythonbasics.org/>`_
Python for Beginners
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -32,14 +40,6 @@ At last it finishes off with tutorial "How to access MySQL db using python"
`Python for beginners <http://thepythonguru.com/>`_
Learn Python for Data Science Interactively
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you prefer an online interactive environment to learn Python for Data Science, `this free python tutorial by DataCamp <https://www.datacamp.com/courses/intro-to-python-for-data-science?tap_a=5644-dce66f&tap_s=116411-750171>`_ is a great way to get started. If you're already somewhat advanced and interested in machine learning, check out this `course on Supervised Learning with scikit-learn <https://www.datacamp.com/courses/supervised-learning-with-scikit-learn?tap_a=5644-dce66f&tap_s=116411-750171>`_, by one the core developers of scikit-learn.
`Python for data science <http://datacamp.com/?tap_a=5644-dce66f&tap_s=116411-750171>`_
Learn Python Interactive Tutorial
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -51,12 +51,10 @@ without having to install Python locally.
`Learn Python <http://www.learnpython.org/>`_
If you want a more traditional book, *Python For You and Me* is an excellent
resource for learning all aspects of the language.
`Python for You and Me <https://pymbook.readthedocs.io/>`_
`Learn Python Interactively with DataCamp! <https://www.datacamp.com/>`_
Learn Python Step by Step
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -198,6 +196,15 @@ making the process of learning Python fun and engaging.
Intermediate
------------
Python Tricks: The Book
~~~~~~~~~~~~~~~~~~~~~~~
Discover Python's best practices with simple examples and start writing even more beautiful + Pythonic code. "Python Tricks: The Book" shows you exactly how.
Youll master intermediate and advanced-level features in Python with practical examples and a clear narrative:
`Python Tricks: The Book <https://realpython.com/products/python-tricks-book/>`_
Effective Python
~~~~~~~~~~~~~~~~
@@ -250,7 +257,7 @@ and can make classes and objects behave in different and magical ways.
.. note:: The Rafekettler.com is currently down, you can go to their Github version directly. Here you can find a PDF version:
`A Guide to Python's Magic Methods (repo on GitHub) <https://github.com/RafeKettler/magicmethods/blob/master/magicmethods.pdf>`_
For Engineers and Scientists