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 40 online users. » 0 Member(s) | 36 Guest(s) Baidu, Google, Yandex
|
|
|
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
|
|
|
Help discord bot |
Posted by: Edward - Sep-15-2022, 09:55 PM - Forum: General Coding Help
- No Replies
|
 |
Hello! At a command "test" call writes an error in a stream. Help fix
[python]from re import M
import discord, asyncio
from discord.ext import co..... More
|
|
|
df.loc question |
Posted by: Led_Zeppelin - Sep-15-2022, 06:26 PM - Forum: General Coding Help
- Replies (1)
|
 |
In the following code which as you can see there is one dataframe.
[code]
q = df.loc[df2['machine_status']==0]['sensor_06']
p = df.loc[df2['machi..... More
|
|
|
color vision |
Posted by: Skaperen - Sep-14-2022, 06:40 PM - Forum: Bar
- Replies (11)
|
 |
when i look at images on my laptop's display (System 76 KuduPro from 2014), they look fine with colors close enough for me. whites look white.
whe..... More
|
|
|
Sorting a dictionary |
Posted by: v_mn - Sep-12-2022, 05:08 PM - Forum: General Coding Help
- Replies (2)
|
 |
I have a dictionary like:
[python]dic = {0: [('key1', 0.061),
('key2', 0.034),
('key3', 0.046),
('key4', 0.0593),
('key5', 0.091)],
1: ..... More
|
|
|
[SOLVED]PyQt5 tutorial |
Posted by: Barrowman - Sep-12-2022, 04:06 PM - Forum: GUI
- Replies (9)
|
 |
I am trying to see if I want to use PyQt5 and am working my way through some tutorials. I haven't got very far yet.
This one does not show the toolti..... More
|
|
|
|