Code Monkey home page Code Monkey logo

harvard-ph526x-using-python-for-research's Introduction

Harvard University - PH526x: Using Python for Research

This repository contains all programming assignments solutions for the PH526x: Using Python for Research course on edX offered by Harvard University.

This course cover:

  • Python 3 programming basics (a review)
  • Python tools (e.g., NumPy and SciPy modules) for research applications
  • How to apply Python research tools in practical settings

Course Syllabus:

  • Week 1: Python Basics.
    Review of basic Python 3 language concepts and syntax.

  • Week 2: Python Research Tools.
    Introduction to Python modules commonly used in scientific computation, such as NumPy.

  • Weeks 3 & 4: Case Studies.
    This collection of six case studies from different disciplines provides opportunities to practice Python research skills.


Certificate of Completion

You can see the Certificate of Completion and other certificates in my Certificates Repo that contains all my certificates obtained through my journey as a self-made Data Science and better developer.


⚠️ Disclaimer ⚠️

Please, don't fork or copy this repository.

The Using Python for Research course offered by Harvard University, is a introductory level course. You can complete this course with a minimal effort.

harvard-ph526x-using-python-for-research's People

Contributors

alessandrocorradini 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  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

harvard-ph526x-using-python-for-research's Issues

Python code

Consider the following code:

def increment(n):
n += 1
#blank#

n = 1
while n < 10:
n = increment(n)
print(n)
Fill in the #blank# to ensure this prints 10.

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.