Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 712 online users. » 0 Member(s) | 705 Guest(s) Bing, Mojeek, Google, Apple, Yandex, Baidu
|
Latest Threads |
How can I write formatted...
Forum: General Coding Help
Last Post: hanmen9527
Yesterday, 12:26 PM
» Replies: 13
» Views: 28,745
|
problems with netcdf if I...
Forum: General Coding Help
Last Post: vytlacfoto
Yesterday, 05:31 AM
» Replies: 17
» Views: 1,414
|
How to attach images to a...
Forum: Board
Last Post: sethmike9
May-19-2025, 04:08 AM
» Replies: 6
» Views: 8,896
|
How To Attach data Files
Forum: Board
Last Post: sethmike9
May-19-2025, 04:05 AM
» Replies: 3
» Views: 4,156
|
Text frame
Forum: Homework
Last Post: Pedroski55
May-18-2025, 07:39 PM
» Replies: 2
» Views: 401
|
Python automation: Sendin...
Forum: General Coding Help
Last Post: olips784
May-18-2025, 06:28 PM
» Replies: 0
» Views: 200
|
class Blockage not projec...
Forum: General Coding Help
Last Post: deanhystad
May-15-2025, 04:32 PM
» Replies: 1
» Views: 311
|
Import vs from x import
Forum: General Coding Help
Last Post: snippsat
May-15-2025, 04:09 PM
» Replies: 1
» Views: 250
|
Trouble with Average Calc...
Forum: General Coding Help
Last Post: Pate
May-15-2025, 07:38 AM
» Replies: 4
» Views: 1,423
|
tracking version during r...
Forum: News and Discussions
Last Post: Skaperen
May-15-2025, 12:25 AM
» Replies: 0
» Views: 185
|
|
|
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
|
|
|
PDF file split and copy |
Posted by: rob101 - Nov-17-2022, 02:20 PM - Forum: Code sharing
- No Replies
|
 |
Mostly in the interests of learning, but also for a practical application, I've been looking for a way to copy pages from a PDF file and write said pa..... More
|
|
|
String to Number in Python |
Posted by: Godjuned - Nov-16-2022, 06:36 PM - Forum: Homework
- Replies (3)
|
 |
Number: positive, up to billion (10 digits)
Example 1:
Input : I bought twenty three packs of bread
Output : I bought 23 packs of bread
Exampl..... More
|
|
|
|