Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,643
» Latest member: Miphyton01
» Forum threads: 38,642
» Forum posts: 175,095
Full Statistics
|
Online Users |
There are currently 462 online users. » 0 Member(s) | 458 Guest(s) Bing, Google, Yandex, Baidu
|
Latest Threads |
textbox compare command n...
Forum: GUI
Last Post: deanhystad
19 minutes ago
» Replies: 1
» Views: 53
|
New Users Introduce Yours...
Forum: Bar
Last Post: dmac6809
7 hours ago
» Replies: 451
» Views: 343,583
|
How to retain Annotation ...
Forum: Code Review
Last Post: holeioonline
Today, 08:43 AM
» Replies: 2
» Views: 891
|
Trading Bot written in Py...
Forum: News and Discussions
Last Post: LoriBrown
Today, 07:08 AM
» Replies: 4
» Views: 95,154
|
replace or remove text fr...
Forum: General Coding Help
Last Post: Curbie
Yesterday, 06:53 PM
» Replies: 13
» Views: 467
|
locating a pushbutton py ...
Forum: GUI
Last Post: deanhystad
Yesterday, 06:47 PM
» Replies: 2
» Views: 122
|
Difference and meaning in...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 03:41 PM
» Replies: 4
» Views: 148
|
While loop is terminating...
Forum: Homework
Last Post: Gribouillis
Yesterday, 06:19 AM
» Replies: 1
» Views: 122
|
How to put my game loop i...
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:36 AM
» Replies: 10
» Views: 3,135
|
2D-Cube-Tic-Tac-Toe
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:35 AM
» Replies: 2
» Views: 1,906
|
|
|
discord bot |
Posted by: lolteam - Aug-31-2017, 08:43 AM - Forum: General Coding Help
- Replies (1)
|
 |
my question here
[python]import discord
from discord.ext.commands import Bot
from discord.ext import commands
Client = discord.Client()
bot_pre..... More
|
|
|
Newby to Pyhon |
Posted by: garich01 - Aug-31-2017, 08:19 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hi, I am new to this forum and new to Python. I am starting with some very basic scripting to manipulate and manage files. Eventually I want to setup ..... More
|
|
|
is |
Posted by: ichabod801 - Aug-31-2017, 02:44 AM - Forum: Board
- Replies (1)
|
 |
I swear I've seen three or four posts in the last couple days using 'is' in place of '=='. Is there some bad tutorial out there teach people this, or ..... More
|
|
|
Artificial Intelligence Machine |
Posted by: iQuantum2K - Aug-31-2017, 01:18 AM - Forum: Jobs
- Replies (3)
|
 |
I dont really know how to code so i need someone to code a custom Artificial Intelligence Machine.
The AI Machine has to have Facial Recognition...... More
|
|
|
dynamically create a list |
Posted by: wfsteadman - Aug-30-2017, 05:34 PM - Forum: General Coding Help
- No Replies
|
 |
greetings all,
I think my question is a simple one. At the base of it, I am trying to get python to generate an empty list based on the value in a..... More
|
|
|
python append |
Posted by: dwiga - Aug-30-2017, 07:08 AM - Forum: Homework
- Replies (5)
|
 |
I am stuck on my code,
that's why I coming here because a lot of python master that solve my question...
[python]
a = "1,2,3"
ax = a.split(","..... More
|
|
|
SyntaxError |
Posted by: woehl - Aug-30-2017, 03:54 AM - Forum: General Coding Help
- Replies (2)
|
 |
Started in Python yesterday. Why this code returns "SyntaxError: Missing parentheses in call to 'print'"
On the Forum interpreter it runs with no err..... More
|
|
|
|