| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,246
» Latest member: isla123456
» Forum threads: 38,779
» Forum posts: 175,813
Full Statistics
|
| Online Users |
There are currently 43 online users. » 0 Member(s) | 41 Guest(s) Google, Bing
|
|
|
| Closing Modal Window in QT |
|
Posted by: nieselfriem - Apr-19-2017, 03:32 PM - Forum: GUI
- No Replies
|
 |
Hello,
I create a modal dialog in PyQT5 in this way:
[python]
from PyQt5 import QtCore, QtGui, QtWidgets
class FirmUi_Dialog(object):
..... More
|
|
|
| The most commonly used IDE? |
|
Posted by: Aliasing - Apr-19-2017, 01:20 AM - Forum: GUI
- Replies (6)
|
 |
I am a newcomer to python. I need to ask some professional advice. What kind of the integrated development environments is the most commonly used to d..... More
|
|
|
| Code Review? |
|
Posted by: PappaBear - Apr-18-2017, 06:06 AM - Forum: General Coding Help
- Replies (9)
|
 |
I'm back. I have my first _working_ python script! Woot! It takes a Cisco ASA config, and converts certain aspects (network objects, services objec..... More
|
|
|
| List Comprehension to exclude first row |
|
Posted by: tkj80 - Apr-18-2017, 02:37 AM - Forum: General Coding Help
- Replies (5)
|
 |
Hi,
I have a list:
mylist = [ [header1, header2, header3], [1,2,3], [4,5,6]] how could I use list comprehension to create a ..... More
|
|
|
| New reply |
|
Posted by: Larz60+ - Apr-17-2017, 11:22 PM - Forum: Board
- Replies (9)
|
 |
New reply working like post edit
How, if you were the last poster to a thread, do you really start
a new reply? Clicking the new reply still appends..... More
|
|
|
| PyPong |
|
Posted by: TerryRitchie - Apr-17-2017, 04:05 PM - Forum: Code sharing
- Replies (5)
|
 |
A simple little pong game I created using Pygame.
[python]#########################################################################################..... More
|
|
|
|