Skip to content

Commit

Permalink
Moved functional programming to advanced tutorial part (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
baffelli committed Apr 16, 2024
1 parent b6c3a67 commit 1402fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"- [Control Flow](./control_flow.ipynb)\n",
"- [Functions](./functions.ipynb)\n",
"- [Input-Output](./input_output.ipynb)\n",
"- [Functional programming](./functional_programming.ipynb)\n",
"- [Object-oriented programming](./object_oriented_programming.ipynb)\n",
"- [Modules and packages](./modules_and_packages.ipynb)\n",
"\n",
"# Advanced tutorial\n",
"\n",
"- [Manage Python project](./manage_python_project.ipynb)\n",
"- [Advanced functions](./functions_advanced.ipynb)\n",
"- [Functional programming](./functional_programming.ipynb)\n",
"- [Advanced Object-oriented programming](./object_oriented_programming_advanced.ipynb)\n",
"- [Parallelism and concurrency in Python](./threads.ipynb)\n",
"\n",
Expand Down

0 comments on commit 1402fe0

Please sign in to comment.