4734 links
142 private links
  • Wanderings - Lost and Found Links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
◄Older
page 1 / 4
67 results tagged programming x
  • thumbnail
    How does the brain interpret computer languages? | Ars Technica
    March 17, 2021 at 10:04:14 AM PDT * - permalink - archive.org -
    QRCode
    - https://arstechnica.com/science/2021/03/how-does-the-brain-interpret-computer-languages/
    brain neuroscience programming
  • thumbnail
    https://www.reddit.com/r/learnprogramming/comments/l1yw3p/any_books_for_javascript_similar_to_automate_the
    January 21, 2021 at 10:36:46 PM PST * - permalink - archive.org -
    QRCode
    - https://www.reddit.com/r/learnprogramming/comments/l1yw3p/any_books_for_javascript_similar_to_automate_the
    JavaScript programming
  • Data Science Books You Must Read in 2020 | by Claire D. Costa | Aug, 2020 | Towards Data Science

    Have a look, why you should read them?

    August 24, 2020 at 6:02:28 AM PDT - permalink - archive.org -
    QRCode
    - https://towardsdatascience.com/data-science-books-you-must-read-in-2020-1f30daace1cb
    data machine learning python analysis science programming
  • thumbnail
    Created a video to introduce beginner programmers to what debugging looks like
    July 5, 2020 at 5:25:55 PM PDT - permalink - archive.org -
    QRCode
    - https://www.reddit.com/r/learnprogramming/comments/hlm1la/created_a_video_to_introduce_beginner_programmers/
    programming
  • BotMan - The PHP messaging and chatbot library
    June 13, 2020 at 6:22:13 AM PDT - permalink - archive.org -
    QRCode
    - https://botman.io/
    PHP programming chatbot
  • I love Visual Studio Code so much, especially for learning Python : learnpython
    June 7, 2020 at 7:12:38 AM PDT - permalink - archive.org -
    QRCode
    - https://www.reddit.com/r/learnpython/comments/gxycd2/i_love_visual_studio_code_so_much_especially_for
    programming
  • The misconceptions of a programmer's life : learnprogramming
    May 30, 2020 at 7:58:56 AM PDT * - permalink - archive.org -
    QRCode
    - https://www.reddit.com/r/learnprogramming/comments/gtcwn4/the_misconceptions_of_a_programmers_life
    programming
  • thumbnail
    Hey Reddit, just stumbled upon this free Python book (no fluff, direct PDF download link, 6.1MB, 856 pages) : learnprogramming
    May 8, 2020 at 8:04:55 AM PDT - permalink - archive.org -
    QRCode
    - https://old.reddit.com/r/learnprogramming/comments/gfp1fc/hey_reddit_just_stumbled_upon_this_free_python/
    python programming ebooks
  • Data Analysis with Python, summer 2019 | Tietojenkäsittelytiede | Open University | University of Helsinki
    May 6, 2020 at 4:15:51 PM PDT - permalink - archive.org -
    QRCode
    - https://courses.helsinki.fi/en/aycsm90004en/129660063
    python programming online learning
  • thumbnail
    Job Experience Levels
    April 3, 2020 at 11:25:21 PM PDT - permalink - archive.org -
    QRCode
    - https://v.redd.it/r2rqt9nhqmq41
    funny programming
  • thumbnail
    What is Functional Programming? - YouTube
    March 22, 2020 at 9:29:20 PM PDT - permalink - archive.org -
    QRCode
    - https://www.youtube.com/watch?v=KHojnWHemO0
    functional programming
  • python oop example
    March 7, 2020 at 8:39:23 AM PST - permalink - archive.org -
    QRCode
    - https://www.reddit.com/r/learnpython/comments/fetr93/struggling_to_implement_oop/fjrct38
    python object-oriented programming
  • PSA For Anyone Learning Python: The help() function gives you really detailed information on just about anything!
    February 26, 2020 at 5:15:36 AM PST - permalink - archive.org -
    QRCode
    - https://www.reddit.com/r/learnprogramming/comments/f9mp5b/psa_for_anyone_learning_python_the_help_function/
    python programming
  • thumbnail
    The Mental Game of Python - Raymond Hettinger - YouTube
    February 20, 2020 at 8:01:12 AM PST - permalink - archive.org -
    QRCode
    - https://www.youtube.com/watch?v=UANN2Eu6ZnM
    python programming
  • Okay, what do you do with python ?
    February 20, 2020 at 6:38:54 AM PST - permalink - archive.org -
    QRCode
    - https://www.reddit.com/r/learnpython/comments/f6or4w/okay_what_do_you_do_with_python/
    python programming
  • I Follow This Method Whenever My Brain Is struggling With A Complicated Programming Task. I Thought It Is Worth Sharing With The Community.
    January 12, 2020 at 12:32:13 AM PST - permalink - archive.org -
    QRCode
    - https://www.reddit.com/r/learnprogramming/comments/encuei/i_follow_this_method_whenever_my_brain_is/
    programming problem solving
  • thumbnail
    What's the BEST programming language to LEARN in 2020? - YouTube
    December 31, 2019 at 6:01:15 PM PST - permalink - archive.org -
    QRCode
    - https://www.youtube.com/watch?v=8CM7uNGzbhk
    programming language
  • thumbnail
    Are Developers TOO OLD at 50? - YouTube
    December 29, 2019 at 2:15:11 PM PST - permalink - archive.org -
    QRCode
    - https://www.youtube.com/watch?v=tqiMXrHsjac
    age programming
  • The old guy wants to be a python developer.
    December 24, 2019 at 7:59:39 AM PST - permalink - archive.org -
    QRCode
    - https://www.reddit.com/r/learnpython/comments/eeto7x/the_old_guy_wants_to_be_a_python_developer/
    programming python age
  • thumbnail
    GOTO 2018 • Functional Programming in 40 Minutes • Russ Olsen - YouTube

    Really good overview of functional programming principles and how they are implemented. Not sure I got the bridge part and will need to review, but the idea of creating a functional domain and then reaching to the outside (side effect world) that we are paid to affect is clear.

    Immutable data structures
    functions with a given output always produce the same output. If input is 2 the output is always 4. If input is 7 the function output is always 21. No state changes.
    Therefore, functions are data (output) and can manipulated as data.

    Long list? how do we change? We make copies. What if list is 1 million. Then we create a tree of data chunks that are assembled into the 1 million list. So instead of needing to copy the entire list, we just copy the appropriate chunk.

    But this doesn't work when we have a counter

    December 5, 2019 at 7:58:25 PM PST * - permalink - archive.org -
    QRCode
    - https://www.youtube.com/watch?v=0if71HOyVjY
    functional programming
Links per page: 20 50 100
◄Older
page 1 / 4
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation