damelibraries 0.1.1.post1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

damelibraries 0.1.1.post1

Table of Contents


1. Logo
2. Introduction
3. Install and Check tests in a Library
4. Music
5. License



Logo

Introduction
Many people needs little snippets of source to make exercises and
learn a library. You can store your exercises in a repository, such
as, https://github.com/davidam/python-examples.git. It's useful, but
if the library is suffering changes or changing dependencies, perhaps
your snippets is not running.
In this project, we are experimenting a way, to store the snippets in
files to execute unit test. So, the snippets is easy to maintain.
Install and Check tests in a Library
If you want python virtual environment
$ python3 -m venv /tmp/dl
$ cd /tmp/dl
$ source bin/activate

Now, you can install with pip
$ pip install --upgrade pip
$ pip3 install damelibraries

Checking my snippets:
$ cd /tmp/dl/lib/python3.5/site-packages/damealgorithms
$ nosetests3 tests
$ cd /tmp/dl/lib/python3.5/site-packages/damejson
$ nosetests3 tests
$ cd /tmp/dl/lib/python3.5/site-packages/damepandas
$ nosetests3 tests
$ cd /tmp/dl/lib/python3.5/site-packages/damenltk
$ nosetests3 tests
$ cd /tmp/dl/lib/python3.5/site-packages/damenumpy
$ nosetests3 tests
$ cd /tmp/dl/lib/python3.5/site-packages/damescipy
$ nosetests3 tests

Music

https://www.youtube.com/playlist?list=PLeobXV-Yyn-LvQydcnr46ZkGh1V6tDGEk

License
This document is under a Creative Commons Attribution 4.0 International

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.