I have 4 columns for tissue samples (brain liver kidney heart) I have an output for some changed genes and it looks something like this (NA is empty in the exce
I would like to save the input code and the output result into a file. For example the following python code code.py: print(2+2) print(3+2) to create a code-an
I'm quite new to numpy. Maybe an easy question but.. I have the following vector: x = array([0., 1., 2., 3., 4., 5., 6., 7., 8.]) Using both y=np.reshape(x, (3
I want to display 2 "floating buttons" a bit on top of a BottomNavigationView if one of its menu is clicked. Here's my attempt. Basically it uses an AlertDialog
I am trying to use the bitbucket pipeline to upload my build apk to hockey app but when i try to run my script i get bash: ./deploy-hockey-dev.sh: Permission d
So I'm making a list of menus, each menu links to another page using a picture. First I wrote the CSS .gallery { margin: 5px; border: 1px solid
I'm building an agent that will be the father block of many others will inherit. In this father block, I put 5 ports that I want to be part of the icon of the c
I want to store data in a .json file, and I want to also be able to fetch this data by using a discord bot using discord.py