Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 363 online users. » 2 Member(s) | 349 Guest(s) Apple, Bing, Google, AOL, Baidu, Yandex, Mojeek, Twitter, Axel_Erfurt, tomanadoveza
|
Latest Threads |
Qt Event Filtering
Forum: GUI
Last Post: Axel_Erfurt
50 minutes ago
» Replies: 1
» Views: 27
|
Convert .pdf to .txt
Forum: General Coding Help
Last Post: Pedroski55
3 hours ago
» Replies: 7
» Views: 360
|
Trouble Importing cell2lo...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 04:00 PM
» Replies: 3
» Views: 225
|
Why is bool() an instance...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 02:41 AM
» Replies: 5
» Views: 228
|
[SOLVED] Why does regex f...
Forum: General Coding Help
Last Post: Pedroski55
Jul-11-2025, 11:52 PM
» Replies: 7
» Views: 3,980
|
Custom Sorting List of Di...
Forum: Homework
Last Post: Larz60+
Jul-11-2025, 03:34 PM
» Replies: 1
» Views: 141
|
Coding Standards
Forum: General Coding Help
Last Post: snippsat
Jul-11-2025, 01:12 PM
» Replies: 2
» Views: 222
|
Make code run faster: poi...
Forum: General Coding Help
Last Post: FrankBuckland
Jul-11-2025, 07:24 AM
» Replies: 3
» Views: 763
|
Cleaning my code to make ...
Forum: General Coding Help
Last Post: FrankBuckland
Jul-11-2025, 07:20 AM
» Replies: 14
» Views: 4,340
|
Data cleaning help
Forum: General Coding Help
Last Post: FrankBuckland
Jul-11-2025, 07:18 AM
» Replies: 2
» Views: 2,915
|
|
|
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
|
|
|
|