python
Django CMS "No module named html5lib"
I have a basic Django CMS site installed with all the default and recommended modules however I recieve and error saying...[详细]
2023-04-13 05:19 分类:问答How to connect "Tally ODBC" through python?
I am using Tally.ERP9, I haven\'t found anything about Tally ODBC connection on net. I want a python script to connect with Tally database. Can I get some links for that and some python scripts to con[详细]
2023-04-13 05:13 分类:问答How can I access the OpenCV HoughCircles results in Python?
I\'m developing a proof of concept algorithm for iris-related biometrics. I\'d like to be able to test it on a series of images, but in order to do so, I need to know the iris boundaries. Following th[详细]
2023-04-13 05:11 分类:问答Evaluate expression as float in Python
I want to write a function which inputs two variables a, b and which returns a开发者_StackOverflow中文版/b as a float irrespective of the types of a and b. Right now I\'m doing this as:[详细]
2023-04-13 05:09 分类:问答web.py deployment for iOS app backend
I am currently developing an iOS application that needs a backend to pull data from. I have implemented the backend using Python, web.py and pymongo.[详细]
2023-04-13 04:59 分类:问答append word from line when reading txt file python
I am trying to create a program that will read a text file and create a list of lines of words. However am onl开发者_JAVA百科y able to append each line and not word, any help would be appreciated wit[详细]
2023-04-13 04:58 分类:问答How do I do matrix computations in python without rounding?
I have some integer matrices of moderate size (a few hundred rows). I need to solve equations of the form Ax = b where b is a standard basis vector and A is one of my matrices. I have been 开发者_Stac[详细]
2023-04-13 04:56 分类:问答Basic Python Sound Programming
How can I 开发者_如何学Cmake a program that plays a tone that I define while I hold down a key? I can play different notes with winsound.Beep(), but I don\'t think this really helps.If you just want t[详细]
2023-04-13 04:52 分类:问答Library for encoding and decoding QR Codes using Python
Is there any library in python for encoding and decoding qr codes. i have searched some old questions in stackoverflow but some links are dead and some links they have given were开发者_Python百科 not[详细]
2023-04-13 04:44 分类:问答How do you pass an argument variable while to an imported script?
I have two scripts. Script A has a bunch of functions with variables in them, that need to be defined in Script B.[详细]
2023-04-13 04:40 分类:问答