Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,947
» Latest member: Markbel386
» Forum threads: 38,726
» Forum posts: 175,523
Full Statistics
|
Online Users |
There are currently 61 online users. » 0 Member(s) | 55 Guest(s) Applebot, Bing, Google, AOL, Mojeek
|
Latest Threads |
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 5
» Views: 9,110
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
6 hours ago
» Replies: 0
» Views: 42
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Today, 03:29 AM
» Replies: 2
» Views: 432
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 02:36 AM
» Replies: 0
» Views: 76
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 567
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,799
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,115
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,473
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,035
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,782
|
|
|
Help |
Posted by: alwillia - May-24-2018, 06:32 PM - Forum: Homework
- Replies (2)
|
 |
[python]
# Your code below...
name = " "
number_of_names = int(input("How many names do you have: "))
for i in range(number_of_names):
nex..... More
|
|
|
work with sound |
Posted by: bvonpark - May-24-2018, 10:07 AM - Forum: Jobs
- Replies (4)
|
 |
Hello,
i am looking for someone who could help me with my project. It should be a program for working with sound. Please send me a message if you a..... More
|
|
|
Memory Error |
Posted by: jason413 - May-24-2018, 10:07 AM - Forum: Data Science
- Replies (6)
|
 |
I manage a dataset of AMEX, NASDAQ and AMEX stocks over last 40 years. I encountered a memory error shown as follows:
File "C:\Users\lokac\Anaconda3..... More
|
|
|
Plotting data over a year |
Posted by: xero1998 - May-24-2018, 06:55 AM - Forum: Homework
- Replies (8)
|
 |
Hi!
I want to plot movements over a year but dont get it to work. Do anyone have any suggestions that could help?
[python]
class Corrections:..... More
|
|
|
Please Help |
Posted by: alwillia - May-24-2018, 02:48 AM - Forum: Homework
- Replies (1)
|
 |
[python]
"""
Write a program that asks the user for three test scores. The program should then report the average of these three scores. You wil..... More
|
|
|
makefiles |
Posted by: Skaperen - May-24-2018, 02:12 AM - Forum: Bar
- No Replies
|
 |
an advantage of python, i think i will mention when the opportunity presents itself, is that it does not need a [font=Courier New, Courier, monospace]..... More
|
|
|
Time series |
Posted by: honda_933 - May-24-2018, 01:06 AM - Forum: Data Science
- Replies (6)
|
 |
Hi I'm trying to find a simple way to run through a large data set (2432094 lines). I'm currently writing a program that takes the first 480 lines (8 ..... More
|
|
|
Random quiz generator |
Posted by: Truman - May-23-2018, 11:54 PM - Forum: Homework
- Replies (16)
|
 |
[python]
#! python3
# randomQuizGenerator.py - Creates quizzes with questions and answers in
# random order, along with the answer key.
import random..... More
|
|
|
Python/Twitch Bot |
Posted by: TonyF507 - May-23-2018, 10:26 PM - Forum: Networking
- No Replies
|
 |
Hello Everyone,
I am working on a project for my twitch stream that will need to involve twitch chat commands going to a python script then those co..... More
|
|
|
get the last index number |
Posted by: ilcaa72 - May-23-2018, 09:53 PM - Forum: General Coding Help
- Replies (3)
|
 |
s = "kitti"
0,1,2,3,4
k,i,t,t,i how do i retrieve '4', the last index value. i know i can do a len(s)-1, but i assume there is..... More
|
|
|
|