freeCodeCamp/guide/english/python
Corey Abma 723fa03609 update: added additional note fields (#29551)
* fix: corrected placement of notes

Some "note" fields were preemptive in their placement; I corrected their placement to be in more appropriate locations.

* update: added additional note fields

Added some additional "note" fields to assist those who are reading through the PHP documentation.

* fix: formatting of escape sequence examples

The formatting was a bit jumbled, so I cleaned up the formatting of the escape sequence.

* update: improved examples

I added a new example to demonstrate the use of a "break" statement in a while loop, as well as numbered each example.

* update: add clarifying statement

I added a note at the end of the description, with the goal of being a bit more explicit in terms of what the "continue" statement does.
2018-12-13 00:51:39 -08:00
..
abs-function Added explantion on using mathematical expression (#23380) 2018-12-03 15:07:56 -07:00
all-iterable
anaconda
any-iterable Added explanation and examples (#25859) 2018-11-25 00:22:20 -08:00
args-variable
basic-operators
bool-function
boolean-operations Wrongly mentioned, so interchanged the comments (#24370) 2018-12-08 21:53:21 -05:00
built-in-constants
calling-functions
class
code-blocks-and-indentation
commenting-code Improve language in python/commenting-code (#24421) 2018-12-10 18:38:53 -05:00
comparisons Update index.md (#23905) 2018-12-01 21:55:20 -05:00
complex-numbers Added example of absolute value of complex number (#23638) 2018-12-11 14:43:20 -05:00
containers
converting-integer-to-string-in-python
creating-guis-in-python3
data-structures Correct some typos (#30981) 2018-12-07 04:28:06 -05:00
decorators
defaultdict
defining-functions Incorrect punctuation on "eg" (#22961) 2018-11-22 23:09:01 -05:00
difference-between-is-and-equal-equal-operators
docstring
escape-sequences update: added additional note fields (#29551) 2018-12-13 00:51:39 -08:00
exception-and-error-handling
files-and-io Add Python 3.x print example (#24624) 2018-12-12 10:25:59 -05:00
for-loop-statements
from-x-import-y
frozenset
functions Updated index.md to further explain functions (#22779) 2018-11-23 17:52:27 +07:00
generators
hex-functions
how-to-convert-strings-into-integers-in-python
idobject
if-elif-else-statements
import-statements
input-functions
installing-and-using-python-3
is-there-a-way-to-substring-a-string-in-python
iterators
itertools Add 'changes' to this article (#25019) 2018-12-07 04:04:54 -05:00
keywords
lambda-expressions
learn-about-python-sets
len-function Added example on 2d lists and changed format (#23665) 2018-11-29 05:07:01 -05:00
list-deque
lists update: lambda expression example for python sort (#26044) 2018-12-08 12:33:36 -07:00
max-function formatting changes (#23803) 2018-11-26 22:01:42 -05:00
min-function Update index.md (#34120) 2018-12-05 14:14:46 -08:00
more-built-in-types
mutability-and-variable-assignments
name-binding-and-aliasing-functions
nested-functions
numeric-operations
numeric-types
object-oriented-programming Added a comma after class (#23613) 2018-11-26 05:55:51 -05:00
ord-function
parenthesis-for-boolean-operations
powxy
python-2-vs-python-3 Improve language in python-2-vs-python-3 (#24425) 2018-12-10 18:30:09 -05:00
python-coding-standards
python-f-strings
python-resources
range-function
raspberry-pi-basics
rest-api-with-falcon
return-statement
sequence-types
set-types
setting-up-python-web-framework-django-and-flask
share-file-using-python-simple-http-server
sleep-how-can-i-make-a-time-delay-in-python
slicestartstopstep
string-methods
ternary-operator
truth-value-testing
using-pip Add deprecation note for easy_install (#22909) 2018-12-03 16:42:00 +00:00
using-python-for-web-development
variable-names-and-binding
virtual-environments
web-frameworks-and-what-they-do-for-you
what-is-python-used-for Network Testing (#22867) 2018-11-27 11:50:19 -07:00
while-loop-statements
zip-function
index.md Edited for grammar, readability and markdown (#33026) 2018-12-11 15:15:42 -07:00