{"id":19645030,"url":"https://github.com/quantecon/columbia_mini_course","last_synced_at":"2025-04-28T14:32:34.204Z","repository":{"id":68508879,"uuid":"122025674","full_name":"QuantEcon/columbia_mini_course","owner":"QuantEcon","description":"Computational Economics with Python","archived":false,"fork":false,"pushed_at":"2018-04-26T05:26:32.000Z","size":3418,"stargazers_count":42,"open_issues_count":2,"forks_count":33,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-28T11:21:45.581Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QuantEcon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"numfocus","custom":"https://numfocus.org/donate-to-quantecon"}},"created_at":"2018-02-19T06:16:21.000Z","updated_at":"2024-10-26T01:38:13.000Z","dependencies_parsed_at":"2023-03-11T03:46:47.480Z","dependency_job_id":null,"html_url":"https://github.com/QuantEcon/columbia_mini_course","commit_stats":{"total_commits":27,"total_committers":2,"mean_commits":13.5,"dds":0.07407407407407407,"last_synced_commit":"5f7188b0e8eab6e90eed23fd0b7f11483c6b68a6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantEcon%2Fcolumbia_mini_course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantEcon%2Fcolumbia_mini_course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantEcon%2Fcolumbia_mini_course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantEcon%2Fcolumbia_mini_course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuantEcon","download_url":"https://codeload.github.com/QuantEcon/columbia_mini_course/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251330481,"owners_count":21572291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T14:31:43.001Z","updated_at":"2025-04-28T14:32:34.142Z","avatar_url":"https://github.com/QuantEcon.png","language":"Jupyter Notebook","funding_links":["https://github.com/sponsors/numfocus","https://numfocus.org/donate-to-quantecon"],"categories":[],"sub_categories":[],"readme":"# Computational Economics with Python\n\n## Graduate Mini Course at Columbia University\n\n\n* Instructor: John Stachurski\n* Dates: 26--28th March 2018\n* Times and location: see [here](http://econ.columbia.edu/mini-course-john-stachurski-part-i-iii)\n\n\n### Summary\n\nThis mini course will provide a fast paced introduction to Python for\ncomputational economic modeling, from basic scripting to high performance\ncomputing.  The course is aimed at graduate students with proficiency in at\nleast one scientific computing platform (e.g, MATLAB, Fortran, STATA, R, C or\nJulia).\n\nNo Python knowledge is assumed.  \n\nPlease **be sure to bring your laptop**\n\n\n### Instructions\n\nGet Python + scientific libraries\n\n* Install [Anaconda Python](https://www.anaconda.com/download/)\n\nUpdate Numba (still necessary as of 25th March 2018)\n\n* At terminal (Mac / Linux) or Anaconda Prompt (Windows), type `conda install numba=0.37`\n\nGet files from this repo\n\n* Use `git clone` if you know git or download [the zip file](https://github.com/QuantEcon/columbia_mini_course/archive/master.zip)\n\n\n### Schedule\n\n\n#### Day 1\n\n* Python vs MATLAB vs Julia vs Fortran vs others\n* The Python language: syntax and semantics\n* Object oriented vs procedural programming\n* [Jupyter notebooks](http://jupyter.org/)\n\n#### Day 2\n\n* The major scientific libraries ( [SciPy](http://www.scipy.org/) / NumPy / [Matplotlib](http://matplotlib.org/) / etc.)\n* [Numba](http://numba.pydata.org/) and other JIT compilers\n* Parallelization\n* Distributed and cloud computing\n\n#### Day 3\n\n* Applications (asset pricing, optimal savings, optimal stopping)\n\n\n\n\n### Links:\n\n* [Anaconda](https://www.anaconda.com/)\n* [AWS](https://aws.amazon.com/)\n* [Accessing AWS via SSH](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html)\n\n\n### Notes on AWS\n\n\n#### To get an instance running\n\n1. Login to Amazon AWS Console \n2. Navigate to EC2 Service\n3. Choose your region for setting up an instance\n6. Create security key-pair for the region if you don't have one\n4. Launch \u0026 Configure an instance and choose Ubuntu 64-bit\n5. enable access through Port 8000 (in addition to Port 22 for ssh)\n6. Choose security key you've set up\n\n#### Connecting and set up \n\nUse `ssh -i /path/to/pem-key ubuntu@hostname`\n\nHere `hostname` is your Public DNS, as shown in the instance information from AWS console\n\nNow run `sudo apt-get update` so you can install things you might need using `apt-get`\n\n\n#### Configure instance to run Jupyter\n\n1. ssh into the running instance using IP from AWS Console\n2. Install Anaconda using wget and the latest download link for python36\n3. Run: jupyter notebook --generate-config\n4. For Automatic Password Setup run: jupyter notebook password\n5. Edit .jupyter/jupyter_notebook_config.py and set the following\n\n```\n# Set ip to '*' to bind on all interfaces (ips) for the public server\nc.NotebookApp.ip = '*'\nc.NotebookApp.open_browser = False\nc.NotebookApp.port = 8000\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantecon%2Fcolumbia_mini_course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantecon%2Fcolumbia_mini_course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantecon%2Fcolumbia_mini_course/lists"}