https://github.com/andreww/2017-01-04-python1
Python material and log for SWC workshop in Bristol
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.4%) to scientific vocabulary
Repository
Python material and log for SWC workshop in Bristol
Basic Info
- Host: GitHub
- Owner: andreww
- License: other
- Language: Jupyter Notebook
- Default Branch: master
- Size: 287 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Material for Python lesson
This is material for the Python lesson at the 2016-06-29-leeds SWC workshop.
In order to get these files run the following in a shell (pressing return after each line):
cd
cd Desktop
git clone https://github.com/andreww/2017-01-04-python1.git
cd 2017-01-04-python1
Then start up a jupyter notebook:
jupyter notebook
You should see a web browser start up with a notebook window.
If people have python 2 installed
If you already have anaconda and python 2.7 installed you can add python3
as a new environment with the command
conda create -n python3 python=3.5 anaconda. This installs python 3.5
alongside whatever you already have installed.
In order to switch from python 2.7 to python 3.5 you can then run
source activate python3. Anything installed after this point is part of
the "python3" environment.
To drop out of this environemnt and return to your default setup run source deactive. The current environment is local to the particular shell and the command under Windows drops source.
Owner
- Name: Andrew Walker
- Login: andreww
- Kind: user
- Website: http://homepages.see.leeds.ac.uk/~earawa/
- Repositories: 81
- Profile: https://github.com/andreww
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Andrew Walker | a****r@l****k | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0