University of Wisconsinโ€“Madison

Tag: python

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 page. However, the system kept stalling, but I was given access to the “raw” script. To my surprise the format …

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 or properties), and the code is in the form of procedures (often known as methods).(Wikipedia) Summary of OOP concepts I …

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 local chapter of Software Carpentry at the UW-Madison Data Science Hub, March 13th – 17th , 9am-1pm: This course aims …

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 the data) and methods that act as functions onto the data contained within the object. The “dot notation” makes the …

Python wins popularity of programming languages

Summary Python ranks #1 in popularity of programming languages on the TIOBE Index TIOBE Index The popularity of programming languages is reflected in the TIOBE Programming Community index which is updated once a month. The rankings are determined by the amount of qualified engineers in the world, courses, and outside vendors using data from well-known …

Understanding Python installation mess

Summary Useful ramblings about the difficulties to understand Python installation on macOS. In this Tutorial-like post we’ll see: – Where is Python installed, and which version – Upgrading to a new Python.org version, without replacement of previous version – Adding an alternate Python: Anaconda – Could Docker help? Python mess? The problem with Python is …

Python for the Life Sciences – A Gentle Introduction

Summary This book will be used to learn Python in workshop settings. For Biologists, Life Scientists There are many books, even free books, with the objective to teach Python or other programming languages. I previously wrote a list of free books on the post Free Data Science Books. This book “Python for the Life Sciences …

New classroom, computers, workshops

New classroom, computers, workshops New Apple Macintosh M1 computers are ready for hosting new workshops in person again. Apple M1 Macintosh The classroom is now equipped with Macintosh mac-mini computers with the new M1 chip. These are attached to Dell 4K display monitors providing a crisp image and easy connections. New workshops While there are many …

๐—™๐—ฟ๐—ฒ๐—ฒ ๐——๐—ฎ๐˜๐—ฎ ๐—ฆ๐—ฐ๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ ๐—•๐—ผ๐—ผ๐—ธ๐˜€

Becoming a Data Scientist If you are interested to become a data scientist, the following free resources and books would be very helpful. Free books using R These and other books aan be accessed for free on bookdown.org (Note: bookdown is the software used to edit them.) Free books on using Python Free books on …

R and Python workshops โ€“ Fall 2022

Summary Check the Calendar listing for data analysis workshops links and registration forms. Below are workshop dates for SSCC, Madison chapter of Software Carpentry, and Steenbock Library series. Social Science Computing Cooperative (SSCC) The table below shows only the R and Python courses. See complete listing at https://sscc.wisc.edu/sscc_jsp/training/  Title Date Time Instructor Introduction to Python …