Chris-May / lc-python-intro

Python Intro for Libraries

Home Page:https://librarycarpentry.github.io/lc-python-intro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library Carpentry

The Library Carpentry module 'Introduction to programming with Python' is maintained by Konrad Foerstner, Drew Heles, Elizabeth Wickes, Laura Wrubel, Carlos Martinez and Richard Vankoningsveld.

Status Note

The maintainers of this lesson are currently working on a substantial redesign of this lesson. This means than large portions of the current lesson content will be removed or substantially rewritten. You are welcome to submit pull requests for changes that help make this lesson better in the short run, but please keep in mind that the changes you make may be on content slated for removal.

Background

Library Carpentry is a software skills training programme aimed at library and information professions. It builds on the work of Software Carpentry and Data Carpentry.

Library Carpentry is in the commons and for the commons. It is not tied to any institution of person. For more information on Library Carpentry, see our website librarycarpentry.org.

Contribution

There are many ways of contributing to Library Carpentry:

Local Lesson Development

If you wish to contribute changes or additions to this module, you'll want to setup a local development environment that allows you to easily test changes locally. In order to do this, you'll want to do the following:

  1. Fork this repository
  2. Clone your fork of the repository:
git clone https://github.com/<your-github-username>/lc-python-intro.git
  1. Install Ruby
  2. Install Jekyll gem install jekyll
  3. Run the Jekyll server locally
cd <path-to>/lc-python-intro
make serve
  1. Browse to your local server: http://localhost:4000/
  2. The Makefile has other options as well. To see them type make

Code of Conduct

All participants should agree to abide by the Software Carpentry Code of Conduct.

Authors

Library Carpentry is authored and maintained by the community.

Citation

Please cite as:

Library Carpentry. Introduction to programming with Python. 2017. https://librarycarpentry.org/lc-python-intro/.

About

Python Intro for Libraries

https://librarycarpentry.github.io/lc-python-intro/

License:Other


Languages

Language:Python 43.3%Language:HTML 38.6%Language:SCSS 4.8%Language:CSS 4.3%Language:R 4.1%Language:Makefile 3.5%Language:JavaScript 1.0%Language:Ruby 0.2%Language:Shell 0.2%