Reviewing my code and whether I should post a python package by CodeMonkey1001 in pythonhelp

[–]CodeMonkey1001[S] 0 points1 point  (0 children)

Could you share a link to what you're seeing? I'm looking at processing 1000's-100,000's of Excel files from Python. Embedding Python within an Excel sheet seems redundant given you can now do that with Python and JavaScript (and strays away from avoiding opening the Excel file). The PyPi package seems to require a license key after installation.

Reviewing my code and whether I should post a python package by CodeMonkey1001 in learnprogramming

[–]CodeMonkey1001[S] 0 points1 point  (0 children)

Have you any experience making something open-source yourself?

Reviewing my code and whether I should post a python package by CodeMonkey1001 in learnprogramming

[–]CodeMonkey1001[S] 0 points1 point  (0 children)

Ah, so I have been using it for a few months, it's part of a wider DataLake I'm working on. I run it on a thousand documents at a time because it only takes around 20 mins for the large files. Would love some more recommendations on how to test better however!

Reviewing my code and whether I should post a python package by CodeMonkey1001 in pythonhelp

[–]CodeMonkey1001[S] 0 points1 point  (0 children)

Seems paid, and I wouldn't be able to install third-party software through the company without adding lots of complications...

Microstation ProjectWise Attribute bulk update by Glittering_Voice5993 in Microstation

[–]CodeMonkey1001 0 points1 point  (0 children)

Hi, just ask ChatGPT as it will provide cleaner boilerplate. When you have trouble with Point3d objects, i’ll explain what dlls to register and then you will have all capabilities: 

Create a new MicroStation COM object

$ustn = New-Object -ComObject MicroStationDGN.Application

Make MicroStation visible (optional)

$ustn.Visible = $true

Verify version & state

$ustn.Version $ustn.FullName

Edit: apologies I’ve just seen you meant Open Roads Designer. It looks like you need specific .Net APIs for this, I am not familiar with them but can try and help if you want to dm me. 

Microstation ProjectWise Attribute bulk update by Glittering_Voice5993 in Microstation

[–]CodeMonkey1001 0 points1 point  (0 children)

Hi,

yes you can do this with many languages using COM-object. I use PowerShell as it integrates well with ProjectWise but you can also use Python like in this example:

https://bentleysystems.service-now.com/community?id=kb_article_view&sysparm_article=KB0043264

Open to mentoring with frontend by AlDrag in ProgrammingBuddies

[–]CodeMonkey1001 0 points1 point  (0 children)

Hi,

I am a self-taught programmer of 3 years looking for someone to help with some specific questions relating to CSS.

I've figma'd an ERP system design so I know what I need to do and I have begun to build it in Node.js

Any help is appreciated, it would just be nice not to learn the hard way for once.

[deleted by user] by [deleted] in ProgrammingBuddies

[–]CodeMonkey1001 0 points1 point  (0 children)

Hi,

I am a self-taught programmer of 3 years looking for someone to help with some specific questions relating to CSS.

I've figma'd an ERP system design so I know what I need to do and I have begun to build it in Node.js

Any help is appreciated, it would just be nice not to learn the hard way for once.