I'm trying to process a .NEF-file with rawpy. Before applying bad_pixel_fix_, white balance, etc. I want to subtract a dark-frame for the dark-current correctio
really sry to bother, first I am totally a rookie in python and now I am learning how to use backtrader to do some analysis but when I use my own method, I met
So I tried to create a fizz buzz game code in python and I wanted to import the rules from another file, import rules fizz = rules.fizz buzz = rules.buzz fizzb
I have the following code import requests import json import pandas as pd import csv import numpy from pandas.io.json import json_normalize url = 'http://URL/a
I wrote a code to show a graph from google finance but i got this error: ValueError: Missing column provided to 'parse_dates': 'Date' This was my code: from bok
why my code is always printing empty list_of_lists ?? There is nothing wrong with the class and all functions is well implemented I think that the problem is th
I need to read an rrd file using python. Can some one show me how should I use it? I am completely new to this and I could find some usefull thread How to read
I'm trying to map a list into hex, and then use the list elsewhere. In python 2.6, this was easy: A: Python 2.6: >>> map(chr, [66, 53, 0, 94]) ['B',
I'm plotting some data using matplotlib with DateTime objects on the x-axis, but can't seem to figure out why my DateTime values aren't spaced out on the x-axis
I have two columns in pandas dataframe Latitude and Longitude. I am trying two combine them in single column LOCATION. If we see the data there are only two loc
I´m getting stuck on trying to bring P2P selling data from Binance using Python. Running the code below I can bring the information from de BUY section bu
I am relatively new to Django and I'm making a small "social" project. It basically consists of user profiles, and on those profiles you can post "comments". I
class Bot: @staticmethod def token(): telegramtoken = '...' return telegramtoken @staticmethod def executar(): import
def serialize_header(header): serialized_header = ( resource_type.ResourceType[header.resource_type].value + serialization_method.Serializat
I'm developing a simple FastAPI app and I'm using Pydantic for storing app settings. Some settings are populated from the environment variables set by Ansible d
Starting_Num = int(input('Please enter intial number: ')) Ending_Num = int(input('Please enter ending number: ')) for number in range(Starti
I have several .raw file but I am not able to open them on my computer (Mac OS) or in a Jupyter Notebook with Python. I tried to download the module rawpy with
This list comprehension works, but I’d rather have it written like conventional loops: Here is the list comprehension: with open(sys.argv[1], 'r') as f:
I have a collection of images from tissue sections which contain a specific area of interest. Given this is biology, each image is slightly different (position
I am trying to make a web browser using pyqt, but every time I click a url it just does not do anything, that or it crashes. For example if I try to open wikipe