dear Community, dear friends on the Linux-forum,
from time to time here in Europe - interesting events take place - so perhaps its a good idea, to publish these events here..
plz lemme know if this is allright and you agree with this.. and last: is this the ritght place, the right...
Hello!
Today when ChatGPT is widely used is web scraping tools like scrapy still necessary?
I learn Scrapy and It is interesting to me: If I can use Scrapy to collect comments of our customers from internet by keyword (for one week, for example)? It is my daily job routine.
Thank you!
Hi there, I have an advanced Question. I want to install stable Diffusion on Debian Bookworm. I am trying to replicate this on my system:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/9591
Clone ROCm via Docker
sudo docker pull rocm/composable_kernel:ck_ub20.04_rocm5.7...
Hi. I'm making a medical chatbot called prodoc. I use just basic codes for that. I need to insert many medical PDFs and get data from those. So, once users ask a question, it will provide the answer. I'm a beginner for python & programming. Can anyone guide me, please? (I can't afford much).
I...
Hi. I'm a beginner programmer. I'm only 16. I was selected for a competition called YCS. I have to present my app to them (Not Online; I have to go there and show it). I Made the app using Tkinter. So, I'm unable to transport my desktop PC there. I have an Apple iPad 10th Gen, I can use it. But...
What goes on behind the scenes when I render any window.
Is it possible to somehow capture all the frames into a buffer programmatically? I am trying to build a basic window sharing program but want to learn more about how a window is rendered and it's possible to somehow capture all the frames...
I would like to make a webscraper in python but it won't even let me install a library, as you can see i typed the right command (i think its the right one (: ). but when i try to run my python it won't do it because it says that the library isn't installed.
Does anyone know what is wrong and a...
I'm working on a NUMA-related benchmark and got an issue troubling me for a week.
I use numactl to pin a metrics multiplication workload to use node0's CPU and node1's memory like this:
However, I observe tons of memory access still goes to node0 (throughput is high), either using pcm or...
Hi, everyone! Hope you're all having a nice life! :)
So, I just bumped into this while checking my feed https://opensource.com/article/22/7/bootstrap-python-command-line-application and thought I'd share here.
An excerpt:
Dear Linux community
I'm trying to uninstall previously installed python3
after uninstall process I'm checking in terminal for python version (in case its not uninstalled)
```$ python3 --version```
Please see screen attached
I'm not sure if its properly uninstalled
what does it means on the...
Because of the browser wars, a small number of companies attempting to monopolize the web, personal websites becoming a dying trend, social media addiction, spyware, and numerous other issues affecting the modern web, I've occasionally been thinking about how we could remove all of them and...
Deleted member 111282
Thread
alternative apps
command line
email
email client
hosting
internet
internet access
internet browsing
python
web
Earlier in the year I wrote a Python script to monitor for run-away processes. It includes a GUI overview of process activity with lots of blinking dots (I fancied some blinking lights). I've recently added an option for a more festive layout. There is a video of the blinking lights at...
I write a simple script to check the subprocess module and I tested it on both Windows and Linux.
The script works fine on Windows but not on Linux.
The interpreter in python is used in 3 versions on both.
import subprocess
host = input("Enter a host to ping: ")
p1 = subprocess.Popen(["ping"...
I tried to run my code on Linux and get this error:
ModuleNotFoundError: No module named 'pymongo'
then I install with these commands :
and still, get an error
I've tried to search this error - specific on 'pynomgo' and couldn't find anything.
I'd be happy if anyone can help me here...
Hello, sorry I am new to linux. The issue I am running into is with installing virtualenv. I am using windows (ubuntu) for reference.
First I tried this which does not work for windows or the version I have (im not sure)
$ virtualenv venvCommand 'virtualenv' not found, but can be installed...
I am running a kai linux 2020.1 64 bit VM. when I run sudo apt upgrade I get the following errors:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
php-common...
Hello
I'm brand new to Linux. I have an old Windows laptop I use for data logging. I have a python program running on it as a data logger and soon to control some Arduino controller boards. I hate windows and it's trying to crash. I'd like to change it to Linux, but after reading several pages...
Hi all,
I'm not really sure where this question should go. I'm not even sure if it's a Linux issue or a Python issue.
I've written a Raspberry Pi application (Ubuntu Mate) that's essentially a timed camera. Every 30 seconds, it snaps an image and writes it to disk.
When I start the...