All Projects → CambridgeEngineering → Partia Computing Michaelmas

CambridgeEngineering / Partia Computing Michaelmas

Activities and exercises for the Part IA computing course in Michaelmas Term

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Partia Computing Michaelmas

Pylbm
Numerical simulations using flexible Lattice Boltzmann solvers
Stars: ✭ 83 (-20.19%)
Mutual labels:  jupyter-notebook, scientific-computing
Bmc
Notes on Scientific Computing for Biomechanics and Motor Control
Stars: ✭ 319 (+206.73%)
Mutual labels:  jupyter-notebook, scientific-computing
Pytorchnlpbook
Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://nlproc.info
Stars: ✭ 1,390 (+1236.54%)
Mutual labels:  jupyter-notebook
Yabox
Yet another black-box optimization library for Python
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Ec2 Spot Workshops
Collection of workshops to demonstrate best practices in using Amazon EC2 Spot Instances. https://aws.amazon.com/ec2/spot/
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
Covid 19
A collection of work related to COVID-19
Stars: ✭ 1,394 (+1240.38%)
Mutual labels:  jupyter-notebook
Boxdetection
A Box detection algorithm for any image containing boxes.
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
Fine grained classification
Fined grained classification On Car dataset
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Sharing isl python
An Introduction to Statistical Learning with Applications in PYTHON
Stars: ✭ 105 (+0.96%)
Mutual labels:  jupyter-notebook
Intro To Deep Learning
A collection of materials to help you learn about deep learning
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Practical Ml W Python
Source code for 'Practical Machine Learning with Python' by Dipanjan Sarkar, Raghav Bali, and Tushar Sharma
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
Solution Accelerator Many Models
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
Fma
FMA: A Dataset For Music Analysis
Stars: ✭ 1,391 (+1237.5%)
Mutual labels:  jupyter-notebook
Pose Interpreter Networks
Real-Time Object Pose Estimation with Pose Interpreter Networks (IROS 2018)
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
100daysofcode With Python Course
Course materials and handouts for #100DaysOfCode in Python course
Stars: ✭ 1,391 (+1237.5%)
Mutual labels:  jupyter-notebook
Ossdc Visionbasedacc
Discuss requirments and develop code for #1-mvp-vbacc MVP (see also this channel on ossdc.org Slack)
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
100 Pandas Puzzles
100 data puzzles for pandas, ranging from short and simple to super tricky (60% complete)
Stars: ✭ 1,382 (+1228.85%)
Mutual labels:  jupyter-notebook
Face Id With Medical Masks
Face ID recognition with medical masks
Stars: ✭ 103 (-0.96%)
Mutual labels:  jupyter-notebook
Gen Quickstart
Docker file for building Gen and Jupyter notebooks for tutorials and case studies
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook
Circle Line Analytics
Stars: ✭ 104 (+0%)
Mutual labels:  jupyter-notebook

Introduction to computing with Python for engineering and scientific applications

These Jupyter notebooks provide a self-study introduction to computing with Python. They have been developed for the computing course in Part IA (Michaelmas Term) of the Engineering Tripos at University of Cambridge. This is a first computing course for undergraduate students.

The notebooks can be freely used, shared and modified. See the copyright and license notice below.

Viewing and running

Open In Colab

Cambridge users should use their University credentials (CRSid) to log in.

Getting started

Each notebook covers a topic, with a number of exercises for completion at the end of each notebook. Start with the notebook Part IA Michaelmas Term computing. Model solutions to the exercises are available - contact Garth N. Wells to request the solutions.

Cambridge students/staff: When prompted to sign in to the Google Colaboratory service, use your University of Cambridge email address, e.g. [email protected].

Accompanying exercises

For each notebook there are a set of exercises in the directory Exercises for completion at end the of each Activity notebook.

Feedback and corrections

These notebooks are maintained at https://github.com/CambridgeEngineering/PartIA-Computing-Michaelmas. Please report suggestions or errors at:

https://github.com/CambridgeEngineering/PartIA-Computing-Michaelmas/issues

Author

These notebooks are developed by Garth N. Wells (@garth-wells, [email protected]).

Acknowledgements

Valuable feedback during the development of the notebooks was provided by Quang T. Ha, Hugo Hadfield, Tim Love, Chris Richardson and Joanna Stadnik.

License and copyright

All material is copyright of Garth N. Wells ([email protected]).

All text is made available under the Creative Commons Attribution-ShareAlike 4.0 International Public License (https://creativecommons.org/licenses/by-sa/4.0/legalcode).

All computer code is released under the MIT license.

The MIT License (MIT) Copyright (c) 2016-2019 Garth N. Wells

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].