File tree
123 files changed
+1101
-1101
lines changed- 101-analyzing-the-frequency-components-of-a-signal-with-a-fast-fourier-transform
- 102-applying-a-linear-filter-to-a-digital-signal
- 103-computing-the-autocorrelation-of-a-time-series
- 11-introducing-ipython-and-the-jupyter-notebook
- 111-manipulating-the-exposure-of-an-image
- 112-applying-filters-on-an-image
- 113-segmenting-an-image
- 114-finding-points-of-interest-in-an-image
- 115-detecting-faces-in-an-image-with-opencv
- 116-applying-digital-filters-to-speech-sounds
- 117-creating-a-sound-synthesizer-in-the-notebook
- 12-getting-started-with-exploratory-data-analysis-in-the-jupyter-notebook
- 121-plotting-the-bifurcation-diagram-of-a-chaotic-dynamical-system
- 122-simulating-an-elementary-cellular-automaton
- 123-simulating-an-ordinary-differential-equation-with-scipy
- 124-simulating-a-partial-differential-equation-reaction-diffusion-systems-and-turing-patterns
- 13-introducing-the-multidimensional-array-in-numpy-for-fast-array-computations
- 131-simulating-a-discrete-time-markov-chain
- 132-simulating-a-poisson-process
- 133-simulating-a-brownian-motion
- 134-simulating-a-stochastic-differential-equation
- 14-creating-an-ipython-extension-with-custom-magic-commands
- 141-manipulating-and-visualizing-graphs-with-networkx
- 142-drawing-flight-routes-with-networkx
- 143-resolving-dependencies-in-a-directed-acyclic-graph-with-a-topological-sort
- 144-computing-connected-components-in-an-image
- 145-computing-the-voronoi-diagram-of-a-set-of-points
- 146-manipulating-geospatial-data-with-cartopy
- 147-creating-a-route-planner-for-a-road-network
- 15-mastering-ipythons-configuration-system
- 151-diving-into-symbolic-computing-with-sympy
- 152-solving-equations-and-inequalities
- 153-analyzing-real-valued-functions
- 154-computing-exact-probabilities-and-manipulating-random-variables
- 155-a-bit-of-number-theory-with-sympy
- 156-finding-a-boolean-propositional-formula-from-a-truth-table
- 157-analyzing-a-nonlinear-differential-system-lotka-volterra-predator-prey-equations
- 158-getting-started-with-sage
- 16-creating-a-simple-kernel-for-jupyter
- 21-learning-the-basics-of-the-unix-shell
- 22-using-the-latest-features-of-python-3
- 23-learning-the-basics-of-the-distributed-version-control-system-git
- 24-a-typical-workflow-with-git-branching
- 25-efficient-interactive-computing-workflows-with-ipython
- 26-ten-tips-for-conducting-reproducible-interactive-computing-experiments
- 27-writing-high-quality-python-code
- 28-writing-unit-tests-with-pytest
- 29-debugging-code-with-ipython
- 31-teaching-programming-in-the-notebook-with-ipython-blocks
- 32-converting-a-jupyter-notebook-to-other-formats-with-nbconvert
- 33-mastering-widgets-in-the-jupyter-notebook
- 34-creating-custom-jupyter-notebook-widgets-in-python-html-and-javascript
- 35-configuring-the-jupyter-notebook
- 36-introducing-jupyterlab
- 41-evaluating-the-time-taken-by-a-command-in-ipython
- 42-profiling-your-code-easily-with-cprofile-and-ipython
- 43-profiling-your-code-line-by-line-with-line_profiler
- 44-profiling-the-memory-usage-of-your-code-with-memory_profiler
- 45-understanding-the-internals-of-numpy-to-avoid-unnecessary-array-copying
- 46-using-stride-tricks-with-numpy
- 47-implementing-an-efficient-rolling-average-algorithm-with-stride-tricks
- 48-processing-large-numpy-arrays-with-memory-mapping
- 49-manipulating-large-arrays-with-hdf5
- 51-knowing-python-to-write-faster-code
- 510-interacting-with-asynchronous-parallel-tasks-in-ipython
- 511-performing-out-of-core-computations-on-large-arrays-with-dask
- 512-trying-the-julia-programming-language-in-the-jupyter-notebook
- 52-accelerating-pure-python-code-with-numba-and-just-in-time-compilation
- 53-accelerating-array-computations-with-numexpr
- 54-wrapping-a-c-library-in-python-with-ctypes
- 55-accelerating-python-code-with-cython
- 56-optimizing-cython-code-by-writing-less-python-and-more-c
- 57-releasing-the-gil-to-take-advantage-of-multi-core-processors-with-cython-and-openmp
- 58-writing-massively-parallel-code-for-nvidia-graphics-cards-gpus-with-cuda
- 59-distributing-python-code-across-multiple-cores-with-ipython
- 61-using-matplotlib-styles
- 62-creating-statistical-plots-easily-with-seaborn
- 63-creating-interactive-web-visualizations-with-bokeh-and-holoviews
- 64-visualizing-a-networkx-graph-in-the-notebook-with-d3js
- 65-discovering-interactive-visualization-libraries-in-the-notebook
- 66-creating-plots-with-altair-and-the-vega-lite-specification
- 71-exploring-a-dataset-with-pandas-and-matplotlib
- 72-getting-started-with-statistical-hypothesis-testing-a-simple-z-test
- 73-getting-started-with-bayesian-methods
- 74-estimating-the-correlation-between-two-variables-with-a-contingency-table-and-a-chi-squared-test
- 75-fitting-a-probability-distribution-to-data-with-the-maximum-likelihood-method
- 76-estimating-a-probability-distribution-nonparametrically-with-a-kernel-density-estimation
- 77-fitting-a-bayesian-model-by-sampling-from-a-posterior-distribution-with-a-markov-chain-monte-carlo-method
- 78-analyzing-data-with-the-r-programming-language-in-the-jupyter-notebook
- 81-getting-started-with-scikit-learn
- 82-predicting-who-will-survive-on-the-titanic-with-logistic-regression
- 83-learning-to-recognize-handwritten-digits-with-a-k-nearest-neighbors-classifier
- 84-learning-from-text-naive-bayes-for-natural-language-processing
- 85-using-support-vector-machines-for-classification-tasks
- 86-using-a-random-forest-to-select-important-features-for-regression
- 87-reducing-the-dimensionality-of-a-dataset-with-a-principal-component-analysis
- 91-finding-the-root-of-a-mathematical-function
- 92-minimizing-a-mathematical-function
- 93-fitting-a-function-to-data-with-nonlinear-least-squares
- 94-finding-the-equilibrium-state-of-a-physical-system-by-minimizing-its-potential-energy
- chapter-1-a-tour-of-interactive-computing-with-jupyter-and-ipython
- chapter-10-signal-processing
- chapter-11-image-and-audio-processing
- chapter-12-deterministic-dynamical-systems
- chapter-13-stochastic-dynamical-systems
- chapter-14-graphs-geometry-and-geographic-information-systems
- chapter-15-symbolic-and-numerical-mathematics
- chapter-2-best-practices-in-interactive-computing
- chapter-3-mastering-the-jupyter-notebook
- chapter-4-profiling-and-optimization
- chapter-5-high-performance-computing
- chapter-6-data-visualization
- chapter-7-statistical-data-analysis
- chapter-8-machine-learning
- chapter-9-numerical-optimization
- feeds
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
123 files changed
+1101
-1101
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
330 |
| - | |
| 330 | + | |
331 | 331 |
| |
332 | 332 |
| |
333 |
| - | |
334 |
| - | |
335 |
| - | |
336 | 333 |
| |
337 |
| - | |
338 |
| - | |
339 |
| - | |
340 |
| - | |
341 |
| - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
342 | 342 |
| |
343 | 343 |
| |
344 | 344 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
309 | 309 |
| |
310 | 310 |
| |
311 | 311 |
| |
312 |
| - | |
| 312 | + | |
313 | 313 |
| |
314 | 314 |
| |
315 |
| - | |
316 |
| - | |
317 |
| - | |
318 | 315 |
| |
319 |
| - | |
320 |
| - | |
321 |
| - | |
322 |
| - | |
323 |
| - | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
324 |
| - | |
| 324 | + | |
325 | 325 |
| |
326 | 326 |
| |
327 |
| - | |
328 |
| - | |
329 |
| - | |
330 | 327 |
| |
331 |
| - | |
332 |
| - | |
333 |
| - | |
334 |
| - | |
335 |
| - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
336 | 336 |
| |
337 | 337 |
| |
338 | 338 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
319 | 319 |
| |
320 | 320 |
| |
321 | 321 |
| |
322 |
| - | |
| 322 | + | |
323 | 323 |
| |
324 | 324 |
| |
325 |
| - | |
326 |
| - | |
327 |
| - | |
328 | 325 |
| |
329 |
| - | |
330 |
| - | |
331 |
| - | |
332 |
| - | |
333 |
| - | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
334 | 334 |
| |
335 | 335 |
| |
336 | 336 |
| |
|
+9-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
199 |
| - | |
| 199 | + | |
200 | 200 |
| |
201 | 201 |
| |
202 |
| - | |
203 |
| - | |
204 |
| - | |
205 | 202 |
| |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
211 | 211 |
| |
212 | 212 |
| |
213 | 213 |
| |
|
+9-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
289 |
| - | |
| 289 | + | |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
293 |
| - | |
294 |
| - | |
295 | 292 |
| |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
|
Diff for: 113-segmenting-an-image/index.html
+9-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
326 |
| - | |
| 326 | + | |
327 | 327 |
| |
328 | 328 |
| |
329 |
| - | |
330 |
| - | |
331 |
| - | |
332 | 329 |
| |
333 |
| - | |
334 |
| - | |
335 |
| - | |
336 |
| - | |
337 |
| - | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
338 | 338 |
| |
339 | 339 |
| |
340 | 340 |
| |
|
+9-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
269 |
| - | |
| 269 | + | |
270 | 270 |
| |
271 | 271 |
| |
272 |
| - | |
273 |
| - | |
274 |
| - | |
275 | 272 |
| |
276 |
| - | |
277 |
| - | |
278 |
| - | |
279 |
| - | |
280 |
| - | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
281 | 281 |
| |
282 | 282 |
| |
283 | 283 |
| |
|
+9-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 |
| - | |
| 191 | + | |
192 | 192 |
| |
193 | 193 |
| |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 | 194 |
| |
198 |
| - | |
199 |
| - | |
200 |
| - | |
201 |
| - | |
202 |
| - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
238 |
| - | |
| 238 | + | |
239 | 239 |
| |
240 | 240 |
| |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 | 241 |
| |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
256 |
| - | |
| 256 | + | |
257 | 257 |
| |
258 | 258 |
| |
259 |
| - | |
260 |
| - | |
261 |
| - | |
262 | 259 |
| |
263 |
| - | |
264 |
| - | |
265 |
| - | |
266 |
| - | |
267 |
| - | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
250 |
| - | |
| 250 | + | |
251 | 251 |
| |
252 | 252 |
| |
253 |
| - | |
254 |
| - | |
255 |
| - | |
256 | 253 |
| |
257 |
| - | |
258 |
| - | |
259 |
| - | |
260 |
| - | |
261 |
| - | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
319 |
| - | |
| 319 | + | |
320 | 320 |
| |
321 | 321 |
| |
322 |
| - | |
323 |
| - | |
324 |
| - | |
325 | 322 |
| |
326 |
| - | |
327 |
| - | |
328 |
| - | |
329 |
| - | |
330 |
| - | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
256 |
| - | |
| 256 | + | |
257 | 257 |
| |
258 | 258 |
| |
259 |
| - | |
260 |
| - | |
261 |
| - | |
262 | 259 |
| |
263 |
| - | |
264 |
| - | |
265 |
| - | |
266 |
| - | |
267 |
| - | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
|
0 commit comments