Coder Social home page Coder Social logo

pythonproject's Introduction

This Program is written by Noha Elprince using python 2.7.6 and database postgres 9.3.4

Objective:
===========
Given a table 'mailing':

CREATE TABLE mailing (
	addr VARCHAR(255) NOT NULL
);

The mailing table will initially be empty.  New addresses will be added on a daily basis.  It is expected that the table will store at least 10,000,000 email addresses and 100,000 domains.

Write a python script that updates another table which holds a daily count of email addresses by their domain name.

This table will be used to report the top 50 domains by count sorted by percentage growth of the last 30 days compared to the total.




Notes :
======

1. Inorder to run the program, go to a terminal and write:  ./run.sh
2. The main program is found in file called (main.py)
3. The input (emails.csv) and the output (Final_Report.csv) are found in 3 folders : data1, data2 and data3.
   Each folder corresponds different test.
4. There is an Excell sheet called (dataAnalysis_.xls) in each folder : data1, data2 and data3.
   This file contains step by step the calculations and the formula and was used by the programmer for verification.
5. The database schema is found in file (schema.sql)

   
     

pythonproject's People

Contributors

nohaelprince avatar

Watchers

 avatar

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.