Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
31 results tagged math  ✕   ✕
TheAlgorithms/Python https://github.com/TheAlgorithms/Python
Thu 11 Aug 2022 02:03:29 PM PDT archive.org

Many common and unusual algorithms, implemented in Python as learning exercises. If you want to get a sense of what, say, data structures or fuzzy logic would look like in Python, this is a good place to start.

python algorithms datastructures educational math logic algebra encryption compression
Illustrated Self-Guided Course On How To Use The Slide Rule https://sliderulemuseum.com/SR_Course.htm
Mon 04 Apr 2022 02:26:48 PM PDT archive.org

This self-guided course gives numeric examples of the basic calculations that a slide rule can do. Just follow the step-by-step instructions and you will be amazed by the power and versatility of the venerable Slipstick. Click on any of the images below to get a large, unmarked, blowup of each slide rule as shown in the problem.

The site can also be downloaded as a PDF for use as a textbook.

howto retro sliderules math tutorial pdf
Spyder - The Scientific Python Development Environment https://www.spyder-ide.org/
Tue 25 Jan 2022 03:32:45 PM PST archive.org

Spyder is a free and open source scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It features a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.

ide python math science analysis plugins
elizabethadegbaju/remotecalc https://github.com/elizabethadegbaju/remotecalc
Thu 20 Jan 2022 12:43:04 PM PST archive.org

The service offers an endpoint that reads a string input and parses it. it decodes the base64 encoding and interprets it by breaking it down into smaller statements and solved following the order of precedence. It returns either an HTTP error code, or a solution to the calculation in JSON form.

Ideal for use in a faas container.

python api calculator exocortex math
Category Theory for Programmers https://github.com/hmemcpy/milewski-ctfp-pdf
Tue 21 Dec 2021 12:20:12 PM PST archive.org

Bartosz Milewski's Category Theory for Programmers unofficial PDF and LaTeX source. Has a direct link to the PDF as well as links to buy the dead tree if you find it useful.

This is an unofficial PDF version of "Category Theory for Programmers" by Bartosz Milewski, converted from his blogpost series (with permission!)

ebooks free categorytheory math programming
The Joy of Cryptography by Mike Rosulek https://joyofcryptography.com/
Thu 02 Dec 2021 03:55:34 PM PST archive.org

The Joy of Cryptography is a free undergraduate textbook that introduces students to the fundamentals of provable security.

cryptography textbook free download math
PySpread https://pyspread.gitlab.io/
Wed 10 Nov 2021 06:56:52 PM PST archive.org

pyspread is a non-traditional spreadsheet application that is based on and written in the programming language Python. The goal of pyspread is to be the most pythonic spreadsheet.

pyspread expects Python expressions in its grid cells and returns Python objects, which makes a spreadsheet specific language obsolete. Each cell returns a Python object that can be accessed from other cells. These objects can represent anything including lists or matrices. Has a built-in renderer that interfaces with matplotlib for showing visualizations and graphics. Other Python modules can be imported and referenced as cells. Import CSV, export CSV, PDF, and SVG.

The latest stable release v1.1.3 of pyspread runs on Python 2.7.x. A Python 3 compatible version that runs on Python 3.6+ is available as a beta.

Git repo: https://gitlab.com/pyspread/pyspread

python spreadsheet math accounting analysis objects
A Graduate Course in Applied Cryptography https://toc.cryptobook.us/
Fri 22 Oct 2021 06:48:30 PM PDT archive.org

Can also be downloaded as a .pdf.

textbook cryptography cryptology download math
mwaskom/seaborn https://github.com/mwaskom/seaborn
Mon 23 Aug 2021 06:25:12 PM PDT archive.org

Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics.

The docs include a tutorial, example gallery, API reference, and other useful information.

python analysis statistics data visualization math exocortex leandra windbringer
Opinionated Guides https://opinionatedguide.github.io/
Fri 04 Dec 2020 11:29:20 PM PST archive.org

I don’t want this to be Vega’s Opinionated Big Ass Book To Give You An All-In-One Education, both because VegaOpBABTGYAAIOEdu is far less catchy, and because I don’t even think it’s possible. The more I write on this the more I value input of others and other resources I find, and the more happy I am that I called this project Opinionated Guides.

