Giter Site home page Giter Site logo

yoavram / py4eng Goto Github PK

View Code? Open in Web Editor NEW
24.0 8.0 27.0 122.84 MB

Python for Engineers

Home Page: http://python.yoavram.com

License: Other

Python 0.16% Batchfile 0.01% Jupyter Notebook 99.83% HTML 0.01% C 0.01% Shell 0.01% Cython 0.01%
python training-materials computational-science python-course jupyter-notebook

py4eng's Introduction

Py4Eng

Yoav Ram

Setup instructions

  • Install Anaconda with Python 3
  • Download the workshop files as a ZIP file.
  • Unzip the ZIP; make note of the unzipped folder location.
  • Start the Anaconda Prompt terminal application (or on Mac/Linux just open a Terminal).
  • Run Jupyter from Anaconda Prompt after changing folder to the workshop folder (note that jupyter is with a y):
cd <unzipped workshop folder>
jupyter lab
  • In the new browser window that just opened, choose index.ipynb.

Contact

Contact me if you are interested in Python workshops anywhere in the world.

py4eng's People

Contributors

yoavram avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

py4eng's Issues

topolar and frompolar in Point class

  • topolar
  • frompolar as classmethod
  • __complex__
  • __slots__
  • def __iter__: yield self.x; yield.self.y
  • @property
    - [ ] __hash__
def__repr__(self):
    class_name=type(self).name
    return'{}({!r}, {!r})'.format(class_name,*self)

tester.py

Tests a bunch of integrations and setups, such as Cython, ctypes, pythonnet, etc.

dask

Short dask tutorial

numba

short numba tutorial

numpy/blas

Add something about blas/atlas/mkl in numpy session

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.