Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,588
Full Statistics
|
Online Users |
There are currently 40 online users. » 0 Member(s) | 35 Guest(s) Bing, Apple, Google, AOL
|
Latest Threads |
Another app idea - intera...
Forum: News and Discussions
Last Post: Biks
6 hours ago
» Replies: 1
» Views: 1,812
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Biks
6 hours ago
» Replies: 3
» Views: 1,114
|
real community
Forum: News and Discussions
Last Post: Biks
6 hours ago
» Replies: 4
» Views: 3,065
|
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
8 hours ago
» Replies: 5
» Views: 170
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
10 hours ago
» Replies: 4
» Views: 140
|
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 08:57 AM
» Replies: 1
» Views: 89
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Oct-02-2025, 03:05 PM
» Replies: 3
» Views: 2,556
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Oct-02-2025, 01:56 PM
» Replies: 6
» Views: 252
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,063
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 484
|
|
|
How do I make zip() append a value to a key? |
Posted by: rm197 - Oct-01-2019, 06:18 PM - Forum: General Coding Help
- Replies (1)
|
 |
I have these two arrays:
arr1 = ['sub1', 'sub1', 'sub2', 'sub1', 'sub1', 'sub2'] [python]arr2 = [1.9 , 2.2 , 9.1 , 7.3 , 4...... More
|
|
|
download from python |
Posted by: mpellegrini - Oct-01-2019, 04:18 PM - Forum: Networking
- Replies (6)
|
 |
I'd like to download a file present at follow link
But the follow code python get me the error "HTTPError: Unauthorized":
import urllib.request
url ..... More
|
|
|
Moving Files |
Posted by: Evil_Patrick - Oct-01-2019, 03:54 PM - Forum: General Coding Help
- Replies (4)
|
 |
Newbie Alert
[python]
import os
import glob
import shutil
path = input('Enter folder location: ')
os.chdir(path)
try:
os.makedirs('..... More
|
|
|
Store data in array |
Posted by: kasper1903 - Oct-01-2019, 03:34 PM - Forum: Homework
- Replies (4)
|
 |
Hi guys.
I have some trouble with this code. I want to store my data from a csv into an array - The data consist both of text, dates and numbers. ..... More
|
|
|
Regression Event |
Posted by: navigates - Oct-01-2019, 07:57 AM - Forum: Data Science
- Replies (1)
|
 |
I have a requriement
I have to perform a regression on a data set that has the following data
Age of Person at time of data collection
Date
chol..... More
|
|
|
Yahtzee |
Posted by: sdickey9480 - Oct-01-2019, 03:41 AM - Forum: Homework
- Replies (1)
|
 |
The following program is a simplified version of Yahtzee, using only 3 die, and keeps a running total of your score vs the computer. Can anybody tell ..... More
|
|
|
Function question |
Posted by: JimBob9432 - Sep-30-2019, 11:20 PM - Forum: Homework
- Replies (2)
|
 |
So, for my homework assignment, I am required to write a function called "check_answer" which will determine if a given addition or subtraction proble..... More
|
|
|
|