Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: PyQt5 _translate not passing argument
Post: RE: PyQt5 _translate not passing argument

Tried with completely new GUI with nothing but background color and "file" bar at top, still not working. thinking it has something to do with how it's converting the code.
Lahearle GUI 2 839 Jul-23-2023, 05:09 AM
  Bug Thread: PyQt5 _translate not passing argument
Post: PyQt5 _translate not passing argument

So converted .ui to .py with -x -o method, and I have a problem: from PyQt5 import QtCore, QtGui, QtWidgets import sys class Ui_MainWindow(object): def setupUi(self, MainWindow): MainWi...
Lahearle GUI 2 839 Jul-23-2023, 05:01 AM
    Thread: I found a problem with Python
Post: RE: I found a problem with Python

(Jul-20-2023, 05:47 AM)Pedroski55 Wrote: Ah, pick another letter, not e for Euler's number! Is this what you expect? mylist = [27, 84, 110, 133] e = 0 for num in mylist: e = e + num**5 pri...
Lahearle General Coding Help 12 1,519 Jul-20-2023, 09:22 PM
    Thread: I found a problem with Python
Post: RE: I found a problem with Python

Also if you set X^5 + B^5 + C^5x^anything but one it will full loop and become infinite.
Lahearle General Coding Help 12 1,519 Jul-20-2023, 03:41 AM
    Thread: I found a problem with Python
Post: RE: I found a problem with Python

Also P vs NP solution is false Suduko has 1 - 10 which is a set amount of numbers to search through Normal exponents have to search for infinite amounts of numbers, the longer the slower. So while ...
Lahearle General Coding Help 12 1,519 Jul-20-2023, 03:28 AM
    Thread: I found a problem with Python
Post: RE: I found a problem with Python

1**0.2 also shows up as 1 kek. seems it's rounding to the nearest whole number that is not 0. Which brings me to the the concept of 144 not being anywhere close to e**0.2 I'm fairly sure what's happ...
Lahearle General Coding Help 12 1,519 Jul-20-2023, 03:10 AM
    Thread: I found a problem with Python
Post: RE: I found a problem with Python

ps google is wrong
Lahearle General Coding Help 12 1,519 Jul-20-2023, 02:42 AM
    Thread: I found a problem with Python
Post: RE: I found a problem with Python

Pro tip 1^1 is is 1x1 = 1 1 ^ 0.2 is = 0.2
Lahearle General Coding Help 12 1,519 Jul-20-2023, 02:38 AM
    Thread: I found a problem with Python
Post: RE: I found a problem with Python

Alright noobs well become a mathematician first. a = 27^5 (14348907) e = 27^5 + 84^5 + 110^5 + 133^5 (61917364224) therefor what is 1/5th of 61917364224 = 12383472844.8 But e is 61917364224^1/5th it...
Lahearle General Coding Help 12 1,519 Jul-20-2023, 02:36 AM
    Thread: I found a problem with Python
Post: RE: I found a problem with Python

Found coming from inability to commit the solution to int**decimal fraction(0.2) and auto converting it into a small number. (should be 14348907 is coming out int144 or 144.000003
Lahearle General Coding Help 1 64 Jul-19-2023, 10:09 PM
    Thread: I found a problem with Python
Post: I found a problem with Python

So I read that Python no longer uses long conversions and all are longs with an "int" format I found an odd problem reading these forums, it's as goes: find if A is == to e**0.2: a = 27 b = 84 c = ...
Lahearle General Coding Help 12 1,519 Jul-19-2023, 09:16 PM
    Thread: python cant recognize PIP
Post: RE: python cant recognize PIP

(Jul-17-2023, 10:18 PM)siubikYT Wrote: So i wanted to turn on a .py app and every app that is made by python and uses PIP which i have because i checked using pip in windows cmd says that i dont hav...
Lahearle General Coding Help 2 804 Jul-19-2023, 06:30 PM
    Thread: Syntax error while executing the Python code in Linux
Post: RE: Syntax error while executing the Python code i...

(Jul-19-2023, 06:41 AM)DivAsh Wrote: Thanks a ton!!!As a beginner, this has helped me to learn on how to improvise the code. Try not printing file f but just Print(f). Also you spaced between print ...
Lahearle General Coding Help 8 1,723 Jul-19-2023, 06:27 PM
    Thread: IDE for python
Post: RE: IDE for python

(Jul-14-2023, 07:58 AM)Andrzej_Andrzej Wrote: What kind of IDE do you use for python ? I use VS code which is almost OK, as it lacks context menu for output of the cells. Apart from that I find it r...
Lahearle General Coding Help 9 1,409 Jul-19-2023, 06:20 PM
    Thread: problem in using int() with a list of strings
Post: RE: problem in using int() with a list of strings

(Jul-19-2023, 01:17 PM)akbarza Wrote: hi i am a beginner in python, so this problem that i encountered, maybe is silly. i wrote in idle: y=['l', '2', '3', '5', '8', '6', '9'] when i write int(y[0]...
Lahearle General Coding Help 4 757 Jul-19-2023, 06:15 PM
    Thread: Integrating Google Drive in App
Post: Integrating Google Drive in App

Best way to do? I was gonna use Pyppateer and an intricate way of opening pages but I found google has an actual API for this. Anyone with experience know the best most fastest lightweight way to do...
Lahearle General Coding Help 0 490 Jul-19-2023, 05:51 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020