python assignment

CITS1401 Problem Solving and Programming Python Assignment

By |2017-10-17T10:33:49+00:00October 17th, 2017|Categories: Python|Tags: |

Project 2: Election Night Revisted - The Real Deal You are to construct a Python program containing your solution to the problem described below. You must submit your program electronically using cssubmit. No other method of submission is allowed. You are expected to have read and understood the University's guidelines on academic conduct. In accordance with this policy, [...]

ICT702 , Python Data Wrangling – Child Mortality

By |2017-09-22T06:07:40+00:00September 22nd, 2017|Categories: Python|Tags: |

Theme: Child Mortality Your task is to investigate mortality levels of children, infants and babies around the world.  Which countries have a high rate of child deaths and which countries have low rates?  Are there connections between child mortality rates and the income levels of the country, or the region where they are situated?  Are the [...]

CMP-5036A Information Retrieval, crawl and index

By |2017-09-10T09:59:26+00:00September 10th, 2017|Categories: computer science, Python|Tags: |

Overview The aim of this assignment is to construct a simple search engine. You are expected to program this in Python, although you will not be penalised for the use of another language. Aims To give students practical experience of information retrieval systems, experimental work and evaluation Learning outcomes Improved program design and coding skills. Improved [...]

COMP2782/8782 SOCIAL & INFORMATION NETWORKS

By |2017-09-05T16:43:25+00:00September 5th, 2017|Categories: computer science, Python|Tags: |

Individual Assignment Tasks • Demonstrate data scraping of a social network of choice. • Develop technical documentation, including the development of the code & detailing the results. • Provide a report on the findings, that includes research into the ethics & security ramifications of your ability to data scrape, and any suggested mitigations (if required). Due [...]

CSP1150D Programming Principles assignment

By |2017-08-04T14:38:35+00:00August 4th, 2017|Categories: Python, Uncategorized|Tags: |

Individual Programming assignment (“Number Test”) Background Information This assignment tests your understanding of and ability to apply the programming concepts we have covered in the unit so far, including the usage of variables, input/output, data types, selection, iteration, functions and data structures. Pseudocode As emphasised in the case study of Module 5, it is important to [...]