Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 37 online users. » 0 Member(s) | 30 Guest(s) Bing, Google, Applebot, AOL, AOL, Internet Archive
|
Latest Threads |
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Gribouillis
4 hours ago
» Replies: 2
» Views: 182
|
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Yesterday, 05:56 PM
» Replies: 9
» Views: 3,209
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Yesterday, 11:22 AM
» Replies: 4
» Views: 1,619
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Yesterday, 10:31 AM
» Replies: 3
» Views: 609
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 868
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,948
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 966
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 544
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,515
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,737
|
|
|
Mastermind |
Posted by: Davidlit95 - Oct-12-2017, 01:30 PM - Forum: Homework
- Replies (2)
|
 |
Im taking a basic python course in university and my class project is creating something like mastermind.
We have to create a program that guesses ..... More
|
|
|
merge drawings |
Posted by: chris64 - Oct-12-2017, 06:21 AM - Forum: General Coding Help
- Replies (3)
|
 |
I'm writing a program that makes a png file by combining two other png files.
It's joining them together but not quite the way I want it to. It joi..... More
|
|
|
function output |
Posted by: student8 - Oct-12-2017, 04:10 AM - Forum: Homework
- Replies (1)
|
 |
I created a math question generator and I was wondering how do I make the function return the number of questions answered correctly?
For example (..... More
|
|
|
Reading a text file |
Posted by: fivestar - Oct-11-2017, 11:49 PM - Forum: Homework
- Replies (7)
|
 |
I have a text file of letters on 8 different lines. I want to read through the file and print out the length of every 2nd line of that file and store ..... More
|
|
|
forum motto / description |
Posted by: metulburr - Oct-11-2017, 09:31 PM - Forum: Board
- Replies (20)
|
 |
I added a facebook plugin to handle the facebook graph so when you link this site, that little picture that is previewed in facebook gets added.
I w..... More
|
|
|
Python Project in NYC!! Developer Needed |
Posted by: bschauer8 - Oct-11-2017, 07:02 PM - Forum: Jobs
- No Replies
|
 |
We are looking for a qualified Python Developer to work with our client Bank of America in NYC. This is a 18 month contract opportunity and job detail..... More
|
|
|
Sharing link to this site on FB |
Posted by: gruntfutuk - Oct-11-2017, 05:54 PM - Forum: Board
- Replies (21)
|
 |
Every time I share a link to this forum on FB as a pointer to another help resource, Facebook renders a preview of the site that is rather odd:
[im..... More
|
|
|
Bingo Ticket Question |
Posted by: Oli - Oct-11-2017, 02:12 PM - Forum: Homework
- Replies (3)
|
 |
Would anyone be able to help me out with this question I have been set, I am very new to Python and do not know much about arrays however I know that ..... More
|
|
|
Argparse |
Posted by: niru - Oct-11-2017, 08:12 AM - Forum: General Coding Help
- Replies (5)
|
 |
[python]import argparse
parser = argparse.ArgumentParser()
parser.add_argument("-a", action="store_true", help="get anna's age")
parser.add_argum..... More
|
|
|
What am I missing/forgetting? :///// |
Posted by: aksmlo - Oct-11-2017, 02:07 AM - Forum: Homework
- Replies (5)
|
 |
def tic_tac_toe(): board = [1,2,3,4,5,6,7,8,9]
end = False
win_combinations = ((0, 1, 2), (3, 4, 5), (6, 7, 8), (0, 3, 6), (1,
4, 7), (2, 5, 8), (0..... More
|
|
|
Password Saver Project |
Posted by: jhenry - Oct-10-2017, 09:27 PM - Forum: Homework
- Replies (15)
|
 |
I'm having trouble with a project that I have to create a password saver for. I'm running into an indent error that I have no clue on how to fix. The ..... More
|
|
|
|