A Guide. That’s what I want this to be. I want OpGuides to be a resource that’s like your friend you can come back to for advice on where to go next, and I think that’s something the internet really needs. Search engines are were awesome for finding information, but only when you know what to look for, so I figure OpGuides can be a sort of curated information source, with the crappy results filtered out, the best resources I know of included, and a healthy mix of entertainment in the education so that it’s not a chore to read.

Github: https://github.com/opinionatedguide/OpGuidesHugoSrc

education engineering electronics computers programming git networking math physics
Fourier Transforms With scipy.fft: Python Signal Processing – Real Python https://realpython.com/python-scipy-fft/
Mon 02 Nov 2020 05:54:49 PM PST archive.org
python math signal-processing
lukasz-madon/awesome-concepts https://github.com/lukasz-madon/awesome-concepts
Tue 04 Aug 2020 03:19:13 PM PDT archive.org

Awesome list about all kinds of interesting topics: Laws, Principles, Mental Models, Cognitive Biases, and more.

awesome list information laws principles models cognition math
Keep Formula https://keepformula.com/
Tue 07 Apr 2020 01:48:09 PM PDT archive.org

A simple app to make your calculations easier. Self-hostable.

Github repos for the three components: https://github.com/keepformula

html5 online webapps calculator converter math numbers units measurements devtools
GitHub - Tschucker/CircuitPython_FFT: This is a simple circuitpython library for computing the Fast Fourier Transform FFT https://github.com/Tschucker/CircuitPython_FFT
Tue 21 Jan 2020 12:41:00 PM PST archive.org

A pure Python implementation of Fast Fourier Transformations (FFT) for Circuit Python. Ideal for use with the PyBadge, but should work with any Circuit Python-enabled platform. Requires an analog signal input of some kind.

python module math analysis signal-processing embedded
Fibonacci Hashing: The Optimization that the World Forgot (or: a Better Alternative to Integer Modulo) | Probably Dance https://probablydance.com/2018/06/16/fibonacci-hashing-the-optimization-that-the-world-forgot-or-a-better-alternative-to-integer-modulo/
Mon 18 Jun 2018 11:02:04 AM PDT archive.org

Fibonacci Hashing: The Optimization that the World Forgot (or: a Better Alternative to Integer Modulo)

hashing algorithms hashtable math optimization
Gnofract 4D: Superior Fractal Software : Home http://gnofract4d.sourceforge.net/
Tue 20 Mar 2018 03:14:53 AM PDT archive.org
fractals application foss graphics math
Alan Turing - Home Page http://www.turing.org.uk/turing/
Tue 20 Mar 2018 02:59:36 AM PDT archive.org
cryptography computing science programming crypto geek computer algorithms turing math software technology history
Free Online Graph Paper / Grid Paper PDFs http://www.incompetech.com/graphpaper/
Tue 20 Mar 2018 02:51:07 AM PDT archive.org

Download a PDF, print it out, instant graph paper.

office octagonal engineering paper design rpg hexagonal axonometric graph boardgames hex gridpaper music online print math dots free graphpaper resources pdf download
David MacKay: Information Theory, Inference, and Learning Algorithms: The Book http://www.inference.phy.cam.ac.uk/mackay/itila/book.html
Tue 20 Mar 2018 02:47:57 AM PDT archive.org

David MacKay has put the textbook he wrote online for everyone to download in a variety of formats. If you find it useful, consider buying a copy.

inference probability ai compsci textbook engineering books cybernetics learning download education ebooks information statistics compression machinelearning academic book math theory datamining ebook free bayesian reference programming communications compsci algorithms pdf security informationtheory
Handbook of Applied Cryptography http://www.cacr.math.uwaterloo.ca/hac/
Tue 20 Mar 2018 02:46:13 AM PDT archive.org

The full text of The Handbook of Applied Cryptography, one of the best textbooks available in the field. The original authors have gotten permission from the publisher to put the text online as sets of PostScript and .pdf files for anyone to download and share.

reference textbook postscript ebooks download education technology information encryption cryptology math theory cryptography ciphers security
page 1 / 2
4679 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn