| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,297
» Latest member: ichsanputr
» Forum threads: 38,795
» Forum posts: 175,887
Full Statistics
|
| Online Users |
There are currently 39 online users. » 0 Member(s) | 35 Guest(s) Bing, Google, AOL, Mojeek
|
| Latest Threads |
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
18 minutes ago
» Replies: 6
» Views: 3,168
|
My regex function is not ...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 1
» Views: 65
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:51 AM
» Replies: 1
» Views: 60
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 235
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 124
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 89
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,521
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 170
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 80
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,141
|
|
|
| What is the correct syntax for list items that need to contain a quotation mark, etc? |
|
Posted by: KaisoArt - Sep-13-2019, 06:42 PM - Forum: General Coding Help
- Replies (7)
|
 |
A script I have has this line:
items = ['1/16"', '1/8"','1/4"','3/8"','1/2"','3/4"','1-1/2"','1/6"','1:1']
This displays as 1/16", ..... More
|
|
|
| Loop Details |
|
Posted by: ichabod801 - Sep-13-2019, 06:41 PM - Forum: Fundamentals
- Replies (5)
|
 |
Often in computer programming you want to do the same thing over and over again. You may want to do it a certain number of times, or for certain items..... More
|
|
|
| Scrollbars on canvas |
|
Posted by: Christina - Sep-13-2019, 01:22 PM - Forum: GUI
- Replies (2)
|
 |
Hello,
I'm trying to create a image viewer in tkinter. I have problem with scrollbars in my app. I want horizontal and vertical scrollbars next to im..... More
|
|
|
| Saving images |
|
Posted by: Christina - Sep-13-2019, 12:55 PM - Forum: GUI
- Replies (10)
|
 |
Hello,
I'm trying to create a image viewer in tkinter. I have problem with saving the images. On canvas I created an image. For save I don't use Phot..... More
|
|
|
| negative indices in lists |
|
Posted by: Ironword - Sep-13-2019, 01:02 AM - Forum: Homework
- Replies (6)
|
 |
This isn't technically homework, as I'm working my own way through through a beginner's Python book rather than taking a course, but it seemed like th..... More
|
|
|
| for loops |
|
Posted by: metulburr - Sep-12-2019, 04:57 PM - Forum: Fundamentals
- Replies (1)
|
 |
Basics
The for loop is a generic sequence iterator in Python: it can step through the items in any orde..... More
|
|
|
| looking for for loop thread |
|
Posted by: metulburr - Sep-12-2019, 11:54 AM - Forum: Board
- Replies (10)
|
 |
I was gong to write up a for/while loop tutorial because we actually dont have one on here. I was going to link to key points of things that already h..... More
|
|
|
| Data mining code help |
|
Posted by: oog70 - Sep-12-2019, 09:34 AM - Forum: Homework
- Replies (1)
|
 |
Dear,
for an assignment we need to data mine some data from an excel sheet provided. Also we got some code provided by our professor.
Me and my t..... More
|
|
|
| Python for finance |
|
Posted by: Not_skilled_at_all - Sep-12-2019, 09:27 AM - Forum: Homework
- Replies (11)
|
 |
Hei, after several tries, I haven't managed to find the answer, or run my code.
My problem is to find a specific interest rate for an annual annuit..... More
|
|
|
|