Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,945
» Latest member: susan
» Forum threads: 38,724
» Forum posts: 175,520
Full Statistics
|
Online Users |
There are currently 67 online users. » 0 Member(s) | 63 Guest(s) AOL, Bing, Google, AOL
|
Latest Threads |
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: susan
56 minutes ago
» Replies: 4
» Views: 9,072
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
4 hours ago
» Replies: 2
» Views: 407
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
5 hours ago
» Replies: 0
» Views: 60
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
11 hours ago
» Replies: 9
» Views: 553
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,770
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,092
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,451
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,012
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,763
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,808
|
|
|
Python |
Posted by: kanwal121 - May-10-2018, 06:33 PM - Forum: Game Development
- Replies (2)
|
 |
[python]
import pygame, os, time, sys, picture, text
from pygame.locals import * #These are to import the classes.
from sys import exit as sysExi..... More
|
|
|
Image skipping |
Posted by: Aisuuu - May-10-2018, 03:01 PM - Forum: Game Development
- Replies (4)
|
 |
Hey, this is my first post btw.
So I am trying to create a game where you can catch a ball and afterwards it refreshes. However the image of the ba..... More
|
|
|
programming homework |
Posted by: propal - May-10-2018, 12:39 PM - Forum: Homework
- Replies (6)
|
 |
anyone knows why this does not give me the shared letters properly?
[python]#shared_positions = 0
#x = 0
#while True:
# print('Enter two words ..... More
|
|
|
Please help in understanding this piece of code |
Posted by: tinkalgo - May-10-2018, 10:26 AM - Forum: Data Science
- Replies (9)
|
 |
How this code
np.array([range(i, i + 3) for i in [2, 4, 6]]) results in
[output]array([[2, 3, 4],
[4, 5, 6],
[6,..... More
|
|
|
Importing data |
Posted by: Scott - May-10-2018, 08:37 AM - Forum: General Coding Help
- Replies (4)
|
 |
Hi everyone,
I cannot seem to import data (I'm using spyder). I do the following code:
[python]
data = pd.read_csv('Python for Data Analysis/ch..... More
|
|
|
Need Help for Project |
Posted by: JeffJason - May-10-2018, 08:23 AM - Forum: Homework
- Replies (7)
|
 |
Basically i am working on a project.Let me explain the project.You are gonna write some values as much as you want on a txt file.Then the code will ca..... More
|
|
|
Re.start() & Re.end() |
Posted by: Truman - May-09-2018, 08:48 PM - Forum: Homework
- Replies (1)
|
 |
Task
You are given a string S.
Your task is to find the indices of the start and end of string k in S.
solution that someone came to
[python]
S = inp..... More
|
|
|
Python test failed |
Posted by: CodingMaster111 - May-09-2018, 01:55 PM - Forum: General Coding Help
- Replies (1)
|
 |
I cloned the CPython repo, and ran the tests as instructed in the devguide. All of them either passed or were skipped, but [inline]test_concurrent_fut..... More
|
|
|
Where did I get it wrong?! |
Posted by: Tamimi1982 - May-09-2018, 11:18 AM - Forum: Homework
- Replies (5)
|
 |
Hello Pythoners
In my last assignment I received the following task.
Step 1:
I need to write a code that ask the user to input either 'A' or..... More
|
|
|
|