| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,308
» Latest member: NeoQuant
» Forum threads: 38,799
» Forum posts: 175,912
Full Statistics
|
| Online Users |
There are currently 52 online users. » 0 Member(s) | 46 Guest(s) Applebot, Bing, Google, Google Image, AOL
|
| Latest Threads |
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
25 minutes ago
» Replies: 0
» Views: 8
|
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
4 hours ago
» Replies: 8
» Views: 209
|
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
9 hours ago
» Replies: 3
» Views: 11,102
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 183
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 706
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,822
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 174
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 151
|
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 244
|
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,226
|
|
|
| for-loop issue |
|
Posted by: digysol - Oct-24-2018, 05:56 PM - Forum: General Coding Help
- Replies (2)
|
 |
I have a function with a for-loop containing a large (32) number of statements. But, the for-loop performs only 1 iteration. I double checked the code..... More
|
|
|
| Numpy DOT vs Matmul |
|
Posted by: shankar - Oct-24-2018, 06:32 AM - Forum: Data Science
- No Replies
|
 |
I used np.dot() and np.matmul() both are giving same results.Are they same for any dimensional arrays?
How broadcasting works for np.dot() with dif..... More
|
|
|
| how to create qt plugins |
|
Posted by: pyuser123 - Oct-24-2018, 02:14 AM - Forum: GUI
- Replies (3)
|
 |
dear forum members,
I am new to python GUI development. I'd like to make a simple application which I can extend by plugins.
How can I write a..... More
|
|
|
| How to split a string containing function calls? |
|
Posted by: Metalman488 - Oct-24-2018, 01:00 AM - Forum: General Coding Help
- Replies (4)
|
 |
So I am working on a program that takes function calls like:
add(2,2)
multiply(1,2)
add(add(2,2),6)
multiply(add(add(1,3),2),3)
add(add(2,2),add(..... More
|
|
|
| What are "__builtins__"? |
|
Posted by: microphone_head - Oct-23-2018, 06:16 PM - Forum: Bar
- Replies (5)
|
 |
Hi all,
Does anyone have any useful links or can give any help on what "__builtins__" are? I did a "dir()" in my shell and noticed this. Does thi..... More
|
|
|
| find hidden python files |
|
Posted by: bobsmith76 - Oct-23-2018, 06:10 PM - Forum: General Coding Help
- Replies (4)
|
 |
I have a built-in operation which is eating up 74% of the run time in my code and I'm having a very difficult time tracking down its location. If look..... More
Attached Files
Thumbnail(s)
|
|
|
| utf-8 error with pandas read_csv |
|
Posted by: logues - Oct-23-2018, 05:25 PM - Forum: Data Science
- No Replies
|
 |
I'm trying to read in several large data files (~600-700k rows) as dataframes so I can clean and append them to create a large panel dataset. When I'm..... More
|
|
|
| PyCharm Help |
|
Posted by: benevolentbagelbites - Oct-23-2018, 01:06 PM - Forum: Homework
- Replies (4)
|
 |
I started to learn how to open files up in PyCharm; however, the file will 'open' using open(), but then nothing else in the program will execute. No..... More
|
|
|
|