Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,932
» Latest member: XenonBlack
» Forum threads: 38,720
» Forum posts: 175,502
Full Statistics
|
Online Users |
There are currently 39 online users. » 0 Member(s) | 36 Guest(s) Bing, AOL, Google
|
Latest Threads |
Too much space between gr...
Forum: GUI
Last Post: deanhystad
1 hour ago
» Replies: 3
» Views: 889
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Today, 07:07 AM
» Replies: 1
» Views: 354
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 08:58 PM
» Replies: 8
» Views: 2,477
|
real community
Forum: News and Discussions
Last Post: decuser
Yesterday, 08:16 PM
» Replies: 3
» Views: 1,532
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:45 PM
» Replies: 1
» Views: 406
|
looking for help
Forum: Bar
Last Post: Azdaghost
Yesterday, 05:03 PM
» Replies: 0
» Views: 128
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Yesterday, 03:28 PM
» Replies: 7
» Views: 2,912
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,164
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 849
|
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Sep-14-2025, 11:25 AM
» Replies: 7
» Views: 2,239
|
|
|
pickle problem |
Posted by: DPaul - Sep-26-2022, 09:22 AM - Forum: General Coding Help
- Replies (13)
|
 |
Hi,
I can write and read pickle files, no problem.
But if I lookup how to merge a pickle file to an existing pickle file, I get somewhat confused,
I f..... More
|
|
|
If - Then With Dates |
Posted by: Hockey_Rob - Sep-25-2022, 03:53 PM - Forum: General Coding Help
- No Replies
|
 |
All,
I am very new to python and I am struggling to create conditional formulas with dates. I have two excel spreadsheets that I have read in usin..... More
|
|
|
0 == 0 is 0 |
Posted by: yalajules - Sep-25-2022, 03:49 PM - Forum: General Coding Help
- Replies (4)
|
 |
Hi,
I don't understand why 0 == 0 is 0 returns True ? What is the order of priority ?
Although (0==0) is 0 returns False and 0 == (0 is 0..... More
|
|
|
Using scipy.optimize: curve_fit |
Posted by: ju21878436312 - Sep-24-2022, 01:15 PM - Forum: Data Science
- No Replies
|
 |
Hey there,
I would like to model exponential data by a curve_fit with scipy. The fit fits well for small x-values, but less so for bigger x-values..... More
|
|
|
|