Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 436 online users. » 1 Member(s) | 429 Guest(s) Bing, Baidu, Google, Yandex, buran
|
Latest Threads |
While loop is terminating...
Forum: Homework
Last Post: Plyth
Yesterday, 01:49 AM
» Replies: 2
» Views: 226
|
PythonPath file
Forum: General Coding Help
Last Post: Pedroski55
Jul-04-2025, 10:56 PM
» Replies: 7
» Views: 19,792
|
Building a food delivery ...
Forum: Homework
Last Post: nooryasmeen022
Jul-04-2025, 04:12 PM
» Replies: 3
» Views: 7,522
|
Python Install Mager Help
Forum: News and Discussions
Last Post: snippsat
Jul-04-2025, 09:43 AM
» Replies: 5
» Views: 373
|
RemoTe server operation w...
Forum: General Coding Help
Last Post: mario17
Jul-04-2025, 07:18 AM
» Replies: 4
» Views: 314
|
Hide CLI while grabbing i...
Forum: GUI
Last Post: Gribouillis
Jul-03-2025, 08:12 AM
» Replies: 1
» Views: 164
|
Venv - Python Virtual Env...
Forum: General Coding Help
Last Post: Larz60+
Jul-02-2025, 05:41 PM
» Replies: 4
» Views: 696
|
textbox compare command n...
Forum: GUI
Last Post: deanhystad
Jul-02-2025, 01:40 PM
» Replies: 1
» Views: 240
|
Deploy Flask apps on Wind...
Forum: Web Scraping & Web Development
Last Post: DeaD_EyE
Jul-02-2025, 09:23 AM
» Replies: 2
» Views: 5,964
|
How to ask Smart Question...
Forum: Board
Last Post: Thatedge
Jul-01-2025, 08:10 AM
» Replies: 3
» Views: 5,693
|
|
|
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
|
|
|
How about HTML/2 |
Posted by: wavic - Oct-10-2017, 03:29 PM - Forum: Networking
- Replies (1)
|
 |
The last tutorial in the Tutorials/Networking forum is why I am asking is Python HTML/2 compatible. What I am meaning... In HTML/2 a client can send m..... More
|
|
|
|