Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,992
» Latest member: maribita
» Forum threads: 38,736
» Forum posts: 175,580
Full Statistics
|
Online Users |
There are currently 49 online users. » 1 Member(s) | 43 Guest(s) Applebot, Bing, Google, AOL, maribita
|
Latest Threads |
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
3 hours ago
» Replies: 1
» Views: 69
|
print does not open conso...
Forum: General Coding Help
Last Post: Pedroski55
8 hours ago
» Replies: 2
» Views: 95
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Yesterday, 03:05 PM
» Replies: 3
» Views: 2,537
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:58 PM
» Replies: 2
» Views: 99
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:56 PM
» Replies: 6
» Views: 216
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,047
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 463
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,096
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,168
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 851
|
|
|
Dictionaries in Lists |
Posted by: szbeco - Nov-05-2019, 10:23 AM - Forum: Homework
- Replies (6)
|
 |
Hi there!
I started learning Python with the help of "Python Crash Course" by Eric Matthes. The progress is good, but I stuck at one of the ..... More
|
|
|
csv reader |
Posted by: kgiles - Nov-04-2019, 08:25 PM - Forum: General Coding Help
- Replies (3)
|
 |
I'm very early on in python, but I'm trying to process a csv file with this code:
[python]
# importing csv module
import csv
# csv file name..... More
|
|
|
Question about Python Code |
Posted by: Than999 - Nov-04-2019, 06:39 PM - Forum: Homework
- Replies (10)
|
 |
Hi, I was wondering if someone can help me understand this Python code. If I have a list with a collection of 3, 2, 5, 7, 6, 8 as show below. How is ..... More
|
|
|
Coding |
Posted by: srvmig - Nov-04-2019, 04:10 PM - Forum: General Coding Help
- Replies (5)
|
 |
I have a series of data like x = [ 103, 104, 110 , 108, 115] and another number in z = [100]. I get the percentage of changes like changes = (x-z)/z. ..... More
|
|
|
cv2 show image |
Posted by: mcgrim - Nov-04-2019, 01:33 PM - Forum: General Coding Help
- Replies (4)
|
 |
I am trying to display the images I take with the webcam.
The iteration presents no issue, but right after the loop is finished,
I get this error:
[..... More
|
|
|
HELP ME!! |
Posted by: Luke_0162 - Nov-04-2019, 11:49 AM - Forum: General Coding Help
- Replies (10)
|
 |
I got some problems with creating the following python programme. I want to let python to calculate the sum by itself while the student fills in the a..... More
|
|
|
Age calculation |
Posted by: Kaanatmaca - Nov-04-2019, 08:57 AM - Forum: Homework
- Replies (4)
|
 |
Hi,how can we calculate someones age by using python coding? (In the calculation not only the diffrence between years are needed,the months and days s..... More
|
|
|
Python exercise |
Posted by: HY2000 - Nov-04-2019, 06:13 AM - Forum: Homework
- Replies (2)
|
 |
For the file attached below, add the following two functions to the code.
1. A search by programme ID function. When this function is selected, a u..... More
|
|
|
How do I map a list of values to specified colors? |
Posted by: larkypython - Nov-04-2019, 02:54 AM - Forum: General Coding Help
- Replies (4)
|
 |
Here is what I want to do:
a list of 19 values:
[-1, 1, -2, 2, -3, 3, -4, 4, -5, 5, -6, 6, -7, 7, -8, 8, -9, 9, 0]
I would like the color grey gradual..... More
|
|
|
Python and a pivot table |
Posted by: stilwellj - Nov-04-2019, 12:56 AM - Forum: Data Science
- No Replies
|
 |
I am trying to create a output pivot table from raw data to a table in a new excel file. below is my error message and my code. I have uploaded my ful..... More
|
|
|
|