This repository was archived by the owner on Oct 9, 2025. It is now read-only.
File tree
2,644 files changed
+8527
-35315
lines changed- css/30-seconds-of-css
- lab-alternating-text
- lab-aspect-ratio
- lab-border-with-top-triangle
- lab-bouncing-loader
- lab-box-sizing-reset
- lab-broken-image-fallback
- lab-button-border-animation
- lab-button-focus-swing-animation
- lab-button-hover-fill-animation
- lab-button-hover-grow-animation
- lab-button-hover-shrink-animation
- lab-card-image-cutout
- lab-checkerboard-pattern
- lab-circle
- lab-clearfix
- lab-constant-width-to-height-ratio
- lab-counter
- lab-custom-checkbox
- lab-custom-radio
- lab-custom-scrollbar
- lab-custom-text-selection
- lab-disable-selection
- lab-display-empty-links
- lab-display-table-centering
- lab-donut-spinner
- lab-drop-cap
- lab-dynamic-shadow
- lab-etched-text
- lab-evenly-distributed-children
- lab-fit-image-in-container
- lab-flexbox-centering
- lab-floating-list-titles
- lab-fluid-typography
- lab-focus-within
- lab-full-width
- lab-fullscreen
- lab-gradient-text
- lab-grid-centering
- lab-hamburger-button
- lab-height-transition
- lab-hide-empty-elements
- lab-hide-scrollbars
- lab-horizontal-gallery
- lab-horizontal-scroll-snap
- lab-hover-additional-content
- lab-hover-perspective
- lab-hover-shadow-box-animation
- lab-hover-underline-animation
- lab-image-hover-rotate
- lab-image-mosaic
- lab-image-overlay-hover
- lab-image-text-overlay
- lab-input-with-prefix
- lab-isometric-card
- lab-line-clamp
- lab-masonry-layout
- lab-mouse-cursor-gradient-tracking
- lab-offscreen
- lab-overflow-scroll-gradient
- lab-polka-dot-pattern
- lab-pretty-text-underline
- lab-pulse-loader
- lab-reset-all-styles
- lab-responsive-layout-sidebar
- lab-rotating-card
- lab-scroll-progress-bar
- lab-shake-invalid-input
- lab-shape-separator
- lab-shifting-card
- lab-sibling-fade
- lab-squiggle-link-hover-effect
- lab-staggered-animation
- lab-sticky-list-titles
- lab-stripes-pattern
- lab-stylized-quotation-marks
- lab-system-font-stack
- lab-text-backdrop-overlay
- lab-tile-layout-using-inline-block
- lab-toggle-switch
- lab-transform-centering
- lab-triangle
- lab-truncate-text-multiline
- lab-truncate-text
- lab-typewriter-effect
- lab-vertical-gallery
- lab-vertical-scroll-snap
- lab-zebra-striped-list
- lab-zig-zag-pattern
- lab-zoomin-zoomout-animation
- django
- lab-01-creation-of-a-basic-poll-application
- lab-02-set-up-the-database
- lab-03-creating-the-public-interface-views
- lab-04-form-processing-and-cutting-down-our-code
- lab-05-create-some-automated-tests
- lab-06-add-a-stylesheet-and-an-image
- lab-07-customizing-django-admin-site
- docker/docker101
- lab-01-running-your-first-container
- lab-02-adding-value-with-custom-docker-images
- lab-03-managing-data-in-containers
- flask
- flask-tutorial
- lab-01-flask-quickstart
- lab-02-application-setup
- lab-03-define-and-access-the-database
- lab-04-blueprints-and-views
- lab-05-templates
- lab-06-static-files
- lab-07-blog-blueprint
- lab-08-make-the-project-installable
- lab-09-test-coverage
- lab-10-deploy-to-production
- flask-users-guide
- lab-configuration-handling
- lab-development-server
- lab-flask-command-line-interface
- lab-flask-signals
- lab-jinja2-templates
- lab-security-considerations
- lab-testing-flask-applications
- lab-using-async-and-await
- lab-working-with-the-shell
- git/30-seconds-of-git
- challenge-add-submodule
- challenge-apply-latest-stash
- challenge-apply-stash
- challenge-autocorrect
- challenge-automatic-push-upstream
- challenge-branches-containing-commit
- challenge-branches-not-containing-commit
- challenge-change-remote-url
- challenge-clone-missing-submodules
- challenge-clone-repo
- challenge-commit-amend-author
- challenge-commit-set-author
- challenge-commit-template
- challenge-config-user
- challenge-copy-file-from-branch
- challenge-create-branch
- challenge-create-commit
- challenge-create-empty-commit
- challenge-create-fixup-commit
- challenge-create-repo
- challenge-current-branch-name
- challenge-delete-branch
- challenge-delete-detached-branches
- challenge-delete-merged-branches
- challenge-delete-remote-branch
- challenge-delete-stashes
- challenge-delete-stash
- challenge-delete-submodule
- challenge-difference-between-branches
- challenge-disable-fast-forward
- challenge-discard-uncommitted
- challenge-discard-untracked
- challenge-edit-config
- challenge-fetch-changes
- challenge-find-lost-files
- challenge-force-update-remote-branch
- challenge-interactive-rebase
- challenge-line-endings
- challenge-list-aliases
- challenge-list-stashes
- challenge-manual-find-commit-with-bug
- challenge-merge-branch-merge-commit
- challenge-merge-branch
- challenge-move-commits-to-branch
- challenge-optimize-repository
- challenge-pick-commits
- challenge-pull-all-submodules
- challenge-pull-changes
- challenge-purge-file
- challenge-push-changes
- challenge-rebase-onto-branch
- challenge-remove-file-from-commit
- challenge-rename-branch
- challenge-rename-remote-branch
- challenge-reset-master
- challenge-restore-deleted-file
- challenge-rewind-n-commits
- challenge-rewind-to-commit
- challenge-save-stash
- challenge-set-default-push-branch
- challenge-set-text-editor
- challenge-sort-branches-by-date
- challenge-stage-files
- challenge-switch-to-branch
- challenge-switch-to-last-branch
- challenge-undo-commit
- challenge-undo-last-commit
- challenge-unstage-files
- challenge-update-commit-contents
- challenge-update-commit-message
- challenge-view-all-branches
- challenge-view-changes-summary
- challenge-view-commit-graph
- challenge-view-commits-by-author
- challenge-view-commits-by-string
- challenge-view-commits-in-date-range
- challenge-view-commits-summary-no-merges
- challenge-view-commits-summary
- challenge-view-differences
- challenge-view-last-commit
- challenge-view-merged-branches
- challenge-view-remote-url
- challenge-view-status
- challenge-view-undo-history
- lab-add-submodule
- lab-apply-latest-stash
- lab-apply-stash
- lab-autocorrect
- lab-automatic-push-upstream
- lab-branches-containing-commit
- lab-branches-not-containing-commit
- lab-change-remote-url
- lab-clone-missing-submodules
- lab-commit-amend-author
- lab-commit-set-author
- lab-commit-template
- lab-config-user
- lab-copy-file-from-branch
- lab-create-branch
- lab-create-commit
- lab-create-empty-commit
- lab-create-fixup-commit
- lab-create-repo
- lab-current-branch-name
- lab-delete-branch
- lab-delete-detached-branches
- lab-delete-merged-branches
- lab-delete-remote-branch
- lab-delete-stashes
- lab-delete-stash
- lab-delete-submodule
- lab-difference-between-branches
- lab-disable-fast-forward
- lab-discard-uncommitted
- lab-discard-untracked
- lab-edit-config
- lab-fetch-changes
- lab-find-lost-files
- lab-force-update-remote-branch
- lab-interactive-rebase
- lab-line-endings
- lab-list-aliases
- lab-list-stashes
- lab-manual-find-commit-with-bug
- lab-merge-branch-merge-commit
- lab-merge-branch
- lab-move-commits-to-branch
- lab-optimize-repository
- lab-pick-commits
- lab-pull-all-submodules
- lab-pull-changes
- lab-purge-file
- lab-push-changes
- lab-rebase-onto-branch
- lab-remove-file-from-commit
- lab-rename-branch
- lab-rename-remote-branch
- lab-reset-master
- lab-restore-deleted-file
- lab-rewind-n-commits
- lab-rewind-to-commit
- lab-save-stash
- lab-set-default-push-branch
- lab-set-text-editor
- lab-sort-branches-by-date
- lab-stage-files
- lab-switch-to-branch
- lab-switch-to-last-branch
- lab-undo-commit
- lab-undo-last-commit
- lab-unstage-files
- lab-update-commit-contents
- lab-update-commit-message
- lab-view-all-branches
- lab-view-changes-summary
- lab-view-commit-graph
- lab-view-commits-by-author
- lab-view-commits-by-string
- lab-view-commits-in-date-range
- lab-view-commits-summary-no-merges
- lab-view-commits-summary
- lab-view-differences
- lab-view-last-commit
- lab-view-merged-branches
- lab-view-remote-url
- lab-view-status
- lab-view-undo-history
- go/go-by-example
- challenge-arrays
- challenge-atomic-counters
- challenge-base64-encoding
- challenge-channel-buffering
- challenge-channel-directions
- challenge-channel-synchronization
- challenge-channels
- challenge-closing-channels
- challenge-closures
- challenge-command-line-arguments
- challenge-command-line-flags
- challenge-command-line-subcommands
- challenge-constants
- challenge-context
- challenge-defer
- challenge-directories
- challenge-embed-directive
- challenge-environment-variables
- challenge-epoch
- challenge-errors
- challenge-execing-processes
- challenge-exit
- challenge-file-paths
- challenge-for
- challenge-functions
- challenge-generics
- challenge-goroutines
- challenge-hello-world
- challenge-http-client
- challenge-http-server
- challenge-if-else
- challenge-interfaces
- challenge-json
- challenge-line-filters
- challenge-maps
- challenge-methods
- challenge-multiple-return-values
- challenge-mutexes
- challenge-non-blocking-channel-operations
- challenge-number-parsing
- challenge-panic
- challenge-pointers
- challenge-random-numbers
- challenge-range-over-channels
- challenge-range
- challenge-rate-limiting
- challenge-reading-files
- challenge-recover
- challenge-recursion
- challenge-regular-expressions
- challenge-select
- challenge-sha256-hashes
- challenge-signals
- challenge-slices
- challenge-sorting-by-functions
- challenge-sorting
- challenge-spawning-processes
- challenge-stateful-goroutines
- challenge-string-formatting
- challenge-string-functions
- challenge-strings-and-runes
- challenge-struct-embedding
- challenge-structs
- challenge-switch
- challenge-temporary-files-and-directories
- challenge-testing-and-benchmarking
- challenge-text-templates
- challenge-tickers
- challenge-time-formatting-parsing
- challenge-timeouts
- challenge-timers
- challenge-time
- challenge-url-parsing
- challenge-values
- challenge-variables
- challenge-variadic-functions
- challenge-waitgroups
- challenge-worker-pools
- challenge-writing-files
- challenge-xml
- lab-arrays
- lab-atomic-counters
- lab-base64-encoding
- lab-channel-buffering
- lab-channel-directions
- lab-channel-synchronization
- lab-channels
- lab-closing-channels
- lab-closures
- lab-command-line-arguments
- lab-command-line-flags
- lab-command-line-subcommands
- lab-constants
- lab-context
- lab-defer
- lab-directories
- lab-embed-directive
- lab-environment-variables
- lab-epoch
- lab-errors
- lab-execing-processes
- lab-exit
- lab-file-paths
- lab-for
- lab-functions
- lab-generics
- lab-goroutines
- lab-http-client
- lab-http-server
- lab-if-else
- lab-interfaces
- lab-json
- lab-line-filters
- lab-maps
- lab-methods
- lab-multiple-return-values
- lab-mutexes
- lab-non-blocking-channel-operations
- lab-number-parsing
- lab-panic
- lab-pointers
- lab-random-numbers
- lab-range-over-channels
- lab-range
- lab-rate-limiting
- lab-reading-files
- lab-recover
- lab-recursion
- lab-regular-expressions
- lab-select
- lab-sha256-hashes
- lab-signals
- lab-slices
- lab-sorting-by-functions
- lab-sorting
- lab-spawning-processes
- lab-stateful-goroutines
- lab-string-formatting
- lab-string-functions
- lab-strings-and-runes
- lab-struct-embedding
- lab-structs
- lab-switch
- lab-temporary-files-and-directories
- lab-testing-and-benchmarking
- lab-text-templates
- lab-tickers
- lab-time-formatting-parsing
- lab-timeouts
- lab-timers
- lab-time
- lab-url-parsing
- lab-values
- lab-variables
- lab-variadic-functions
- lab-waitgroups
- lab-worker-pools
- lab-writing-files
- lab-xml
- javascript
- 30-seconds-of-javascript
- lab-add-days-to-date
- lab-add-minutes-to-date
- lab-add-weekdays-to-date
- lab-all-array-elements-are-falsy
- lab-all-array-elements-are-truthy
- lab-and
- lab-any-array-element-is-truthy
- lab-append-function-arguments
- lab-approximately-equal
- lab-argument-coalescing-factory
- lab-argument-coalescing
- lab-arithmetic-progression
- lab-array-difference
- lab-array-element-equality
- lab-array-element-uniqueness
- lab-array-has-duplicates
- lab-array-has-many-matches
- lab-array-has-only-one-match
- lab-array-head
- lab-array-includes-all-values
- lab-array-includes-any-values
- lab-array-intersection
- lab-array-is-contained-in
- lab-array-is-sorted
- lab-array-permutations
- lab-array-ranking
- lab-array-sample
- lab-array-similarity
- lab-array-symmetric-difference
- lab-array-tail
- lab-array-to-csv
- lab-array-to-html-list
- lab-array-to-identity-object
- lab-array-to-object-based-on-key
- lab-array-union
- lab-array-unique-symmetric-difference
- lab-array-without-last-element
- lab-arrays-have-same-contents
- lab-arrays-intersect
- lab-arrays-of-consecutive-elements
- lab-assert-object-key-validity
- lab-average-of-numbers
- lab-bifurcate-array-based-on-function
- lab-bifurcate-array-based-on-values
- lab-binary-function-arity
- lab-binary-search
- lab-bind-function-context
- lab-bind-object-method
- lab-binomial-coefficient
- lab-both
- lab-bubble-sort
- lab-bucket-sort
- lab-byte-size
- lab-caesar-cipher
- lab-call-functions-with-context
- lab-call-or-return
- lab-capitalize-every-word
- lab-capitalize
- lab-cartesian-product
- lab-cast-array
- lab-celsius-to-fahrenheit
- lab-chain-async-functions
- lab-change-lightness
- lab-check-property
- lab-chunk-iterable
- lab-clamp-number
- lab-clone-reg-exp
- lab-closest-numeric-match
- lab-collection-is-empty
- lab-colorize
- lab-combine-object-arrays
- lab-common-keys
- lab-compact-array
- lab-compact-join-array
- lab-compact-object
- lab-compact-whitespace
- lab-compose-functions
- lab-conditionally-apply-function
- lab-consecutive-element-subarrays
- lab-contains-whitespace
- lab-converge-branching-functions
- lab-convert-function-from-variadic
- lab-convert-function-to-variadic
- lab-convert-map-to-object
- lab-convert-object-to-map
- lab-convert-to-absolute-path
- lab-copy-sign-to-number
- lab-copy-to-clipboard-async
- lab-count-grouped-elements
- lab-count-occurrences
- lab-count-substrings
- lab-create-event-hub
- lab-cross-product-of-arrays
- lab-csv-to-array
- lab-csv-to-json
- lab-curry-function
- lab-cycle-generator
- lab-date-difference-in-days
- lab-date-difference-in-hours
- lab-date-difference-in-minutes
- lab-date-difference-in-months
- lab-date-difference-in-seconds
- lab-date-difference-in-weekdays
- lab-date-from-unix-timestamp
- lab-date-is-after-another-date
- lab-date-is-before-another-date
- lab-date-is-between-two-dates
- lab-date-is-same-as-another-date
- lab-date-is-weekday
- lab-date-is-weekend
- lab-date-range-generator
- lab-date-tomorrow
- lab-date-yesterday
- lab-day-name
- lab-day-of-year
- lab-days-ago
- lab-days-from-now
- lab-days-in-month
- lab-debounce-promise
- lab-decapitalize
- lab-decode-base64-encoded-string
- lab-deep-clone-object
- lab-deep-equality-comparison
- lab-deep-flatten-array
- lab-deep-freeze
- lab-deep-get-object-value
- lab-deep-map-object-keys
- lab-deep-merge-objects
- lab-default-values-for-object-properties
- lab-degrees-to-rads
- lab-delay-async
- lab-delay-function
- lab-digitize-number
- lab-disjointed-iterables
- lab-distance-between-two-points
- lab-divmod
- lab-drop-array-elements-from-left-while
- lab-drop-array-elements-from-left
- lab-drop-array-elements-from-right-while
- lab-drop-array-elements-from-right
- lab-encode-string-to-base64
- lab-ends-with-substring
- lab-escape-reg-exp
- lab-euclidean-distance
- lab-every-nth-element
- lab-expand-tabs
- lab-extend-hex
- lab-factorial
- lab-fahrenheit-to-celsius
- lab-fibonacci
- lab-filter-matching-and-unspecified-values
- lab-filter-non-unique-array-values
- lab-filter-out-matching-array-elements
- lab-filter-unique-array-values
- lab-find-first-matching-key
- lab-find-first-n-matches
- lab-find-last-matching-index
- lab-find-last-matching-key
- lab-find-last-matching-value
- lab-find-last-n-matches
- lab-find-matching-keys
- lab-first-n-elements
- lab-flat-iterator
- lab-flatten-array
- lab-flatten-object
- lab-flip-function-arguments
- lab-for-each-right
- lab-form-to-object
- lab-format-duration
- lab-format-number
- lab-format-seconds
- lab-freeze-set-object
- lab-function-arity
- lab-function-based-array-difference
- lab-function-based-array-element-equality
- lab-function-based-array-element-grouping
- lab-function-based-array-element-uniqueness
- lab-function-based-array-indexing
- lab-function-based-array-intersection
- lab-function-based-array-max
- lab-function-based-array-min-max
- lab-function-based-array-min
- lab-function-based-array-non-uniqueness-filter
- lab-function-based-array-symmetric-difference
- lab-function-based-array-union
- lab-function-based-array-unique-values
- lab-function-based-array-uniqueness-filter
- lab-function-based-object-property-matches
- lab-function-based-reversed-array-unique-values
- lab-function-based-sorted-array-insertion-index
- lab-function-based-sorted-array-last-insertion-index
- lab-function-logical-or
- lab-function-names
- lab-function-name
- lab-gcd
- lab-generate-items
- lab-generate-until
- lab-generate-while
- lab-generator-to-array
- lab-get-ancestors
- lab-get-base-url
- lab-get-colon-time-from-date
- lab-get-meridiem-suffix-of-integer
- lab-get-nested-object-value
- lab-get-nested-value-in-object
- lab-get-url-parameters
- lab-group-array-elements-based-on-function
- lab-group-array-elements
- lab-group-array-into-object
- lab-hamming-distance
- lab-has-decimals
- lab-hash-string-into-number
- lab-heapsort
- lab-hex-to-rgb
- lab-hsb-to-rgb
- lab-hsl-to-rgb
- lab-hz
- lab-includes-case-insensitive
- lab-indent-string
- lab-index-of-all-matches
- lab-index-of-substrings
- lab-initialize-2d-array
- lab-initialize-array-until
- lab-initialize-array-while
- lab-initialize-array-with-range
- lab-initialize-array-with-reversed-range
- lab-initialize-array-with-values
- lab-initialize-mapped-array
- lab-initialize-n-dimensional-array
- lab-insert-value-at-array-index
- lab-insertion-index-in-sorted-array
- lab-insertion-sort
- lab-invert-key-values
- lab-invoke-functions-on-arguments
- lab-is-absolute-url
- lab-is-alpha-numeric
- lab-is-alpha
- lab-is-anagram
- lab-is-array-like
- lab-is-async-function
- lab-is-boolean
- lab-is-date-valid
- lab-is-deep-frozen
- lab-is-divisible
- lab-is-duplex-stream
- lab-is-even
- lab-is-function
- lab-is-generator-function
- lab-is-iso-formatted-date
- lab-is-leap-year
- lab-is-lower-case
- lab-is-negative-zero
- lab-is-nil
- lab-is-node
- lab-is-null
- lab-is-number
- lab-is-object-like
- lab-is-object
- lab-is-odd
- lab-is-plain-object
- lab-is-power-of-ten
- lab-is-power-of-two
- lab-is-prime
- lab-is-primitive
- lab-is-promise-like
- lab-is-readable-stream
- lab-is-same-origin
- lab-is-stream
- lab-is-string
- lab-is-symbol
- lab-is-travis-ci
- lab-is-undefined
- lab-is-upper-case
- lab-is-valid-json
- lab-is-writable-stream
- lab-iso-format-date-with-timezone
- lab-iterable-to-hash
- lab-iterate-n-times
- lab-iterate-object-properties
- lab-join-array-into-string
- lab-join-url-segments
- lab-json-to-csv
- lab-juxtapose-functions
- lab-k-means
- lab-k-nearest-neighbors
- lab-km-to-miles
- lab-last-array-element
- lab-last-date-of-month
- lab-last-insertion-index-in-sorted-array
- lab-last-n-elements
- lab-lcm
- lab-left-substring-generator
- lab-levenshtein-distance
- lab-linear-search
- lab-listify
- lab-logarithm-in-base
- lab-logical-complement
- lab-longest-array-element
- lab-lowerize
- lab-luhn-check
- lab-map-array-to-object
- lab-map-consecutive-elements
- lab-map-object-keys
- lab-map-string
- lab-map-values
- lab-mapped-array-average
- lab-mapped-array-difference
- lab-mapped-array-intersection
- lab-mapped-array-sum
- lab-mapped-array-symmetric-difference
- lab-mapped-array-union
- lab-mask
- lab-match-object-properties
- lab-max-date
- lab-max-subarray
- lab-median
- lab-memoize-function
- lab-merge-objects
- lab-merge-sorted-arrays
- lab-merge-sort
- lab-midpoint
- lab-miles-to-km
- lab-min-date
- lab-most-frequent-array-element
- lab-most-performant-function
- lab-multiple-array-samples
- lab-n-max-elements
- lab-n-min-elements
- lab-negate-predicate
- lab-nest-objects
- lab-normalize-line-endings
- lab-nor
- lab-not
- lab-nth-argument
- lab-nth-element
- lab-nth-number-root
- lab-number-in-range
- lab-number-to-currency
- lab-number-to-decimal-mark
- lab-number-to-optional-fixed
- lab-object-from-pairs
- lab-object-has-key
- lab-object-has-value
- lab-object-to-entries
- lab-object-to-pairs
- lab-object-to-query-string
- lab-objectify
- lab-offset-array-elements
- lab-omit-matching-object-keys
- lab-omit-object-keys
- lab-order-object-array-based-on-property
- lab-order-object-array
- lab-or
- lab-pad-number
- lab-pad-string
- lab-palindrome
- lab-parse-cookie
- lab-partition-array-in-two
- lab-partition-array
- lab-percentile-of-matches
- lab-pick-matching-object-keys
- lab-pick-object-keys
- lab-pipe-async-functions
- lab-pipe-functions
- lab-pluck-values-from-object-array
- lab-pluralize
- lab-powerset
- lab-prepend-function-arguments
- lab-pretty-print-number-of-bytes
- lab-prime-factors
- lab-primes
- lab-process-arguments-have-flags
- lab-product-of-numeric-values
- lab-promisify
- lab-pull-matching-values-from-array
- lab-pull-values-from-array-at-index
- lab-pull-values-from-array-based-on-function
- lab-pull-values-from-array
- lab-quarter-of-year
- lab-query-string-to-object
- lab-quick-sort
- lab-rads-to-degrees
- lab-random-alphanumeric
- lab-random-boolean
- lab-random-gauss
- lab-random-hex-color-code
- lab-random-integer-array-in-range
- lab-random-integer-in-range
- lab-random-number-in-range
- lab-range-generator
- lab-rearrange-function-arguments
- lab-record-animation-frames
- lab-reject-non-matching-values
- lab-remove-accents
- lab-remove-matching-array-elements
- lab-remove-non-ascii
- lab-remove-whitespace
- lab-rename-object-keys
- lab-repeat-generator
- lab-replace-last-occurrence
- lab-replace-or-append-array-value
- lab-resolve-promise-after-amount-of-time
- lab-reverse-compose-functions
- lab-reverse-iterate-object-properties
- lab-reverse-number
- lab-reverse-string
- lab-rgb-to-hex
- lab-rgb-to-hsb
- lab-rgb-to-hsl
- lab-right-substring-generator
- lab-round-number-to-precision
- lab-run-function-asyc
- lab-run-promises-in-series
- lab-selection-sort
- lab-serialize-cookie
- lab-shallow-clone-object
- lab-shuffle
- lab-size-of-array-object-or-string
- lab-sort-array-alphabetically
- lab-sort-characters-in-string
- lab-split-array-into-n-chunks
- lab-split-into-chunks
- lab-split-into-lines
- lab-stable-sort
- lab-standard-deviation
- lab-starts-with-substring
- lab-string-permutations
- lab-string-to-slug
- lab-string-to-words
- lab-stringify-circular-json
- lab-strip-html-tags
- lab-subset
- lab-successive-values-array
- lab-sum-array
- lab-sum-of-numbers-until-n
- lab-sum-powers-in-range
- lab-superset
- lab-swap-case
- lab-symbolize-object-keys
- lab-take-array-elements-from-end-until
- lab-take-array-elements-from-end-while
- lab-take-array-elements-from-end
- lab-take-array-elements-until
- lab-take-array-elements-while
- lab-take-array-elements
- lab-time-taken
- lab-to-camel-case
- lab-to-character-array
- lab-to-flags-object
- lab-to-hsl-array
- lab-to-hsl-object
- lab-to-kebab-case
- lab-to-ordinal-suffix
- lab-to-pairs
- lab-to-pascal-case
- lab-to-rgb-array
- lab-to-rgb-object
- lab-to-roman-numeral
- lab-to-safe-integer
- lab-to-snake-case
- lab-to-title-case
- lab-toggle-array-element
- lab-transform-function-arguments
- lab-transform-object
- lab-transpose-matrix
- lab-truncate-string-at-whitespace
- lab-truncate-string
- lab-truth-check-collection
- lab-type-of-value
- lab-unary-function-arity
- lab-uncurry-function
- lab-unescape-html
- lab-unflatten-object
- lab-unfold-array
- lab-ungroup-array-elements-based-on-function
- lab-ungroup-array-elements
- lab-unique-elements-in-array
- lab-unix-timestamp-from-date
- lab-unwind-object
- lab-upperize
- lab-uuid-generator-browser
- lab-uuid-generator-node
- lab-validate-number
- lab-value-frequencies
- lab-value-is-of-type
- lab-vector-angle
- lab-vector-distance
- lab-walk-through-object
- lab-week-of-year
- lab-weighted-average
- lab-weighted-sample
- lab-word-wrap
- lab-xor
- lab-yes-no
- javascript-basics
- lab-conditionals
- lab-events
- lab-functions
- lab-operators
- lab-variables
- jquery
- lab-how-jquery-works
- lab-introduction-to-effects
- lab-jquery-event-basics
- matplotlib
- matplotlib-official-examples
- lab-2dcollections3d
- lab-3d-bars
- lab-accented-text
- lab-advanced-hillshading
- lab-affine-image
- lab-align-labels-demo
- lab-align-ylabels
- lab-anatomy
- lab-anchored-artists
- lab-angle-annotation
- lab-angles-on-bracket-arrows
- lab-animate-decay
- lab-animated-histogram
- lab-animation-demo
- lab-annotate-explain
- lab-annotate-simple-coord02
- lab-annotate-text-arrow
- lab-annotate-transform
- lab-annotate-with-units
- lab-annotated-cursor
- lab-annotation-basic
- lab-annotation-demo
- lab-annotation-polar
- lab-anscombe
- lab-arrow-demo
- lab-arrow-guide
- lab-artist-reference
- lab-artist-tests
- lab-asinh-demo
- lab-aspect-loglog
- lab-auto-subplots-adjust
- lab-auto-ticks
- lab-autowrap
- lab-axes-box-aspect
- lab-axes-demo
- lab-axes-margins
- lab-axes-props
- lab-axes-zoom-effect
- lab-axhspan-demo
- lab-axis-direction
- lab-axis-equal-demo
- lab-axis-labels-demo
- lab-axline
- lab-bar-colors
- lab-bar-demo2
- lab-bar-label-demo
- lab-bar-of-pie
- lab-bar-stacked
- lab-bar-unit-demo
- lab-barb-demo
- lab-barchart-demo
- lab-barchart
- lab-barcode-demo
- lab-barh
- lab-bars3d
- lab-bayes-update
- lab-bbox-intersect
- lab-bmh
- lab-box3d
- lab-boxplot-color
- lab-boxplot-demo
- lab-boxplot-vs-violin
- lab-boxplot
- lab-broken-axis
- lab-broken-barh
- lab-buttons
- lab-bxp
- lab-canvasagg
- lab-capstyle
- lab-categorical-variables
- lab-centered-spines-with-arrows
- lab-centered-ticklabels
- lab-check-buttons
- lab-close-event
- lab-cohere
- lab-collections
- lab-color-by-yvalue
- lab-color-cycle-default
- lab-color-demo
- lab-colorbar-basics
- lab-colorbar-tick-labelling-demo
- lab-colormap-interactive-adjustment
- lab-colormap-normalizations-symlognorm
- lab-colormap-normalizations
- lab-colormap-reference
- lab-compound-path
- lab-confidence-ellipse
- lab-connect-simple01
- lab-connectionstyle-demo
- lab-contour-corner-mask
- lab-contour-demo
- lab-contour-image
- lab-contour-label-demo
- lab-contour-manual
- lab-contour3d-2
- lab-contour3d-3
- lab-contour3d
- lab-contourf-demo
- lab-contourf-hatching
- lab-contourf-log
- lab-contourf3d-2
- lab-contourf3d
- lab-contours-in-optimization-demo
- lab-coords-demo
- lab-coords-report
- lab-csd-demo
- lab-cursor-demo
- lab-cursor
- lab-curve-error-band
- lab-custom-boxstyle01
- lab-custom-figure-class
- lab-custom-legends
- lab-custom-projection
- lab-custom-scale
- lab-custom-shaded-3d-surface
- lab-custom-ticker1
- lab-customize-rc
- lab-customized-violin
- lab-dark-background
- lab-data-browser
- lab-date-concise-formatter
- lab-date-demo-convert
- lab-date-demo-rrule
- lab-date-formatters-locators
- lab-date-index-formatter
- lab-date-precision-and-epochs
- lab-date
- lab-demo-anchored-direction-arrows
- lab-demo-annotation-box
- lab-demo-axes-divider
- lab-demo-axes-grid2
- lab-demo-axes-grid
- lab-demo-axes-hbox-divider
- lab-demo-axes-rgb
- lab-demo-axis-direction
- lab-demo-axisline-style
- lab-demo-bboximage
- lab-demo-colorbar-of-inset-axes
- lab-demo-colorbar-with-axes-divider
- lab-demo-colorbar-with-inset-locator
- lab-demo-constrained-layout
- lab-demo-curvelinear-grid2
- lab-demo-curvelinear-grid
- lab-demo-edge-colorbar
- lab-demo-fixed-size-axes
- lab-demo-floating-axes
- lab-demo-floating-axis
- lab-demo-gridspec01
- lab-demo-gridspec03
- lab-demo-gridspec06
- lab-demo-imagegrid-aspect
- lab-demo-parasite-axes2
- lab-demo-parasite-axes
- lab-demo-ribbon-box
- lab-demo-text-path
- lab-demo-text-rotation-mode
- lab-demo-ticklabel-alignment
- lab-demo-ticklabel-direction
- lab-demo-tight-layout
- lab-dfrac-demo
- lab-dollar-ticks
- lab-dolphin
- lab-donut
- lab-double-pendulum
- lab-dynamic-image
- lab-ellipse-arrow
- lab-ellipse-collection
- lab-ellipse-demo
- lab-ellipse-with-units
- lab-engineering-formatter
- lab-errorbar-features
- lab-errorbar-limits-simple
- lab-errorbar-limits
- lab-errorbar-subsample
- lab-errorbar3d
- lab-errorbars-and-boxes
- lab-errorbar
- lab-evans-test
- lab-eventcollection-demo
- lab-eventplot-demo
- lab-fahrenheit-celsius-scales
- lab-fancyarrow-demo
- lab-fancybox-demo
- lab-fancytextbox-demo
- lab-fig-axes-customize-simple
- lab-fig-x
- lab-figimage-demo
- lab-figlegend-demo
- lab-figure-axes-enter-leave
- lab-figure-size-units
- lab-figure-title
- lab-fill-between-alpha
- lab-fill-between-demo
- lab-fill-betweenx-demo
- lab-fill-spiral
- lab-filled-step
- lab-fill
- lab-findobj-demo
- lab-firefox
- lab-fivethirtyeight
- lab-font-family-rc
- lab-font-file
- lab-font-indexing
- lab-font-table
- lab-fonts-demo-kw
- lab-fonts-demo
- lab-fourier-demo-wx-sgskip
- lab-frame-grabbing-sgskip
- lab-ftface-props
- lab-ganged-plots
- lab-geo-demo
- lab-ggplot
- lab-ginput-manual-clabel-sgskip
- lab-gradient-bar
- lab-grayscale
- lab-gridspec-and-subplots
- lab-gridspec-multicolumn
- lab-gridspec-nested
- lab-gtk3-spreadsheet-sgskip
- lab-gtk4-spreadsheet-sgskip
- lab-hat-graph
- lab-hatch-demo
- lab-hatch-style-reference
- lab-hexbin-demo
- lab-hinton-demo
- lab-hist3d
- lab-histogram-cumulative
- lab-histogram-features
- lab-histogram-histtypes
- lab-histogram-multihist
- lab-histogram-path
- lab-hist
- lab-horizontal-barchart-distribution
- lab-hyperlinks-sgskip
- lab-image-annotated-heatmap
- lab-image-antialiasing
- lab-image-clip-path
- lab-image-demo
- lab-image-masked
- lab-image-nonuniform
- lab-image-slices-viewer
- lab-image-thumbnail-sgskip
- lab-image-transparency-blend
- lab-image-zcoord
- lab-inset-locator-demo2
- lab-inset-locator-demo
- lab-integral
- lab-interpolation-methods
- lab-invert-axes
- lab-irregulardatagrid
- lab-ishikawa-diagram
- lab-joinstyle
- lab-keypress-demo
- lab-keyword-plotting
- lab-label-subplots
- lab-lasso-demo
- lab-lasso-selector-demo-sgskip
- lab-layer-images
- lab-leftventricle-bullseye
- lab-legend-demo
- lab-legend-picking
- lab-legend
- lab-line-collection
- lab-line-demo-dash-control
- lab-line-with-text
- lab-lines-with-ticks-demo
- lab-lines3d
- lab-linestyles
- lab-log-bar
- lab-log-demo
- lab-logit-demo
- lab-logos2
- lab-looking-glass
- lab-lorenz-attractor
- lab-major-minor-demo
- lab-make-room-for-ylabel-using-axesgrid
- lab-mandelbrot
- lab-marker-reference
- lab-markevery-demo
- lab-masked-demo
- lab-mathtext-asarray
- lab-mathtext-demo
- lab-mathtext-examples
- lab-mathtext-fontfamily-example
- lab-mathtext-wx-sgskip
- lab-matshow
- lab-mixed-subplots
- lab-mouse-cursor
- lab-mpl-with-glade3-sgskip
- lab-mplcvd
- lab-mri-demo
- lab-mri-with-eeg
- lab-multi-image
- lab-multicolored-line
- lab-multicursor
- lab-multiline
- lab-multipage-pdf
- lab-multiple-axes
- lab-multiple-figs-demo
- lab-multiple-histograms-side-by-side
- lab-multiple-yaxis-with-spines
- lab-multiprocess-sgskip
- lab-multivariate-marker-plot
- lab-named-colors
- lab-nested-pie
- lab-offset
- lab-packed-bubbles
- lab-parasite-simple2
- lab-parasite-simple
- lab-patch-collection
- lab-path-editor
- lab-path-patch
- lab-patheffect-demo
- lab-pathpatch3d
- lab-pause-resume
- lab-pcolor-demo
- lab-pcolormesh-grids
- lab-pcolormesh-levels
- lab-pgf-fonts
- lab-pgf-preamble-sgskip
- lab-pgf-texsystem
- lab-pick-event-demo2
- lab-pick-event-demo
- lab-pie-and-donut-labels
- lab-pie-features
- lab-placing-text-boxes
- lab-plot-solarizedlight2
- lab-plot-streamplot
- lab-polar-bar
- lab-polar-demo
- lab-polar-error-caps
- lab-polar-legend
- lab-polar-scatter
- lab-poly-editor
- lab-polygon-selector-demo
- lab-polygon-selector-simple
- lab-polys3d
- lab-pong-sgskip
- lab-power-norm
- lab-print-stdout-sgskip
- lab-projections
- lab-psd-demo
- lab-pylab-with-gtk3-sgskip
- lab-pylab-with-gtk4-sgskip
- lab-pyplot-simple
- lab-pyplot-text
- lab-pyplot-three
- lab-pyplot-two-subplots
- lab-quad-bezier
- lab-quadmesh-demo
- lab-quiver-demo
- lab-quiver-simple-demo
- lab-quiver3d
- lab-radar-chart
- lab-radian-demo
- lab-radio-buttons
- lab-rainbow-text
- lab-rain
- lab-random-walk
- lab-range-slider
- lab-rasterization-demo
- lab-rectangle-selector
- lab-resample
- lab-rotate-axes3d-sgskip
- lab-sankey-basics
- lab-sankey-links
- lab-sankey-rankine
- lab-scalarformatter
- lab-scales
- lab-scatter-demo2
- lab-scatter-hist-locatable-axes
- lab-scatter-hist
- lab-scatter-masked
- lab-scatter-star-poly
- lab-scatter-with-legend
- lab-scatter3d
- lab-scatter
- lab-secondary-axis
- lab-semilogx-demo
- lab-set-alpha
- lab-set-and-get
- lab-shading-example
- lab-simple-anchored-artists
- lab-simple-anim
- lab-simple-annotate01
- lab-simple-axes-divider1
- lab-simple-axes-divider3
- lab-simple-axesgrid2
- lab-simple-axesgrid
- lab-simple-axis-direction01
- lab-simple-axis-direction03
- lab-simple-axis-pad
- lab-simple-axisartist1
- lab-simple-axisline3
- lab-simple-axisline4
- lab-simple-axisline
- lab-simple-colorbar
- lab-simple-legend01
- lab-simple-legend02
- lab-simple-plot
- lab-simple-scatter
- lab-skewt
- lab-slider-demo
- lab-slider-snap-demo
- lab-span-regions
- lab-span-selector
- lab-specgram-demo
- lab-spectrum-demo
- lab-spine-placement-demo
- lab-spines-dropped
- lab-spines
- lab-spy-demos
- lab-stackplot-demo
- lab-stairs-demo
- lab-stem-plot
- lab-stem3d-demo
- lab-step-demo
- lab-stix-fonts-demo
- lab-stock-prices
- lab-strip-chart
- lab-style-sheets-reference
- lab-subfigures
- lab-subplot3d
- lab-subplots-adjust
- lab-subplots-demo
- lab-subplot
- lab-surface3d-2
- lab-surface3d-3
- lab-surface3d-radial
- lab-surface3d
- lab-svg-filter-line
- lab-svg-filter-pie
- lab-svg-histogram-sgskip
- lab-svg-tooltip-sgskip
- lab-symlog-demo
- lab-table-demo
- lab-tex-demo
- lab-text-alignment
- lab-text-commands
- lab-text-fontdict
- lab-text-rotation-relative-to-line
- lab-text3d
- lab-textbox
- lab-tick-formatters
- lab-tick-label-right
- lab-tick-labels-from-values
- lab-tick-locators
- lab-tick-xlabel-top
- lab-tickedstroke-demo
- lab-ticklabels-rotation
- lab-ticks-too-many
- lab-time-series-histogram
- lab-timeline
- lab-timers
- lab-titles-demo
- lab-toolmanager-sgskip
- lab-topographic-hillshading
- lab-transoffset
- lab-tricontour-demo
- lab-tricontour-smooth-delaunay
- lab-tricontour-smooth-user
- lab-tricontour3d
- lab-tricontourf3d
- lab-trifinder-event-demo
- lab-trigradient-demo
- lab-triinterp-demo
- lab-tripcolor-demo
- lab-triplot-demo
- lab-trisurf3d-2
- lab-trisurf3d
- lab-two-scales
- lab-unchained
- lab-unicode-minus
- lab-units-sample
- lab-units-scatter
- lab-usetex-baseline-test
- lab-usetex-fonteffects
- lab-view-planes-3d
- lab-viewlims
- lab-violinplot
- lab-vline-hline-demo
- lab-voxels-numpy-logo
- lab-voxels-rgb
- lab-voxels-torus
- lab-voxels
- lab-watermark-image
- lab-watermark-text
- lab-web-application-server-sgskip
- lab-wire3d-animation-sgskip
- lab-wire3d-zero-stride
- lab-wire3d
- lab-wxcursor-demo-sgskip
- lab-xcorr-acorr-demo
- lab-xkcd
- lab-zoom-inset-axes
- lab-zoom-window
- lab-zorder-demo
- matplotlib-tutorials
- lab-01-create-a-line-plot-with-matplotlib
- lab-02-pyplot-tutorial
- lab-03-image-plotting-with-matplotlib
- lab-04-the-lifecycle-of-a-plot
- lab-05-customizing-matplotlib
- numpy/numpy-fundamentals
- lab-01-array-creation
- lab-02-indexing-on-ndarrays
- lab-03-io-genfromtxt
- lab-04-data-types
- lab-05-broadcasting
- lab-06-copies-and-views
- lab-07-structured-arrays
- lab-08-universal-functions
- pandas
- pandas-intro-tutorials
- lab-01-table-oriented
- lab-02-read-write
- lab-03-subset-data
- lab-04-plotting
- lab-05-add-columns
- lab-06-calculate-statistics
- lab-07-reshape-table-layout
- lab-08-combine-dataframes
- lab-09-timeseries
- lab-10-text-data
- pandas-user-guide
- lab-10min
- lab-boolean
- lab-copy-on-write
- lab-dsintro
- lab-duplicates
- lab-enhancingperf
- lab-gotchas
- lab-index
- lab-integer-na
- lab-missing-data
- lab-options
- lab-pyarrow
- lab-reshaping
- lab-scale
- lab-sparse
- lab-text
- lab-timedeltas
- lab-window
- python
- 30-seconds-of-python
- challenge-add-days
- challenge-all-equal
- challenge-all-unique
- challenge-apply-function-when-true
- challenge-arithmetic-progression
- challenge-average-by
- challenge-average
- challenge-bifurcate-by
- challenge-bifurcate
- challenge-binomial-coefficient
- challenge-byte-size
- challenge-camel
- challenge-capitalize-every-word
- challenge-capitalize
- challenge-cast-list
- challenge-celsius-to-fahrenheit
- challenge-check-prop
- challenge-chunk-into-n
- challenge-chunk
- challenge-clamp-number
- challenge-collect-dictionary
- challenge-combine-values
- challenge-compact
- challenge-compose-right
- challenge-compose
- challenge-count-by
- challenge-count-occurrences
- challenge-cumsum
- challenge-curry
- challenge-daterange
- challenge-days-ago
- challenge-days-diff
- challenge-days-from-now
- challenge-decapitalize
- challenge-deep-flatten
- challenge-degrees-to-rads
- challenge-delay
- challenge-dict-to-list
- challenge-difference-by
- challenge-difference
- challenge-digitize
- challenge-drop-right
- challenge-drop
- challenge-every-nth
- challenge-every
- challenge-factorial
- challenge-fahrenheit-to-celsius
- challenge-fibonacci
- challenge-filter-non-unique
- challenge-filter-unique
- challenge-find-index-of-all
- challenge-find-index
- challenge-find-keys
- challenge-find-key
- challenge-find-last-index
- challenge-find-last
- challenge-find-parity-outliers
- challenge-find
- challenge-flatten
- challenge-for-each-right
- challenge-for-each
- challenge-frequencies
- challenge-from-iso-date
- challenge-gcd
- challenge-geometric-progression
- challenge-get
- challenge-group-by
- challenge-hamming-distance
- challenge-has-duplicates
- challenge-have-same-contents
- challenge-head
- challenge-hex-to-rgb
- challenge-includes-all
- challenge-includes-any
- challenge-index-of-all
- challenge-initialize-2d-list
- challenge-initialize-list-with-range
- challenge-initialize-list-with-values
- challenge-initial
- challenge-intersection-by
- challenge-intersection
- challenge-invert-dictionary
- challenge-is-anagram
- challenge-is-contained-in
- challenge-is-divisible
- challenge-is-empty
- challenge-is-even
- challenge-is-odd
- challenge-is-prime
- challenge-is-weekday
- challenge-is-weekend
- challenge-kebab
- challenge-key-in-dict
- challenge-key-of-max
- challenge-key-of-min
- challenge-keys-only
- challenge-km-to-miles
- challenge-last
- challenge-lcm
- challenge-longest-item
- challenge-map-dictionary
- challenge-map-values
- challenge-max-by
- challenge-max-element-index
- challenge-max-n
- challenge-median
- challenge-merge-dictionaries
- challenge-merge
- challenge-miles-to-km
- challenge-min-by
- challenge-min-element-index
- challenge-min-n
- challenge-months-diff
- challenge-most-frequent
- challenge-n-times-string
- challenge-none
- challenge-num-to-range
- challenge-number-in-range
- challenge-offset
- challenge-pad-number
- challenge-pad
- challenge-palindrome
- challenge-pluck
- challenge-powerset
- challenge-rads-to-degrees
- challenge-reverse-number
- challenge-reverse
- challenge-rgb-to-hex
- challenge-roll
- challenge-sample
- challenge-shuffle
- challenge-similarity
- challenge-slugify
- challenge-snake
- challenge-some
- challenge-sort-by-indexes
- challenge-sort-dict-by-key
- challenge-sort-dict-by-value
- challenge-split-lines
- challenge-spread
- challenge-sum-by
- challenge-sum-of-powers
- challenge-symmetric-difference-by
- challenge-symmetric-difference
- challenge-tail
- challenge-take-right
- challenge-take
- challenge-to-binary
- challenge-to-dictionary
- challenge-to-hex
- challenge-to-iso-date
- challenge-to-roman-numeral
- challenge-transpose
- challenge-unfold
- challenge-union-by
- challenge-union
- challenge-unique-elements
- challenge-values-only
- challenge-weighted-average
- challenge-words
- lab-add-days
- lab-all-equal
- lab-all-unique
- lab-arithmetic-progression
- lab-average-by
- lab-average
- lab-bifurcate-by
- lab-bifurcate
- lab-binomial-coefficient
- lab-byte-size
- lab-camel
- lab-capitalize-every-word
- lab-capitalize
- lab-cast-list
- lab-celsius-to-fahrenheit
- lab-check-prop
- lab-chunk-into-n
- lab-chunk
- lab-clamp-number
- lab-collect-dictionary
- lab-combine-values
- lab-compact
- lab-compose-right
- lab-compose
- lab-count-by
- lab-count-occurrences
- lab-cumsum
- lab-curry
- lab-daterange
- lab-days-ago
- lab-days-diff
- lab-days-from-now
- lab-decapitalize
- lab-deep-flatten
- lab-degrees-to-rads
- lab-delay
- lab-dict-to-list
- lab-difference-by
- lab-difference
- lab-digitize
- lab-drop-right
- lab-drop
- lab-every-nth
- lab-every
- lab-factorial
- lab-fahrenheit-to-celsius
- lab-fibonacci
- lab-filter-non-unique
- lab-filter-unique
- lab-find-index-of-all
- lab-find-index
- lab-find-keys
- lab-find-key
- lab-find-last-index
- lab-find-last
- lab-find-parity-outliers
- lab-find
- lab-flatten
- lab-for-each-right
- lab-for-each
- lab-frequencies
- lab-from-iso-date
- lab-gcd
- lab-geometric-progression
- lab-get
- lab-group-by
- lab-hamming-distance
- lab-has-duplicates
- lab-have-same-contents
- lab-head
- lab-hex-to-rgb
- lab-in-range
- lab-includes-all
- lab-includes-any
- lab-index-of-all
- lab-initialize-2d-list
- lab-initialize-list-with-range
- lab-initialize-list-with-values
- lab-initial
- lab-intersection-by
- lab-intersection
- lab-invert-dictionary
- lab-is-anagram
- lab-is-contained-in
- lab-is-divisible
- lab-is-empty
- lab-is-even
- lab-is-odd
- lab-is-prime
- lab-is-weekday
- lab-is-weekend
- lab-kebab
- lab-key-in-dict
- lab-key-of-max
- lab-key-of-min
- lab-keys-only
- lab-km-to-miles
- lab-last
- lab-lcm
- lab-longest-item
- lab-map-dictionary
- lab-map-values
- lab-max-by
- lab-max-element-index
- lab-max-n
- lab-median
- lab-merge-dictionaries
- lab-merge
- lab-miles-to-km
- lab-min-by
- lab-min-element-index
- lab-min-n
- lab-months-diff
- lab-most-frequent
- lab-n-times-string
- lab-none
- lab-num-to-range
- lab-offset
- lab-pad-number
- lab-pad
- lab-palindrome
- lab-pluck
- lab-powerset
- lab-rads-to-degrees
- lab-reverse-number
- lab-reverse
- lab-rgb-to-hex
- lab-roll
- lab-sample
- lab-shuffle
- lab-similarity
- lab-slugify
- lab-snake
- lab-some
- lab-sort-by-indexes
- lab-sort-dict-by-key
- lab-sort-dict-by-value
- lab-split-lines
- lab-spread
- lab-sum-by
- lab-sum-of-powers
- lab-symmetric-difference-by
- lab-symmetric-difference
- lab-tail
- lab-take-right
- lab-take
- lab-to-binary
- lab-to-dictionary
- lab-to-hex
- lab-to-iso-date
- lab-to-roman-numeral
- lab-transpose
- lab-unfold
- lab-union-by
- lab-union
- lab-unique-elements
- lab-values-only
- lab-weighted-average
- lab-when
- lab-words
- interactive-coding-challenges
- arrays-strings
- challenge-compress-alt
- challenge-compress
- challenge-fizz-buzz
- challenge-hash-map
- challenge-permutation
- challenge-priority-queue
- challenge-reverse-string
- challenge-rotation
- challenge-str-diff
- challenge-two-sum
- challenge-unique-chars
- bit-manipulation
- challenge-bits-to-flip
- challenge-bit
- challenge-draw-line
- challenge-flip-bit
- challenge-get-next
- challenge-insert-m-into-n
- challenge-pairwise-swap
- challenge-print-binary
- graphs-trees
- challenge-bst-min
- challenge-bst-second-largest
- challenge-bst-successor
- challenge-bst-validate
- challenge-bst
- challenge-check-balance
- challenge-graph-bfs
- challenge-graph-build-order
- challenge-graph-dfs
- challenge-graph-path-exists
- challenge-graph-shortest-path-unweighted
- challenge-graph-shortest-path
- challenge-graph
- challenge-invert-tree
- challenge-min-heap
- challenge-tree-bfs
- challenge-tree-dfs
- challenge-tree-height
- challenge-tree-lca
- challenge-tree-level-lists
- challenge-trie
- linked-lists
- challenge-add-reverse
- challenge-delete-mid
- challenge-find-loop-start
- challenge-kth-to-last-elem
- challenge-linked-list
- challenge-palindrome
- challenge-partition
- challenge-remove-duplicates
- math-probability
- challenge-add-digits
- challenge-check-prime
- challenge-generate-primes
- challenge-math-ops
- challenge-power-two
- challenge-sub-two
- recursion-dynamic
- challenge-coin-change-min
- challenge-coin-change-ways
- challenge-coin-change
- challenge-fibonacci
- challenge-grid-path
- challenge-hanoi
- challenge-knapsack-01
- challenge-knapsack-unbounded
- challenge-longest-common-subsequence
- challenge-longest-inc-subseq
- challenge-longest-substr-k-distinct
- challenge-longest-substring
- challenge-magic-index
- challenge-matrix-mult
- challenge-max-profit-k
- challenge-n-pairs-parentheses
- challenge-permutations
- challenge-power-set
- challenge-steps
- sorting-searching
- challenge-anagrams
- challenge-insertion-sort
- challenge-merge-into
- challenge-merge-sort
- challenge-new-int
- challenge-quick-sort
- challenge-radix-sort
- challenge-rotated-array-search
- challenge-search-sorted-matrix
- challenge-selection-sort
- stacks-queues
- challenge-n-stacks
- challenge-queue-from-stacks
- challenge-queue-list
- challenge-set-of-stacks
- challenge-sort-stack
- challenge-stack-min
- challenge-stack
- practical-python
- lab-01-01-python-introduction-python-introduction
- lab-01-02-hello-world-a-first-program
- lab-01-03-numbers-numbers
- lab-01-04-strings-strings
- lab-01-05-lists-lists
- lab-01-06-files-file-management
- lab-01-07-functions-functions
- lab-02-01-datatypes-datatypes-and-data-structures
- lab-02-02-containers-containers
- lab-02-03-formatting-formatting
- lab-02-04-sequences-sequences
- lab-02-05-collections-collections-module
- lab-02-06-list-comprehension-list-comprehensions
- lab-02-07-objects-objects
- lab-03-01-script-scripting
- lab-03-02-more-functions-more-on-functions
- lab-03-03-error-checking-error-checking
- lab-03-04-modules-modules
- lab-03-05-main-module-main-module
- lab-03-06-design-discussion-design-discussion
- lab-04-01-class-classes
- lab-04-02-inheritance-inheritance
- lab-04-03-special-methods-special-methods
- lab-04-04-defining-exceptions-defining-exceptions
- lab-05-01-dicts-revisited-dictionaries-revisited
- lab-05-02-classes-encapsulation-classes-and-encapsulation
- lab-06-01-iteration-protocol-iteration-protocol
- lab-06-02-customizing-iteration-customizing-iteration
- lab-06-03-producers-consumers-producers-consumers-and-pipelines
- lab-06-04-more-generators-more-generators
- lab-07-01-variable-arguments-variable-arguments
- lab-07-02-anonymous-function-anonymous-functions-and-lambda
- lab-07-03-returning-functions-returning-functions
- lab-07-04-function-decorators-function-decorators
- lab-07-05-decorated-methods-decorated-methods
- lab-08-01-testing-testing
- lab-08-02-logging-logging
- lab-08-03-debugging-debugging
- lab-09-01-packages-packages
- lab-09-02-third-party-third-party-modules
- lab-09-03-distribution-distribution
- python-mastery
- lab-ex1-1-run-a-small-program
- lab-ex1-2-manipulate-various-built-in-python-objects
- lab-ex1-3-review-basic-file-io
- lab-ex1-4-exception-handling
- lab-ex1-5-define-a-simple-object
- lab-ex1-6-defining-modules
- lab-ex2-1-different-ways-of-representing-records
- lab-ex2-2-various-data-analysis-problems
- lab-ex2-3-iterate-like-a-pro
- lab-ex2-4-make-a-new-primitive-type
- lab-ex2-5-make-a-custom-container
- lab-ex2-6-first-class-objects
- lab-ex3-1-define-a-simple-class
- lab-ex3-2-attribute-access
- lab-ex3-3-class-variables-and-class-methods
- lab-ex3-4-private-attributes-and-properties
- lab-ex3-5-practical-use-of-inheritance
- lab-ex3-6-redefining-special-methods
- lab-ex3-7-type-checking-and-interfaces
- lab-ex3-8-mixin-classes-and-cooperative-inheritance
- lab-ex4-1-how-objects-are-represented
- lab-ex4-2-behavior-of-inheritance
- lab-ex4-3-learn-about-descriptors
- lab-ex4-4-customizing-attribute-access
- lab-ex5-1-definitional-aspects-of-functions
- lab-ex5-2-returning-values-from-functions
- lab-ex5-3-higher-order-functions
- lab-ex5-4-learn-more-about-closures
- lab-ex5-5-exception-handling-and-logging
- lab-ex5-6-python-unittest-module
- lab-ex6-1-function-argument-passing-conventions
- lab-ex6-2-scoping-rules-and-tricks
- lab-ex6-3-inspect-the-internals-of-functions
- lab-ex6-4-create-code-with-exec
- lab-ex6-5-define-a-proper-callable-object
- lab-ex7-1-define-a-simple-decorator-functions
- lab-ex7-2-decorator-chaining
- lab-ex7-3-learn-about-class-decorators
- lab-ex7-4-low-level-of-class-creation
- lab-ex7-5-create-your-first-metaclass
- lab-ex7-6-metaclasses-in-action
- lab-ex8-1-customize-iteration-using-generators
- lab-ex8-2-set-up-processing-pipelines
- lab-ex8-3-set-up-processing-pipelines
- lab-ex8-4-yield-statements
- lab-ex8-5-learn-about-managed-generators
- lab-ex8-6-learn-about-delegating-generators
- lab-ex9-1-a-review-of-module-basics
- lab-ex9-2-create-a-python-package
- lab-ex9-3-controlling-symbols-and-combining-submodules
- lab-ex9-4-circular-and-dynamic-module-imports
- react
- 30-seconds-of-react
- lab-accordion
- lab-alert
- lab-auto-link
- lab-callto
- lab-carousel
- lab-collapse
- lab-controlled-input
- lab-count-down
- lab-data-list
- lab-data-table
- lab-file-drop
- lab-lazy-load-image
- lab-limited-textarea
- lab-limited-word-textarea
- lab-loader
- lab-mailto
- lab-mapped-table
- lab-modal
- lab-multiselect-checkbox
- lab-password-revealer
- lab-ripple-button
- lab-select
- lab-slider
- lab-star-rating
- lab-tabs
- lab-text-area
- lab-toggle
- lab-tooltip
- lab-tree-view
- lab-uncontrolled-input
- lab-use-async
- lab-use-body-scroll-lock
- lab-use-click-inside
- lab-use-click-outside
- lab-use-component-did-mount
- lab-use-component-did-update
- lab-use-component-will-unmount
- lab-use-copy-to-clipboard
- lab-use-debounce
- lab-use-default
- lab-use-delayed-state
- lab-use-effect-once
- lab-use-error
- lab-use-event-listener
- lab-use-fetch
- lab-use-form
- lab-use-get-set
- lab-use-hash
- lab-use-hover
- lab-use-intersection-observer
- lab-use-interval
- lab-use-isomporphic-effect
- lab-use-key-press
- lab-use-local-storage
- lab-use-map
- lab-use-media-query
- lab-use-merge-state
- lab-use-mutation-observer
- lab-use-on-global-event
- lab-use-on-window-resize
- lab-use-on-window-scroll
- lab-use-persisted-state
- lab-use-portal
- lab-use-previous
- lab-use-request-animation-frame
- lab-use-script
- lab-use-search-param
- lab-use-session-storage
- lab-use-set
- lab-use-ssr
- lab-use-timeout
- lab-use-title
- lab-use-toggler
- lab-use-unload
- lab-use-update
- lab-use-window-size
- react-project-ideas
- challenge-counter-game
- challenge-custom-form
- challenge-dino-game
- challenge-drag-drop
- challenge-ecommerce-website
- challenge-input-of-skills
- challenge-personal-portfolio
- challenge-snake-game
- challenge-stopwatch
- challenge-tik-tac-toe
- react-quick-start
- lab-conditional-rendering
- lab-creating-and-nesting-components
- lab-rendering-lists
- lab-responding-to-events
- lab-updating-the-screen
- lab-using-hooks
- lab-writing-markup-with-jsx
- rust
- rust-book
- lab-ch01-02-hello-world
- lab-ch01-03-hello-cargo
- lab-ch02-00-guessing-game-tutorial
- lab-ch03-01-variables-and-mutability
- lab-ch03-02-data-types
- lab-ch03-03-how-functions-work
- lab-ch03-04-comments
- lab-ch03-05-control-flow
- lab-ch04-01-what-is-ownership
- lab-ch04-02-references-and-borrowing
- lab-ch04-03-slices
- lab-ch05-01-defining-structs
- lab-ch05-02-example-structs
- lab-ch05-03-method-syntax
- lab-ch06-01-defining-an-enum
- lab-ch06-02-match
- lab-ch06-03-if-let
- lab-ch07-01-packages-and-crates
- lab-ch07-02-defining-modules-to-control-scope-and-privacy
- lab-ch07-03-paths-for-referring-to-an-item-in-the-module-tree
- lab-ch07-04-bringing-paths-into-scope-with-the-use-keyword
- lab-ch07-05-separating-modules-into-different-files
- lab-ch08-01-vectors
- lab-ch08-02-strings
- lab-ch08-03-hash-maps
- lab-ch09-01-unrecoverable-errors-with-panic
- lab-ch09-02-recoverable-errors-with-result
- lab-ch09-03-to-panic-or-not-to-panic
- lab-ch10-01-syntax
- lab-ch10-02-traits
- lab-ch10-03-lifetime-syntax
- lab-ch11-01-writing-tests
- lab-ch11-02-running-tests
- lab-ch11-03-test-organization
- lab-ch12-01-accepting-command-line-arguments
- lab-ch12-02-reading-a-file
- lab-ch12-03-improving-error-handling-and-modularity
- lab-ch12-04-testing-the-librarys-functionality
- lab-ch12-05-working-with-environment-variables
- lab-ch12-06-writing-to-stderr-instead-of-stdout
- lab-ch13-01-closures
- lab-ch13-02-iterators
- lab-ch13-03-improving-our-io-project
- lab-ch14-02-publishing-to-crates-io
- lab-ch14-03-cargo-workspaces
- lab-ch15-01-box
- lab-ch15-02-deref
- lab-ch15-03-drop
- lab-ch15-04-rc
- lab-ch15-05-interior-mutability
- lab-ch15-06-reference-cycles
- lab-ch16-01-threads
- lab-ch16-02-message-passing
- lab-ch17-01-what-is-oo
- lab-ch17-02-trait-objects
- lab-ch17-03-oo-design-patterns
- lab-ch18-01-all-the-places-for-patterns
- lab-ch18-02-refutability
- lab-ch18-03-pattern-syntax
- lab-ch19-01-unsafe-rust
- lab-ch19-03-advanced-traits
- lab-ch19-04-advanced-types
- lab-ch19-05-advanced-functions-and-closures
- lab-ch19-06-macros
- lab-ch20-01-single-threaded
- lab-ch20-02-multithreaded
- lab-ch20-03-graceful-shutdown-and-cleanup
- rust-by-example
- lab-02-comments
- lab-03-formatted-print
- lab-04-print-debug
- lab-05-print-display
- lab-06-print-display-testcase-list
- lab-07-print-fmt-formatting
- lab-08-primitives-primitives
- lab-09-literals-and-operators
- lab-10-primitives-tuples
- lab-100-scope-raii-raii
- lab-101-scope-move-ownership-and-moves
- lab-102-scope-move-mut-mutability
- lab-103-scope-move-partial-move-partial-moves
- lab-104-scope-borrow-borrowing
- lab-105-scope-borrow-mut-mutability
- lab-106-scope-borrow-alias-aliasing
- lab-107-scope-borrow-ref-the-ref-pattern
- lab-108-scope-lifetime-lifetimes
- lab-109-scope-lifetime-explicit-explicit-annotation
- lab-11-primitives-array-and-slices
- lab-110-scope-lifetime-fn-functions
- lab-111-scope-lifetime-methods-methods
- lab-112-scope-lifetime-struct-structs
- lab-113-scope-lifetime-trait-traits
- lab-114-scope-lifetime-lifetime-bounds-bounds
- lab-115-scope-lifetime-lifetime-coercion-coercion
- lab-116-scope-lifetime-static-lifetime-static
- lab-117-scope-lifetime-elision-elision
- lab-118-trait-traits
- lab-119-trait-derive-derive
- lab-120-trait-dyn-returning-traits-with-dyn
- lab-121-trait-ops-operator-overloading
- lab-122-trait-drop-drop
- lab-123-trait-iter-iterators
- lab-124-trait-impl-trait-impl-trait
- lab-125-trait-clone-clone
- lab-126-trait-supertraits-supertraits
- lab-127-trait-disambiguating-disambiguating-overlapping-traits
- lab-128-macros-macro_rules
- lab-13-custom-types-structs-structures
- lab-130-macros-designators-designators
- lab-131-macros-overload-overload
- lab-132-macros-repeat-repeat
- lab-133-macros-dry-dry-dont-repeat-yourself
- lab-134-macros-dsl-domain-specific-languages-dsls
- lab-135-macros-variadics-variadic-interfaces
- lab-137-error-panic-panic
- lab-138-error-abort-unwind-abort-and-unwind
- lab-139-error-option-unwrap-option-unwrap
- lab-14-custom-types-enum-enums
- lab-140-error-option-unwrap-question-mark-unpacking-options
- lab-141-error-option-unwrap-map-combinators-map
- lab-142-error-option-unwrap-and-then-combinators-and-then
- lab-143-error-option-unwrap-defaults-unpacking-options-and-defaults
- lab-144-error-result-result
- lab-145-error-result-result-map-map-for-result
- lab-146-error-result-result-alias-aliases-for-result
- lab-147-error-result-early-returns-early-returns
- lab-148-error-result-enter-question-mark-introducing
- lab-149-error-multiple-error-types-multiple-error-types
- lab-15-custom-types-enum-enum-use
- lab-150-error-multiple-error-types-option-result-pulling-results-out-of-options
- lab-151-error-multiple-error-types-define-error-type-defining-an-error-type
- lab-152-error-multiple-error-types-boxing-errors-boxing-errors
- lab-153-error-multiple-error-types-reenter-question-mark
- lab-154-error-multiple-error-types-wrap-error-wrapping-errors
- lab-155-error-iter-result-iterating-over-results
- lab-157-std-box-box-stack-and-heap
- lab-158-std-vec-vectors
- lab-159-std-str-strings
- lab-16-custom-types-enum-c-like
- lab-160-std-option-option
- lab-161-std-result-result
- lab-162-std-result-question-mark
- lab-163-std-panic-panic
- lab-164-std-hash-hashmap
- lab-165-std-hash-alt-key-types-alternatecustom-key-types
- lab-166-std-hash-hashset-hashset
- lab-167-std-rc-rc
- lab-168-std-arc-arc
- lab-17-custom-types-enum-testcase-linked-list
- lab-170-std-misc-threads-threads
- lab-171-std-misc-threads-testcase-mapreduce-testcase-map-reduce
- lab-172-std-misc-channels-channels
- lab-173-std-misc-path-path
- lab-175-std-misc-file-open-open
- lab-176-std-misc-file-create-create
- lab-177-std-misc-file-read-lines-read-lines
- lab-178-std-misc-process-child-processes
- lab-179-std-misc-process-pipe-pipes
- lab-18-custom-types-constants
- lab-180-std-misc-process-wait-wait
- lab-181-std-misc-fs-filesystem-operations
- lab-182-std-misc-arg-program-arguments
- lab-183-std-misc-arg-matching-argument-parsing
- lab-184-std-misc-ffi-foreign-function-interface
- lab-186-testing-unit-testing-unit-testing
- lab-187-testing-doc-testing-documentation-testing
- lab-188-testing-integration-testing-integration-testing
- lab-189-testing-dev-dependencies-development-dependencies
- lab-19-variable-bindings-variable-bindings
- lab-190-unsafe-unsafe-operations
- lab-191-unsafe-asm-inline-assembly
- lab-193-compatibility-raw-identifiers-raw-identifiers
- lab-195-meta-doc-documentation
- lab-196-meta-playground-playground
- lab-20-variable-bindings-mut-mutability
- lab-21-variable-bindings-scope-and-shadowing
- lab-22-variable-bindings-declare-first
- lab-23-variable-bindings-freeze
- lab-25-types-cast-casting
- lab-26-types-literals
- lab-27-types-inference
- lab-28-types-alias-aliasing
- lab-30-conversion-from-into-from-and-into
- lab-31-conversion-try-from-try-into-tryfrom-and-tryinto
- lab-32-conversion-string-to-and-from-strings
- lab-33-expression-expressions
- lab-35-flow-control-if-else-ifelse
- lab-36-flow-control-loop-loop
- lab-37-flow-control-loop-nested-nesting-and-labels
- lab-38-flow-control-loop-return-returning-from-loops
- lab-39-flow-control-while-while
- lab-40-flow-control-for-for-loops
- lab-41-flow-control-match-match
- lab-43-flow-control-match-destructuring-destructure-tuple-tuples
- lab-44-flow-control-match-destructuring-destructure-slice-arraysslices
- lab-45-flow-control-match-destructuring-destructure-enum-enums
- lab-46-flow-control-match-destructuring-destructure-pointers-pointersref
- lab-47-flow-control-match-destructuring-destructure-structures-structs
- lab-48-flow-control-match-guard-guards
- lab-49-flow-control-match-binding-binding
- lab-50-flow-control-if-let-if-let
- lab-51-flow-control-let-else-let-else
- lab-52-flow-control-while-let-while-let
- lab-53-fn-functions
- lab-54-fn-methods-associated-functions-methods
- lab-55-fn-closures-closures
- lab-56-fn-closures-capture-capturing
- lab-57-fn-closures-input-parameters-as-input-parameters
- lab-58-fn-closures-anonymity-type-anonymity
- lab-59-fn-closures-input-functions-input-functions
- lab-60-fn-closures-output-parameters-as-output-parameters
- lab-62-fn-closures-closure-examples-iter-any-iteratorany
- lab-63-fn-closures-closure-examples-iter-find-searching-through-iterators
- lab-64-fn-hof-higher-order-functions
- lab-65-fn-diverging-diverging-functions
- lab-67-mod-visibility-visibility
- lab-68-mod-struct-visibility-struct-visibility
- lab-69-mod-use-the-use-declaration
- lab-70-mod-super-super-and-self
- lab-71-mod-split-file-hierarchy
- lab-73-crates-lib-creating-a-library
- lab-74-crates-using-lib-using-a-library
- lab-78-cargo-test-testing
- lab-81-attribute-unused-dead_code
- lab-82-attribute-crate-crates
- lab-83-attribute-cfg-cfg
- lab-84-attribute-cfg-custom-custom
- lab-85-generics-generics
- lab-86-generics-gen-fn-functions
- lab-87-generics-impl-implementation
- lab-88-generics-gen-trait-traits
- lab-89-generics-bounds-bounds
- lab-90-generics-bounds-testcase-empty-testcase-empty-bounds
- lab-91-generics-multi-bounds-multiple-bounds
- lab-92-generics-where-where-clauses
- lab-93-generics-new-types-new-type-idiom
- lab-95-generics-assoc-items-the-problem-the-problem
- lab-96-generics-assoc-items-types-associated-types
- lab-97-generics-phantom-phantom-type-parameters
- lab-98-generics-phantom-testcase-units-testcase-unit-clarification
- sklearn
- sklearn-official-examples
- lab-approximate-nearest-neighbors
- lab-plot-adaboost-hastie-10-2
- lab-plot-adaboost-multiclass
- lab-plot-adaboost-regression
- lab-plot-adaboost-twoclass
- lab-plot-adjusted-for-chance-measures
- lab-plot-affinity-propagation
- lab-plot-agglomerative-clustering-metrics
- lab-plot-agglomerative-clustering
- lab-plot-agglomerative-dendrogram
- lab-plot-all-scaling
- lab-plot-anomaly-comparison
- lab-plot-ard
- lab-plot-bayesian-ridge-curvefit
- lab-plot-bias-variance
- lab-plot-bicluster-newsgroups
- lab-plot-birch-vs-minibatchkmeans
- lab-plot-bisect-kmeans
- lab-plot-caching-nearest-neighbors
- lab-plot-calibration-curve
- lab-plot-calibration-multiclass
- lab-plot-calibration
- lab-plot-causal-interpretation
- lab-plot-classification-probability
- lab-plot-classification
- lab-plot-classifier-chain-yeast
- lab-plot-classifier-comparison
- lab-plot-cluster-comparison
- lab-plot-cluster-iris
- lab-plot-coin-segmentation
- lab-plot-coin-ward-segmentation
- lab-plot-color-quantization
- lab-plot-column-transformer-mixed-types
- lab-plot-column-transformer
- lab-plot-compare-calibration
- lab-plot-compare-cross-decomposition
- lab-plot-compare-gpr-krr
- lab-plot-compare-methods
- lab-plot-compare-reduction
- lab-plot-concentration-prior
- lab-plot-confusion-matrix
- lab-plot-cost-complexity-pruning
- lab-plot-covariance-estimation
- lab-plot-custom-kernel
- lab-plot-cv-diabetes
- lab-plot-cv-digits
- lab-plot-cv-indices
- lab-plot-cv-predict
- lab-plot-dbscan
- lab-plot-det
- lab-plot-dict-face-patches
- lab-plot-digits-agglomeration
- lab-plot-digits-classification-exercise
- lab-plot-digits-classification
- lab-plot-digits-denoising
- lab-plot-digits-kde-sampling
- lab-plot-digits-last-image
- lab-plot-digits-linkage
- lab-plot-digits-pipe
- lab-plot-discretization-classification
- lab-plot-discretization-strategies
- lab-plot-discretization
- lab-plot-display-object-visualization
- lab-plot-document-classification-20newsgroups
- lab-plot-elastic-net-precomputed-gram-matrix-with-weighted-samples
- lab-plot-ensemble-oob
- lab-plot-estimator-representation
- lab-plot-f-test-vs-mi
- lab-plot-face-compress
- lab-plot-face-recognition
- lab-plot-faces-decomposition
- lab-plot-feature-agglomeration-vs-univariate-selection
- lab-plot-feature-selection-pipeline
- lab-plot-feature-selection
- lab-plot-feature-transformation
- lab-plot-feature-union
- lab-plot-forest-hist-grad-boosting-comparison
- lab-plot-forest-importances-faces
- lab-plot-forest-importances
- lab-plot-forest-iris
- lab-plot-gmm-covariances
- lab-plot-gmm-init
- lab-plot-gmm-pdf
- lab-plot-gmm-selection
- lab-plot-gmm-sin
- lab-plot-gmm
- lab-plot-gpc-iris
- lab-plot-gpc-isoprobability
- lab-plot-gpc-xor
- lab-plot-gpc
- lab-plot-gpr-co2
- lab-plot-gpr-noisy-targets
- lab-plot-gpr-noisy
- lab-plot-gpr-on-structured-data
- lab-plot-gpr-prior-posterior
- lab-plot-gradient-boosting-categorical
- lab-plot-gradient-boosting-early-stopping
- lab-plot-gradient-boosting-oob
- lab-plot-gradient-boosting-quantile
- lab-plot-gradient-boosting-regression
- lab-plot-gradient-boosting-regularization
- lab-plot-grid-search-digits
- lab-plot-grid-search-refit-callable
- lab-plot-grid-search-text-feature-extraction
- lab-plot-hashing-vs-dict-vectorizer
- lab-plot-hdbscan
- lab-plot-huber-vs-ridge
- lab-plot-ica-blind-source-separation
- lab-plot-ica-vs-pca
- lab-plot-image-denoising
- lab-plot-incremental-pca
- lab-plot-inductive-clustering
- lab-plot-iris-dataset
- lab-plot-iris-dtc
- lab-plot-iris-exercise
- lab-plot-iris-logistic
- lab-plot-iris-svc
- lab-plot-isolation-forest
- lab-plot-isotonic-regression
- lab-plot-iterative-imputer-variants-comparison
- lab-plot-johnson-lindenstrauss-bound
- lab-plot-kde-1d
- lab-plot-kernel-approximation
- lab-plot-kernel-pca
- lab-plot-kernel-ridge-regression
- lab-plot-kmeans-assumptions
- lab-plot-kmeans-digits
- lab-plot-kmeans-plusplus
- lab-plot-kmeans-silhouette-analysis
- lab-plot-kmeans-stability-low-dim-dense
- lab-plot-label-propagation-digits-active-learning
- lab-plot-label-propagation-digits
- lab-plot-label-propagation-structure
- lab-plot-lasso-and-elasticnet
- lab-plot-lasso-coordinate-descent-path
- lab-plot-lasso-dense-vs-sparse-data
- lab-plot-lasso-lars-ic
- lab-plot-lasso-lars
- lab-plot-lasso-model-selection
- lab-plot-lda-qda
- lab-plot-lda
- lab-plot-learning-curve
- lab-plot-likelihood-ratios
- lab-plot-linearsvc-support-vectors
- lab-plot-linkage-comparison
- lab-plot-lle-digits
- lab-plot-lof-novelty-detection
- lab-plot-lof-outlier-detection
- lab-plot-logistic-l1-l2-sparsity
- lab-plot-logistic-multinomial
- lab-plot-logistic-path
- lab-plot-logistic
- lab-plot-lw-vs-oas
- lab-plot-mahalanobis-distances
- lab-plot-manifold-sphere
- lab-plot-map-data-to-normal
- lab-plot-mds
- lab-plot-mean-shift
- lab-plot-mini-batch-kmeans
- lab-plot-missing-values
- lab-plot-mlp-alpha
- lab-plot-mlp-training-curves
- lab-plot-mnist-filters
- lab-plot-model-complexity-influence
- lab-plot-monotonic-constraints
- lab-plot-multi-metric-evaluation
- lab-plot-multi-task-lasso-support
- lab-plot-multilabel
- lab-plot-multioutput-face-completion
- lab-plot-nca-classification
- lab-plot-nca-dim-reduction
- lab-plot-nca-illustration
- lab-plot-nearest-centroid
- lab-plot-nested-cross-validation-iris
- lab-plot-nnls
- lab-plot-ols-3d
- lab-plot-ols-ridge-variance
- lab-plot-ols
- lab-plot-omp
- lab-plot-oneclass
- lab-plot-optics
- lab-plot-out-of-core-classification
- lab-plot-outlier-detection-bench
- lab-plot-outlier-detection-wine
- lab-plot-partial-dependence-visualization-api
- lab-plot-pca-3d
- lab-plot-pca-iris
- lab-plot-pca-vs-fa-model-selection
- lab-plot-pca-vs-lda
- lab-plot-pcr-vs-pls
- lab-plot-permutation-importance-multicollinear
- lab-plot-permutation-importance
- lab-plot-permutation-tests-for-classification
- lab-plot-pipeline-display
- lab-plot-polynomial-interpolation
- lab-plot-precision-recall
- lab-plot-prediction-latency
- lab-plot-quantile-regression
- lab-plot-random-dataset
- lab-plot-random-forest-embedding
- lab-plot-random-forest-regression-multioutput
- lab-plot-random-multilabel-dataset
- lab-plot-randomized-search
- lab-plot-ransac
- lab-plot-rbf-parameters
- lab-plot-rbm-logistic-classification
- lab-plot-regression
- lab-plot-rfe-digits
- lab-plot-rfe-with-cross-validation
- lab-plot-ridge-coeffs
- lab-plot-ridge-path
- lab-plot-robust-fit
- lab-plot-robust-vs-empirical-covariance
- lab-plot-roc-crossval
- lab-plot-roc-curve-visualization-api
- lab-plot-roc
- lab-plot-scalable-poly-kernels
- lab-plot-scaling-importance
- lab-plot-segmentation-toy
- lab-plot-select-from-model-diabetes
- lab-plot-self-training-varying-threshold
- lab-plot-semi-supervised-newsgroups
- lab-plot-semi-supervised-versus-svm-iris
- lab-plot-separating-hyperplane-unbalanced
- lab-plot-separating-hyperplane
- lab-plot-set-output
- lab-plot-sgd-comparison
- lab-plot-sgd-early-stopping
- lab-plot-sgd-iris
- lab-plot-sgd-loss-functions
- lab-plot-sgd-penalties
- lab-plot-sgd-separating-hyperplane
- lab-plot-sgd-weighted-samples
- lab-plot-sgdocsvm-vs-ocsvm
- lab-plot-sparse-coding
- lab-plot-sparse-cov
- lab-plot-sparse-logistic-regression-20newsgroups
- lab-plot-sparse-logistic-regression-mnist
- lab-plot-species-distribution-modeling
- lab-plot-species-kde
- lab-plot-spectral-biclustering
- lab-plot-spectral-coclustering
- lab-plot-stack-predictors
- lab-plot-stock-market
- lab-plot-successive-halving-heatmap
- lab-plot-successive-halving-iterations
- lab-plot-svm-anova
- lab-plot-svm-kernels
- lab-plot-svm-margin
- lab-plot-svm-nonlinear
- lab-plot-svm-regression
- lab-plot-svm-scale-c
- lab-plot-svm-tie-breaking
- lab-plot-swissroll
- lab-plot-t-sne-perplexity
- lab-plot-target-encoder-cross-val
- lab-plot-target-encoder
- lab-plot-theilsen
- lab-plot-tomography-l1-reconstruction
- lab-plot-topics-extraction-with-nmf-lda
- lab-plot-train-error-vs-test-error
- lab-plot-transformed-target
- lab-plot-tree-regression-multioutput
- lab-plot-tree-regression
- lab-plot-underfitting-overfitting
- lab-plot-unveil-tree-structure
- lab-plot-validation-curve
- lab-plot-varimax-fa
- lab-plot-voting-decision-regions
- lab-plot-voting-probas
- lab-plot-voting-regressor
- lab-plot-ward-structured-vs-unstructured
- lab-plot-weighted-samples
- lab-svm-gui
- lab-wikipedia-principal-eigenvector
- sklearn-tutorials
- lab-01-linear-models
- lab-02-linear-and-quadratic-discriminant-analysis
- lab-02-statistical-learning
- lab-03-kernel-ridge-regression
- lab-03-supervised-learning
- lab-04-model-selection
- lab-04-support-vector-machines
- lab-05-stochastic-gradient-descent
- lab-05-unsupervised-learning
- lab-06-stochastic-gradient-descent
- lab-06-working-with-text-data
- lab-07-gaussian-processes
- lab-08-cross-decomposition
- lab-09-naive-bayes
- lab-10-decision-trees
- lab-11-ensemble-methods
- lab-12-multiclass-and-multioutput-algorithms
- lab-13-feature-selection
- lab-14-semi-supervised-learning
- lab-15-isotonic-regression
- lab-17-neural-network-models-supervised
- lab-18-gaussian-mixture-models
- lab-19-manifold-learning
- lab-20-clustering
- lab-21-biclustering
- lab-22-decomposing-signals-in-components
- lab-23-covariance-estimation
- lab-24-novelty-and-outlier-detection
- lab-25-density-estimation
- lab-27-cross-validation
- lab-28-tuning-the-hyper-parameters-of-an-estimator
- lab-29-model-evaluation
- lab-30-validation-curves
- lab-31-partial-dependence-and-individual-conditional-expectation-plots
- lab-32-permutation-feature-importance
- lab-33-pipelines-and-composite-estimators
- lab-34-feature-extraction
- lab-35-preprocessing-data
- lab-36-imputation-of-missing-values
- lab-38-random-projection
- lab-39-kernel-approximation
- lab-40-pairwise-metrics-affinities-and-kernels
- lab-41-transforming-the-prediction-target
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
2,644 files changed
+8527
-35315
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 44 | + | |
50 | 45 | | |
51 | 46 | | |
52 | 47 | | |
| |||
Lines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 44 | + | |
53 | 45 | | |
54 | 46 | | |
55 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 44 | + | |
57 | 45 | | |
58 | 46 | | |
59 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 44 | + | |
55 | 45 | | |
56 | 46 | | |
57 | 47 | | |
| |||
Lines changed: 2 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 44 | + | |
54 | 45 | | |
55 | 46 | | |
56 | 47 | | |
| |||
Lines changed: 2 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 44 | + | |
56 | 45 | | |
57 | 46 | | |
58 | 47 | | |
| |||
Lines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 44 | + | |
55 | 45 | | |
56 | 46 | | |
57 | 47 | | |
| |||
Lines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 44 | + | |
53 | 45 | | |
54 | 46 | | |
55 | 47 | | |
| |||
Lines changed: 2 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 44 | + | |
54 | 45 | | |
55 | 46 | | |
56 | 47 | | |
| |||
0 commit comments