Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to remove form feed from file
Post: RE: How to remove form feed from file

Thank you @michalmonday for your reply. I want to use this CSV file for an Octave script. But in that, I want my Output arranged like this " Member, Distance, max_Fy, min_Fy, max_Mz, min_Mz " as shown...
gurbhej_singh General Coding Help 5 3,473 May-26-2019, 05:51 AM
    Thread: How to remove form feed from file
Post: RE: How to remove form feed from file

Thank you @michalmonday for your reply. Your code solves my problem. I want one more help from you. I have done some additions in my previous code which I have posted earlier (first addition is for fo...
gurbhej_singh General Coding Help 5 3,473 May-24-2019, 03:21 AM
    Thread: How to remove form feed from file
Post: How to remove form feed from file

Greetings for the day. I have created a script which is used to extract a certain section of data from the file, which works properly. But in the specific data which I want to extract Form Feed and in...
gurbhej_singh General Coding Help 5 3,473 May-23-2019, 09:02 AM
    Thread: Redircet output of Python script to .txt file
Post: RE: Redircet output of Python script to .txt file

Greetings for the day. Thank you for your efforts. I think their is no issue of path because all files are in same folder. I tried to do as you said but i end up with error. (May-05-2019, 11:14 PM)De...
gurbhej_singh General Coding Help 7 8,447 May-19-2019, 11:16 AM
    Thread: Redircet output of Python script to .txt file
Post: RE: Redircet output of Python script to .txt file

Thank you very much for your reply. I have tried both your codes. When I run both codes TEXT file is created, but they are empty. In both cases error occurs which is shown below: (May-03-2019, 11:07...
gurbhej_singh General Coding Help 7 8,447 May-05-2019, 09:07 PM
    Thread: How to import Octave to Python
Post: RE: How to import Octave to Python

Greetings for the day. I have successfully imported octave in Python and now I am able to execute my Octave program through python. Following steps are needed to be done: 1) Install Numpy with comman...
gurbhej_singh General Coding Help 3 5,470 May-03-2019, 10:03 AM
    Thread: Redircet output of Python script to .txt file
Post: Redircet output of Python script to .txt file

Greetings for the day. I am a windows user. I am using Octave programs through Python and able to get the results of the octave program when I call it through Python script. This code is for running ...
gurbhej_singh General Coding Help 7 8,447 May-03-2019, 09:04 AM
    Thread: How to import Octave to Python
Post: RE: How to import Octave to Python

(Apr-24-2019, 10:00 AM)scidam Wrote: Are you talking about interpreting and executing Octave code by Python or translate octave code to Python code? Look at oct2py package. Having an octave file...
gurbhej_singh General Coding Help 3 5,470 Apr-24-2019, 11:26 AM
    Thread: How to import Octave to Python
Post: How to import Octave to Python

Greetings for the day, I am a beginner with Python. I want to import octave in Python. I want python takes the octave file and show the result in the python window. Thank You.
gurbhej_singh General Coding Help 3 5,470 Apr-24-2019, 09:34 AM
    Thread: How to import FreeCAD in Python
Post: RE: How to import FreeCAD in Python

(Apr-23-2019, 03:12 AM)gurbhej_singh Wrote: (Apr-22-2019, 03:23 AM)gurbhej_singh Wrote: Please help me with this problem. I am expecting reply with solution of the problem I am facing. Please help...
gurbhej_singh General Coding Help 5 5,572 Apr-24-2019, 09:16 AM
    Thread: How to import FreeCAD in Python
Post: RE: How to import FreeCAD in Python

(Apr-22-2019, 03:23 AM)gurbhej_singh Wrote: (Apr-21-2019, 04:02 PM)gurbhej_singh Wrote: Thank you for your reply. I have gone through the link given above. They specify to import FreeCAD as Python...
gurbhej_singh General Coding Help 5 5,572 Apr-23-2019, 03:12 AM
    Thread: How to import FreeCAD in Python
Post: RE: How to import FreeCAD in Python

(Apr-21-2019, 04:02 PM)gurbhej_singh Wrote: (Apr-21-2019, 10:15 AM)snippsat Wrote: Start be reading doc and tutorial. Getting started with FreeCAD scripting Thank you for your reply. I have gone ...
gurbhej_singh General Coding Help 5 5,572 Apr-22-2019, 03:23 AM
    Thread: How to import FreeCAD in Python
Post: RE: How to import FreeCAD in Python

(Apr-21-2019, 10:15 AM)snippsat Wrote: Start be reading doc and tutorial. Getting started with FreeCAD scripting Thank you for your reply. I have gone through the link given above. They specify to ...
gurbhej_singh General Coding Help 5 5,572 Apr-21-2019, 04:02 PM
    Thread: How to import FreeCAD in Python
Post: How to import FreeCAD in Python

Greetings for the day, I am a beginner with Python. I want to import FreeCAD in Python. I am using:- Freecad 18 which have Python 3.6.6 Python 3.6.8 Please help me.
gurbhej_singh General Coding Help 5 5,572 Apr-21-2019, 09:24 AM
    Thread: IFC entities extracted twice
Post: RE: Help with Python and ifcopenshell

(Apr-11-2019, 11:56 PM)Larz60+ Wrote: This file format is totally new to me, but on looking in the model file, i see: Output:#3=IFCPERSONANDORGANIZATION(#1,#2,$);So, and this is a wild guess being t...
gurbhej_singh General Coding Help 15 6,892 Apr-13-2019, 08:38 PM
    Thread: IFC entities extracted twice
Post: RE: Help with Python and ifcopenshell

(Apr-11-2019, 02:36 PM)Larz60+ Wrote: Is there a possibility of attaching the ModelFull.ifc file? If not, as an alternative, one which you can attach that produces the same problem? I am not able to...
gurbhej_singh General Coding Help 15 6,892 Apr-11-2019, 07:51 PM
    Thread: IFC entities extracted twice
Post: RE: Help with Python and ifcopenshell

(Apr-11-2019, 09:42 AM)Larz60+ Wrote: As micseydel stated earlier: Quote:You're far less likely to get a reply if people have to go off-site.I apologise. I am explaining the new problem which I have...
gurbhej_singh General Coding Help 15 6,892 Apr-11-2019, 12:04 PM
    Thread: IFC entities extracted twice
Post: RE: Help with Python and ifcopenshell

Greetings for the day, I have done some changes in the code and make it run. But I have faced another problem which I have explained in other thread. The link to the thread:- https://python-forum.io/...
gurbhej_singh General Coding Help 15 6,892 Apr-11-2019, 09:39 AM
    Thread: IFC entities extracted twice
Post: IFC entities extracted twice

Greetings for the day, I am working with IfcOpenShell and Python on the extraction of IFC entities. I have developed a Python code which I want to use to extract the structural model from the architec...
gurbhej_singh General Coding Help 15 6,892 Apr-11-2019, 09:25 AM
    Thread: IFC entities extracted twice
Post: RE: Help with Python and ifcopenshell

(Mar-19-2019, 02:26 AM)micseydel Wrote: As Larz said, you should be posting in code tags. You're far less likely to get a reply if people have to go off-site. Also, I haven't looked at the links but...
gurbhej_singh General Coding Help 15 6,892 Mar-19-2019, 03:38 AM

User Panel Messages

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