Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 45 online users. » 0 Member(s) | 39 Guest(s) Bing, Google, Apple, Mojeek, AOL
|
Latest Threads |
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 7
» Views: 373
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,801
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 665
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,200
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,763
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 656
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,153
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,132
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,423
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,973
|
|
|
help with matricies |
Posted by: ptnb - May-04-2020, 01:56 PM - Forum: Data Science
- Replies (4)
|
 |
Before anyone crucify me for asking a stupid question, I have to point out that I started learning Python 2 weeks ago (and I don't have much time per ..... More
|
|
|
Sort last |
Posted by: pyzyx3qwerty - May-04-2020, 10:51 AM - Forum: Homework
- Replies (7)
|
 |
I have been taking a class, so this must count as homework. So thing is given a list of non-empty tuples, return a list sorted in increasing order by ..... More
|
|
|
Display text 3 words at a time |
Posted by: algae - May-04-2020, 09:11 AM - Forum: GUI
- Replies (5)
|
 |
Hi,
I want to display 3 words on screen at a time from some textfile/pdf. At a specified rate (user to select time 1/100 to 300 sec).
I also want ..... More
|
|
|
What does ty(val) mean? |
Posted by: liagym - May-04-2020, 09:09 AM - Forum: Homework
- Replies (2)
|
 |
In the following code:
[python]>>> line='yosi, 1, 3.14'
>>> types=[str, int, float]
>>> raw=line.split(',')
>>> raw
['yosi', ' 1', ' 3.14']
>>> ..... More
|
|
|
Tkinter adding entry values |
Posted by: scratchmyhead - May-04-2020, 02:10 AM - Forum: GUI
- Replies (1)
|
 |
I know this may be a stupid post but I don't know what I'm missing. I'm trying to add two entry box values and put the result in another entry box. Bu..... More
Attached Files
Thumbnail(s)
|
|
|
ODE Code Help needed |
Posted by: Gman21 - May-03-2020, 05:25 PM - Forum: Homework
- Replies (2)
|
 |
I dont know how to code the following ODE
Output: dU/dR = -k*R^2*V(R)[j(kR)-y(kR)U(R)]^2
When i find U®
, i have: [output]nl®=arct..... More
|
|
|
project shopping cart |
Posted by: pkmnmewtwo - May-03-2020, 12:34 PM - Forum: Homework
- Replies (1)
|
 |
I need to do three enhancement on this program and i'm not sure where to start the enhancement are
(2) Enhancement 2. The quantity of each item sele..... More
|
|
|
|