Search Results for "math with python learn" - Page 15

Showing 558 open source projects for "math with python learn"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • MaintainX is the world-leading mobile-first workflow management platform for industrial and frontline workers. Icon
    MaintainX is the world-leading mobile-first workflow management platform for industrial and frontline workers.

    Trusted by Operational Leaders Across the Globe

    Your day-to-day maintenance tasks, simplified. MaintainX eliminates the paperwork, so you can spend less time on your clipboard and more time getting things done.
    Learn More
  • 1

    GNU Hyperbole: The Everyday Info Manager

    Create hyperlinks just by dragging, find contacts instantly, ...

    GNU Hyperbole (pronounced Ga-new Hi-per-bo-lee), or just Hyperbole, is an amazing programmable hypertextual information management system implemented as a GNU Emacs package. This is the first public release in 2016. Hyperbole has been greatly expanded and modernized for use with the latest Emacs 25 releases; it supports GNU Emacs 24.4 or above. It contains an extensive set of improvements that can greatly boost your day-to-day productivity with Emacs and your ability to manage information...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Wizards of Magic

    Wizards of Magic

    A fun game inspired by the classic Pong

    A battle between two elemental wizards that will determine the most undeterred. ~ About ~ In order to learn more about programming and games development, this is my first digital game that I developed during my free time with my friends Yuri Soares and Caio Vinicius. Using Python programming language and Pygame framework. Comments and suggestions are welcome. Enjoy! *Bugfix: When trying to change the language, an error message may appear.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Dimension Balls

    Dimension Balls

    A public domain cross platform 3D game

    ...Provided as freeware mostly as a source of inspiration to help others. A little like a 3D version of the Amiga game Pang! The game is mostly intended for someone wanting to learn OpenGL. But since the game only uses OpenGL 1.0 the drawing code is outdated, but still things can be learned from the collision detection and other techniques. Some of the code is left in an unfinished/testing state. This game was a learning experiment for me, and the math used is tested until it works for the game. After using the science math by the book, there were still flaws that could make the player get stuck under certain conditions (since floating point is not exact), and the workarounds for this are just my own ideas. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Perfect: Server-Side Swift

    Perfect: Server-Side Swift

    The Perfect core toolset and framework for Swift Developers

    ...With Perfect, you can write an entire project in one language: Swift - instead of having multiple languages to contend with, like JavaScript (Node.js), Java, Ruby or Python. Use Apple’s open source Swift programming language throughout your entire development process. Whether you’re building iOS and OS X apps, or backend support for web apps, wearable technologies, and games, you don’t need to learn another programming language when you use Perfect on the server-side.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cortex: Boost Developer Coding Skills Icon
    Cortex: Boost Developer Coding Skills

    Cortex makes coding easier and faster for developers. See how our portal connects tools and cuts busywork.

    Cortex is a simple portal that helps developers work smarter by linking all your tools, setting clear rules, and slashing repetitive tasks. It speeds up onboarding, updates old code, and fixes issues fast. Over 100 big companies use it to save time and get better results.
    Try it now!
  • 5
    Python with Minecraft (Mac)

    Python with Minecraft (Mac)

    MinecraftToolsMac.zip

    This is the setup folder for Learn to Program with Minecraft for Macs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    PyWham

    Python implementation of the Weighted Histogram Analysis Method (WHAM)

    Latest version is 1.2, released Mar 12, 2016 PyWham is a flexible and fully customizable implementation of the Weighted Histogram Analysis Method (WHAM) in Python 2. PyWham has been carefully designed with flexibility in mind. Some of its features are: (1) any number of reaction coordinates, (2) any form of potential, (3) compatibility with Python syntax and Python math module and (4) support for user-defined functions. Knowledge of Python is not required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Econball

    Equation of stock trading simplified to game of moving resizing balls

    The econ theory is the value of buy and sell are usually equal, at whatever free market price at the time, so if we trade between 2 things, holding the total of those 2 equal eachother, then you can buy without anyone selling, or sell without anyone buying. Just change from one equal valued type to the other, and the total of all the A's and all the B's are scaled instantly to be the same amounts. Those who change to the majority side lose, and those who change to the minority side win,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Scikit Learn
    Machine Learning framework in Python
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    qwpr keylayout and layout translator

    A keyboard layout that's worth learning.

    Qwpr (pronounced "qwipper", named for the first four keys) is a keyboard layout that's easy to learn (only 11 keys move from their qwerty positions), easy to type (32% better by the Carpalx metric), practical (programmer's punctuation, arrow keys, and all major accented characters easily accessed without moving your hands off the three main rows), and very complete (over 1000 unicode characters and combinations available). The project also includes the tools I used to translate this...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Print management system for direct buyers, brokers, in-plants and printers. Icon
    Print management system for direct buyers, brokers, in-plants and printers.

    P3Software is a premier provider of intelligent print management solutions.

    P3Software's affordable print management system, is ideally suited for corporate, non-profit and educational print buyers, print managers, in-plants and print manufacturers. Designed by print experts, this easy-to-use print procurement management system helps users manage the print sourcing and buying workflow, from initial job specification to project delivery. Core features include bid and buy or direct buy, customer proposal (estimate), customer direct ordering, enhanced CRM, powerful reporting, easy access to current and historical data, and outstanding training and support.
    Learn More
  • 10
    GloVe

    GloVe

    GloVe model for distributed word representation

    GloVe is an unsupervised learning algorithm for obtaining vector representations for words. Training is performed on aggregated global word-word co-occurrence statistics from a corpus, and the resulting representations showcase interesting linear substructures of the word vector space. The links provided contain word vectors obtained from the respective corpora. If you want word vectors trained on massive web datasets, you need only download one of these text files! Pre-trained word vectors...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    autodiff

    Python class for automatic differentiation

    Python automatic differentiation class for forward mode automatic differentiation using operator overloading and reimplemented math functions. Single and partial derivatives are supported. Supported operators: +, -, *, /, **, +=, -=, *=, /=, **= Available functions: sin, cos, tan, asin, acos, atan, sqrt, exp, log, log10, sinh, cosh, tanh, asinh, acosh, atanh See README file for usage examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    ExpCalc - experimental C++ program

    Simple. Powerful. Adaptive. A new experimental calc

    ExpCalc - experimental project, that have a large amount of functions. This simple and powerful calc can do many operations, and developed for beginners to learn C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Examples for KLayout

    A set of example macros for KLayout (klayout.de)

    ...Examples for KLayout (E4K) is a set of scripts that run on KLayout to showcase KLayout's functionality or to teach KLayout scripting in the Ruby language. Try it out! (KLayout also offers Python scripting, though this is not yet part of E4K.) Another similar project is The Red Toolbox (a.k.a. TRT; http://sourceforge.net/p/theredtoolbox). TRT is intended to be a toolbox of useful macros that you would actually use during layout, while E4K scripts allow you to learn more general principles of scripting but may not be as useful as-is in your workflow. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Joint Strike Force

    Joint Strike Force

    A prototype flight simulator with several dog-fighting scenarios.

    Flight simulator with emphasis on dog fighting in modern jet fighters exploring several "instant action" what-if scenarios including a random scenario generator. Uses a simple keyboard interface to control pitch yaw and rotation and yields several surprising camera angles. Game engine based on pygame+PyGGEL library. Game library combines some modules inspired by open source pygame projects: PyGGEL Robosim, GalaxyMage, 3D math tests, etc. left, right arrows: roll left/right up, down arrows:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ASPI Kit
    # ASPI Kit - Adaptive Identification and Control Software This software is under development by the ASPICC group. Its purpose is to allow users to learn and experiment the use of Neural Networks (NN's) and related Computational Intelligence algorithms on their own data. Users can upload their own data and experiment with various algorithms of various setups to see how the algorithms performs on their data. Users can also investigate and familiarize themselves with the Python code of the used algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Mathpad

    A Python based command line math utility.

    Mathpad is a command line utility. It will later have a GUI, but not at this time.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    Python Programming in iPhone

    Python Programming in iPhone

    Learn Python Programming and Scripting using your iPhone

    About this video Learn Python Programming and Scripting using your iPhone Introduction Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. Like Perl, Python source code is also available under the GNU General Public License (GPL). This tutorial gives enough understanding on Python programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    pyfpdf

    pyfpdf

    Simple PDF generation for Python (FPDF PHP port)

    PyFPDF is a library for PDF document generation under Python, ported from PHP (see FPDF: "Free"-PDF, a well-known PDFlib-extension replacement with many examples, scripts, and derivatives). Compared with other PDF libraries, PyFPDF is simple, small, and versatile, with advanced capabilities, and is easy to learn, extend and maintain.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 19
    This is a sophisticated & integrated simulation and analysis environment for dynamical systems models of physical systems (ODEs, DAEs, maps, and hybrid systems). It supports symbolic math, optimization, continuation, data analysis, biological apps...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Freetel

    Freetel

    Python GUI Chat

    Python GUI Chat, inspired by late 90s chat freetel utilizes sockets, queues, tk. I started this project as a means learn python, so it might not be cleanest code you've ever seen :p ==================== Features: send/receive public messages send/receive private messages ==================== main.py: Chat server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    superboucle

    superboucle

    Loop based software with jack transport, record and midi controllable

    SuperBoucle is a loop based software fully controllable with any midi device. SuperBoucle is also synced with jack transport. You can use it on live performance or for composition. SuperBoucle is composed of a matrix of sample controllable with external midi device like pad. SuperBoucle will send back information to midi device (light up led). Sample will always start and stop on a beat or group of beats. You can adjust duration of sample (loop period) in beat and offset in beat. But you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ILNumerics.Net
    math lib for .NET. n-dim arrays, complex numbers, linear algebra, FFT, sorting, cells- and logical arrays as well as 3D plotting classes help developing algorithms on every platform supporting .NET. Sources from SVN, binaries: http://ilnumerics.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GCompris : I got IT

    GCompris : I got IT

    Educational Software for children aged 2 to 10.

    GCompris is a high quality educational software suite comprising of numerous activities for children aged 2 to 10. Some of the activities are game oriented, but nonetheless still educational.
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 24
    FABS

    FABS

    Fluorescence and absorption spectroscopy made easy

    FABS is a program designed to run a fluorescence/absorption spectrometer on Windows. The program analyzes spectra and provides graphs and data files. Users may choose to input video files from cell phones or other cameras, still images, or even live streams of video from webcams. FABS can perform any necessary calibration and image preprocessing. Experienced users have a number of more advanced options such as background subtraction, adjustments for nonlinearities in detector response,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Motorcycle BlackJack

    Motorcycle BlackJack

    Kids learn to gamble while looking at nice motorcycles!

    Teaches kids to gamble and count, while looking at nice motorcycles, and without losing their allowance!
    Downloads: 0 This Week
    Last Update:
    See Project