Skip to content

The Material for the Python Session at the PHUSE SDE event (Sept 2021)

License

Notifications You must be signed in to change notification settings

phuse-org/phuse-python-sde-sep2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHUSE SDE 2021 Python Session

This is the material for the PHUSE SDE Event regarding the use of Python for a couple of scenarios that can apply to clinical research. It is not intended as an introduction

Setup

We recommend that you use Visual Studio Code as a client for the Workbooks

  • Install the Python Extension

Installing

  1. Clone the project using git git clone https://github.com/phuse-org/phuse-python-sde-sep2021
  2. Install Python
  3. Install Poetry (a python environment management tool)
    • pip install --user poetry
  4. Install the dependencies
    • poetry install
  5. Create a file called .env and in it put the following (replace <token> with your CDISC Library Token) CDISC_LIBRARY_API_TOKEN=<token>
  6. Open the project
    • Using Visual Studio Code: Open the folder using Visual Studio Code and then open Introduction
    • Using Jupyter: start the Jupyter Lab Shell by running the following:
      • Shell: jupyter lab
      • Batch: start.bat

About

The Material for the Python Session at the PHUSE SDE event (Sept 2021)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published