Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,970
» Latest member: Dichaelmag
» Forum threads: 38,731
» Forum posts: 175,552
Full Statistics
|
Online Users |
There are currently 46 online users. » 1 Member(s) | 37 Guest(s) Bing, Google, AOL, Google Image, Facebook, KaydenJonah098
|
Latest Threads |
Stephenchers
Forum: General Coding Help
Last Post: Dichaelmag
41 minutes ago
» Replies: 0
» Views: 13
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: Pedroski55
2 hours ago
» Replies: 7
» Views: 367
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,799
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 662
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,197
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,760
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 655
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,149
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,129
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,421
|
|
|
Reverse word |
Posted by: xSphere - Jan-28-2019, 08:17 AM - Forum: General Coding Help
- Replies (6)
|
 |
Hi!
I need to reverse words like this:
cake
python
Output: keca
onthpy
I used [::-1] but this isn't a correct answer because it gives..... More
|
|
|
Help!! Please |
Posted by: leokraz - Jan-28-2019, 05:15 AM - Forum: General Coding Help
- Replies (4)
|
 |
I've tried everything to write this program and I keep getting stuck and getting a syntax error. Can someone please tell me how they would tackle this..... More
|
|
|
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
|
|
|
|