Skip to content

Repo for general programming concepts like First Class Functions and Closure.

License

Notifications You must be signed in to change notification settings

viv1729/General-Programming-Concepts

Repository files navigation

A repo for General Programming Concepts

  1. First Class Functions, Code
    Code, examples and explanation of what is First Class Functions and how to use it. Topics covered:

    • Assigning the function to a variable
    • Passing the function as argument to another function
    • Returning function from another function
      • A useful example
  2. Closure, Code
    Code, examples and explanation of what is Closure and how to use it. Topics covered:

    • Definition
    • First Class Function
    • Simple Closure
    • Closure with Parameters
  3. MarkDown, Code
    Notes on how to use Markdown with examples.

    • Headers
    • Horizontal Rule
    • Emphasis
    • Lists
    • Links
    • Code and Syntax Highlighting
      • general highlight
    • Blockquotes
    • Task Lists
    • Inline HTML
    • Images
      • using IPython.display
    • Videos, Audios
      • using IPython.display
    • External sites

About

Repo for general programming concepts like First Class Functions and Closure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published