Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,535
» Latest member: rb9594
» Forum threads: 38,663
» Forum posts: 175,195
Full Statistics
|
Online Users |
There are currently 33 online users. » 0 Member(s) | 29 Guest(s) Baidu, Bing, Yandex, Google
|
|
|
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
|
|
|
|