| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,276
» Latest member: eastnoob
» Forum threads: 38,789
» Forum posts: 175,862
Full Statistics
|
| Online Users |
There are currently 33 online users. » 0 Member(s) | 27 Guest(s) Google, Bing, Applebot, AOL
|
|
|
| tkinter: after issue |
|
Posted by: edwin6938 - Aug-25-2020, 02:37 PM - Forum: GUI
- Replies (1)
|
 |
Hi
i have a problem with a frame gathering an image that i update every 2s. It through me the error:
[python]invalid command name "3186233555656<..... More
|
|
|
| Exercices |
|
Posted by: pyzyx3qwerty - Aug-25-2020, 12:11 PM - Forum: Bar
- Replies (2)
|
 |
Any good sites which provide python exercises to practice?
I haven't really coded in a while, so I need something to recall exercices to recall.
|
|
|
| Try except problem |
|
Posted by: MarcJuegos_YT - Aug-25-2020, 11:50 AM - Forum: Homework
- Replies (2)
|
 |
Hi,
I'm currently coding a DNA to RNA translator and I'd like to make some exceptions with the try and except key.
The first exception I'm doing is..... More
|
|
|
| File Name Parsing |
|
Posted by: millpond - Aug-25-2020, 07:25 AM - Forum: General Coding Help
- Replies (5)
|
 |
After minths of putzing around with toy code and simple example scripts, I decided to get started on some real code I will actually use. Extending my ..... More
|
|
|
| Images for file dupe finder |
|
Posted by: darter - Aug-25-2020, 03:30 AM - Forum: GUI
- Replies (2)
|
 |
I can find dupes of image files in a linux filesystem and produce thumbnails with PIL. I feel I'm kinda done with the Python part of this and want t..... More
|
|
|
| Bitwise Slicing |
|
Posted by: Peter_Truman - Aug-25-2020, 12:58 AM - Forum: General Coding Help
- Replies (6)
|
 |
Hi - New to Python so please forgive any mistakes
I want to know if there is a more elegant way of slicing a byte?
I have an 8 bit result from r..... More
|
|
|
| def Class |
|
Posted by: trazom - Aug-24-2020, 03:35 PM - Forum: General Coding Help
- Replies (4)
|
 |
hi,
why is there sometimes an """_""" underscore in the definition of a Class , like this
[python]class C:
def __init__(self):
sel..... More
|
|
|
| Counting in a csv file |
|
Posted by: standenman - Aug-24-2020, 02:57 PM - Forum: Data Science
- Replies (4)
|
 |
I have a csv file for which I would like to create a dictionary with "word" and "Count" within a column. So if I have Column "Name" with "Parkland Ho..... More
|
|
|
| Need help for my code! |
|
Posted by: saratha - Aug-24-2020, 12:48 PM - Forum: Homework
- Replies (4)
|
 |
Hey guys, I have a problem and I'm really confused of how to do it. Anyone know this?
Problem: print 100 random strings(all lowercase letters), eac..... More
|
|
|
|