research assistant at VSE/LEE course site: janvavra.github.io consultations by appointment

Size: px
Start display at page:

Download "research assistant at VSE/LEE course site: janvavra.github.io consultations by appointment"

Transcription

1

2 research assistant at VSE/LEE consultations by appointment course site: janvavra.github.io presentations, guides for installation, links, code. currently under review, will you when ready (ETA tomorrow evening)

3 Design and program your own simple economic experiment using otree experimental platform. PhD thesis in experimental? Post-doc positions Research Data gathering

4 Intro Basic Examples, Examples of documentation for the project More advanced examples Extensions (JavaScript, CSS)

5 1. Submit a project documentation with team members names (groups of 1-3 people) to March 7 th 23:59 (two days before the last seminar). It should be based on provided template and examples (next lecture) given in seminars. 2. Submit a programmed project to March 23 rd 23:59 (two weeks after last seminar). Program should be fully working and contain instructions and main part of the experiment (questionnaire is optional)

6 Documentation and code examples:

7 1. Why otree? 2. Why Python? 3. otree and web technologies 4. otree project structure 5. Demonstration 6. Thinking in otree 7. Tasks for next week

8 Yesterdays assignment: for today read the paper (10 pages)

9 Runs on every operating system and device (PC, tablets, smartphones). Requirements: server: Python client: web browser Its based on rich set of technologies used in web development Object Oriented Programming, Model View Controller architecture Programmed using Python, HTML5, CSS3 (Bootstrap) and JavaScript Based on Django web framework used by Instagram, Washington Times

10 Opensource, flexible, you can program almost anything You can reuse available libraries from both Python and JavaScript!! Python: numpy, matplotlib, pandas, sympy, pyomo.. JavaScript: React.js, Angular.js, Plotly.js. Conditional formatting, complicated graphical elements Simulation of energy networks, markets clearings during the experiments Multiple treatments, complicated matching.

11 No need for paper instructions Automated testing of experiments using bots (test.py, advanced topic, not there) Insight to current web technologies Real-time feedback and results of the experiment Great tools for coding PyCharm, SublimeText..

12 In the Lab Kiosk mode in browser, runs over LAN network Online Amazon Mechanical Turk, easy hosting on Heroku Field/Classroom Use Wi-Fi router and one laptop as a server Users work on own devices or you will distribute yours (only browser is needed) otree has inbuilt production server, helps to set up and install things

13 No support for real-time interaction of players (yet) No possibility of real-time auction, real-time chat Games must consists of steps or stages, will see later (can be hacked to have it, but don t, many risks) otree is based on Django Django is standalone Python web framework Real-time experiment can be programed in Django using JavaScript, AJAX, React... But Django is not preprogrammed to shuffle groups, execute code at the start of the new round

14 Easy to learn, widely used Main objective is readability of the code and ease of development Python 3.X+ Python tutorial on the otree page is sufficient We only need it as a tool! tml

15 Can use any database technology (default is SQLite, in production PostgreSQL) Stores permanent data about the experiment. Uses SQL language, but otree/django provides a bridge in Python. Provides logic of the experiment backend Written in Python/Django Served webpages to the client (sends code that client translated to webpage) Loads into memory of the server to execute commands Displays webpages Returns user submitted data to server and server saves it to database

16 otree code resides in a folder folder contains code for your experiments + another things that otree needs

17

18

19

20 Each part is in different folder (as an app) in otree to be reusable

21 Rules of the game: Each player makes a guess from 0 to 100 (whole numbers). After all players make their guesses, average of their guesses is taken. This average is multiplied by 5/4. Player with closest guess to 5/4 of average wins. If there are multiple winning players, winner is determined at random within them. Price for the winner: 300 CZk How to play 1. Connect to Wi-Fi mobilelee password: password 2. Connect to /room/exp using your browser

22 Keynesian beauty contest Are prices of stocks based on fundamental value, or on opinion of others? Is there a Nash equilibrium? How do you derive it? Does it help you to know it for winning the game? Iterated rationality of other agents What about other variants of the game? 4/3 of the average, or more? only the average 2/3 of the average, or less?

23

24 1. Walkthrough the Python tutorial on otree page 2. Choose your weapon 1. Install and use PyCharm (reccomented) or other text editor 3. Install otree using guide on webpage 4. Play with the demos on the otree page 5. Take a look at the three tutorial experiments in the otree documentation

Byte Academy. Python Fullstack

Byte Academy. Python Fullstack Byte Academy Python Fullstack 06/30/2017 Introduction Byte Academy pioneered industry-focused programs beginning with the launch of our FinTech course, the first of its type. Our educational programs bridge

More information

