Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,983
» Latest member: bimosora
» Forum threads: 38,734
» Forum posts: 175,571
Full Statistics
|
Online Users |
There are currently 65 online users. » 0 Member(s) | 58 Guest(s) Bing, Google, Facebook Dev, Internet Archive
|
Latest Threads |
create ocr to detect lice...
Forum: General Coding Help
Last Post: bimosora
58 minutes ago
» Replies: 0
» Views: 12
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Pedroski55
9 hours ago
» Replies: 5
» Views: 158
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,033
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 445
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,079
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,144
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 816
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,099
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,544
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,133
|
|
|
development of network equipment |
Posted by: elstolbo - Dec-24-2019, 12:10 AM - Forum: GUI
- Replies (2)
|
 |
Hi programmers, I need some advice on the application I am developing in python. It is an application that will be something like a network device tha..... More
|
|
|
Optimisation |
Posted by: H0M1C1D4L_P1G - Dec-23-2019, 06:51 PM - Forum: General Coding Help
- Replies (3)
|
 |
Just a python noob wondering if there's a better method for delaying the order in which a program asks for an input, rather than just separating comma..... More
|
|
|
Permutations |
Posted by: mikke3141 - Dec-23-2019, 05:48 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi,
I'm new to Python and trying to learn the basics. How can I only show unique lists as a result so that if the list values are just in a differe..... More
|
|
|
select nan value |
Posted by: fullstop - Dec-23-2019, 04:17 PM - Forum: Data Science
- Replies (1)
|
 |
I have a dataframe which have 2 columns. They have mutually exclusive nan in the cells. I mean the place where col1 is nan, col2 have some numerical v..... More
|
|
|
Meaning |
Posted by: Jpen10 - Dec-23-2019, 03:43 PM - Forum: GUI
- Replies (2)
|
 |
Since python is very confusing and much of the syntax is kicking my butt, what does "import tkinter as tk" and "root= tk.Tk()" mean?
|
|
|
From comand line to GUI |
Posted by: elmatte - Dec-23-2019, 09:18 AM - Forum: GUI
- Replies (5)
|
 |
Command line to GUI!
Hi! I am working as a teacher in a school in Sweden. I have created a simpel program that takes a date and then calculates the n..... More
|
|
|
Oil Refinery |
Posted by: refineryuser - Dec-22-2019, 07:39 PM - Forum: General Coding Help
- Replies (1)
|
 |
Dear all,
An oil refinery processes a total of 20 types of crude oil over 2 years. At any one time, the refinery runs a mixture of 3-5 types crude ..... More
|
|
|
EduKit 1 problems |
Posted by: birdwatcher - Dec-22-2019, 04:25 PM - Forum: General Coding Help
- Replies (5)
|
 |
Hi, I'm relatively new to Python but have some experience coding on the EduKit 1. I have been set a challenge of writing code so that when I press the..... More
|
|
|
tkinter canvas help |
Posted by: pythonprogrammer - Dec-22-2019, 03:17 AM - Forum: GUI
- Replies (5)
|
 |
Trying to get some help with Tkinter canvas. In the code below in the def chartones() method I am trying to figure out how to access the canvas I have..... More
|
|
|
Python 3.8 := |
Posted by: jgitlin - Dec-22-2019, 01:16 AM - Forum: General Coding Help
- Replies (4)
|
 |
Since Python 3.8 allows one to combine assignment with a condition like:
if (x:=f()) == 1:
print("function returned 1")
Is there any reason in Pyt..... More
|
|
|
Image only moving upwards |
Posted by: GalaxyCoyote - Dec-21-2019, 11:25 PM - Forum: GUI
- Replies (1)
|
 |
I am trying to create pong in canvas (so I can get used to it for potential applications), but I ran into 2 problems.
1. w and s keys move Player 1 u..... More
|
|
|
|