Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,931
» Latest member: Lenowell
» Forum threads: 38,720
» Forum posts: 175,500
Full Statistics
|
Online Users |
There are currently 55 online users. » 0 Member(s) | 46 Guest(s) Bing, Google, Applebot, AOL, Twitter
|
Latest Threads |
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
2 hours ago
» Replies: 1
» Views: 339
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 08:58 PM
» Replies: 8
» Views: 2,337
|
real community
Forum: News and Discussions
Last Post: decuser
Yesterday, 08:16 PM
» Replies: 3
» Views: 1,459
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:45 PM
» Replies: 1
» Views: 282
|
looking for help
Forum: Bar
Last Post: Azdaghost
Yesterday, 05:03 PM
» Replies: 0
» Views: 91
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Yesterday, 03:28 PM
» Replies: 7
» Views: 2,806
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,055
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 746
|
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Sep-14-2025, 11:25 AM
» Replies: 7
» Views: 2,108
|
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Sep-14-2025, 11:16 AM
» Replies: 4
» Views: 15,976
|
|
|
animating 2d heat map |
Posted by: schniefen - Nov-20-2022, 10:00 PM - Forum: Homework
- No Replies
|
 |
Consider the following heat map:
[python]
from scipy import special
import numpy as np
import matplotlib.pyplot as plt
u0=200
r0x=25
r0y=25..... More
Attached Files
Thumbnail(s)
|
|
|
Old style TIF compression |
Posted by: DPaul - Nov-19-2022, 11:01 AM - Forum: Bar
- Replies (2)
|
 |
Hi,
I have come across a huge batch of tifs, scanned a long time ago.
When opened in the normal fashion with PIL:
[python]img = Image.open(scanPath)[/..... More
|
|
|
Python with C |
Posted by: Skaperen - Nov-19-2022, 03:25 AM - Forum: News and Discussions
- Replies (3)
|
 |
i want to get started writing some code that involves C. one aspect i want to ask those here that mix Python and C. is it preferred to have C coded ..... More
|
|
|
Help with list homework |
Posted by: eyal123 - Nov-17-2022, 08:40 PM - Forum: Homework
- Replies (5)
|
 |
I have a list that compared from 3 lists that compered from 0,1,2
like that:
[python][
[0, 0, 2, 2, 0, 1, 1],
[1, 0, 0, 0, 1, 0, 0],
..... More
|
|
|
|