Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,936
» Latest member: suzannesomers61
» Forum threads: 38,722
» Forum posts: 175,510

Full Statistics

Online Users
There are currently 50 online users.
» 0 Member(s) | 44 Guest(s)
Bing, Applebot, AOL, Mojeek

Latest Threads
Too much space between gr...
Forum: GUI
Last Post: suzannesomers61
1 hour ago
» Replies: 5
» Views: 1,155
Hire a Hacker to Recover ...
Forum: News and Discussions
Last Post: Lucassewall
1 hour ago
» Replies: 0
» Views: 5
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
6 hours ago
» Replies: 9
» Views: 2,736
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Yesterday, 10:31 AM
» Replies: 3
» Views: 172
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 518
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,678
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 614
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 194
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,135
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,366

 
  we are on python DOT org
Posted by: metulburr - Aug-27-2017, 12:30 PM - Forum: News and Discussions - Replies (4)

Im actually quite surprised to see it. Dance I thought it was going to be a no response like the IRC maintainer issue. But nope.

A few months ..... More

Print this item

  Basic question
Posted by: balajee - Aug-27-2017, 11:30 AM - Forum: General Coding Help - Replies (8)

my question here
Hi,
I am new to python. Please explain the below. Why one syntax is returning "True" while the second one returns False.

>>>..... More

Print this item

  Invalid links on official website
Posted by: RickYSN - Aug-27-2017, 09:42 AM - Forum: News and Discussions - Replies (2)

When I tried to download the official documentations of py 2.7, I was surprised to find that all links are no longer available now.
docs.python.org/..... More

Print this item

  How to change from printFacts ( ) to return a list & Loop over list when writing CSV
Posted by: Ivan1 - Aug-27-2017, 08:45 AM - Forum: General Coding Help - Replies (14)

I am new to Python and have modified below code to return various data points including below data point for each company. However, in cases where the..... More

Print this item

  Image Analysis for Measurement of Total leaf Area
Posted by: teamaqua - Aug-27-2017, 08:28 AM - Forum: Data Science - Replies (2)

Hi I'm currently searching for Python codes that can measure total leaf area of plants with images. I researched that RGB values of each pixel that id..... More

Print this item

  help with a number sequence generator
Posted by: darktitan - Aug-26-2017, 06:56 PM - Forum: General Coding Help - Replies (2)

Hi
Im trying to do a number sequence generator. where i got 4 textboxes where i can chose the numbers it will do a sequens between. say i chose 401 i..... More

Print this item

  time
Posted by: calloflegend11 - Aug-26-2017, 06:50 PM - Forum: Homework - Replies (1)

I am working on a problem to figure out how many hours/minutes someone works. I have the total amount of minutes figured out including deducting the t..... More

Print this item

  tkinter frame sizing problems
Posted by: Lux - Aug-26-2017, 06:09 PM - Forum: GUI - No Replies

I am working on a project with tkinter, and I am trying to make a frame and a ScrolledText widget fill up the screen.
The relevant code looks like th..... More

Print this item

  help
Posted by: Netanel - Aug-26-2017, 05:15 PM - Forum: General Coding Help - Replies (1)

[python]
l=['a','b','c']
r=[1,2,3]
e=['a','b','c','d']
n=[]
for i in l:
for j in r:
for t in e:
n.append(i+str(j)+t)..... More

Print this item

  mutable strings
Posted by: Skaperen - Aug-26-2017, 02:17 AM - Forum: News and Discussions - Replies (3)

is there any form of mutable strings in python?

Print this item

  stuck in a block of code
Posted by: fadi - Aug-26-2017, 02:02 AM - Forum: Homework - Replies (1)

Hello

I am trying to run this block of code and I am getting syntex error that says
" File "lopp2.py", line 17
if smallest is None :
..... More

Print this item

  error
Posted by: baronmontesqieu - Aug-25-2017, 09:58 PM - Forum: General Coding Help - Replies (2)

Hello.
This is quite a complex code that I have made.
it is not working however, and I would like to see what I have done wrong.
the following is..... More

Print this item

  Backwards compatable ?
Posted by: louwho - Aug-25-2017, 07:09 PM - Forum: General Coding Help - Replies (3)

I have done some python for build scripts in the past, but not extensively, and nothing recently. I have a new project, with python written in 3.25, ..... More

Print this item

  Using variables as the assigned value and not the string
Posted by: ajacobson - Aug-25-2017, 04:18 PM - Forum: Data Science - Replies (11)

Hello,

I am new to python and I have a novice question. Here is my code:
############Code Begin#############
import dicom
import os
import num..... More

Print this item

  Mid/Senior Web Software Engineer
Posted by: Milo_Solutions - Aug-25-2017, 03:27 PM - Forum: Web Scraping & Web Development - No Replies

Milo Solutions is seeking reinforcements in Web team.

Requirements:
- 3 years of..... More

Print this item

  I need help with floats and int
Posted by: calloflegend11 - Aug-25-2017, 03:16 PM - Forum: Homework - Replies (4)

I am working on this for my intro to programming class. The cpcf is 1.2 the width is 20, the length is 30, and the depth is 10. Please help me and tel..... More

Print this item

  Calling to API service
Posted by: julius - Aug-25-2017, 03:12 PM - Forum: General Coding Help - Replies (2)

Hi everybody,

I am new in python and in code, I am trying to call a API service but I did not get the json structured. I am using anaconda and spyd..... More

Print this item

  Learning WebScraping
Posted by: Prince_Bhatia - Aug-25-2017, 11:57 AM - Forum: Web Scraping & Web Development - Replies (13)

I am very new to web scraping. I am learning web Scraping online.
website i am trying to scrape is http://econpy.pythonanywhere.com/ex/001.html
i h..... More

