atlas news
Python Forum
13 novembre
12h42
re.split issue
Many of my studetns were getting this error when they downloaded this project from PLTW trinket saying that the there is no file in the directory. However most of the students when opening the program it runs fine. image.png (Size: 100.57 KB Downloads: 12)
11 novembre
09h25
New to python and coding
Hello. I’m new to python. I’m in a robotics class and I need to be able to control a 6-servo robotic arm. I’m using Python for the bulk of the work, then sending data via pySerial to an Ardunio Uno which will parse the message and command the servos. I can currently send a string with the 6 servo...
04h40
split print two different sequence number
In output, I would like to receive this kind of message: Give the quotation of Math : 15 In Math you have : 15.0 20 and so on Can You help me please to find out the solution to this error? To be solved.PNG (Size: 24.58 KB Downloads: 23)
07 novembre
22h21
Backward compatibility question
Hey everyone, I’ve been working on a side project that I think might solve a pain point for a lot of Python devs: a high-performance, Excel-like DataGridView for Python apps. If you’ve ever wanted to embed a powerful, customizable grid (think sorting, filtering, cell editing) into your tools but...
09h42
openpyxl Set the locking property of all cells
Good afternoon all, I’ve got a really odd issue and I simply don’t know where it is, I’ve been working with pulling tickers from MongoDB and then piping that into an async def to then pull live ticker data. To note, this code works perfectly, other than the fact when it gets to around 500 - 530, it...
04 novembre
00h00
SOLVED Linefeed when writing f strings to text file?
there are different ways to do sorting in Python. but which way is correct? i have experienced order errors in the past but did not have time to explore why. i will be sorting file paths where i do expect the ’ ’ that delimits directory names plus a few control characters but specifically NOT the 4...
01 novembre
21h38
Application logging best practices
In the example below, the menubar must be clicked before it begins tracking the mouse and opening menus. Does anyone know of a way that I can do this without the click? I would like hovering over a menu to open the menu without having to first click on the menubar. from PySide6.QtWidgets import...
30 octobre
09h26
playsound error