Skip to content

arminstraube/Python-Introduction

Repository files navigation

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.

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/library-python-intro/.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published