Cloud event Users of RStudio may be interested in this monthly event presented by “Posit” which is the new name of the company that produces RStudio, as the software can be used with many more …
Python
R and Python workshops on Campus – Fall 2023
Summary Workshop Series available on Campus on R and Python: Biochem SSCC UW Libraries R and Python at Biochem R and Python “Clubs” were established in late 2022. The Python Club is currently closed but …
AlphaFold2 on Macintosh M1
Summary This post is a summary of installation of AlphaFold2 onto a Macintosh with an M1 style (arm64) computer chip (i.e. not an Intel/AMD Chip.) This post started with the blog post Installing Alphafold2 on …
Jupytext 2-way reformat of Jupyter notebooks
Jupytext can save and reformat Jupyter notebooks I was trying to test a Jupyter notebook from NCBI titled “Getting Started with NCBI Data in Python” (March 2, 2022) that is now on a “Binder” web …
PyCharm IDE installation without Admin
PyCharm IDE Installation Having “Admin privileges” on an educational or business computer is becoming a rarity, as security reasons are increasingly important. However, there are often way to install a software for “just one user” …
Intelligent Systems for Molecular Biology – 2022 proceedings
Intelligent Systems for Molecular Biology – in Madison The International Society for Computational Biology (ISMB) Conference held the Intelligent Systems for Molecular Biology (ISMB) in Madison in July 2022. Conference details are still available online, but …
Python Concepts of Object-Oriented Programming
Python and Object-oriented programming Object-oriented programming (OOP) is a programming paradigm based on the concept of “objects“, which can contain data and code. The data is in the form of fields (often known as attributes …
Intermediate Research Software Development in Python
Intermediate Research Software Development in Python Greetings everyone and Club members, (apologies i you receive duplicates) This may be more of interest to intermediate/advanced Python users: A Spring Break mini course offered by the …
Python and Object Programming AhAh moment
Summary Clarifying Python code containing the mysterious “dot notation” of object-oriented languages. An object is a combination of data stored within a specific class. A class is a blue-print (or framework) that defines attributes (containing …
Using Python within RStudio
Summary Finding and implementing settings in RStudio to use Pyhon. RStudio and Python RStudio can handle a large number of languages (> 50) in addition to its basic support of R. (This month the RStudio …