Skip to content
zstumgoren edited this page Dec 26, 2010 · 31 revisions

Welcome to the LearningPython wiki!

Install and Configuration

Python on Windows

Package Installation

There are a number of ways to install 3rd-party libraries for Python. Generally, the easiest method is to use a package manager that can also handle the downloading/installation of dependencies (additional libraries that a particular module might depend on). Below are the two standard package managers for Python:

  • easy_install - the classic package manager that is part of the setuptools library
  • pip, the emerging standard for Python package management

Learning Python, Discussion Leaders

  • Chapter 1 - Dave Gulliver

Tutorials

  • Install/Config (Serdar)
  • Python's Interactive Interpreter: A Sandbox for Exploring Data and Code (Serdar)
  • Working with CSVs (Serdar)
  • Working with Excel (Serdar)
  • Working with Databases (Serdar)
  • Data Wrangling 101: Scrape, Clean, Output (Serdar) -- Demonstrate how to scrape data from a multi-level , perform some basic data cleaning and processing, and then output data as CSV and/or insert into a database. Aron Pilhofer has volunteered a test site with data for scraping.
Clone this wiki locally