Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florent Chatelain
ml-sicom3a
Commits
ff39108a
Commit
ff39108a
authored
Sep 12, 2021
by
Florent Chatelain
Browse files
up nb
parent
cecfe097
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
notebooks/0_python_in_a_nutshell/N0a_introduction_python.ipynb
View file @
ff39108a
...
...
@@ -532,15 +532,7 @@
" | Reverse *IN PLACE*.\n",
" | \n",
" | sort(self, /, *, key=None, reverse=False)\n",
" | Sort the list in ascending order and return None.\n",
" | \n",
" | The sort is in-place (i.e. the list itself is modified) and stable (i.e. the\n",
" | order of two equal elements is maintained).\n",
" | \n",
" | If a key function is given, apply it once to each list item and sort them,\n",
" | ascending or descending, according to their function values.\n",
" | \n",
" | The reverse flag can be set to sort in descending order.\n",
" | Stable sort *IN PLACE*.\n",
" | \n",
" | ----------------------------------------------------------------------\n",
" | Static methods defined here:\n",
...
...
@@ -616,9 +608,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python
3
",
"display_name": "Python
[conda env:calc]
",
"language": "python",
"name": "
python3
"
"name": "
conda-env-calc-py
"
},
"language_info": {
"codemirror_mode": {
...
...
@@ -630,7 +622,14 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.7.9"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
...
...
notebooks/0_python_in_a_nutshell/N0b_introduction_scipy.ipynb
View file @
ff39108a
This diff is collapsed.
Click to expand it.
notebooks/1_introduction/N1_Linear_Classification.ipynb
View file @
ff39108a
This diff is collapsed.
Click to expand it.
notebooks/1_introduction/N2_Polynomial_Classification_Model_Complexity.ipynb
View file @
ff39108a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment