| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 28 online users. » 0 Member(s) | 26 Guest(s) Bing, Google
|
| Latest Threads |
Two arguments in input fu...
Forum: General Coding Help
Last Post: noisefloor
11 hours ago
» Replies: 3
» Views: 82
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 94
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 68
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 101
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,048
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,364
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,554
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 184
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,195
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,442
|
|
|
| Insert header at first row, for existing csv |
|
Posted by: mg24 - Oct-04-2022, 11:36 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hi Team,
I have input data in csv file like below.
1,EAST,100
2,WEST,200
3,SOUTH,300
4,NORTH,400
I want to add these headers to above in..... More
|
|
|
| while loop |
|
Posted by: idddj - Oct-01-2022, 08:22 AM - Forum: Homework
- Replies (8)
|
 |
So I was required to solve this question:[i] Write a program to use a while loop to read the numbers from the user repeatedly until he/she inputs 0. T..... More
|
|
|
| Creating list of lists, with objects from lists |
|
Posted by: sgrinderud - Sep-30-2022, 08:04 PM - Forum: General Coding Help
- Replies (7)
|
 |
Hi,
I have two lists like this:
List1 = ['1','2','3','5']
list2 = ['a','b','c','d','e'] and im trying to combine them into..... More
|
|
|
| My survival game |
|
Posted by: BliepMonster - Sep-30-2022, 06:56 PM - Forum: Code Review
- No Replies
|
 |
So I've been coding for a few weeks and made this text survival game. Can someone give a review or tell how I could change my code?
(The game is in..... More
|
|
|
| Use of pygame |
|
Posted by: ebolisa - Sep-30-2022, 06:22 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi,
The following code plays only the beginning of a file:
[python]pygame.mixer.init()
pygame.mixer.music.load('my_music.mp3')
pygame.mixer.mu..... More
|
|
|
| Video in Canvas |
|
Posted by: finndude - Sep-29-2022, 10:33 AM - Forum: GUI
- Replies (6)
|
 |
Hi, just wanted to know if its possible to play a video in canvas with tkinter?
|
|
|
|