| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,313
» Latest member: wesley300
» Forum threads: 38,843
» Forum posts: 175,966
Full Statistics
|
| Online Users |
There are currently 30 online users. » 0 Member(s) | 25 Guest(s) Bing, AOL, Google, Apple
|
|
|
| Extracting data from mysql |
|
Posted by: xgrzeniu - May-11-2018, 09:32 AM - Forum: GUI
- Replies (2)
|
 |
hi, I have three objects in my program. Two QlinEdit: tpn1; tpn2 and one Qpush Button how to set a value after typing in QlineEdit tpn2 and pressing Q..... More
|
|
|
| Formatting Code |
|
Posted by: zeaky3000 - May-11-2018, 05:53 AM - Forum: General Coding Help
- Replies (3)
|
 |
Can someone please explain to me the difference between the following two examples and why the shorter one compiles correctly and the longer one doesn..... More
|
|
|
| matplotlib in spyder |
|
Posted by: Scott - May-11-2018, 03:32 AM - Forum: Data Science
- Replies (4)
|
 |
Hi everyone,
When I type the below code I get the following output but no graph visual. How do I display graphs with matplotlib when using spyder?..... More
|
|
|
| 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
|
|
|
|