Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,495
» Latest member: retnuh
» Forum threads: 38,580
» Forum posts: 174,822
Full Statistics
|
Online Users |
There are currently 687 online users. » 0 Member(s) | 681 Guest(s) Bing, Google, Yandex, Applebot, Internet Archive
|
Latest Threads |
problems with netcdf if I...
Forum: General Coding Help
Last Post: leo54
2 hours ago
» Replies: 17
» Views: 1,538
|
Pip help
Forum: General Coding Help
Last Post: leo54
2 hours ago
» Replies: 5
» Views: 613
|
How To Attach data Files
Forum: Board
Last Post: leo54
3 hours ago
» Replies: 4
» Views: 4,206
|
Languages
Forum: General Coding Help
Last Post: Gribouillis
3 hours ago
» Replies: 1
» Views: 66
|
Error on import: SyntaxEr...
Forum: General Coding Help
Last Post: Kiongi
Yesterday, 07:49 AM
» Replies: 8
» Views: 21,252
|
Wish to write a code for ...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 06:08 AM
» Replies: 3
» Views: 582
|
How can I write formatted...
Forum: General Coding Help
Last Post: hanmen9527
May-20-2025, 12:26 PM
» Replies: 13
» Views: 28,829
|
How to attach images to a...
Forum: Board
Last Post: sethmike9
May-19-2025, 04:08 AM
» Replies: 6
» Views: 8,950
|
Text frame
Forum: Homework
Last Post: Pedroski55
May-18-2025, 07:39 PM
» Replies: 2
» Views: 438
|
Python automation: Sendin...
Forum: General Coding Help
Last Post: olips784
May-18-2025, 06:28 PM
» Replies: 0
» Views: 238
|
|
|
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
|
|
|
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)
|
|
|
|