| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,310
» Latest member: QABOB
» Forum threads: 38,801
» Forum posts: 175,921
Full Statistics
|
| Online Users |
There are currently 41 online users. » 1 Member(s) | 37 Guest(s) Bing, Google, AOL
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
56 minutes ago
» Replies: 10
» Views: 272
|
Python compiler
Forum: General Coding Help
Last Post: NeoQuant
Yesterday, 08:01 PM
» Replies: 0
» Views: 51
|
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 87
|
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 41
|
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,115
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 200
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 728
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,836
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 198
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 163
|
|
|
| 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
|
|
|
|