| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,303
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,906
Full Statistics
|
| Online Users |
There are currently 75 online users. » 1 Member(s) | 66 Guest(s) AOL, Google, Bing, AOL, Facebook, mamta25
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
11 hours ago
» Replies: 4
» Views: 152
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 168
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 688
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,815
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 157
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 139
|
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 222
|
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,220
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 329
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 218
|
|
|
| Bind only fires off once? |
|
Posted by: WuchaDoin - Dec-18-2018, 06:58 PM - Forum: GUI
- Replies (3)
|
 |
I have a combobox used with Tkinter I cannot get bind to execute appropriately. Currently I have:
[python]self.ap_reason.bind("<<ComboboxChanged>>", ..... More
|
|
|
| Image conversion help |
|
Posted by: KJDVolc - Dec-18-2018, 12:37 PM - Forum: Data Science
- No Replies
|
 |
Hi all,
I am trying to converst a series of float32 2D tif images to uint16 images and the read them into a 3D array. I can run the full code to g..... More
|
|
|
| Pandas and numpy |
|
Posted by: gehrenfeld - Dec-17-2018, 10:49 PM - Forum: Data Science
- Replies (7)
|
 |
I am using anaconda3 and python 3.7
Here is my code:
[python]
import numpy as np
import pandas as pd
data = pd.read_csv("summary.csv")
d..... More
|
|
|
| Attaching File |
|
Posted by: tomthirteen - Dec-17-2018, 10:13 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi, I can't see to be able to figure out how to attach a file. It seems I have to become a "user," but I can't seem to figure out how. Any help is gre..... More
|
|
|
| analyze list |
|
Posted by: davidm - Dec-17-2018, 08:00 PM - Forum: General Coding Help
- Replies (5)
|
 |
hi don't know how to change my text to ltr, sorry.
I'm new to python - but not to programming
I'm taking as my 1st project a lottery predictor based..... More
|
|
|
| Magic square! |
|
Posted by: frequency - Dec-17-2018, 05:30 PM - Forum: Homework
- Replies (1)
|
 |
Hello! I was asked to make a magic square solver program.By breaking the program into categories,i must get the user input which will be given with en..... More
|
|
|
| Tkinter coords |
|
Posted by: dan789 - Dec-17-2018, 04:26 PM - Forum: GUI
- Replies (3)
|
 |
Hi, I want to move my object (image) in tkinter, but it doesn´t work. This is what I have so far:
[python]
class Playfield:
...
def build_playfield(s..... More
|
|
|
| Tkinter |
|
Posted by: _edgene - Dec-17-2018, 01:41 PM - Forum: GUI
- Replies (2)
|
 |
Hi users! This is not a technical question but I'm just interested. Tkinter stands for Tk Interface and what does Tk stand for?
|
|
|
| Combinations |
|
Posted by: mnnewick - Dec-17-2018, 11:41 AM - Forum: Homework
- Replies (1)
|
 |
Here is my code:
#Task 3 Theif#
[python]import itertools
n1 = input("Enter your 1st known number? ")
n2 = input("Enter your 2nd known numb..... More
|
|
|
|