| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,247
» Latest member: Kacper
» Forum threads: 38,779
» Forum posts: 175,813
Full Statistics
|
| Online Users |
There are currently 54 online users. » 0 Member(s) | 45 Guest(s) Google, Bing, AOL, Facebook Dev, Apple
|
| Latest Threads |
New to python and coding
Forum: Homework
Last Post: Larz60+
9 hours ago
» Replies: 1
» Views: 53
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
10 hours ago
» Replies: 11
» Views: 260
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
10 hours ago
» Replies: 3
» Views: 101
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Today, 05:07 AM
» Replies: 5
» Views: 231
|
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:37 AM
» Replies: 1
» Views: 92
|
Data Science
Forum: Data Science
Last Post: mamta25
Yesterday, 05:27 AM
» Replies: 3
» Views: 2,601
|
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 187
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 172
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,873
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,408
|
|
|
| Code 60 error |
|
Posted by: Led_Zeppelin - Oct-19-2021, 04:37 PM - Forum: General Coding Help
- Replies (3)
|
 |
[code]
# check pycaret vrsion
import pycaret
print('PyCaret: %s' % pycaret.__version__)
from sklearn.ensemble import ExtraTreesClassifier
import ..... More
|
|
|
| define entry via class on a loop |
|
Posted by: drSlump - Oct-19-2021, 07:45 AM - Forum: GUI
- Replies (9)
|
 |
I have defined an entry via the following class:
[python]class Entry(object):
def __init__(self):#, foo1, foo2, nac, root, row): #*args, **k..... More
Attached Files
Thumbnail(s)
|
|
|
| Printing During a Loop |
|
Posted by: apeltes - Oct-19-2021, 04:02 AM - Forum: Homework
- Replies (16)
|
 |
Hello! I am doing a project for a beginning coding course.
It's a simple guessing game. The user guesses a secret number.
The code has a while loop...... More
Attached Files
code.py (Size: 790 bytes / Downloads: 391)
|
|
|
| while loops |
|
Posted by: Paulman - Oct-18-2021, 04:13 PM - Forum: Homework
- Replies (11)
|
 |
Hello,
Is there anybody who can help with a problem with the while loops?
__________________________________________________________________
I'm ..... More
|
|
|
| plot(n, f(n)) |
|
Posted by: melvin13 - Oct-16-2021, 08:10 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hello,
I'm having a hard time understanding something:
[python]
from pylab import *
import numpy as np
import numpy.fft as npft
import scipy.io.wavfi..... More
|
|
|
| Son's homework |
|
Posted by: Sinky100 - Oct-16-2021, 09:41 AM - Forum: Homework
- Replies (1)
|
 |
Hi,
My son is is having issues with the below homework.
For a temporary wifi system at an event:
- Enter number of Access Points (AP):
- Enter..... More
|
|
|
|