You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a free, **short introduction** to the Python programming language, emphasizing practical over theoretical aspects and with a focus on data-related tasks.
3
-
The goal is to get you just enough tools under your belt for you to pursue your own learning path according to your interests.
3
+
Goal: Get you just enough tools under your belt to pursue your own learning path.
4
4
What's in for you:
5
5
6
-
✅ Core concepts of the language explained in _simple words_
✅ References to talks, books, cheatsheets, etc. to deepen your knowledge
9
9
✅ Exercises for each chapter to ramp up your skills with deliberate practice
10
10
✅ Integrative "Labs" with real-world datasets
11
11
@@ -15,7 +15,10 @@ Off we go! 🚀
15
15
16
16
17
17
# About the Author
18
-
Fabrizio Damicelli (PhD, Computational Neuroscience) is a self-taught coder who prefers solid intuitions to unnecessary sophistication and fancy jargon.
19
-
Open source advocate, creator and maintainer of a few of Python packages and Open Source projects.
18
+
[Fabrizio Damicelli](https://fabridamicelli.com/) (PhD, Computational Neuroscience) is a coder who prefers solid intuitions to unnecessary sophistication and fancy jargon.
19
+
Open source advocate, creator and maintainer of a few Open Source projects, including several [Python Packages](https://pypi.org/user/fabridamicelli/).
20
20
Learn more about him [here](https://fabridamicelli.github.io).
21
21
22
+
You can hire the author to teach this course on-site at your company or university.
23
+
Reach out by email: fabridamicelli at gmail dot com.
0 commit comments