| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 60 online users. » 0 Member(s) | 56 Guest(s) Bing, Google, AOL, Mojeek
|
| Latest Threads |
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Yesterday, 08:30 PM
» Replies: 0
» Views: 35
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:15 AM
» Replies: 4
» Views: 1,464
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 118
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 47
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,033
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,290
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 331
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 170
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 233
|
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,125
|
|
|
| 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
|
|
|
| stopwatch |
|
Posted by: amschueller - May-03-2020, 03:44 AM - Forum: GUI
- Replies (5)
|
 |
This is my stopwatch from using Tkinter. I was wondering if there was a way to save the times after you stop the stopwatch to some sort of list that w..... More
|
|
|
| zigzag example |
|
Posted by: shabux - May-03-2020, 02:09 AM - Forum: General Coding Help
- Replies (10)
|
 |
windows 10, python 3.8
Trying to do zigzag example but not getting right result. I type following code, which I think is identical to the lesson's..... More
|
|
|
|