| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,304
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,905
Full Statistics
|
| Online Users |
There are currently 57 online users. » 1 Member(s) | 51 Guest(s) Applebot, AOL, Bing, Google
|
|
|
| While loop and If Statement |
|
Posted by: farzankh - Jan-27-2019, 05:43 PM - Forum: Homework
- Replies (3)
|
 |
Hello friends,
This is our assignment:
[color=#3498DB]Write a function called stop_at_z that iterates through a list of strings. Using a while loop,..... More
|
|
|
| ValueError: shapes |
|
Posted by: naveen73 - Jan-27-2019, 01:15 PM - Forum: Data Science
- No Replies
|
 |
Hi all,
I am having a very strange problem with predicting using sklearn.
Currently doing the IBM course “Data analysis with Python”. This is the dat..... More
|
|
|
| Python Turtle Help |
|
Posted by: patrick_oneal_4 - Jan-27-2019, 03:43 AM - Forum: Homework
- Replies (5)
|
 |
I need to make three connected shapes. I keep recieving this error:
File "<stdin>", line 5
velez.color("MediumOrchid")
SyntaxError: invalid s..... More
|
|
|
| swapname.py |
|
Posted by: Skaperen - Jan-27-2019, 02:55 AM - Forum: Code sharing
- No Replies
|
 |
a little script i often use:
swapname.py[python]#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future__ import print_function
from os imp..... More
|
|
|
| pygame exe crashes |
|
Posted by: TheQuattro - Jan-26-2019, 11:21 PM - Forum: Game Development
- Replies (1)
|
 |
Hello, could anyone tell me why my compiled app crashes upon start if I use these lines?
font = pygame.font.SysFont(None, 100)
text = font.render(..... More
|
|
|
|