Contents. 1. What is otree? 2. The Shell and Python. 3. Example: simple questionnaire. 4. Example: public goods game. 5. Test bots.

Contents. 1. What is otree? 2. The Shell and Python. 3. Example: simple questionnaire. 4. Example: public goods game. 5. Test bots. Contents 1. What is otree? 2. The Shell and Python 3. Example: simple questionnaire 4. Example: public goods game 5. Test bots David Klinowski 2 What is otree? What is otree? platform to program social

More information

CSC 443: Web Programming

CSC 443: Web Programming 1 CSC 443: Web Programming Haidar Harmanani Department of Computer Science and Mathematics Lebanese American University Byblos, 1401 2010 Lebanon Today 2 Course information Course Objectives A Tiny assignment

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM UNIVERSITY OF WASHINGTON CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development

More information

Standard 1 The student will author web pages using the HyperText Markup Language (HTML)

Standard 1 The student will author web pages using the HyperText Markup Language (HTML) I. Course Title Web Application Development II. Course Description Students develop software solutions by building web apps. Technologies may include a back-end SQL database, web programming in PHP and/or

More information

CSS Web Site Design Hands On Training By Eric Meyer READ ONLINE

CSS Web Site Design Hands On Training By Eric Meyer READ ONLINE CSS Web Site Design Hands On Training By Eric Meyer READ ONLINE Course Description This intensive, hands-on four-day course teaches programmers The training course provides web designers with the knowledge

More information

Lotus IT Hub. Module-1: Python Foundation (Mandatory)

Lotus IT Hub. Module-1: Python Foundation (Mandatory) Module-1: Python Foundation (Mandatory) What is Python and history of Python? Why Python and where to use it? Discussion about Python 2 and Python 3 Set up Python environment for development Demonstration

More information

Project Plan Visualizing Dynamic Data Exploration

Project Plan Visualizing Dynamic Data Exploration Project Plan Visualizing Dynamic Data Exploration The Capstone Experience From Students to Professionals Team Yello Matt Chebowski Jarrod Rougeau Greg Spletzer Jim Wang Stephanie Winsky Department of Computer

More information

JavaScript and MVC Frameworks FRONT-END ENGINEERING

JavaScript and MVC Frameworks FRONT-END ENGINEERING FRONT-END ENGINEERING Introduction & History Introduction JavaScript is an incredible language to learn for anyone interested in getting into programming. It is the only programing language that can run

More information

Ajax On Rails: Build Dynamic Web Applications With Ruby By Scott Raymond READ ONLINE

Ajax On Rails: Build Dynamic Web Applications With Ruby By Scott Raymond READ ONLINE Ajax On Rails: Build Dynamic Web Applications With Ruby By Scott Raymond READ ONLINE Let's take a look at how we can accomplish this with AJAX in Rails. Overall, I was quite surprised at how easy it is

More information

Introduction to z-tree: Day 2

Introduction to z-tree: Day 2 Introduction to z-tree: Day 2 Andrew W. Bausch NYU Department of Politics bausch@nyu.edu January 10, 2012 Andrew W. Bausch January 10, 2012 1 / 27 Overview: Interactive Games Individual decision making

More information

HTML Fundamentals. Code Institute Modular Outline for each Subject in the Program. Quizzes %

HTML Fundamentals. Code Institute Modular Outline for each Subject in the Program. Quizzes % Subject Title HTML Fundamentals Subject Description Subject Length in hours 10 HyperTet Markup Language (HTML) is a powerful computer language devised to implement website creation. HTML is all about content;

More information

Bridgemate App. Information for players. Version 2. Bridge Systems BV

Bridgemate App. Information for players. Version 2. Bridge Systems BV Bridgemate App Information for players Version 2 Bridge Systems BV Bridgemate App Information for players Page 2 Contents Introduction... 3 Downloading the app... 3 Starting the app and creating an account...

More information

FAU. How do I. Post course content? Folders

