Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Read plotly-latest.min.js from local
Post: RE: Read plotly-latest.min.js from local

anyone help?
issac_n General Coding Help 1 2,174 Nov-18-2020, 02:08 PM
    Thread: Read plotly-latest.min.js from local
Post: Read plotly-latest.min.js from local

Hi all, I would like to plot charts without using internet and I downloaded js file and put same as py file together. I Using 3 methods to the js file. only Method 2 is working, but I want to run t...
issac_n General Coding Help 1 2,174 Nov-17-2020, 01:07 PM
    Thread: remove widget from other class
Post: remove widget from other class

How to remove widget from other class? I have code below and wanted to use the "Remove" button to remove "fig_view2"?? the button and the fig_view2 are from different classes. from PyQt5.QtGui import...
issac_n GUI 2 3,127 Aug-04-2020, 05:03 PM
    Thread: scrollbar in tab
Post: scrollbar in tab

I wanted to create a scrollbar(pyqt5) into tab, base on example in link below I did some changes to fit my need but the scrollbar didn't show on tab and my charts become smaller. example https://sta...
issac_n GUI 1 3,602 Aug-03-2020, 12:42 PM
    Thread: Line charts error "'isnan' not supported for the input types,"
Post: RE: Line charts error "'isnan' not supported for t...

anyone help?
issac_n General Coding Help 1 2,399 Jul-22-2020, 04:34 PM
    Thread: Line charts error "'isnan' not supported for the input types,"
Post: Line charts error "'isnan' not supported for the i...

I intent to create line charts from df. class MyTableWidget(QWidget): def __init__(self, parent): super(QWidget, self).__init__(parent) self.layout = QVBoxLayout(self) ...
issac_n General Coding Help 1 2,399 Jul-22-2020, 05:33 AM
    Thread: pushbutton with image
Post: pushbutton with image

hi all, is there possible to make Qpushbutton with logo/pic like below? https://ibb.co/k2fRLFn
issac_n GUI 1 1,773 Jul-13-2020, 03:34 PM
    Thread: return/capture the selected date from QDateEdit's calendar?
Post: RE: return/capture the selected date from QDateEdi...

(Jul-03-2020, 09:36 AM)ibreeden Wrote: You are right in not showing hundreds lines of code. But now it is a bit difficult, this is apparently a part of a class. And also we don't know what has been ...
issac_n GUI 2 2,196 Jul-06-2020, 03:37 AM
    Thread: return/capture the selected date from QDateEdit's calendar?
Post: return/capture the selected date from QDateEdit's ...

I would like to create a pop up calendar and then select a date to print out the selected Date. So far,I only able to create it using QDateEdit but fail to return the selected date. below are popupCa...
issac_n GUI 2 2,196 Jul-03-2020, 04:59 AM
    Thread: Sqlite CONCAT columns
Post: RE: Sqlite CONCAT columns

(Mar-22-2020, 08:24 AM)buran Wrote: c.execute("SELECT FirstName || ' ' || LastName as FullName from Employee")It's not clear what you want - display concatenated names or insert a new column in a ta...
issac_n General Coding Help 4 5,073 Mar-22-2020, 09:08 AM
    Thread: Sqlite CONCAT columns
Post: Sqlite CONCAT columns

How should I create a column by concat First Name and LastName in Sqlite (python environment)? I getting a syntax error when i defining "as" below conn_dB = sqlite3.connect('EmployeeDB.db') c= conn...
issac_n General Coding Help 4 5,073 Mar-22-2020, 08:00 AM
    Thread: simplekml change shape&color
Post: RE: simplekml change shape&color

help~
issac_n General Coding Help 2 2,828 Feb-19-2020, 02:50 AM
    Thread: simplekml change shape&color
Post: simplekml change shape&color

I am trying to change the newpoint default shape , the code below return no errors but the result still using default Yellow shape in Googlmap. .I wanted to change it to RED Rectangular shape. **huh*...
issac_n General Coding Help 2 2,828 Feb-17-2020, 07:18 AM
    Thread: Python 3.6 geetin error : pyimod03_importers.py
Post: RE: Python 3.6 geetin error : pyimod03_importers.p...

(Jan-04-2018, 11:50 AM)snippsat Wrote: Look at this Thread Error:ModuleNotFoundError: No module named 'pandas._libs.tslibs.timedeltas Open spec file(auto generated every time run pyinstaller) and ad...
issac_n Data Science 3 8,449 Jun-18-2018, 08:21 AM
    Thread: TreeviewWith CheckBox
Post: TreeviewWith CheckBox

I wanted to create a Treeview with check box. so far i only found the tk can support TreeView but no check box. sample as link TreeViewChkBox can any one provide some samples. thanks currently working...
issac_n GUI 1 7,741 Jun-05-2018, 03:56 PM
    Thread: Tree-Directory GUI
Post: RE: Tree-Directory GUI

(May-04-2018, 10:01 AM)Gribouillis Wrote: The link is invalid. found a sample in link below; and i wish to click on the tree and call function. possible? https://python-forum.io/Thread-bind-hove......
issac_n GUI 2 2,614 May-19-2018, 09:04 AM
    Thread: Tree-Directory GUI
Post: Tree-Directory GUI

whic python GUI can support "Tree-Directory" as below? go through Tk and seems like cant support it. Tree-Directory
issac_n GUI 2 2,614 May-04-2018, 07:46 AM
    Thread: how to remove index in df Row?
Post: RE: how to remove index in df Row?

(Apr-27-2018, 07:40 AM)scidam Wrote: If I understood you correctly, the sample below could be useful for you: import pandas as pd dfb = pd.DataFrame({'setup': ['1,2,3,4', '4,5,6,7', '6,7,8,4']}) dfa...
issac_n Data Science 3 19,492 May-04-2018, 07:16 AM
    Thread: how to remove index in df Row?
Post: how to remove index in df Row?

I am trying to split a string text by ",&: " and put it back to newly created df with columns name but facing a problem, the result overwrite/ignored my df columns name and return columns instead....
issac_n Data Science 3 19,492 Apr-26-2018, 07:14 AM
    Thread: Change the output window size and display area
Post: Change the output window size and display area

Possible to the text window bigger and show all data in red box below [attachment I wanted to display in text window and show full data. SETUPB=contentA[contentA["SETUP"].str.contains("SETUP")] tex...
issac_n General Coding Help 0 2,264 Apr-13-2018, 04:41 AM

User Panel Messages

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