| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 41 online users. » 0 Member(s) | 35 Guest(s) Bing, Google, Applebot, Mojeek, AOL
|
|
|
| removing item |
|
Posted by: pastakipp - Oct-25-2020, 04:01 PM - Forum: Homework
- Replies (3)
|
 |
I have a question, is it possible to remove a string in a list, if the same string also exists in a file, by using a code?
If yes, how can i do tha..... More
|
|
|
| Inheritance problem |
|
Posted by: Maryan - Oct-25-2020, 02:39 PM - Forum: General Coding Help
- No Replies
|
 |
def showHeader doesn't work and I realized that I did some mistake when I start coding the app. I created 'class application' with all elements from t..... More
|
|
|
| Help |
|
Posted by: virtual_claude - Oct-25-2020, 02:24 PM - Forum: General Coding Help
- Replies (4)
|
 |
Hi All,
Please go easy on me, I am new to this and I have never programmed/scripted before.
I am trying to learn python, and really struggling w..... More
|
|
|
| stats in sidebar? |
|
Posted by: metulburr - Oct-25-2020, 02:24 AM - Forum: Board
- Replies (6)
|
 |
If we are minimizing things to expand such as online today, should we put the stats page in the sidebar too minimized by default?
|
|
|
| [python=name.py] Issue |
|
Posted by: ptrivino - Oct-24-2020, 10:42 PM - Forum: Board
- Replies (1)
|
 |
I made a post earlier, and I found that when I click the Python (to insert code in the post) it asks for a name/label. But when I supply one, the [pyt..... More
|
|
|
| sleep_cycle() |
|
Posted by: Skaperen - Oct-24-2020, 10:23 PM - Forum: Code sharing
- No Replies
|
 |
sleep_cycle.py:
[python]
from time import sleep,time as secs
def sleep_cycle(*arg):
"""Sleep to an offset time cycle.
sleep_cycle(offset,cy..... More
|
|
|
| Switch Frames |
|
Posted by: Maryan - Oct-24-2020, 05:59 PM - Forum: GUI
- Replies (2)
|
 |
Any help is appreciated. I'm trying to create main window(quiz), on click start button I want to switch the frame(pagetwo)etc.
[python]from tkinter..... More
|
|
|
| Passing on values |
|
Posted by: DurkVell - Oct-24-2020, 05:17 PM - Forum: GUI
- Replies (4)
|
 |
Hi, I'm new to Python and tkinter programming. I have tried to find an answer to my problem on this forum, but couldn't find it. This problem is surel..... More
|
|
|
| unexpected output |
|
Posted by: asyrafcc99 - Oct-24-2020, 02:40 PM - Forum: General Coding Help
- No Replies
|
 |
def compile_data():
with open("dict.pickle","rb") as f:
tickers = pickle.load(f)
main_df = pd.DataFrame()
for count,ticker..... More
|
|
|
| repeating |
|
Posted by: pastakipp - Oct-24-2020, 11:28 AM - Forum: Homework
- Replies (1)
|
 |
hello guys, when i run this code i can only change 1 item in the list, but i want to repeat the code untill all the three items in the list are change..... More
|
|
|
|