Print this item

  snakes and ladders board creation help
Posted by: teddyben123 - Aug-25-2017, 11:35 AM - Forum: General Coding Help - Replies (1)

I have made a simple snakes and ladders game where the dice is rolled automatic and and the end tells you the winner. I would like to display the resu..... More

Print this item

  Pygame Particle Generator
Posted by: nilamo - Aug-25-2017, 05:12 AM - Forum: Code sharing - Replies (4)

Here's a little something I've been messing around with the past couple nights.  By setting a few initial properties, such as where particles are gene..... More


Attached Files

Thumbnail(s)
   
Print this item

  Opinions on Python GUI programming
Posted by: cdn - Aug-24-2017, 11:48 PM - Forum: GUI - Replies (2)

Hi,

I've been planning a Python GUI program for the last couple of weeks that I've been hitting several roadblocks on, and I finally decided to try..... More

Print this item

  A single Thread Crashes
Posted by: ian - Aug-24-2017, 10:09 PM - Forum: Data Science - Replies (10)

I create a wxPython Window app with a 1-second timer displaying clock on status bar, and a 5-minute timer running a function called Update1 every 5 mi..... More

Print this item

  remote monitoring and control usb adapters
Posted by: Fran_3 - Aug-24-2017, 07:55 PM - Forum: General Coding Help - No Replies

I've found some external inexpensive 8 and 16 channel devices for monitoring ttl (digital) levels via a USB port.

Also some that will allow us to r..... More

Print this item

  Help making my program add
Posted by: Zack - Aug-24-2017, 03:23 PM - Forum: General Coding Help - Replies (3)

Wall

Hello everyone, my name is Zack and I’m new to python I’ve started writing very basic programs to get my head around various python funct..... More

Print this item

  Transcrypt Python to JavaScript compiler now supports async/await
Posted by: jacques_de_hooge - Aug-24-2017, 08:42 AM - Forum: News and Discussions - Replies (4)

The Transcrypt Python to JavaScript compiler now supports async/await.
Take a look at www.transcrypt.org.
or install it under Python 3.5 or 3.6 using ..... More

Print this item

  Simple e-mail sender, that automatically changes subject for every e-mail
Posted by: joker - Aug-24-2017, 04:40 AM - Forum: General Coding Help - Replies (2)

Hello! I am new to python. I found this code, and it works good, but I want to make a small change - I want that when I input subject, it automaticall..... More

Print this item

  Help with a schedule maker
Posted by: acmichelman - Aug-24-2017, 01:51 AM - Forum: Homework - Replies (1)

Im new to python but have gone over a couple beginners guide, but I have a project due soon and i'm not sure how to begin programing it.

I have to ..... More

Print this item

  Masked median filters
Posted by: Jim421616 - Aug-24-2017, 01:30 AM - Forum: Homework - No Replies

As part of studying towards a MSc in Astronomy, I'm trying to filter an image so that the value of each pixel is equal to the value of the median of t..... More

Print this item

  What exactly is wrong with my list.append function?
Posted by: Coga19000 - Aug-24-2017, 12:41 AM - Forum: General Coding Help - Replies (2)

my question here
Hello. I have been practicing on my Python skills by making a little program translating DRA/RNA codons. However, while everything e..... More

Print this item

  ReportLab
Posted by: ek5442 - Aug-24-2017, 12:40 AM - Forum: General Coding Help - Replies (2)

I have 7 pages pdf file and I am trying to write on existing pdf file . I can write on the first page however I cannot write on the rest of pages  
..... More

Print this item

  library path
Posted by: Albert65 - Aug-23-2017, 11:23 PM - Forum: Data Science - Replies (1)

I am trying to compile python and packages behind firewall. The system is Power8, Redhat7/64, big endian. First, I compiled lapack, blas, openblas (th..... More

Print this item

  Future of Python
Posted by: Ofnuts - Aug-23-2017, 08:20 PM - Forum: News and Discussions - Replies (1)

Not complete news for many of python-forum dwellers, but still interesting reading:

https://www.theregister.co.uk/2017/08/16/python_future/

Print this item

  animated rain in tkinter
Posted by: Kubi - Aug-23-2017, 07:28 PM - Forum: General Coding Help - Replies (4)

Hi!
I am trying to simulate rain, similar to this example: hxxps://www.youtube.com/watch?v=e5LCLDoVx2I
The code you see below can so far create dro..... More

Print this item

  ftp script issues
Posted by: bowen73 - Aug-23-2017, 07:11 PM - Forum: General Coding Help - No Replies

I'm getting stuck with my ftp.. tried to include an FTP script in with mine that uploads all files in the folder, but fails after the first one with a..... More

Print this item

  Timestamp doesn't change with each loop
Posted by: lwhistler - Aug-23-2017, 05:32 PM - Forum: General Coding Help - Replies (2)

  • How can I  get the timestamp to update after every loop?
  • The way it is now it just outputs the same time...... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] Too much space ... 1 hour ago RonR suzannesomers61 GUI
  Hire a Hacker to Recover ... 1 hour ago Lucassewall Lucassewall News and Disc...
  403 Error 6 hours ago CaptainNewb CaptainNewb Web Scraping ...
  datetime in SQL query. Yesterday, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
Most views
  The best Prog... 575944
  Tutorial Requ... 497333
  Web Scraping ... 439916
  Newbie with P... 383655
  New Users Int... 366024
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12088
buran 8174
snippsat 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 6
buran 3
Newest members
suzannesomers61 Yesterday
Lucassewall Yesterday
alexguemez Yesterday
Shadab Yesterday
Dibbley Yesterday

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020