Skip to main content

Initial pre-alpha release

Project description

# Python User Group talk on Data Science

# Tips

  1. Do things manually the first time

  1. Remind yourself, “This is productive EDA” not repetitive, mind-numbing Microsoft wrestling

  2. You’ll know your data and databases better when your done

  3. You may discover things you didn’t expect

  1. Dump scripts from ipython history command before exiting each session

    #/usr/bin/env python #~/src/pug/bin/save_hist ip = get_ipython() this_line = list(ip.history_manager.get_tail())[-1][1] ip.magic(u’save -r test.py 0-%d’ % this_line - 1) ip.exit

Dump bash commands using history or

# Modules/Files

  • nlp.db – interracting with databases and migrating data

  • nlp.util – format numbers & dates, importing of “pivots” in spreadsheets

  • nlp.strutil – reformatting of strings

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pug-0.0.1.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file pug-0.0.1.tar.gz.

File metadata

  • Download URL: pug-0.0.1.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pug-0.0.1.tar.gz
Algorithm Hash digest
SHA256 549aef2f6ba6dbfb83f982723c46cbe988a4589d40435af7e210d649ad604b10
MD5 ab0bfb4168daab6343aeaf0bd94db26b
BLAKE2b-256 3cdb1a2184067faa6608927e464027cb1af6b938e937c7a7179e69d263bcf4ec

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page