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,642
» Latest member: zenithslurtery
» Forum threads: 38,642
» Forum posts: 175,095

Full Statistics

Online Users
There are currently 307 online users.
» 2 Member(s) | 300 Guest(s)
Bing, Baidu, Google, Yandex, AOL, Axel_Erfurt, dmac6809

Latest Threads
textbox compare command n...
Forum: GUI
Last Post: dmac6809
27 minutes ago
» Replies: 0
» Views: 8
New Users Introduce Yours...
Forum: Bar
Last Post: dmac6809
1 hour ago
» Replies: 451
» Views: 343,559
How to retain Annotation ...
Forum: Code Review
Last Post: MarieNieves
5 hours ago
» Replies: 3
» Views: 880
Trading Bot written in Py...
Forum: News and Discussions
Last Post: LoriBrown
9 hours ago
» Replies: 4
» Views: 95,150
replace or remove text fr...
Forum: General Coding Help
Last Post: Curbie
Yesterday, 06:53 PM
» Replies: 13
» Views: 448
locating a pushbutton py ...
Forum: GUI
Last Post: deanhystad
Yesterday, 06:47 PM
» Replies: 2
» Views: 103
Difference and meaning in...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 03:41 PM
» Replies: 4
» Views: 144
While loop is terminating...
Forum: Homework
Last Post: Gribouillis
Yesterday, 06:19 AM
» Replies: 1
» Views: 119
How to put my game loop i...
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:36 AM
» Replies: 10
» Views: 3,134
2D-Cube-Tic-Tac-Toe
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:35 AM
» Replies: 2
» Views: 1,904

 
  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

  Auto cluster
Posted by: djdan_23 - Aug-23-2017, 02:52 PM - Forum: GUI - Replies (2)

Hi! All.
I'm kind of new to Raspberry. But not with Microchip, assembler and Visual Basic and electronic in general. I'd like to build an auto cluste..... More

Print this item

  Django+uWsgi unable to find "application" callable
Posted by: rosettas - Aug-23-2017, 02:32 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi

I am running askbot via uWsgi, which was working fine.
But after few thing updated (maybe uWsgi from 2.0.14 to 2.0.15), it is stopped. Please h..... More

Print this item

  Copying files from one server to another server folder.
Posted by: naresh - Aug-23-2017, 11:16 AM - Forum: General Coding Help - Replies (1)

I have folder structure like UAE->List of files and another folder Misc inside UAE(files inside Misc).I have to copy this UAE files to target server U..... More

Print this item

  Using tuples or Re to replace 5 strings with one
Posted by: sem - Aug-23-2017, 11:02 AM - Forum: General Coding Help - Replies (6)

Hi, I am trying to simplify a list of fruits in one file, by generalizing them to "fruit". However, I can only using regular tuples and re, replace on..... More

Print this item

  Security verification of Python "pip" packages?
Posted by: futurity - Aug-23-2017, 09:00 AM - Forum: Data Science - Replies (7)

Hi,

I was wondering if there is any malware checking performed on python packages before they are made available through the "pip" repository, or c..... More

Print this item

  using openpyxl
Posted by: Pedroski55 - Aug-23-2017, 08:22 AM - Forum: General Coding Help - Replies (11)

I am very interested in Python applied to spreadsheets, because I do simple, boring tasks with spreadsheets related to school and students. I got this..... More

Print this item

  create objects from file
Posted by: faizahsan66 - Aug-23-2017, 06:48 AM - Forum: General Coding Help - Replies (3)

Hi
I have created a class student and a constructor where there are 4 arguments ie, name and 3 subjects.
I have created an object with name and mark..... More

Print this item

  Global accessing of parameter to class
Posted by: Mahamutha - Aug-23-2017, 06:16 AM - Forum: General Coding Help - Replies (3)

I need to access the variable from main.py to global_rrt.py. I need to access the variable serial_rrt_read in global_rrt.py under the calss frame_101...... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] textbox compare... 27 minutes ago dmac6809 dmac6809 GUI
  New Users Introduce Yours... 1 hour ago Yoriz dmac6809 Bar
  How to retain Annotation ... 5 hours ago srikrishnan MarieNieves Code Review
  Trading Bot written in Py... 9 hours ago Pizzlew LoriBrown News and Disc...
  replace or remove text fr... Yesterday, 18:53 Curbie Curbie General Codin...
  [PyQt] locating a pushbut... Yesterday, 18:47 arbiel deanhystad GUI
  Difference and meaning in... Yesterday, 15:41 Udbytossen Gribouillis General Codin...
  While loop is terminating... Yesterday, 06:19 jumpsworthnow Gribouillis Homework
  How to put my game loop i... 06-28, 08:36 temlotresid6 Thatedge Game Developm...
  2D-Cube-Tic-Tac-Toe 06-28, 08:35 freethrownucleus Thatedge Game Developm...
  Unable to install pygame ... 06-28, 03:54 garthE Plyth Game Developm...
Most views
  The best Prog... 572368
  Tutorial Requ... 485122
  Web Scraping ... 436898
  Newbie with P... 379736
  Thread remain... 351242
Most reputation
buran 581
snippsat 507
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+ 12068
buran 8173
snippsat 7341
deanhystad 6844
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
zenithslurtery Today
MarieNieves Today
holeioonline Today
marcustessy Yesterday
dmac6809 Yesterday

User Panel Messages

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