| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,236
» Latest member: Cristiano
» Forum threads: 38,776
» Forum posts: 175,790
Full Statistics
|
| Online Users |
There are currently 31 online users. » 0 Member(s) | 29 Guest(s) Bing, Google
|
| Latest Threads |
Two arguments in input fu...
Forum: General Coding Help
Last Post: noisefloor
6 hours ago
» Replies: 3
» Views: 79
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
9 hours ago
» Replies: 3
» Views: 91
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 07:29 PM
» Replies: 0
» Views: 64
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:59 AM
» Replies: 3
» Views: 98
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Yesterday, 09:09 AM
» Replies: 452
» Views: 375,034
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:07 AM
» Replies: 2
» Views: 3,362
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,552
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 180
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,193
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,437
|
|
|
| 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
|
|
|
| Transparent Canvas |
|
Posted by: finndude - Sep-18-2022, 02:59 PM - Forum: GUI
- Replies (8)
|
 |
Hi,
I have this code here:
[python]
from tkinter import *
window=Tk()
window.title("Drawing Shapes on Button Press")
window.attribut..... More
|
|
|
| Question: print issue |
|
Posted by: python202209 - Sep-17-2022, 06:45 PM - Forum: General Coding Help
- Replies (3)
|
 |
Ask a silly question:
Why I got SyntaxError for print(1,012,000) but not print(1,000,000)?
See attached screenshot.
Attached Files
Thumbnail(s)
|
|
|
| Coding Eror |
|
Posted by: Led_Zeppelin - Sep-17-2022, 03:25 PM - Forum: General Coding Help
- Replies (3)
|
 |
The following Python code generates an error:
[code]
q = image_data_org.loc[image_data_org.loc['machine_status']==0]['time_period']
p = image_dat..... More
Attached Files
Thumbnail(s)
|
|
|
| pdf lookalikes |
|
Posted by: DPaul - Sep-17-2022, 07:15 AM - Forum: Bar
- No Replies
|
 |
Hi,
Some service-minded villages have made their 1000s of prayer cards available to the public as pdfs.
Or so it seems, because the thing's extension..... More
|
|
|
| MadLib game |
|
Posted by: dgizzly - Sep-16-2022, 08:44 PM - Forum: Homework
- Replies (2)
|
 |
I am in the pursuit of becoming an IT for cyber security and I have this online class that I'm pretty much learning on my own. I am stuck on the part ..... More
|
|
|
|