Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 51 online users. » 0 Member(s) | 48 Guest(s) Bing, Google, AOL
|
Latest Threads |
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: SpongeB0B
2 hours ago
» Replies: 2
» Views: 89
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Today, 03:05 AM
» Replies: 4
» Views: 2,019
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 429
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,072
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,133
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 799
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,090
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,537
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,126
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,581
|
|
|
Manage Iges Cad Model |
Posted by: achilledue - May-20-2019, 06:45 PM - Forum: Data Science
- No Replies
|
 |
Hello
I have to displace the origin and rotate an iges cad model.
Is it possible to use a Python script?
I saw pyigs module but it is an alpha.
..... More
|
|
|
Plot list |
Posted by: arthurvercruysse - May-20-2019, 10:23 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hello, I need your help
How can I plot a list of numbers? Because I don't want to plot point by point.
In my example I want to plot the x-values whe..... More
|
|
|
Ellipsis |
Posted by: Skaperen - May-19-2019, 11:04 PM - Forum: News and Discussions
- Replies (3)
|
 |
what is Ellipsis (the type with only one value expressed by the literal ...) used for?
|
|
|
Heat Map Question |
Posted by: punksnotdead - May-19-2019, 09:16 PM - Forum: GUI
- Replies (2)
|
 |
Hope this is OK but as I didn't receive replies to my previous thread, thought i'd try to make the question simpler.
The following code creates a 64x..... More
|
|
|
pandas install error |
Posted by: loren41 - May-19-2019, 06:53 PM - Forum: Data Science
- Replies (5)
|
 |
Python package installed but gives dependency error on import of pandas.
Traceback (most recent call last):
File "/home/bob/Python_work_area/csv..... More
|
|
|
How to create a new plot in a figure right below the first one after click event? |
Posted by: codexx - May-19-2019, 04:45 PM - Forum: Homework
- Replies (1)
|
 |
Given a matrix (list of lists)
A = [[1, 2, 3],
[4, 6, 8],
[9, 12, 15]]
and a list [python]x = [1, 2,..... More
|
|
|
Addressing with np.where |
Posted by: pberrett - May-19-2019, 11:17 AM - Forum: Data Science
- No Replies
|
 |
Hi everyone
I am rewriting my program to eliminate for loops and using numpy arrays to do so.
I am stuck at the following problem.
First here..... More
|
|
|
SQL Query very slow |
Posted by: Larz60+ - May-18-2019, 11:02 PM - Forum: Bar
- Replies (10)
|
 |
This is sort of off topic, it involves python, but only as a wrapper around an sqlite3 query.
I have created an index on Places.Name, but this still ..... More
|
|
|
|