diff --git a/docs/builtin/abs.md b/docs/builtin/abs.md index a6978cbf..77798c56 100644 --- a/docs/builtin/abs.md +++ b/docs/builtin/abs.md @@ -4,9 +4,7 @@ description: Return the absolute value of a number. The argument may be an integ --- - -# Python abs() built-in function - +Python abs() built-in function diff --git a/docs/builtin/aiter.md b/docs/builtin/aiter.md index b77e2966..7dc6cad0 100644 --- a/docs/builtin/aiter.md +++ b/docs/builtin/aiter.md @@ -4,9 +4,7 @@ description: Return an asynchronous iterator for an asynchronous iterable. Equiv --- - -# Python aiter() built-in function - +Python aiter() built-in function diff --git a/docs/builtin/all.md b/docs/builtin/all.md index f7458dcb..1ad04062 100644 --- a/docs/builtin/all.md +++ b/docs/builtin/all.md @@ -4,9 +4,7 @@ description: Return True if all elements of the iterable are true (or if the ite --- - -# Python all() built-in function - +Python all() built-in function diff --git a/docs/builtin/any.md b/docs/builtin/any.md index e97dfad5..d9367d85 100644 --- a/docs/builtin/any.md +++ b/docs/builtin/any.md @@ -4,9 +4,7 @@ description: Return True if any element of the iterable is true. If the iterable --- - -# Python any() built-in function - +Python any() built-in function diff --git a/docs/builtin/ascii.md b/docs/builtin/ascii.md index 3cecf2fa..9dfa60f0 100644 --- a/docs/builtin/ascii.md +++ b/docs/builtin/ascii.md @@ -4,9 +4,7 @@ description: As repr(), return a string containing a printable representation of --- - -# Python ascii() built-in function - +Python ascii() built-in function diff --git a/docs/builtin/bin.md b/docs/builtin/bin.md index 6334b5f8..aa032b55 100644 --- a/docs/builtin/bin.md +++ b/docs/builtin/bin.md @@ -4,9 +4,7 @@ description: Convert an integer number to a binary string prefixed with “0b” --- - -# Python bin() built-in function - +Python bin() built-in function diff --git a/docs/builtin/bool.md b/docs/builtin/bool.md index d308f928..4757417b 100644 --- a/docs/builtin/bool.md +++ b/docs/builtin/bool.md @@ -4,9 +4,7 @@ description: Return a Boolean value, i.e. one of True or False. x is converted u --- - -# Python bool() built-in function - +Python bool() built-in function diff --git a/docs/builtin/breakpoint.md b/docs/builtin/breakpoint.md index 97504904..7cb77299 100644 --- a/docs/builtin/breakpoint.md +++ b/docs/builtin/breakpoint.md @@ -4,9 +4,7 @@ description: This function drops you into the debugger at the call site. Specifi --- - -# Python breakpoint() built-in function - +Python breakpoint() built-in function diff --git a/docs/builtin/bytearray.md b/docs/builtin/bytearray.md index 4b1a9a74..dfec5040 100644 --- a/docs/builtin/bytearray.md +++ b/docs/builtin/bytearray.md @@ -4,9 +4,7 @@ description: Return a new array of bytes. The bytearray class is a mutable seque --- - -# Python bytearray() built-in function - +Python bytearray() built-in function diff --git a/docs/builtin/bytes.md b/docs/builtin/bytes.md index 05b14c0c..5979e375 100644 --- a/docs/builtin/bytes.md +++ b/docs/builtin/bytes.md @@ -4,9 +4,7 @@ description: Return a new “bytes” object which is an immutable sequence of i --- - -# Python bytes() built-in function - +Python bytes() built-in function diff --git a/docs/builtin/callable.md b/docs/builtin/callable.md index 67fa6819..687f6bfb 100644 --- a/docs/builtin/callable.md +++ b/docs/builtin/callable.md @@ -4,9 +4,7 @@ description: Return True if the object argument appears callable, False if not. --- - -# Python callable() built-in function - +Python callable() built-in function diff --git a/docs/builtin/chr.md b/docs/builtin/chr.md index 743abb00..bfeb6f09 100644 --- a/docs/builtin/chr.md +++ b/docs/builtin/chr.md @@ -4,9 +4,7 @@ description: Return the string representing a character whose Unicode code point --- - -# Python chr() built-in function - +Python chr() built-in function diff --git a/docs/builtin/classmethod.md b/docs/builtin/classmethod.md index 9d111e58..9b5eb51d 100644 --- a/docs/builtin/classmethod.md +++ b/docs/builtin/classmethod.md @@ -4,9 +4,7 @@ description: Transform a method into a class method. A class method receives the --- - -# Python classmethod() built-in function - +Python classmethod() built-in function diff --git a/docs/builtin/compile.md b/docs/builtin/compile.md index 9df5f792..7d70aafc 100644 --- a/docs/builtin/compile.md +++ b/docs/builtin/compile.md @@ -4,9 +4,7 @@ description: Compile the source into a code or AST object. Code objects can be e --- - -# Python compile() built-in function - +Python compile() built-in function diff --git a/docs/builtin/complex.md b/docs/builtin/complex.md index e00b0060..ca1ad658 100644 --- a/docs/builtin/complex.md +++ b/docs/builtin/complex.md @@ -4,9 +4,7 @@ description: Return a complex number with the value real + imag*1j or convert a --- - -# Python complex() built-in function - +Python complex() built-in function diff --git a/docs/builtin/delattr.md b/docs/builtin/delattr.md index 94eaa433..e782f867 100644 --- a/docs/builtin/delattr.md +++ b/docs/builtin/delattr.md @@ -4,9 +4,7 @@ description: This is a relative of setattr(). The arguments are an object and a --- - -# Python delattr() built-in function - +Python delattr() built-in function diff --git a/docs/builtin/dict.md b/docs/builtin/dict.md index 2430bc39..0df6c01a 100644 --- a/docs/builtin/dict.md +++ b/docs/builtin/dict.md @@ -4,9 +4,7 @@ description: Create a new dictionary. The dict object is the dictionary class. S --- - -# Python dict() built-in function - +Python dict() built-in function diff --git a/docs/builtin/dir.md b/docs/builtin/dir.md index d518efad..2c3b5251 100644 --- a/docs/builtin/dir.md +++ b/docs/builtin/dir.md @@ -4,9 +4,7 @@ description: Without arguments, return the list of names in the current local sc --- - -# Python dir() built-in function - +Python dir() built-in function diff --git a/docs/builtin/divmod.md b/docs/builtin/divmod.md index c1892bf4..9306a9e6 100644 --- a/docs/builtin/divmod.md +++ b/docs/builtin/divmod.md @@ -4,9 +4,7 @@ description: Take two (non-complex) numbers as arguments and return a pair of nu --- - -# Python divmod() built-in function - +Python divmod() built-in function diff --git a/docs/builtin/enumerate.md b/docs/builtin/enumerate.md index 7ed65dba..3922c57d 100644 --- a/docs/builtin/enumerate.md +++ b/docs/builtin/enumerate.md @@ -4,9 +4,7 @@ description: Return an enumerate object. iterable must be a sequence, an iterato --- - -# Python enumerate() built-in function - +Python enumerate() built-in function diff --git a/docs/builtin/eval.md b/docs/builtin/eval.md index 07178a1c..88fdb0a3 100644 --- a/docs/builtin/eval.md +++ b/docs/builtin/eval.md @@ -4,9 +4,7 @@ description: The arguments are a string and optional globals and locals. If prov --- - -# Python eval() built-in function - +Python eval() built-in function diff --git a/docs/builtin/exec.md b/docs/builtin/exec.md index f17ae146..d07fc25f 100644 --- a/docs/builtin/exec.md +++ b/docs/builtin/exec.md @@ -4,9 +4,7 @@ description: This function supports dynamic execution of Python code. object mus --- - -# Python exec() built-in function - +Python exec() built-in function diff --git a/docs/builtin/filter.md b/docs/builtin/filter.md index 8883c526..cdc5340a 100644 --- a/docs/builtin/filter.md +++ b/docs/builtin/filter.md @@ -4,9 +4,7 @@ description: Construct an iterator from those elements of iterable for which fun --- - -# Python filter() built-in function - +Python filter() built-in function diff --git a/docs/builtin/float.md b/docs/builtin/float.md index 3a8a859f..e2309dfa 100644 --- a/docs/builtin/float.md +++ b/docs/builtin/float.md @@ -4,9 +4,7 @@ description: Return a floating point number constructed from a number or string --- - -# Python float() built-in function - +Python float() built-in function diff --git a/docs/builtin/format.md b/docs/builtin/format.md index f10aee44..639705a4 100644 --- a/docs/builtin/format.md +++ b/docs/builtin/format.md @@ -4,9 +4,7 @@ description: Convert a value to a “formatted” representation, as controlled --- - -# Python format() built-in function - +Python format() built-in function diff --git a/docs/builtin/frozenset.md b/docs/builtin/frozenset.md index 550c882e..823375d0 100644 --- a/docs/builtin/frozenset.md +++ b/docs/builtin/frozenset.md @@ -4,9 +4,7 @@ description: Return a new frozenset object, optionally with elements taken from --- - -# Python frozenset() built-in function - +Python frozenset() built-in function diff --git a/docs/builtin/getattr.md b/docs/builtin/getattr.md index a7837521..16cdb4cc 100644 --- a/docs/builtin/getattr.md +++ b/docs/builtin/getattr.md @@ -4,9 +4,7 @@ description: Return the value of the named attribute of object. name must be a s --- - -# Python getattr() built-in function - +Python getattr() built-in function diff --git a/docs/builtin/globals.md b/docs/builtin/globals.md index 2abebdc2..b59cd583 100644 --- a/docs/builtin/globals.md +++ b/docs/builtin/globals.md @@ -4,9 +4,7 @@ description: Return the dictionary implementing the current module namespace. Fo --- - -# Python globals() built-in function - +Python globals() built-in function diff --git a/docs/builtin/hasattr.md b/docs/builtin/hasattr.md index f4163b6b..4584d074 100644 --- a/docs/builtin/hasattr.md +++ b/docs/builtin/hasattr.md @@ -4,9 +4,7 @@ description: The arguments are an object and a string. The result is True if the --- - -# Python hasattr() built-in function - +Python hasattr() built-in function diff --git a/docs/builtin/hash.md b/docs/builtin/hash.md index 7b51c419..e8592c6c 100644 --- a/docs/builtin/hash.md +++ b/docs/builtin/hash.md @@ -4,9 +4,7 @@ description: Return the hash value of the object (if it has one). Hash values ar --- - -# Python hash() built-in function - +Python hash() built-in function diff --git a/docs/builtin/help.md b/docs/builtin/help.md index 6088912a..8d5f9c5a 100644 --- a/docs/builtin/help.md +++ b/docs/builtin/help.md @@ -4,9 +4,7 @@ description: Invoke the built-in help system. (This function is intended for int --- - -# Python help() built-in function - +Python help() built-in function diff --git a/docs/builtin/hex.md b/docs/builtin/hex.md index d03db959..b1c25089 100644 --- a/docs/builtin/hex.md +++ b/docs/builtin/hex.md @@ -4,9 +4,7 @@ description: Convert an integer number to a lowercase hexadecimal string prefixe --- - -# Python hex() built-in function - +Python hex() built-in function diff --git a/docs/builtin/id.md b/docs/builtin/id.md index 91ba3281..2222fd47 100644 --- a/docs/builtin/id.md +++ b/docs/builtin/id.md @@ -4,9 +4,7 @@ description: Return the “identity” of an object. This is an integer which is --- - -# Python id() built-in function - +Python id() built-in function diff --git a/docs/builtin/import.md b/docs/builtin/import.md index faa7febf..0cd6e298 100644 --- a/docs/builtin/import.md +++ b/docs/builtin/import.md @@ -4,9 +4,7 @@ description: This function is invoked by the import statement. It can be replace --- - -# Python `__import__`() built-in function - +Python `__import__` built-in function diff --git a/docs/builtin/input.md b/docs/builtin/input.md index 1e7ec7d6..95b0f1a9 100644 --- a/docs/builtin/input.md +++ b/docs/builtin/input.md @@ -4,9 +4,7 @@ description: If the prompt argument is present, it is written to standard output --- - -# Python input() built-in function - +Python input() built-in function diff --git a/docs/builtin/int.md b/docs/builtin/int.md index 24d11000..52acf4af 100644 --- a/docs/builtin/int.md +++ b/docs/builtin/int.md @@ -4,9 +4,7 @@ description: Return an integer object constructed from a number or string x, or --- - -# Python int() built-in function - +Python int() built-in function diff --git a/docs/builtin/isinstance.md b/docs/builtin/isinstance.md index dad144b0..7450d25b 100644 --- a/docs/builtin/isinstance.md +++ b/docs/builtin/isinstance.md @@ -4,9 +4,7 @@ description: Return True if the object argument is an instance of the classinfo --- - -# Python isinstance() built-in function - +Python isinstance() built-in function diff --git a/docs/builtin/issubclass.md b/docs/builtin/issubclass.md index 2a4ad3d7..9a582282 100644 --- a/docs/builtin/issubclass.md +++ b/docs/builtin/issubclass.md @@ -4,9 +4,7 @@ description: Return True if class is a subclass (direct, indirect, or virtual) o --- - -# Python issubclass() built-in function - +Python issubclass() built-in function diff --git a/docs/builtin/iter.md b/docs/builtin/iter.md index 888289c2..0f956b47 100644 --- a/docs/builtin/iter.md +++ b/docs/builtin/iter.md @@ -4,9 +4,7 @@ description: Return an iterator object. The first argument is interpreted very d --- - -# Python iter() built-in function - +Python iter() built-in function diff --git a/docs/builtin/len.md b/docs/builtin/len.md index a0799724..d40a5ff0 100644 --- a/docs/builtin/len.md +++ b/docs/builtin/len.md @@ -4,9 +4,7 @@ description: Return the length (the number of items) of an object. The argument --- - -# Python len() built-in function - +Python len() built-in function diff --git a/docs/builtin/list.md b/docs/builtin/list.md index 97b14372..22505ecb 100644 --- a/docs/builtin/list.md +++ b/docs/builtin/list.md @@ -4,9 +4,7 @@ description: Rather than being a function, list is actually a mutable sequence t --- - -# Python list() built-in function - +Python list() built-in function diff --git a/docs/builtin/locals.md b/docs/builtin/locals.md index f70f2f01..0e93eff5 100644 --- a/docs/builtin/locals.md +++ b/docs/builtin/locals.md @@ -4,9 +4,7 @@ description: Update and return a dictionary representing the current local symbo --- - -# Python locals() built-in function - +Python locals() built-in function diff --git a/docs/builtin/map.md b/docs/builtin/map.md index 71d34824..02e8e97c 100644 --- a/docs/builtin/map.md +++ b/docs/builtin/map.md @@ -4,9 +4,7 @@ description: Return an iterator that applies function to every item of iterable, --- - -# Python map() built-in function - +Python map() built-in function diff --git a/docs/builtin/max.md b/docs/builtin/max.md index 61a7059f..e5756a7f 100644 --- a/docs/builtin/max.md +++ b/docs/builtin/max.md @@ -4,9 +4,7 @@ description: Return the largest item in an iterable or the largest of two or mor --- - -# Python max() built-in function - +Python max() built-in function diff --git a/docs/builtin/memoryview.md b/docs/builtin/memoryview.md index d6641764..bf018feb 100644 --- a/docs/builtin/memoryview.md +++ b/docs/builtin/memoryview.md @@ -4,9 +4,7 @@ description: Return a “memory view” object created from the given argument. --- - -# Python memoryview() built-in function - +Python memoryview() built-in function diff --git a/docs/builtin/min.md b/docs/builtin/min.md index f15cfcc7..43c514d4 100644 --- a/docs/builtin/min.md +++ b/docs/builtin/min.md @@ -4,9 +4,7 @@ description: Return the smallest item in an iterable or the smallest of two or m --- - -# Python min() built-in function - +Python min() built-in function diff --git a/docs/builtin/next.md b/docs/builtin/next.md index e10bfa79..bdd0b8bd 100644 --- a/docs/builtin/next.md +++ b/docs/builtin/next.md @@ -4,9 +4,7 @@ description: Retrieve the next item from the iterator by calling its __next__() --- - -# Python next() built-in function - +Python next() built-in function diff --git a/docs/builtin/object.md b/docs/builtin/object.md index fcb22c14..443b954b 100644 --- a/docs/builtin/object.md +++ b/docs/builtin/object.md @@ -4,9 +4,7 @@ description: Return a new featureless object. object is a base for all classes. --- - -# Python object() built-in function - +Python object() built-in function diff --git a/docs/builtin/oct.md b/docs/builtin/oct.md index 0915304a..6f536a75 100644 --- a/docs/builtin/oct.md +++ b/docs/builtin/oct.md @@ -4,9 +4,7 @@ description: Convert an integer number to an octal string prefixed with “0o” --- - -# Python oct() built-in function - +Python oct() built-in function diff --git a/docs/builtin/open.md b/docs/builtin/open.md index 2b669140..816c02f4 100644 --- a/docs/builtin/open.md +++ b/docs/builtin/open.md @@ -4,9 +4,7 @@ description: Open file and return a corresponding file object. If the file canno --- - -# Python open() built-in function - +Python open() built-in function diff --git a/docs/builtin/ord.md b/docs/builtin/ord.md index 24d814db..d142c347 100644 --- a/docs/builtin/ord.md +++ b/docs/builtin/ord.md @@ -4,9 +4,7 @@ description: Given a string representing one Unicode character, return an intege --- - -# Python ord() built-in function - +Python ord() built-in function diff --git a/docs/builtin/pow.md b/docs/builtin/pow.md index 7e63c8c0..f692a33c 100644 --- a/docs/builtin/pow.md +++ b/docs/builtin/pow.md @@ -4,9 +4,7 @@ description: Given a string representing one Unicode character, return an intege --- - -# Python pow() built-in function - +Python pow() built-in function diff --git a/docs/builtin/print.md b/docs/builtin/print.md index 10736129..5db0873b 100644 --- a/docs/builtin/print.md +++ b/docs/builtin/print.md @@ -4,9 +4,7 @@ description: Print objects to the text stream file, separated by sep and followe --- - -# Python print() built-in function - +Python print() built-in function diff --git a/docs/builtin/property.md b/docs/builtin/property.md index 1554a35a..efca426e 100644 --- a/docs/builtin/property.md +++ b/docs/builtin/property.md @@ -4,9 +4,7 @@ description: Return a property attribute. --- - -# Python property() built-in function - +Python property() built-in function diff --git a/docs/builtin/range.md b/docs/builtin/range.md index af34932b..97aad7da 100644 --- a/docs/builtin/range.md +++ b/docs/builtin/range.md @@ -4,9 +4,7 @@ description: Rather than being a function, range is actually an immutable sequen --- - -# Python range() built-in function - +Python range() built-in function diff --git a/docs/builtin/repr.md b/docs/builtin/repr.md index 3834e9e5..01c37134 100644 --- a/docs/builtin/repr.md +++ b/docs/builtin/repr.md @@ -4,9 +4,7 @@ description: Return a string containing a printable representation of an object. --- - -# Python repr() built-in function - +Python repr() built-in function diff --git a/docs/builtin/reversed.md b/docs/builtin/reversed.md index fce5555e..af474f6d 100644 --- a/docs/builtin/reversed.md +++ b/docs/builtin/reversed.md @@ -4,9 +4,7 @@ description: Return a reverse iterator. seq must be an object which has a __reve --- - -# Python reversed() built-in function - +Python reversed() built-in function diff --git a/docs/builtin/round.md b/docs/builtin/round.md index f8944b48..b21336db 100644 --- a/docs/builtin/round.md +++ b/docs/builtin/round.md @@ -4,9 +4,7 @@ description: Return number rounded to ndigits precision after the decimal point. --- - -# Python round() built-in function - +Python round() built-in function diff --git a/docs/builtin/set.md b/docs/builtin/set.md index 93d48786..b7685bbf 100644 --- a/docs/builtin/set.md +++ b/docs/builtin/set.md @@ -4,9 +4,7 @@ description: Return a new set object, optionally with elements taken from iterab --- - -# Python set() built-in function - +Python set() built-in function diff --git a/docs/builtin/setattr.md b/docs/builtin/setattr.md index 966e1047..f459e8f2 100644 --- a/docs/builtin/setattr.md +++ b/docs/builtin/setattr.md @@ -4,9 +4,7 @@ description: This is the counterpart of getattr(). The arguments are an object, --- - -# Python setattr() built-in function - +Python setattr() built-in function diff --git a/docs/builtin/slice.md b/docs/builtin/slice.md index 20e9da8a..7985ecee 100644 --- a/docs/builtin/slice.md +++ b/docs/builtin/slice.md @@ -4,9 +4,7 @@ description: Return a slice object representing the set of indices specified by --- - -# Python slice() built-in function - +Python slice() built-in function diff --git a/docs/builtin/sorted.md b/docs/builtin/sorted.md index bcec39f8..93dda2cc 100644 --- a/docs/builtin/sorted.md +++ b/docs/builtin/sorted.md @@ -4,9 +4,7 @@ description: Return a new sorted list from the items in iterable. --- - -# Python sorted() built-in function - +Python sorted() built-in function diff --git a/docs/builtin/staticmethod.md b/docs/builtin/staticmethod.md index 42fabfeb..baddb277 100644 --- a/docs/builtin/staticmethod.md +++ b/docs/builtin/staticmethod.md @@ -4,9 +4,7 @@ description: Transform a method into a static method. --- - -# Python staticmethod() built-in function - +Python staticmethod() built-in function diff --git a/docs/builtin/str.md b/docs/builtin/str.md index 31c5b6d2..467e1482 100644 --- a/docs/builtin/str.md +++ b/docs/builtin/str.md @@ -4,9 +4,7 @@ description: Return a string version of object. If object is not provided, retur --- - -# Python str() built-in function - +Python str() built-in function diff --git a/docs/builtin/sum.md b/docs/builtin/sum.md index 13bb2b68..47c2d20a 100644 --- a/docs/builtin/sum.md +++ b/docs/builtin/sum.md @@ -4,9 +4,7 @@ description: Sums start and the items of an iterable from left to right and retu --- - -# Python sum() built-in function - +Python sum() built-in function diff --git a/docs/builtin/super.md b/docs/builtin/super.md index 7161f900..977c1fd5 100644 --- a/docs/builtin/super.md +++ b/docs/builtin/super.md @@ -4,9 +4,7 @@ description: Return a proxy object that delegates method calls to a parent or si --- - -# Python super() built-in function - +Python super() built-in function diff --git a/docs/builtin/tuple.md b/docs/builtin/tuple.md index f9d9b329..d27e0b45 100644 --- a/docs/builtin/tuple.md +++ b/docs/builtin/tuple.md @@ -4,9 +4,7 @@ description: Rather than being a function, tuple is actually an immutable sequen --- - -# Python tuple() built-in function - +Python tuple() built-in function diff --git a/docs/builtin/type.md b/docs/builtin/type.md index 45502323..ef40023a 100644 --- a/docs/builtin/type.md +++ b/docs/builtin/type.md @@ -4,9 +4,7 @@ description: With one argument, return the type of an object. The return value i --- - -# Python type() built-in function - +Python type() built-in function diff --git a/docs/builtin/vars.md b/docs/builtin/vars.md index 3ba01c0b..11af1a9d 100644 --- a/docs/builtin/vars.md +++ b/docs/builtin/vars.md @@ -4,9 +4,7 @@ description: Return the __dict__ attribute for a module, class, instance, or any --- - -# Python vars() built-in function - +Python vars() built-in function diff --git a/docs/builtin/zip.md b/docs/builtin/zip.md index befdb14f..e1c43446 100644 --- a/docs/builtin/zip.md +++ b/docs/builtin/zip.md @@ -4,9 +4,7 @@ description: Iterate over several iterables in parallel, producing tuples with a --- - -# Python zip() built-in function - +Python zip() built-in function diff --git a/docs/cheatsheet/args-and-kwargs.md b/docs/cheatsheet/args-and-kwargs.md index 39cd7c1f..a94a3e60 100644 --- a/docs/cheatsheet/args-and-kwargs.md +++ b/docs/cheatsheet/args-and-kwargs.md @@ -4,9 +4,7 @@ description: args and kwargs may seem scary, but the truth is that they are not --- - -# Python Args and Kwargs - +Python Args and Kwargs diff --git a/docs/cheatsheet/basics.md b/docs/cheatsheet/basics.md index 4098c9c0..12dd852c 100644 --- a/docs/cheatsheet/basics.md +++ b/docs/cheatsheet/basics.md @@ -4,9 +4,7 @@ description: The basics of python. We all need to start somewhere, so how about --- - -# Python Basics - +Python Basics We all need to start somewhere, so how about doing it here. diff --git a/docs/cheatsheet/built-in-functions.md b/docs/cheatsheet/built-in-functions.md index 321216db..c4ceda15 100644 --- a/docs/cheatsheet/built-in-functions.md +++ b/docs/cheatsheet/built-in-functions.md @@ -4,9 +4,7 @@ description: The Python interpreter has a number of functions and types built in --- - -# Python Built-in Functions - +Python Built-in Functions The Python interpreter has a number of functions and types built into it that are always available. diff --git a/docs/cheatsheet/comprehensions.md b/docs/cheatsheet/comprehensions.md index 758896bc..cdc74994 100644 --- a/docs/cheatsheet/comprehensions.md +++ b/docs/cheatsheet/comprehensions.md @@ -4,9 +4,7 @@ description: List comprehensions provide a concise way to create lists --- - -# Python Comprehensions - +Python Comprehensions List Comprehensions are a special kind of syntax that let us create lists out of other lists, and are incredibly useful when dealing with numbers and with one or two levels of nested for loops. diff --git a/docs/cheatsheet/context-manager.md b/docs/cheatsheet/context-manager.md index e46a3e3a..2aa48ae2 100644 --- a/docs/cheatsheet/context-manager.md +++ b/docs/cheatsheet/context-manager.md @@ -4,9 +4,7 @@ description: While Python's context managers are widely used, few understand the --- - -# Python Context Manager - +Python Context Manager While Python's context managers are widely used, few understand the purpose behind their use. These statements, commonly used with reading and writing files, assist the application in conserving system memory and improve resource management by ensuring specific resources are only in use for certain processes. diff --git a/docs/cheatsheet/control-flow.md b/docs/cheatsheet/control-flow.md index 41dfba7b..28724c94 100644 --- a/docs/cheatsheet/control-flow.md +++ b/docs/cheatsheet/control-flow.md @@ -4,9 +4,7 @@ description: Control flow is the order in which individual statements, instructi --- - -# Python Control Flow - +Python Control Flow diff --git a/docs/cheatsheet/dataclasses.md b/docs/cheatsheet/dataclasses.md index 22065c17..a41b3c48 100644 --- a/docs/cheatsheet/dataclasses.md +++ b/docs/cheatsheet/dataclasses.md @@ -4,9 +4,7 @@ description: Dataclasses are python classes, but are suited for storing data obj --- - -# Python Dataclasses - +Python Dataclasses `Dataclasses` are python classes, but are suited for storing data objects. diff --git a/docs/cheatsheet/debugging.md b/docs/cheatsheet/debugging.md index 06b1bdd8..b4edf43e 100644 --- a/docs/cheatsheet/debugging.md +++ b/docs/cheatsheet/debugging.md @@ -4,9 +4,7 @@ description: In computer programming and software development, debugging is the --- - -# Python Debugging - +Python Debugging diff --git a/docs/cheatsheet/dictionaries.md b/docs/cheatsheet/dictionaries.md index 12953ff2..279bbd2b 100644 --- a/docs/cheatsheet/dictionaries.md +++ b/docs/cheatsheet/dictionaries.md @@ -4,9 +4,7 @@ description: In Python, a dictionary is an ordered (from Python > 3.7) collectio --- - -# Python Dictionaries - +Python Dictionaries In Python, a dictionary is an _ordered_ (from Python > 3.7) collection of `key`: `value` pairs. diff --git a/docs/cheatsheet/exception-handling.md b/docs/cheatsheet/exception-handling.md index eb662f89..fa945a75 100644 --- a/docs/cheatsheet/exception-handling.md +++ b/docs/cheatsheet/exception-handling.md @@ -4,9 +4,7 @@ description: In Python, exception handling is the process of responding to the o --- - -# Python Exception Handling - +Python Exception Handling diff --git a/docs/cheatsheet/file-directory-path.md b/docs/cheatsheet/file-directory-path.md index 91389f46..048cc412 100644 --- a/docs/cheatsheet/file-directory-path.md +++ b/docs/cheatsheet/file-directory-path.md @@ -4,9 +4,7 @@ description: There are two main modules in Python that deals with path manipulat --- - -# Handling file and directory Paths - +Handling file and directory Paths There are two main modules in Python that deal with path manipulation. diff --git a/docs/cheatsheet/functions.md b/docs/cheatsheet/functions.md index 93a7c2a4..384f9112 100644 --- a/docs/cheatsheet/functions.md +++ b/docs/cheatsheet/functions.md @@ -4,9 +4,7 @@ description: In Python, A function is a block of organized code that is used to --- - -# Python Functions - +Python Functions diff --git a/docs/cheatsheet/json-yaml.md b/docs/cheatsheet/json-yaml.md index 79900dec..75fc6fb6 100644 --- a/docs/cheatsheet/json-yaml.md +++ b/docs/cheatsheet/json-yaml.md @@ -4,9 +4,7 @@ description: JSON stands for JavaScript Object Notation and is a lightweight for --- - -# JSON and YAML - +JSON and YAML ## JSON diff --git a/docs/cheatsheet/lists-and-tuples.md b/docs/cheatsheet/lists-and-tuples.md index 09009a8b..aec59365 100644 --- a/docs/cheatsheet/lists-and-tuples.md +++ b/docs/cheatsheet/lists-and-tuples.md @@ -4,9 +4,7 @@ description: In python, Lists are are one of the 4 data types in Python used to --- - -# Python Lists - +Python Lists Lists are one of the 4 data types in Python used to store collections of data. diff --git a/docs/cheatsheet/main.md b/docs/cheatsheet/main.md index 787c5a0f..cc684daa 100644 --- a/docs/cheatsheet/main.md +++ b/docs/cheatsheet/main.md @@ -4,9 +4,7 @@ description: is the name of the scope in which top-level code executes. A module --- - -# Main top-level script environment - +Main top-level script environment ## What is it diff --git a/docs/cheatsheet/manipulating-strings.md b/docs/cheatsheet/manipulating-strings.md index c467a4da..c12b2165 100644 --- a/docs/cheatsheet/manipulating-strings.md +++ b/docs/cheatsheet/manipulating-strings.md @@ -4,9 +4,7 @@ description: An escape character is created by typing a backslash \ followed by --- - -# Manipulating Strings - +Manipulating Strings ## Escape characters diff --git a/docs/cheatsheet/reading-and-writing-files.md b/docs/cheatsheet/reading-and-writing-files.md index 12393873..a96ab8c1 100644 --- a/docs/cheatsheet/reading-and-writing-files.md +++ b/docs/cheatsheet/reading-and-writing-files.md @@ -4,9 +4,7 @@ description: To read/write to a file in Python, you will want to use the with st --- - -# Reading and Writing Files - +Reading and Writing Files ## The file Reading/Writing process diff --git a/docs/cheatsheet/regular-expressions.md b/docs/cheatsheet/regular-expressions.md index 117d4f29..7e382d19 100644 --- a/docs/cheatsheet/regular-expressions.md +++ b/docs/cheatsheet/regular-expressions.md @@ -4,9 +4,7 @@ description: A regular expression (shortened as regex) is a sequence of characte --- - -# Regular Expressions - +Regular Expressions diff --git a/docs/cheatsheet/sets.md b/docs/cheatsheet/sets.md index 9977ad2d..1144fa39 100644 --- a/docs/cheatsheet/sets.md +++ b/docs/cheatsheet/sets.md @@ -4,9 +4,7 @@ description: Python comes equipped with several built-in data types to help us o --- - -# Python Sets - +Python Sets Python comes equipped with several built-in data types to help us organize our data. These structures include lists, dictionaries, tuples and **sets**. diff --git a/docs/cheatsheet/setup-py.md b/docs/cheatsheet/setup-py.md index ef2937e4..5c936396 100644 --- a/docs/cheatsheet/setup-py.md +++ b/docs/cheatsheet/setup-py.md @@ -4,9 +4,7 @@ description: The setup script is the centre of all activity in building, distrib --- - -# Python setup.py - +Python setup.py diff --git a/docs/cheatsheet/string-formatting.md b/docs/cheatsheet/string-formatting.md index 80a050bf..7c8f426e 100644 --- a/docs/cheatsheet/string-formatting.md +++ b/docs/cheatsheet/string-formatting.md @@ -4,9 +4,7 @@ description: If your are using Python 3.6+, string f-strings are the recommended --- - -# Python String Formatting - +Python String Formatting diff --git a/docs/cheatsheet/virtual-environments.md b/docs/cheatsheet/virtual-environments.md index f1cf3dba..89ce8b3e 100644 --- a/docs/cheatsheet/virtual-environments.md +++ b/docs/cheatsheet/virtual-environments.md @@ -4,9 +4,7 @@ description: The use of a Virtual Environment is to test python code in encapsul --- - -# Virtual Environment - +Virtual Environment The use of a Virtual Environment is to test python code in encapsulated environments, and to also avoid filling the base Python installation with libraries we might use for only one project. diff --git a/docs/modules/datetime-module.md b/docs/modules/datetime-module.md index 284ce2a6..0f1de7c1 100644 --- a/docs/modules/datetime-module.md +++ b/docs/modules/datetime-module.md @@ -4,9 +4,7 @@ description: 'The Datetime module allows us to work with date and time by provid --- - -# Python Datetime Module - +Python Datetime Module The Datetime module allows us to work with date and time objects. It provides three additional data types: `date`, `time` and `datetime`. diff --git a/docs/modules/itertools-module.md b/docs/modules/itertools-module.md index 2f0ec264..ba01e7e3 100644 --- a/docs/modules/itertools-module.md +++ b/docs/modules/itertools-module.md @@ -4,9 +4,7 @@ description: The itertools module is a collection of tools intended to be fast a --- - -# Python Itertools Module - +Python Itertools Module The _itertools_ module is a collection of tools intended to be fast and use memory efficiently when handling iterators (like [lists](#lists) or [dictionaries](#dictionaries-and-structuring-data)). diff --git a/docs/modules/json-module.md b/docs/modules/json-module.md index cb0a69a5..92ef5d8b 100644 --- a/docs/modules/json-module.md +++ b/docs/modules/json-module.md @@ -4,9 +4,7 @@ description: Python has the built-in module json, which allow us to work with JS --- - -# Python Json Module - +Python Json Module JSON stands for JavaScript Object Notation and is a lightweight format for storing and transporting data. JSON is often used when data is sent from a server to a web page. diff --git a/docs/modules/os-module.md b/docs/modules/os-module.md index 183db54f..c36e032b 100644 --- a/docs/modules/os-module.md +++ b/docs/modules/os-module.md @@ -4,9 +4,7 @@ description: This module provides a portable way of using operating system depen --- - -# Python Os Module - +Python Os Module This module provides a portable way of using operating system dependent functionality. diff --git a/docs/modules/pathlib-module.md b/docs/modules/pathlib-module.md index c5ad1d7f..d966fd57 100644 --- a/docs/modules/pathlib-module.md +++ b/docs/modules/pathlib-module.md @@ -4,9 +4,7 @@ description: The pathlib module was added in Python 3.4, offering an object-orie --- - -# Python Pathlib Module - +Python Pathlib Module The `pathlib` module was added in Python 3.4, offering an object-oriented way to handle file system paths. diff --git a/docs/modules/random-module.md b/docs/modules/random-module.md index b4874acf..2c24c183 100644 --- a/docs/modules/random-module.md +++ b/docs/modules/random-module.md @@ -4,9 +4,7 @@ description: The random module is a built-in module that allow us to generate ra --- - -# Python Random Module - +Python Random Module The [random](https://docs.python.org/3/library/random.html) module is a built-in module that allow us to generate random elements. diff --git a/docs/modules/shelve-module.md b/docs/modules/shelve-module.md index 5ea23308..dbb83d9c 100644 --- a/docs/modules/shelve-module.md +++ b/docs/modules/shelve-module.md @@ -4,9 +4,7 @@ description: A “shelf” is a persistent, dictionary-like object. in a shelf c --- - -# Python Shelve Module - +Python Shelve Module diff --git a/docs/modules/zipfile-module.md b/docs/modules/zipfile-module.md index 5ebde2cd..884e9776 100644 --- a/docs/modules/zipfile-module.md +++ b/docs/modules/zipfile-module.md @@ -4,9 +4,7 @@ description: This module provides tools to create, read, write, append, and list --- - -# Python Zipfile Module - +Python Zipfile Module diff --git a/src/components/ui/BaseTitle.vue b/src/components/ui/BaseTitle.vue index de4ff755..49b3aec1 100644 --- a/src/components/ui/BaseTitle.vue +++ b/src/components/ui/BaseTitle.vue @@ -19,11 +19,11 @@ function startShare() {
-
-
+
diff --git a/src/pages/changelog.md b/src/pages/changelog.md index f323061c..9916cfb4 100644 --- a/src/pages/changelog.md +++ b/src/pages/changelog.md @@ -13,8 +13,8 @@ Changelog ## 2022-11-20 -- Added `Dictionary` clarification on `keys`. Thanks [Yaya9256](https://github.com/Yaya9256) ([#149](https://github.com/wilfredinni/python-cheatsheet/pull/149)). -- Added `title` method on `Manipulating strings`. Thanks [elp3dr0](https://github.com/elp3dr0) ([2556a0c](https://github.com/wilfredinni/python-cheatsheet/commit/2556a0c849b03353dcaeb4e0a16d77dc6ef978b7)). +- Added `Dictionary` clarification on `keys`. Thanks [@Yaya9256](https://github.com/Yaya9256) ([#149](https://github.com/wilfredinni/python-cheatsheet/pull/149)). +- Added `title` method on `Manipulating strings`. Thanks [@elp3dr0](https://github.com/elp3dr0) ([2556a0c](https://github.com/wilfredinni/python-cheatsheet/commit/2556a0c849b03353dcaeb4e0a16d77dc6ef978b7)). - Updated the `changelog` TOC to show only the last 13 updates ([c0f45c3](https://github.com/wilfredinni/python-cheatsheet/commit/ff71cf367bb8ce65ed722094325bad2bc2d56eb9)). ## 2022-11-14 diff --git a/src/pages/contributing.md b/src/pages/contributing.md index 85235fc6..2ba96d01 100644 --- a/src/pages/contributing.md +++ b/src/pages/contributing.md @@ -6,9 +6,7 @@ updated: July 3, 2022 --- - -# Contributing - +Contributing First off, thank you for taking the time to contribute!