Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 34 online users. » 0 Member(s) | 28 Guest(s) Google, Bing, AOL, AOL, Applebot
|
Latest Threads |
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Pedroski55
1 hour ago
» Replies: 5
» Views: 128
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Today, 03:05 AM
» Replies: 4
» Views: 2,026
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 437
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,076
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,140
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 806
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,093
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,540
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,130
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,586
|
|
|
homework - banking system |
Posted by: Massimo16 - Jan-12-2020, 04:23 PM - Forum: Homework
- Replies (2)
|
 |
i need to search customers by their last name in order to allow the admin user to have access to the customers account.
i have already created the ad..... More
|
|
|
numpy problem |
Posted by: nats - Jan-12-2020, 02:54 PM - Forum: Homework
- No Replies
|
 |
Hi, my task is to enter two matrices in form of numpy array, which are same dimension (nxn) and their elements are less or equal n. Then I need to ove..... More
|
|
|
Tkinter Checkbox |
Posted by: niro_one - Jan-12-2020, 02:05 PM - Forum: GUI
- Replies (1)
|
 |
Hello ultimately this GUI will wrap arcs onto cylinders. Continuous linear+rotary. I have the math done (requires touch improvement). Cannot get check..... More
|
|
|
Update a combobox |
Posted by: LagratteCchouette - Jan-12-2020, 01:44 PM - Forum: GUI
- No Replies
|
 |
Hello,
Please, how do I update a combobox so that after entering a data item I return it to the drop-down list without having to restart the..... More
|
|
|
homework - banking system |
Posted by: Massimo16 - Jan-12-2020, 12:45 PM - Forum: Homework
- Replies (1)
|
 |
i need help with my python code as i am new to python...iam getting an error message when i run the file 'BankSystem' object has no attribute 'run_mai..... More
|
|
|
smallest Cosine distance in Graph |
Posted by: vino689 - Jan-12-2020, 03:58 AM - Forum: General Coding Help
- Replies (3)
|
 |
my problem is to list the smallest Cosine distance in Graph
S= [(1,2),(3,4),(-1,1),(6,-7),(0, 6),(-5,-8),(-1,-1),(6,0),(1,-1)] # these are the list o..... More
|
|
|
Problem with scrapy/python |
Posted by: AndriannaTs - Jan-11-2020, 05:12 PM - Forum: Homework
- Replies (2)
|
 |
Hello. I am beginner with scrapy library. I am trying to run the following code:
[python]]import scrapy
class QuoteSpider(scrapy.Spider):
n..... More
|
|
|
Code problems |
Posted by: nats - Jan-11-2020, 03:16 PM - Forum: Data Science
- Replies (3)
|
 |
Hi, I'm having problems so I hope someone can help. I have two matrices (2d numpy arrays) and I need to make third one by overlapping first two matric..... More
|
|
|
Clear button in calculator |
Posted by: lucasbrino - Jan-10-2020, 09:30 PM - Forum: Homework
- Replies (2)
|
 |
Hey! I have just started a python course and Im having a hard time to put a clear button on my calculator! Thanks for helping!
This is my code:
[p..... More
|
|
|
|