Skip to content

Commit a679d6f

Browse files
committed
merge
2 parents 7fed100 + 8f8278d commit a679d6f

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

docs/dev/env.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Edition (Apache 2.0 License) with fewer features.
155155
Python (on Visual Studio Code)
156156
------------------------------
157157

158-
`Python for Visual Studio <https://marketplace.visualstudio.com/items?itemName=donjayamanne.python>`_ is an extension for the `Visual Studio Code IDE <https://code.visualstudio.com>`_.
158+
`Python for Visual Studio <https://marketplace.visualstudio.com/items?itemName=ms-python.python>`_ is an extension for the `Visual Studio Code IDE <https://code.visualstudio.com>`_.
159159
This is a free, light weight, open source IDE, with support for Mac, Windows, and Linux.
160160
Built using open source technologies such as Node.js and Python, with compelling features such as Intellisense (autocompletion), local and remote debugging, linting, and the like.
161161

docs/intro/learning.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ resource for learning all aspects of the language.
5151
`Python for You and Me <https://pymbook.readthedocs.io/>`_
5252
`Learn Python Interactively with DataCamp! <https://www.datacamp.com/>`_
5353

54+
Learn Python Step by Step
55+
~~~~~~~~~~~~~~~~~~~~~~~~~
56+
57+
Techbeamers.com provides step-by-step tutorials to teach Python. Each tutorial is supplemented with logically added coding snippets and equips with a follow-up quiz on the subject learned. There is a section for `Python interview questions <http://www.techbeamers.com/python-interview-questions-programmers>`_ to help job seekers. You can also read essential `Python tips <http://www.techbeamers.com/essential-python-tips-tricks-programmers>`_ and learn `best coding practices <http://www.techbeamers.com/python-code-optimization-tips-tricks>`_ for writing quality code. Here, you'll get the right platform to learn Python quickly.
58+
59+
`Learn Python Basic to Advanced <http://www.techbeamers.com/python-tutorial-step-by-step>`_
60+
5461

5562
Online Python Tutor
5663
~~~~~~~~~~~~~~~~~~~

docs/scenarios/web.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ modules <http://djangopackages.com/>`_ that can be incorporated into a new
6262
project as-is, or customized to fit your needs.
6363

6464
There are annual Django conferences `in the United States
65-
<http://djangocon.us>`_ and `in Europe <http://djangocon.eu>`_.
65+
<http://djangocon.us>`_, `Europe <http://djangocon.eu>`_, and `Australia <http://djangocon.com.au>`_.
6666

6767
The majority of new Python web applications today are built with Django.
6868

docs/starting/install3/win.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Installing Python 3 on Windows
55

66
.. image:: https://farm5.staticflickr.com/4276/34435689480_2e6f358510_k_d.jpg
77

8-
First, download the `latest version <https://www.python.org/ftp/python/3.6.3/python-3.6.3.exe>`_
8+
First, download the `latest version <https://www.python.org/ftp/python/3.6.4/python-3.6.4.exe>`_
99
of Python 3.6 from the official website. If you want to be sure you are installing a fully
1010
up-to-date version, click the Downloads > Windows link from the home page of the
11-
`Python.org web site <http://python.org>`_ .
11+
`Python.org web site <http://python.org>`_.
1212

1313
By design, Python installs to a directory with the version number embedded,
1414
e.g. Python version 3.6 will install at :file:`C:\\Python36\\`, so that you can

0 commit comments

Comments
 (0)