Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,933
» Latest member: goodvicent
» Forum threads: 38,721
» Forum posts: 175,503
Full Statistics
|
Online Users |
There are currently 38 online users. » 2 Member(s) | 32 Guest(s) AOL, Bing, Google, AOL, Pedroski55, goodvicent
|
Latest Threads |
LOST OF INVESTMENT SCAM
Forum: News and Discussions
Last Post: goodvicent
2 minutes ago
» Replies: 0
» Views: 1
|
Too much space between gr...
Forum: GUI
Last Post: deanhystad
3 hours ago
» Replies: 3
» Views: 906
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 358
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-15-2025, 08:58 PM
» Replies: 8
» Views: 2,495
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,543
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 424
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 133
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 2,923
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,177
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 862
|
|
|
I need a mentor |
Posted by: classik16 - Sep-21-2022, 01:34 PM - Forum: Bar
- Replies (5)
|
 |
Hello, My name is Frank from Ghana in the west africa, Please I just started learning python today.
Can i get a dedicated mentor i can ask question ..... More
|
|
|
Python Regex |
Posted by: quest - Sep-21-2022, 12:16 PM - Forum: General Coding Help
- Replies (2)
|
 |
I have the following text file:
[output]S = 0, X are: (1, 0, 1, 1, 0, 0, )S = 0, Z are: (0, 1, 1, 1, 0, 1, )Data bits measurement:0, 0, 0, 1, 1, 1, 1..... More
|
|
|
Simple calculator |
Posted by: ryza - Sep-21-2022, 11:02 AM - Forum: Homework
- Replies (3)
|
 |
[python]
import math
def allString(first, second):
operation = ('add', 'subtract', 'multiply', 'divide')
for v in operation:
print(f"..... More
|
|
|
Pylint |
Posted by: DPaul - Sep-21-2022, 07:00 AM - Forum: Bar
- No Replies
|
 |
Hi,
Question: to what extent is "pylint" a reliable analysis.
I have applied pylint to a program, and over half the comments are about vars not bein..... More
|
|
|
Hangman Game |
Posted by: monkeydesu - Sep-21-2022, 03:11 AM - Forum: Code Review
- Replies (1)
|
 |
I've been teaching myself how to code for a few weeks and did a hangman game all by myself! I'm so chuffed ! Such a good feeling and I still can't bel..... More
|
|
|
pyqt6 and random emoji |
Posted by: menator01 - Sep-19-2022, 06:46 PM - Forum: Code sharing
- No Replies
|
 |
Just thought it was kinda cool.
[python]from PyQt6.QtWidgets import (QLabel, QApplication, QWidget, QMainWindow, QVBoxLayout, QPushButton)
import ..... More
|
|
|
Server Http and Https |
Posted by: JohnnyCoffee - Sep-18-2022, 08:03 PM - Forum: Networking
- Replies (2)
|
 |
[align=justify]I started a project of a web server that accepts http and https requests for the python language. The idea is to no longer depend on ws..... More
|
|
|
|