FAU. How do I. Post course content? Folders How do I Post course content? Content is made up of folders, files, links, and assessments (this will be covered on page ## or see separate documentation). It is basically anything you want to share with

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM UNIVERSITY OF WASHINGTON CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development

More information

Software Developer June 2016 August 2017 Hemisphere Interactive, Auckland

Software Developer June 2016 August 2017 Hemisphere Interactive, Auckland Curriculum Vitae Andrew Prakash Mobile : (021) 08214242 Home : (09) 8370 232 Email : andrew.prakash@gmail.com Permanent Resident Bachelor s Degree in Software Development Objective An enthusiastic software

More information

Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory

Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory IBM Corporation 2011 Who am I? 2 Agenda Mobile web applications and Web Experience Factory Tour of Web Experience

More information

Project Plan Claims First Notice of Loss Application

Project Plan Claims First Notice of Loss Application From Students to Professionals Project Plan Claims First Notice of Loss Application The Capstone Experience Team Auto-Owners David Kircos Alex Morton Anthony Tesorero Si Wang Department of Computer Science

More information

COS 333: Advanced Programming Techniques. Copyright 2017 by Robert M. Dondero, Ph.D. Princeton University

COS 333: Advanced Programming Techniques. Copyright 2017 by Robert M. Dondero, Ph.D. Princeton University COS 333: Advanced Programming Techniques Copyright 2017 by Robert M. Dondero, Ph.D. Princeton University 1 Agenda Introductions Course Overview Resources Topics Assignments Project (briefly) Schedule (briefly)

More information

Lecture 3: Processing Language Data, Git/GitHub. LING 1340/2340: Data Science for Linguists Na-Rae Han

Lecture 3: Processing Language Data, Git/GitHub. LING 1340/2340: Data Science for Linguists Na-Rae Han Lecture 3: Processing Language Data, Git/GitHub LING 1340/2340: Data Science for Linguists Na-Rae Han Objectives What do linguistic data look like? Homework 1: What did you process? How does collaborating

More information

Beginning Android Application Development By Wei-Meng Lee READ ONLINE

Beginning Android Application Development By Wei-Meng Lee READ ONLINE Beginning Android Application Development By Wei-Meng Lee READ ONLINE Create must-have applications for the latest Android OS The Android OS is a popular and flexible platform for many of today s most

More information

JAVA For Beginner's Crash Course: Java For Beginners Guide To Program Java, JQuery, & Java Programming (Java For Beginners, Learn Java, JQuery,...

JAVA For Beginner's Crash Course: Java For Beginners Guide To Program Java, JQuery, & Java Programming (Java For Beginners, Learn Java, JQuery,... JAVA For Beginner's Crash Course: Java For Beginners Guide To Program Java, JQuery, & Java Programming (Java For Beginners, Learn Java, JQuery,... Programming, Programming Language, Coding) By Quick Start

More information

CS108 Lecture 19: The Python DBAPI

CS108 Lecture 19: The Python DBAPI CS108 Lecture 19: The Python DBAPI Sqlite3 database Running SQL and reading results in Python Aaron Stevens 6 March 2013 What You ll Learn Today Review: SQL Review: the Python tuple sequence. How does

More information

COS 333: Advanced Programming Techniques

COS 333: Advanced Programming Techniques COS 333: Advanced Programming Techniques Robert M. Dondero, Ph.D. Princeton University Please pick up handouts at the back of the room 1 COS 333: Course Overview Copyright 2018 by Robert M. Dondero, Ph.D.

More information

(p t y) lt d. 1995/04149/07. Course List 2018

(p t y) lt d. 1995/04149/07. Course List 2018 JAVA Java Programming Java is one of the most popular programming languages in the world, and is used by thousands of companies. This course will teach you the fundamentals of the Java language, so that

More information

CIS 3308 Web Application Programming Syllabus

CIS 3308 Web Application Programming Syllabus CIS 3308 Web Application Programming Syllabus (Upper Level CS Elective) Course Description This course explores techniques that are used to design and implement web applications both server side and client

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM THE CODING BOOT CAMP AT UNC CHARLOTTE OVERVIEW: FULL STACK FLEX PROGRAM Prepare for a career as an end-to-end web developer at The Coding Boot Camp at UNC Charlotte. Our Full Stack Flex course gives you

More information

Programming Fundamentals of Web Applications

Programming Fundamentals of Web Applications Programming Fundamentals of Web Applications Course 10958B; 5 days, Instructor-led Course Description This five-day instructor-led course provides the knowledge and skills to develop web applications by

More information

EMPLOYEE LOCATION TRACKING SERVICE

EMPLOYEE LOCATION TRACKING SERVICE WES T ST R EET AWE SOM E STR EET EMPLOYEE LOCATION TRACKING SERVICE Web & Android OVERVIEW GPS fleet tracking services have been on the market for some years now but with the explosion of smartphone usage,

More information

20486-Developing ASP.NET MVC 4 Web Applications

20486-Developing ASP.NET MVC 4 Web Applications Course Outline 20486-Developing ASP.NET MVC 4 Web Applications Duration: 5 days (30 hours) Target Audience: This course is intended for professional web developers who use Microsoft Visual Studio in an

More information

01/09: Project Plan. The Capstone Experience. Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Spring 2013

01/09: Project Plan. The Capstone Experience. Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Spring 2013 01/09: Project Plan The Capstone Experience Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Spring 2013 From Students to Professionals Project Plan Functional

More information

Forrest Kerslager. Haskell, Java, Python Broadcasts a client s message to all other clients connected to the server.

Forrest Kerslager. Haskell, Java, Python Broadcasts a client s message to all other clients connected to the server. Chat Server Forrest Kerslager Haskell, Java, Python Broadcasts a client s message to all other clients connected to the server. IRC like features Implement two encryption algorithms RC4 (Rivest Cipher

More information

Computing for Medicine: Phase 3, Seminar 2 Project. Jennifer Campbell Associate Professor, Teaching Stream

Computing for Medicine: Phase 3, Seminar 2 Project. Jennifer Campbell Associate Professor, Teaching Stream Computing for Medicine: Phase 3, Seminar 2 Project Jennifer Campbell Associate Professor, Teaching Stream campbell@cs.toronto.edu Project Deadlines Original plan: project due 4 weeks after each session

More information

Objects and Classes Lecture 1

Objects and Classes Lecture 1 Objects and Classes Lecture 1 Waterford Institute of Technology January 6, 2016 John Fitzgerald Waterford Institute of Technology, Objects and ClassesLecture 1 1/19 Fundamental Programming Course Content

More information

Native Mobile Apps in JavaScript

Native Mobile Apps in JavaScript Native Mobile Apps in JavaScript Using Exponent and React Native Charlie Cheever CS50 Seminar October 28, 2016 About Me Harvard Amazon Facebook Quora Exponent A Brief History of Mobile Development Mobile

More information

CS 268 Lab 6 Eclipse Test Server and JSPs

CS 268 Lab 6 Eclipse Test Server and JSPs CS 268 Lab 6 Eclipse Test Server and JSPs Setting up Eclipse The first thing you will do is to setup the Eclipse Web Server environment for testing. This will create a local web server running on your

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM UNIVERSITY OF RICHMOND CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM THE CODING BOOT CAMP AT UNC CHARLOTTE FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW - FULL TIME The digital revolution has transformed virtually every area of human activity and you can be part of it as

More information

Learning Node.js For Mobile Application Development By Stefan Buttigieg;Christopher Svanefalk

Learning Node.js For Mobile Application Development By Stefan Buttigieg;Christopher Svanefalk Learning Node.js For Mobile Application Development By Stefan Buttigieg;Christopher Svanefalk If searching for a book by Stefan Buttigieg;Christopher Svanefalk Learning Node.js for Mobile Application Development

More information

COS 333: Advanced Programming Techniques

COS 333: Advanced Programming Techniques COS 333: Advanced Programming Techniques how to find me bwk@cs.princeton.edu 311 Computer Science, 609-258-2089 TA's: Christopher Moretti (moretti), Taewook Oh (twoh), Xin Jin (xinjin), Raghav Sethi (raghavs),

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM GW CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development professional.

More information

1. Use Wireless Data Transfer with FlashAir App for

1. Use Wireless Data Transfer with FlashAir App for Wireless Data Transfer: Basic Usage of FlashAir Wireless Data Transfer function allows you to browse and save files from the device (e.g. a digital camera) to smartphones, tablets, or PCs without cable

More information

Pentaho BioMe App Demo. Installation, Access & Usage Instructions

Pentaho BioMe App Demo. Installation, Access & Usage Instructions Pentaho BioMe App Demo Installation, Access & Usage Instructions Project SDR Target Pentaho 5.4 Version 1.0 Date Jun 2015 Content 1. Overview of BioMe App Demo. Technology and Access Overview 2. Local

More information

Open Source Digitalization Application. Installation Manual

Open Source Digitalization Application. Installation Manual Open Source Digitalization Application Installation Manual Easyndexer by Raúl Diez This is version 1.1 of the Easyndexer manual. This work is licensed under the Creative Commons Attribution 3.0 Unported

More information

National College of Ireland BSc in Computing 2017/2018. Deividas Sevcenko X Multi-calendar.

National College of Ireland BSc in Computing 2017/2018. Deividas Sevcenko X Multi-calendar. National College of Ireland BSc in Computing 2017/2018 Deividas Sevcenko X13114654 X13114654@student.ncirl.ie Multi-calendar Technical Report Table of Contents Executive Summary...4 1 Introduction...5

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM UCF CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW - FULL TIME PROGRAM The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development

More information

WeCode. Brought to you by CitrixNChill

WeCode. Brought to you by CitrixNChill WeCode Brought to you by CitrixNChill Authors: David Acevedo, Jessica Huang, Zhansaya Abdikarimova, Felicia Truong, Weimin Ouyang Team: CitrixNChill Revision History: 11/25: Added test cases, updated appendix,

More information

Documentation and Deployment

Documentation and Deployment Documentation and Deployment CS 370 SE Practicum, Cengiz Günay (Some slides courtesy of Eugene Agichtein and the Internets) I know what I learned this semester: CS 370, Günay (Emory) Documentation and

More information

Cleveland State University Department of Electrical and Computer Engineering. CIS 408: Internet Computing

Cleveland State University Department of Electrical and Computer Engineering. CIS 408: Internet Computing Cleveland State University Department of Electrical and Computer Engineering CIS 408: Internet Computing Catalog Description: CIS 408 Internet Computing (-0-) Pre-requisite: CIS 265 World-Wide Web is now

More information

CloudSwyft Learning-as-a-Service Course Catalog 2018 (Individual LaaS Course Catalog List)

CloudSwyft Learning-as-a-Service Course Catalog 2018 (Individual LaaS Course Catalog List) CloudSwyft Learning-as-a-Service Course Catalog 2018 (Individual LaaS Course Catalog List) Microsoft Solution Latest Sl Area Refresh No. Course ID Run ID Course Name Mapping Date 1 AZURE202x 2 Microsoft

More information

Full Stack JavaScript: Learn Backbone.js, Node.js And MongoDB By Azat Mardan

Full Stack JavaScript: Learn Backbone.js, Node.js And MongoDB By Azat Mardan Full Stack JavaScript: Learn Backbone.js, Node.js And MongoDB By Azat Mardan If you are looking for the book by Azat Mardan Full Stack JavaScript: Learn Backbone.js, Node.js and MongoDB in pdf form, then

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM THE CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW FULL TIME The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development professional.

More information

UCF DATA ANALYTICS AND VISUALIZATION BOOT CAMP

UCF DATA ANALYTICS AND VISUALIZATION BOOT CAMP UCF DATA ANALYTICS AND VISUALIZATION BOOT CAMP CURRICULUM OVERVIEW Over the past decade, the explosion of data has transformed nearly every industry known to man. Whether it s marketing, healthcare, government,

More information

09/07: Project Plan. The Capstone Experience. Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Fall 2016

09/07: Project Plan. The Capstone Experience. Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Fall 2016 09/07: Project Plan The Capstone Experience Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Fall 2016 From Students to Professionals Project Plan Functional Specifications

More information

CIS 408 Internet Computing (3-0-3)

CIS 408 Internet Computing (3-0-3) Cleveland State University Department of Electrical Engineering and Computer Science CIS 408 Internet Computing (3-0-3) Prerequisites: CIS 430 Preferred Instructor: Dr. Sunnie (Sun) Chung Office Location:

More information

Online. Course Packet PYTHON MEAN.NET

Online. Course Packet PYTHON MEAN.NET Online Course Packet PYTHON MEAN.NET Last updated on Nov 20, 2017 TABLE OF CONTENTS 2 ONLINE BOOTCAMP What is a Full Stack? 3 Why Become a Full Stack Developer? 4 Program Overview & Prerequisites 5 Schedule

More information

DATA ANALYTICS BOOT CAMP

DATA ANALYTICS BOOT CAMP The UofT SCS DATA ANALYTICS BOOT CAMP Curriculum Overview Over the past decade, the explosion of data has transformed nearly every industry known to man. Whether it s marketing, healthcare, government,

More information

Introduction to Programming Nanodegree Syllabus

Introduction to Programming Nanodegree Syllabus Introduction to Programming Nanodegree Syllabus Learn to Code Before You Start Prerequisites: In order to succeed, we recommend having experience using the web, being able to perform a search on Google,

More information

COGS3 JavaScript Module!! JavaScript Codecademy part A: rock paper scissors part B: add n subtract partc: slideshow. Put it in: public_html/hw6

COGS3 JavaScript Module!! JavaScript Codecademy part A: rock paper scissors part B: add n subtract partc: slideshow. Put it in: public_html/hw6 COGS3 JavaScript Module!! JavaScript Codecademy part A: rock paper scissors part B: add n subtract partc: slideshow Put it in: public_html/hw6 COGS3 Introduction to Computing Assignment Complete Javascript

More information

INTERFACE FOUNDATIONS OF WEB DEVELOPMENT

INTERFACE FOUNDATIONS OF WEB DEVELOPMENT INTERFACE FOUNDATIONS OF WEB DEVELOPMENT FOUNDATIONS OF WEB DEVELOPMENT SYLLABUS Course Description Foundations of Web Development is a 10-week, part-time course where students learn the basic concepts

More information

Tecnológico de Monterrey Coding Boot Camp LIVE ONLINE PROGRAM

Tecnológico de Monterrey Coding Boot Camp LIVE ONLINE PROGRAM Tecnológico de Monterrey Coding Boot Camp LIVE ONLINE PROGRAM Curriculum Overview The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM THE CODING BOOT CAMP AT UC SAN DIEGO EXTENSION FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW - FULL TIME The digital revolution has transformed virtually every area of human activity and you can be part

More information

Lab 6: Testing. Software Studio DataLab, CS, NTHU

Lab 6: Testing. Software Studio DataLab, CS, NTHU Lab 6: Testing Software Studio DataLab, CS, NTHU Notice This lab is about software development good practices Interesting for those who like software development and want to go deeper Good to optimize

More information

Intermediate/Advanced Python. Michael Weinstein (Day 2)

Intermediate/Advanced Python. Michael Weinstein (Day 2) Intermediate/Advanced Python Michael Weinstein (Day 2) Topics Review of basic data structures Accessing and working with objects in python Numpy How python actually stores data in memory Why numpy can

More information

P a g e 1. Danish Technological Institute. Scripting and Web Languages Online Course k Scripting and Web Languages

P a g e 1. Danish Technological Institute. Scripting and Web Languages   Online Course k Scripting and Web Languages P a g e 1 Online Course k72853 Scripting and Web Languages P a g e 2 Title Estimated Duration (hrs) JsRender Fundamentals 2 Advanced JsRender Features 3 JavaScript SPA: Getting Started with SPA in Visual

More information

Blurring the Line Between Developer and Data Scientist

Blurring the Line Between Developer and Data Scientist Blurring the Line Between Developer and Data Scientist Notebooks with PixieDust va barbosa va@us.ibm.com Developer Advocacy IBM Watson Data Platform WHY ARE YOU HERE? More companies making bet-the-business

More information

Access New Campus Wi-Fi Using: Apple iphone/ipad

Access New Campus Wi-Fi Using: Apple iphone/ipad Access New Campus Wi-Fi Using: Apple iphone/ipad 1. Connect to the Wi-Fi SSID named LMC WiFi Employee Reg (you connect to this SSID ONLY ONCE to register your device). 2. Once connected to the SSID, open

More information

HTML5 VS NATIVE APP IS I

HTML5 VS NATIVE APP IS I HTML5 VS NATIVE APP 2013-10-15 WHICH ORGANIZATI IS I ION? RIGHT FOR YOUR This white paper discusses the pros and cons of the available approaches available to organizations seeking to develop their first

More information

Create-A-Page Design Documentation

Create-A-Page Design Documentation Create-A-Page Design Documentation Group 9 C r e a t e - A - P a g e This document contains a description of all development tools utilized by Create-A-Page, as well as sequence diagrams, the entity-relationship

More information

Data Analyst Nanodegree Syllabus

Data Analyst Nanodegree Syllabus Data Analyst Nanodegree Syllabus Discover Insights from Data with Python, R, SQL, and Tableau Before You Start Prerequisites : In order to succeed in this program, we recommend having experience working

More information

CS50 Quiz Review. November 13, 2017

CS50 Quiz Review. November 13, 2017 CS50 Quiz Review November 13, 2017 Info http://docs.cs50.net/2017/fall/quiz/about.html 48-hour window in which to take the quiz. You should require much less than that; expect an appropriately-scaled down

More information

Introduction To Programming With Java: A Problem Solving Approach Epub Gratuit

Introduction To Programming With Java: A Problem Solving Approach Epub Gratuit Introduction To Programming With Java: A Problem Solving Approach Epub Gratuit Introduction to Programming with Java: A Problem Solving Approach teaches the reader how to write programs using Java. It

More information

Diploma in Web Development Part I

Diploma in Web Development Part I Diploma in Web Development Part I Lesson 1 The Web Development Full Stack Presented by: Julian Quirke Web Development Educator Webinar Interaction Any questions? Our support team are here to help Chat

More information

Development of an e-library Web Application

Development of an e-library Web Application Development of an e-library Web Application Farrukh SHAHZAD Assistant Professor al-huda University, Houston, TX USA Email: dr.farrukh@alhudauniversity.org and Fathi M. ALWOSAIBI Information Technology

More information

of making things look better with CSS, and you have a much better platform for interface development.

of making things look better with CSS, and you have a much better platform for interface development. I ve always had an interest in the nontechnical side of software development: the user experience. It started back when I was working on teams building the core of application servers in C++. We admired

More information

Following are some questions asked during the developer day,conducted on 16 th Sep 2011 at Bangalore, India.

Following are some questions asked during the developer day,conducted on 16 th Sep 2011 at Bangalore, India. Following are some questions asked during the developer day,conducted on 16 th Sep 2011 at Bangalore, India. RoadMap: 1) Any plans to enter into enterprise apps like blackberry? A: Yes. We are working

More information

DATA SCIENCE NORTHWESTERN BOOT CAMP CURRICULUM OVERVIEW DATA SCIENCE BOOT CAMP

DATA SCIENCE NORTHWESTERN BOOT CAMP CURRICULUM OVERVIEW DATA SCIENCE BOOT CAMP DATA SCIENCE BOOT CAMP NORTHWESTERN DATA SCIENCE BOOT CAMP CURRICULUM OVERVIEW Over the past decade, the explosion of data has transformed nearly every industry known to man. Whether it s marketing, healthcare,

More information

idealab online platform

idealab online platform idealab online platform CONTENT OF THIS PRESENTATION About the team Platform goals Platform specification / behind the picture Platform walkthrough - Overview Platform walkthrough - Login and Registration

More information

THE DATA ANALYTICS BOOT CAMP

THE DATA ANALYTICS BOOT CAMP THE DATA ANALYTICS BOOT CAMP CURRICULUM OVERVIEW Over the course of the past decade, the explosion of data has transformed nearly every industry known to man. Whether it s in marketing, healthcare, government,

More information

Introduction to JavaScript Applied to Design and Engineering

Introduction to JavaScript Applied to Design and Engineering Introduction to JavaScript Applied to Design and Engineering an informal talk at University College London (UCL) April 21 st 2016, London - UK Assoc. Prof. Henrique M. Gaspar, PhD Faculty of Maritime Technology

More information

EIE4432 Web Systems and Technologies Project Report. Project Name: Draw & Guess GROUP 21. WatermarkPDF. shenxialin shen

EIE4432 Web Systems and Technologies Project Report. Project Name: Draw & Guess GROUP 21. WatermarkPDF. shenxialin shen EIE4432 Web Systems and Technologies Project Report s e Project Name: Draw & Guess GROUP 21 SHEN Xialin (Spark) 12131888D Introduction XUE Peng (Raymond) 12134614D This is a multi-player draw and guess

More information

Full Stack Flex Program

Full Stack Flex Program RUTGERS CODING BOOTCAMP Full Stack Flex Program CURRICULUM OVERVIEW - FULL TIME PROGRAM The digital revolution has transformed virtually every area of human activity and you can be part of it as a web

More information

Alexa Setup Guide. Contents. Full Power Active mode Install USB Wi-Fi Adapter Wi-Fi Setup Alexa Setup Smart Home Skills

Alexa Setup Guide. Contents. Full Power Active mode Install USB Wi-Fi Adapter Wi-Fi Setup Alexa Setup Smart Home Skills Guide. Contents Full Power Active mode Install USB Wi-Fi Adapter Wi-Fi Setup Smart Home Skills 4K UHD HDR Projector Full Power Active mode (first power-on) Upon first power-on of the Projector choose Full

More information

HTML5 & CSS3 For Beginners: Your Guide To Easily Learn HTML5 & CSS3 Programming In 7 Days By icode Academy READ ONLINE

HTML5 & CSS3 For Beginners: Your Guide To Easily Learn HTML5 & CSS3 Programming In 7 Days By icode Academy READ ONLINE HTML5 & CSS3 For Beginners: Your Guide To Easily Learn HTML5 & CSS3 Programming In 7 Days By icode Academy READ ONLINE There is one tried and true way to learn HTML and CSS and it's pretty Computer Programming

More information

JavaScript Fundamentals_

JavaScript Fundamentals_ JavaScript Fundamentals_ HackerYou Course Syllabus CLASS 1 Intro to JavaScript Welcome to JavaScript Fundamentals! Today we ll go over what programming languages are, JavaScript syntax, variables, and

More information

Data Analyst Nanodegree Syllabus

Data Analyst Nanodegree Syllabus Data Analyst Nanodegree Syllabus Discover Insights from Data with Python, R, SQL, and Tableau Before You Start Prerequisites : In order to succeed in this program, we recommend having experience working

More information

Java: The Ultimate Guide To Learn Java Programming And Computer Hacking (java For Beginners, Java For Dummies, Java Apps, Hacking) (HTML,

Java: The Ultimate Guide To Learn Java Programming And Computer Hacking (java For Beginners, Java For Dummies, Java Apps, Hacking) (HTML, Java: The Ultimate Guide To Learn Java Programming And Computer Hacking (java For Beginners, Java For Dummies, Java Apps, Hacking) (HTML, Javascript,... Developers, Coding, CSS, PHP) (Volume 2) By Matt

More information

HTML CSS JAVASCRIPT WEB PUBLISHING IN ONE HOUR A DAY SAMS TEACH YOURSELF COVERING HTML5 CSS3 AND JQUERY 7TH EDITION

HTML CSS JAVASCRIPT WEB PUBLISHING IN ONE HOUR A DAY SAMS TEACH YOURSELF COVERING HTML5 CSS3 AND JQUERY 7TH EDITION HTML CSS JAVASCRIPT WEB PUBLISHING IN ONE HOUR A DAY SAMS TEACH YOURSELF COVERING HTML5 CSS3 AND JQUERY 7TH EDITION page 1 / 5 page 2 / 5 html css javascript web pdf We have curated a list of free development

More information

Elementary Computing CSC /01/2015 M. Cheng, Computer Science 1

Elementary Computing CSC /01/2015 M. Cheng, Computer Science 1 Elementary Computing CSC 100 03/01/2015 M. Cheng, Computer Science 1 Welcome! 03/01/2015 M. Cheng, Computer Science 2 Is CSC 100 For You? CSC 105 is similar to CSC 100, but is designed primarily for students

More information

August, HPE Propel Microservices & Jumpstart

August, HPE Propel Microservices & Jumpstart August, 2016 HPE Propel s & Jumpstart Jumpstart Value Quickly build modern web applications Single page application Modular microservices architecture app generator Modularity provides better upgradeability

More information

1. Setup a root folder for the website 2. Create a wireframe 3. Add content 4. Create hyperlinks between pages and to external websites

1. Setup a root folder for the website 2. Create a wireframe 3. Add content 4. Create hyperlinks between pages and to external websites A. Pre-Production of Webpage 1. Determine the specific software needed WYSIWYG- design software that manipulates components of the web page without the user writing or editing code Uses graphical layout

More information

CS 315 Intro to Human Computer Interaction (HCI)

CS 315 Intro to Human Computer Interaction (HCI) 1 CS 315 Intro to Human Computer Interaction (HCI) 2 3 Acceptance Tests Set goals for performance Objective Measurable Examples Mean time between failures (e.g. MOSI) Test cases Response time requirements

More information

Course title: WEB DESIGN AND PROGRAMMING

Course title: WEB DESIGN AND PROGRAMMING Course title: WEB DESIGN AND PROGRAMMING Lecturers Full Prof. Dragutin Kermek, Ph.D., Matija Novak, M.Inf., Matija Kaniški, M.Inf. Language of Croatian and English instruction: Schedule: 75 teaching hours

More information

Creating an Online Catalogue Search for CD Collection with AJAX, XML, and PHP Using a Relational Database Server on WAMP/LAMP Server

Creating an Online Catalogue Search for CD Collection with AJAX, XML, and PHP Using a Relational Database Server on WAMP/LAMP Server CIS408 Project 5 SS Chung Creating an Online Catalogue Search for CD Collection with AJAX, XML, and PHP Using a Relational Database Server on WAMP/LAMP Server The catalogue of CD Collection has millions

More information

AirBespoke Inventory Tracking System

AirBespoke Inventory Tracking System Colorado School of Mines Field Session AirBespoke Inventory Tracking System Client: Kylen McClintock Written by: Peter Palumbo, Kyle Thistlewood, Nhan Tran, Minh Vu June 22, 2016 Contents 1 Introduction

More information

ThingLink User Guide. Andy Chen Eric Ouyang Giovanni Tenorio Ashton Yon

ThingLink User Guide. Andy Chen Eric Ouyang Giovanni Tenorio Ashton Yon ThingLink User Guide Yon Corp Andy Chen Eric Ouyang Giovanni Tenorio Ashton Yon Index Preface.. 2 Overview... 3 Installation. 4 Functionality. 5 Troubleshooting... 6 FAQ... 7 Contact Information. 8 Appendix...

More information

Introduction to Programming

Introduction to Programming Introduction to Programming G. Bakalli March 8, 2017 G. Bakalli Introduction to Programming March 8, 2017 1 / 33 Outline 1 Programming in Finance 2 Types of Languages Interpreters Compilers 3 Programming

More information

CMPE 131 Software Engineering. Ruby on Rails Introduction

CMPE 131 Software Engineering. Ruby on Rails Introduction CMPE 131 Software Engineering September 5, 2017 Ruby on Rails Introduction Presented By Melvin Ch ng Agenda Native App vs Web App What is Ruby on Rails? MVC Architecture What can you do with Rails? What

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM THE CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development professional.

More information

Screening applicants of SIIT scholarship

Screening applicants of SIIT scholarship NH5 Final Report Screening applicants of SIIT scholarship Group Members Thitirat Liaonoraset 5422770545 Khunanon Chunlakan 5422770842 Advisor: Dr.Nguyen Duy Hung School of Information, Computer and Communication

More information