freeCodeCamp/guide/english/python
Jean-Paul Wilson 1a20fbff6e docs: shorten the description for clarity. (#29020)
Change the first two sentences from
"Lambda Expressions are ideally used when we have something simple to be done an we are more interested in quickly getting the job done rather than formally naming the function. Lambda expressions also known as anonymous functions."
 to instead read:
"Lambda Expressions are used when an operation only has to be performed once, meaning that there is no need for defining a function as it will not be used again. Lambda expressions also known as anonymous functions, as they are not named (defined). "
2019-04-06 17:04:47 +05:30
..
abs-function Added explantion on using mathematical expression (#23380) 2018-12-03 15:07:56 -07:00
all-iterable
anaconda Add the text "software" , "operating through" (#25212) 2018-12-16 01:36:48 -05:00
any-iterable
args-variable
basic-operators Add parentheses to print commands (#33137) 2019-03-26 07:38:41 -07:00
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 Added method to delete objects (#33474) 2019-03-03 07:55:52 -08:00
code-blocks-and-indentation Minor wording/grammar updates (#28313) 2019-04-01 23:09:42 +05:30
commenting-code Minor changes and fixes. (#28463) 2019-03-04 15:36:05 -08:00
comparisons Some typos, made doc readable (#33136) 2018-12-20 16:44:58 -08: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 Python: Completed article Creating GUI's in Python 3 (#29633) 2019-01-30 14:06:03 -08:00
data-structures Fix(guide): Edited the formatting added title (#32577) 2019-03-27 23:39:34 -07:00
decorators
defaultdict
defining-functions
difference-between-is-and-equal-equal-operators
docstring
enumerate Create overview for Python's enumerate function (#23852) 2018-12-19 01:38:27 -05:00
escape-sequences update: added additional note fields (#29551) 2018-12-13 00:51:39 -08:00
exception-and-error-handling
files-and-io Add lines 109-118(reading files) (#27795) 2019-03-03 10:11:21 -08:00
for-loop-statements Update index.md (#33467) 2018-12-19 18:23:10 -08:00
from-x-import-y
frozenset
functions
generators
hex-functions
how-to-convert-strings-into-integers-in-python
idobject
if-elif-else-statements Explained Nested if-else condition (#32369) 2019-03-23 23:17:10 -07:00
import-statements Added "Variations of Import statements" (#27356) 2019-02-02 14:25:14 -05:00
input-functions Changes to grammar, content, styling, etc (#28364) 2019-03-19 20:03:43 -07:00
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 Update index.md (#30140) 2018-12-13 14:49:57 -08:00
lambda-expressions docs: shorten the description for clarity. (#29020) 2019-04-06 17:04:47 +05:30
learn-about-python-sets Further explained how to initialize sets (#29486) 2019-04-03 16:14:59 -07:00
len-function Added example on 2d lists and changed format (#23665) 2018-11-29 05:07:01 -05:00
list-deque
lists Fixed typo on line 12 (#31800) 2019-03-04 16:20:35 -08:00
max-function changes to grammar/punctuation (#28356) 2019-03-21 23:11:33 +05:30
min-function Update index.md (#34120) 2018-12-05 14:14:46 -08:00
more-built-in-types
mutability-and-variable-assignments Python mutability guide - fix formatting of code blocks and minor updates (#31696) 2019-01-18 18:57:52 -06:00
name-binding-and-aliasing-functions
nested-functions
numeric-operations
numeric-types
object-oriented-programming Added information on inheritance in Python (#26572) 2019-02-22 03:33:16 -05:00
ord-function adding text to correct the sentence (#33972) 2019-01-18 18:54:13 -06:00
parenthesis-for-boolean-operations
pickling Created a description for pickle in Python (#23883) 2018-12-25 17:37:09 +09:00
powxy
python-2-vs-python-3 Fix typo (#30046) 2019-01-13 13:18:09 -07:00
python-coding-standards
python-f-strings
python-resources Adding resource for Python (#30018) 2019-03-18 15:56:46 +05:30
random Added basic random examples (#32568) 2019-02-10 19:23:42 -08:00
range-function Added "I/O types" and "equality of range objects" (#27417) 2019-02-07 15:19:40 -07:00
raspberry-pi-basics
rest-api-with-falcon
return-statement
sequence-types
set-types
setting-up-python-web-framework-django-and-flask fix: Restore missing emojis and fix broken links (#35703) 2019-03-29 12:52:56 -07:00
share-file-using-python-simple-http-server Apply grammar changes (#30064) 2019-01-18 18:53:15 -06:00
sleep-how-can-i-make-a-time-delay-in-python
slicestartstopstep
string-methods Added string formatting (#26695) 2018-12-17 15:12:56 +05:30
ternary-operator Clarified first 2 sentences (#27490) 2019-03-21 19:09:18 +05:30
truth-value-testing
using-pip Content and language check (#25253) 2018-12-18 22:07:28 -05:00
using-python-for-web-development
variable-names-and-binding
virtual-environments Added more tools for virtual env (#31415) 2019-01-02 17:02:22 -07:00
web-frameworks-and-what-they-do-for-you Replace Github with GitHub (#34971) 2019-02-12 00:46:34 -08:00
what-is-python-used-for Fix some header size inconsistencies (#30058) 2019-03-23 22:41:45 -07:00
while-loop-statements Added code highlighting for while loop (#31676) 2019-03-04 16:26:31 -08:00
zip-function
index.md Edited for grammar, readability and markdown (#33026) 2018-12-11 15:15:42 -07:00