Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,964
» Latest member: Edzed4431
» Forum threads: 38,730
» Forum posts: 175,545
Full Statistics
|
Online Users |
There are currently 35 online users. » 0 Member(s) | 27 Guest(s) Bing, Google, Mojeek, Twitter, AOL
|
Latest Threads |
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: tester_V
1 hour ago
» Replies: 2
» Views: 29
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
6 hours ago
» Replies: 1
» Views: 455
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
11 hours ago
» Replies: 4
» Views: 1,991
|
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,554
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 457
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 913
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 942
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,210
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,826
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Sep-26-2025, 03:53 AM
» Replies: 1
» Views: 2,863
|
|
|
Soccer Teams and Trains |
Posted by: Uwotm888 - Jun-25-2020, 05:50 AM - Forum: Homework
- Replies (10)
|
 |
Essentially, the script is to take soccer teams (15 players per team) and calculate the cheapest carts to rent
big cart carry's 48 people costs $2..... More
|
|
|
PyQt Vs Kivy |
Posted by: SpongeB0B - Jun-25-2020, 04:57 AM - Forum: News and Discussions
- Replies (1)
|
 |
What are the main differences between the two ?
is both have a IDE (WYSIWYG editor)to design the interface ?
Where I can see GUI/apps created wi..... More
|
|
|
.delete and .insert not working |
Posted by: francois072 - Jun-24-2020, 07:52 PM - Forum: GUI
- Replies (3)
|
 |
[python]from tkinter import *
root = Tk()
# Display
root.title("Simple Calculator")
display = Entry(root, width=25).grid(row=0, column=0, co..... More
|
|
|
Python code not working |
Posted by: garvind25 - Jun-24-2020, 07:49 PM - Forum: Homework
- Replies (1)
|
 |
Hi,
I have an assignment which I am unable to do. I hope someone can help.
The input is a string sentence. If the first element of the input ..... More
|
|
|
Recursive functions |
Posted by: Ayman_2001 - Jun-24-2020, 01:46 PM - Forum: News and Discussions
- Replies (2)
|
 |
Is it really important to fully know Recursive functions to be able to be a good coder? This thing is eating up my head to be honest.
|
|
|
bad window path name |
Posted by: jdos - Jun-24-2020, 11:00 AM - Forum: GUI
- Replies (6)
|
 |
Hey guys, I have a couple of python programs with GUI that work as should, now I have created another program that loads the other programs and runs t..... More
|
|
|
Python recursive functions |
Posted by: Ayman_2001 - Jun-24-2020, 08:45 AM - Forum: Homework
- Replies (6)
|
 |
Greetings,
I've been doing this course on Udacity called CS101 it's quite a effective and challenging one and so far i've enjoyed it quite a lot. But ..... More
|
|
|
|