-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix navigation issues, refactor SUMMARY.md
- Loading branch information
1 parent
3dd54d8
commit 213850f
Showing
14 changed files
with
110 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Deploy! | ||
|
||
To continue, pick your platform/operating system: | ||
* [RunCode Cloud](../runcode/deploy/README.md) | ||
* [ChromeBook/Linux](../linux/deploy/README.md) | ||
* [Mac OSX](../macosx/deploy/README.md) | ||
* [Windows](../windows/deploy/README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Django installation | ||
|
||
To continue, pick your platform/operating system: | ||
* [RunCode Cloud](../runcode/django_installation/README.md) | ||
* [ChromeBook](../chromebook/README.md#glitch-cloud-ide) | ||
* [Linux](../linux/django_installation/README.md) | ||
* [Mac OSX](../macosx/django_installation/README.md) | ||
* [Windows](../windows/django_installation/README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Your first Django project! | ||
|
||
To continue, pick your platform/operating system: | ||
* [RunCode Cloud](../runcode/django_start_project/README.md) | ||
* [ChromeBook](../chromebook/django_start_project/README.md) | ||
* [Linux](../linux/django_start_project/README.md) | ||
* [Mac OSX](../macosx/django_start_project/README.md) | ||
* [Windows](../windows/django_start_project/README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Introduction to the command-line interface | ||
|
||
* [RunCode Cloud](../runcode/intro_to_command_line/README.md) | ||
* [ChromeBook/Linux](../linux/intro_to_command_line/README.md) | ||
* [Mac OSX](../macosx/intro_to_command_line/README.md) | ||
* [Windows](../windows/intro_to_command_line/README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Let’s start with Python | ||
|
||
We're finally here! | ||
|
||
But first, let us tell you what Python is. Python is a very popular programming language that can be used for creating websites, games, | ||
scientific software, graphics, and much, much more. | ||
|
||
Python originated in the late 1980s and its main goal is to be readable by human beings (not only machines!). This is why it looks | ||
simpler than other programming languages, but don't worry – Python is also really powerful! | ||
|
||
# Python Installation | ||
> **Note** If you already worked through the [installation steps](../README.md), there's no need to do this again – you | ||
> can skip straight ahead to the next chapter! | ||
> | ||
> **Note** If you are on RunCode, this step is unnecessary since Python is pre-installed - you can skip right ahead to | ||
> the next chapter! | ||
To install Python, pick your operating system below: | ||
|
||
* [ChromeBook/Linux](../linux/python_installation/README.md) | ||
* [Mac OSX](../macosx/python_installation/README.md) | ||
* [Windows](../windows/python_installation/README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Introduction to Python | ||
|
||
To continue, pick your platform/operating system: | ||
* [RunCode Cloud](../runcode/python_introduction/README.md) | ||
* [ChromeBook/Linux](../linux/python_introduction/README.md) | ||
* [Mac OSX](../macosx/python_introduction/README.md) | ||
* [Windows](../windows/python_introduction/README.md) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters