Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,955
» Latest member: samuel223
» Forum threads: 38,728
» Forum posts: 175,529
Full Statistics
|
Online Users |
There are currently 54 online users. » 0 Member(s) | 48 Guest(s) Bing, AOL, Applebot, Google, AOL
|
Latest Threads |
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
59 minutes ago
» Replies: 2
» Views: 96
|
How to retrieve money los...
Forum: General Coding Help
Last Post: samuel223
1 hour ago
» Replies: 1
» Views: 13
|
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
11 hours ago
» Replies: 3
» Views: 158
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 01:04 AM
» Replies: 0
» Views: 347
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,382
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,406
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 284
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 733
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 935
|
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,194
|
|
|
python error |
Posted by: Prashant93 - Aug-12-2018, 03:49 AM - Forum: General Coding Help
- Replies (17)
|
 |
Hello guys,
One small help
I have written a code
print('Temp={0:0.1f}*C Humidity={1:0.1f}%'.format(temperature, humidity))
and it..... More
|
|
|
Decorators |
Posted by: yksingh1097 - Aug-11-2018, 07:24 PM - Forum: General Coding Help
- Replies (2)
|
 |
I was going through a tutorial and encountered this code. Can anybody please make me understand the control flow of this code? Like which line is exec..... More
|
|
|
string error |
Posted by: satyam - Aug-11-2018, 05:00 PM - Forum: General Coding Help
- Replies (2)
|
 |
hey guys, I am new to python programming. I was practising a program that prints first half of a string. But I cant run the code. please identify the ..... More
|
|
|
a GUI beginner guide |
Posted by: Skaperen - Aug-11-2018, 06:50 AM - Forum: GUI
- Replies (8)
|
 |
i would like to find a GUI beginner guide aimed at someone who has programming experience, but none of it ever involving GUI. perhaps one of the earl..... More
|
|
|
lookup tables |
Posted by: Skaperen - Aug-11-2018, 01:40 AM - Forum: General Coding Help
- Replies (4)
|
 |
i am using lookup tables to define the logic to convert a sequence of octets in UTF-8 form to a Unicode code point. there are actually two tables. t..... More
|
|
|
Tkinter Entry widget and KeyPad intrgration |
Posted by: chiragarya1992 - Aug-11-2018, 01:09 AM - Forum: GUI
- No Replies
|
 |
I am developing Static IP configuration GUI on ubuntu Linux using Python tkinter.As shown in this IP Configuration GUI figure Where I have two Label a..... More
|
|
|
AudioConverter |
Posted by: Axel_Erfurt - Aug-10-2018, 07:39 PM - Forum: Code sharing
- Replies (3)
|
 |
convert Audio Files (flac, wav, m4a, ogg) in a folder to mp3 or ogg.
used PyQt5 and pydub (requires ffmpeg)
remove entries with 'Delete' Key
[url..... More
|
|
|
brownouts on 220/230/240 volts |
Posted by: Skaperen - Aug-10-2018, 06:59 AM - Forum: Bar
- No Replies
|
 |
how many people here, who power their computers with a mains voltage of 220/230/240 volts, ha experienced a brownout or other low voltage event?
th..... More
|
|
|
my un_utf8() function |
Posted by: Skaperen - Aug-10-2018, 02:06 AM - Forum: Bar
- No Replies
|
 |
i am making a function named un_utf8() that converts UTF-8 back to Unicode. i already wrote to_utf8() that converts Unicode to UTF-8. i know Python3..... More
|
|
|
|