| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,244
» Latest member: thebigback
» Forum threads: 38,777
» Forum posts: 175,800
Full Statistics
|
| Online Users |
There are currently 49 online users. » 0 Member(s) | 44 Guest(s) Google, AOL, Applebot
|
| Latest Threads |
I’m building a Python Dat...
Forum: GUI
Last Post: Gribouillis
7 minutes ago
» Replies: 6
» Views: 151
|
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Today, 05:37 AM
» Replies: 1
» Views: 66
|
Data Science
Forum: Data Science
Last Post: mamta25
Today, 05:27 AM
» Replies: 3
» Views: 2,582
|
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:56 AM
» Replies: 4
» Views: 156
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Nov-08-2025, 10:39 AM
» Replies: 3
» Views: 147
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 144
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,433
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,386
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,586
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 222
|
|
|
| nsimplify, make zero the really small numbers in the matrix |
|
Posted by: quest - Jan-19-2022, 05:22 AM - Forum: General Coding Help
- Replies (5)
|
 |
I created a symbolic matrix with sympy:
[python]
states = [1,2,3,4,5,6,7,8]
rho = np.array([[sympy.Symbol("rho{}{}".format(i,j)) for j in range(len(s..... More
|
|
|
about Numpy indexing. |
|
Posted by: water - Jan-18-2022, 07:54 PM - Forum: Data Science
- Replies (1)
|
 |
a = np.arange(25).reshape(5, 5)
a [output]
array([[ 0, 1, 2, 3, 4],
[ 5, 6, 7, 8, 9],
[10, 11, 12, 13, 1..... More
|
|
|
| datatype check |
|
Posted by: arkiboys - Jan-18-2022, 08:49 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hello,
using synapse pipeline, I generate a .parquet file with data in columns such as HoseNo (Which contains numbers), ClientName (which contains te..... More
|
|
|
| How to check if a list is in another list |
|
Posted by: finndude - Jan-17-2022, 09:33 AM - Forum: General Coding Help
- Replies (4)
|
 |
Hi All,
I have the below code:
[python]list_1 = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]
win_1 = ["1", "2", "3", "4"]
if win_1 ..... More
|
|
|
| Else |
|
Posted by: lucasteixeira - Jan-17-2022, 12:44 AM - Forum: General Coding Help
- Replies (1)
|
 |
Does anyone know a python code in which the else facilitates the flow of the program or is essential in some way, for example without the code getting..... More
|
|
|
|