From b6307553f43b68406e6cbff21c8092d7c6a3cae4 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Fri, 5 Jan 2018 17:53:30 +1100 Subject: [PATCH 1/4] Add DjangoCon AU --- docs/scenarios/web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 9ab3503..7fbb8b7 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -62,7 +62,7 @@ modules `_ that can be incorporated into a new project as-is, or customized to fit your needs. There are annual Django conferences `in the United States -`_ and `in Europe `_. +`_, `Europe `_, and `Australia `_. The majority of new Python web applications today are built with Django. From ccf2a19c37c769a3ea74b65301f6ef34c58dd91b Mon Sep 17 00:00:00 2001 From: Meenakshi Agarwal Date: Sun, 7 Jan 2018 02:19:06 +0530 Subject: [PATCH 2/4] Update learning.rst Added a Python resource for step by step tutorial, quizzes, coding tips, best practices and interview questions. --- docs/intro/learning.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index e92496f..2a7512a 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -51,6 +51,13 @@ resource for learning all aspects of the language. `Python for You and Me `_ `Learn Python Interactively with DataCamp! `_ +Learn Python Step by Step +~~~~~~~~~~~~~~~~~~~~~~~~~ + +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 `_ to help job seekers. You can also read essential `Python tips `_ and learn `best coding practices `_ for writing quality code. Here, you'll get the right platform to learn Python quickly. + +`Learn Python Basic to Advanced `_ + Online Python Tutor ~~~~~~~~~~~~~~~~~~~ From 208447c945662070e31e6c6dd1a086d0ec034c5e Mon Sep 17 00:00:00 2001 From: David Lutton Date: Mon, 8 Jan 2018 20:05:14 +0000 Subject: [PATCH 3/4] Windows install link to current release Updates the Windows install guide to link to the current release of the installer --- docs/starting/install3/win.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/starting/install3/win.rst b/docs/starting/install3/win.rst index 74fe7d0..139b302 100644 --- a/docs/starting/install3/win.rst +++ b/docs/starting/install3/win.rst @@ -5,10 +5,10 @@ Installing Python 3 on Windows .. image:: https://farm5.staticflickr.com/4276/34435689480_2e6f358510_k_d.jpg -First, download the `latest version `_ +First, download the `latest version `_ of Python 3.6 from the official website. If you want to be sure you are installing a fully up-to-date version, click the Downloads > Windows link from the home page of the -`Python.org web site `_ . +`Python.org web site `_. By design, Python installs to a directory with the version number embedded, e.g. Python version 3.6 will install at :file:`C:\\Python36\\`, so that you can From 63cbbefdf0da69d82cd5976e97932d8049241d58 Mon Sep 17 00:00:00 2001 From: Oliver Newman Date: Wed, 10 Jan 2018 09:14:53 -0800 Subject: [PATCH 4/4] Fix VS Code extension link --- docs/dev/env.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index e1e0129..bc6d68c 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -155,7 +155,7 @@ Edition (Apache 2.0 License) with fewer features. Python (on Visual Studio Code) ------------------------------ -`Python for Visual Studio `_ is an extension for the `Visual Studio Code IDE `_. +`Python for Visual Studio `_ is an extension for the `Visual Studio Code IDE `_. This is a free, light weight, open source IDE, with support for Mac, Windows, and Linux. 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.