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
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ This series gradually traverses from basic to advanced topics of Python for nume
12
12
These tutorials and their corresponding notebooks are clubbed into different modules based on the topics covered in the [modules folder](./modules/).
13
13
14
14
## Beginner-level Topics
15
-
---
16
15
17
16
The course starts with setting up Python with a brief introduction to the ecosystem and the development environment in [*Module 01 - Getting Started*](./modules/m01-getting-started/README.md).
18
17
Next, the basic data-types of python as well as looping and function representations are covered in [*Module 02 - Fundamentals of Python*](./modules/m02-fundamentals-of-python/README.md).
With the basics covered, the course jumps into a few more plotting and computational libraries in [*Module 03 - Visualizing Data*](./modules/m03-visualizing-data/README.md) and [*Module 04 - Scientific Computing*](./modules/m04-scientific-computing/README.md).
48
-
Next, [*Module 05 - Best Practices*](./modules/m05-best-practices/README.md) introduces object-oriented programming, exception handling and ways to parallelize the code.
46
+
Next, [*Module 05 - Best Practices*](./modules/m05-best-practices/README.md) introduces object-oriented programming, exception handling and ways to parallelize and speed up the code.
49
47
[*Module 06 - Machine Learning*](./modules/m06-machine-learning/README.md) and [*Module 08 - Quantum Computing*](./modules/m08-quantum-computing/README.md)then highlights two rapidly growing areas, introducing crude learning paradigms and concepts pertaning to quantum computing.
50
48
The individual topics covered in this level are:
51
49
@@ -58,6 +56,7 @@ M04T04 | SymPy | | |
58
56
M05T03 | Objects and Classes | | |
59
57
M05T04 | Handling Scenarios | | |
60
58
M05T05 | Parallelism | | |
59
+
M05T06 | Speeding Up | | [link](./m05-best-practices/m05t06-speeding-up.ipynb) |
61
60
M06T01 | Bayesian Probability | | |
62
61
M06T02 | Regression Analysis | | |
63
62
M06T03 | Classification | | |
@@ -71,7 +70,6 @@ M08T04 | Algorithms | | |
71
70
M08T05 | The Qiskit SDK | [link](./modules/m08-quantum-computing/m08t05-the-qiskit-sdk.md) | [link](./modules/m08-quantum-computing/m08t05-the-qiskit-sdk.ipynb) |
72
71
73
72
## Advanced-level topics
74
-
---
75
73
76
74
With all the stages set, the course dives into deep learning in [*Module 07 - Deep Learning*](./modules/m07-deep-learning/README.md) and further engrossing topics in [*Module 08 - Quantum Computing*](./modules/m08-quantum-computing/README.md) and [*Module 09 - Quantum ML*](./modules/m09-quantum-ml/README.md).
As simple as it looks, importing variours libraries can be a tricky thing when it comes to the larger ones, specially when it comes to chosing the right function among similar ones.
0 commit comments