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,977
» Latest member: stephaniehendrix
» Forum threads: 38,732
» Forum posts: 175,563

Full Statistics

Online Users
There are currently 56 online users.
» 0 Member(s) | 46 Guest(s)
Google, Applebot, Bing, Facebook Dev, AOL, AOL

Latest Threads
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
6 hours ago
» Replies: 2
» Views: 184
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:21 AM
» Replies: 2
» Views: 816
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 863
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 563
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,922
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,330
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,904
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,327
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,249
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,572

 
  Please Need help with python script
Posted by: jstelmach - Apr-02-2019, 02:13 PM - Forum: General Coding Help - Replies (3)

Hello


I have2 python scripts that I need to combine to read a csv file line by line and take loop through the data in the csv exporting it via cU..... More

Print this item

  getting an error"Line 7: TypeError: 'int' object is not callable"
Posted by: JTNA - Apr-02-2019, 02:07 PM - Forum: Homework - Replies (4)

hello,
i get an error in this program when trying to find the sum of the values in the array.
this is the error "Line 7: TypeError: 'int' object is ..... More

Print this item

  Why isnt this working? pip installs not working with cmd prompt?
Posted by: ejected - Apr-02-2019, 01:53 PM - Forum: News and Discussions - Replies (2)

So I mainly use PyCharm and in PyCharm everything works fine when I pip install something but I'm trying to use my cmd prompt now and it isn't quite w..... More

Print this item

  Question on a code's design
Posted by: ebolisa - Apr-02-2019, 12:08 PM - Forum: General Coding Help - Replies (1)

Hi,

I'm designing a button-less clock using a Raspberry with a SD card and I'm doing it this way:

With a php code I create a data.json settings file..... More

Print this item

  PuLP Tutorials
Posted by: codeman - Apr-02-2019, 11:52 AM - Forum: Tutorial Requests and Submissions - Replies (3)

Hi all

guys I urgently require PuLP tutorials. Unless I am not searching the correct sources - as a newcomer to Python with the intent on upskilli..... More

Print this item

  How to get data from forms?
Posted by: dmytruk - Apr-02-2019, 11:34 AM - Forum: Web Scraping & Web Development - Replies (1)

How can I get data from a form (ProductCreateForm)?

If I write form = self.get_form(), then I just get a form template, where some data is selected..... More

Print this item

  understanding some code
Posted by: souprqtpie - Apr-02-2019, 11:07 AM - Forum: Homework - Replies (2)

Hello

I am currently learning how to code in python, and am doing a set of challenges set by the course I am on.
there was a certain challenge I was ..... More

Print this item

  Trying to implement Python into embedded OS
Posted by: thesurya7 - Apr-02-2019, 10:15 AM - Forum: General Coding Help - Replies (2)

I am currently trying to implement Python into an embedded system which has an OS. At the moment everything is in C language but I want to run python ..... More

Print this item

  Error in request, cache key
Posted by: a21250450 - Apr-02-2019, 09:25 AM - Forum: General Coding Help - Replies (2)

[error]
Traceback (most recent call last):
File "/root/DNSaaS.py", line 497, in requestToken
response, content = h.request(target.geturl(), '..... More

Print this item

  Syntax Error when running code
Posted by: codeman - Apr-02-2019, 06:59 AM - Forum: General Coding Help - Replies (3)

Hi guys

I am working on a LP problem using PuLP, Pandas and Plotly. When I run the code this error message popped up( I include the code). My suspic..... More

Print this item

  Help me with python read file and save file
Posted by: wereak - Apr-02-2019, 04:43 AM - Forum: General Coding Help - Replies (9)

ID, email, random letter, Password, random letter, Title, random letter, Email Account Register with.

Line 7 has a value "null" so if the null valu..... More

Print this item

  Handling pound sign (#) within custom URL
Posted by: chisox721 - Apr-02-2019, 03:23 AM - Forum: General Coding Help - Replies (5)

I'm using requests to compile a custom URL and one parameter includes a pound sign. Can anyone explain how to pass the parameter without the pound sig..... More

Print this item

  a challenging project idea
Posted by: Skaperen - Apr-02-2019, 02:08 AM - Forum: News and Discussions - Replies (4)

this is not a joke. it is currently in perl. the "rename" command that i use in linux, although making it work in windows is ok.

Print this item

  Writing integer to file
Posted by: jpezz - Apr-02-2019, 01:56 AM - Forum: General Coding Help - Replies (4)

I open a file for appending:

file = open(filename, "a")
I have a numeric
CurrentCount=300
This prints 300
[..... More

Print this item

  Compution
Posted by: lekuru01 - Apr-02-2019, 12:47 AM - Forum: Homework - Replies (1)

Good evening everyone, i m trying to compute GCD and LCM of n numbers and i can only do GCD and LCM for two integer numbers. I need your help and/or d..... More

Print this item

  Learning python, stuck on some code.
Posted by: stanceworksv8 - Apr-02-2019, 12:20 AM - Forum: General Coding Help - Replies (2)

Hello everyone,
I have been learning Python for a few weeks now and I am now doing a project to create a employee management system. I got to the poi..... More

Print this item

  tkinter button executes button before being clicked
Posted by: SheeppOSU - Apr-01-2019, 10:32 PM - Forum: General Coding Help - Replies (1)

I have a button and when I start the program it does just fine because the button is in a function, but when then function is executed to create the b..... More

Print this item

  Need help on this work I have no clue where to start!
Posted by: JTNA - Apr-01-2019, 09:43 PM - Forum: Homework - Replies (4)

Personal Organizer

In this program, you will create a personal organizer. Using parallel arrays you will store the following information on each ev..... More

Print this item

  Help trying to replace values in a function
Posted by: Rochense - Apr-01-2019, 09:05 PM - Forum: General Coding Help - Replies (1)

The problem is that I want to make a programme which from an inicial function that I defined, makes its partial derivate and then lets me to replace t..... More

Print this item

  A hidden library?
Posted by: BillMcEnaney - Apr-01-2019, 08:48 PM - Forum: General Coding Help - Replies (3)

Hi everyone,

I'm new here because I need to help a friend of mine who runs Python on a Linux platform. To install a Python library on that platfo..... More

Print this item

  Monoalphabetic cipher
Posted by: pawlo392 - Apr-01-2019, 08:33 PM - Forum: Homework - Replies (1)

Hello!
I wrote this code:
[python]keys={'a':'z','b':'y','c':'x','d':'w','e':'v','f':'u','g':'t','h':'s','i':'r','j':'q','k':'p','l':'o','m':'n'}
re..... More

Print this item

  Very difficult challenge for me
Posted by: cristfp - Apr-01-2019, 08:26 PM - Forum: General Coding Help - Replies (1)

Hi guys. I have this problem to get a new job. there are 3 questions. Two I solved. But there is one ( below) that I have no idea how to do this. Some..... More

Print this item

  Python threads and aircrack-ng
Posted by: adam2020 - Apr-01-2019, 07:42 PM - Forum: General Coding Help - Replies (2)

Hi guys,

I'm working on a college project the project is basically a GUI wrapper around the infamous password/wifi key cracking tool aircrack-ng, I h..... More

Print this item

  Best practices for GUI programming: dividing into multiple classes
Posted by: 4096 - Apr-01-2019, 07:41 PM - Forum: GUI - Replies (1)

In short, my two questions are:

  1. Is it good practice to divide up the Model and View into multiple classes?
  2. Is it good practice to us..... More

Print this item

  recursion
Posted by: mcgrim - Apr-01-2019, 06:43 PM - Forum: Data Science - Replies (6)

How to write recursion on python?
I need to write something like
x sub (n)= x sub (n-1) + 10.
I am a bit lost since online is
quite impossible to..... More

Print this item

  Any suggestion on python library to use for both ssh and telnet?
Posted by: lord_mani - Apr-01-2019, 06:14 PM - Forum: Networking - Replies (4)

can someone please suggest me, which python library is best for both telnet and SSH ?

Print this item

  Problem with pyodbc executemany()
Posted by: RBeck22 - Apr-01-2019, 06:02 PM - Forum: General Coding Help - Replies (1)

Well, here goes again, I am trying in vain to insert multiple rows to SQLServer using pyodbc executemany. the data is in a dict.
When I do this I get..... More

Print this item

  subprocess.Popen
Posted by: jenya56 - Apr-01-2019, 04:35 PM - Forum: General Coding Help - Replies (3)

I was wondering if any of you know of the way to pass multiple parameters into subprocess.Popen.
In the code below, I pass str(my_var). Is there a wa..... More

Print this item

  Issue In Loading Textblob in jupyter
Posted by: Shivi_Bhatia - Apr-01-2019, 04:33 PM - Forum: General Coding Help - Replies (1)

Hi All,
I am downloading textblob using pip. The installation has been done successfully however jupyter does not show it as downloaded.
Below is ..... More

Print this item

  Not working
Posted by: Confused - Apr-01-2019, 03:28 PM - Forum: Homework - Replies (1)

Hi,

I've only been using python for 3 weeks and I have a csv file and I'm trying to do the following. I will put my code underneath:

1. Print th..... More

Print this item

  Re.search misses string end
Posted by: CaptainCsaba - Apr-01-2019, 02:12 PM - Forum: General Coding Help - Replies (3)

Hi!

I have a strange problem. I have a PDF that I convert into a string using PDFminer. I change every "\n" to nothing (beause sometimes they appea..... More

Print this item

  Beginner:Python
Posted by: Shaswat - Apr-01-2019, 01:04 PM - Forum: Homework - Replies (1)

Hello,

I am new in Python programming and started reading Python documentation. Few queries I would like to ask:

[python]def fib2(n): # return ..... More

Print this item

  TKINTER quiz using sqlite3 database
Posted by: hezza_23 - Apr-01-2019, 01:02 PM - Forum: GUI - Replies (45)

Hi, I have this program using Tkinter to generate a quiz but I am having difficulty changing it so it uses sqlite3 to import questions from a database..... More

Print this item

  Optimise experiment control parameters
Posted by: rickticktock - Apr-01-2019, 12:36 PM - Forum: General Coding Help - Replies (2)

I say chaps,
I have an experiment controlled by 6 parameters, hooked up to a Raspberry Pi. I want to run a loop: set parameters, do experiment, get r..... More

Print this item

  Reading data into a Combobox from a .CSV file
Posted by: KevinBrown - Apr-01-2019, 12:20 PM - Forum: General Coding Help - Replies (7)

I believe that the method to achieve this will be straight forward but I cannot find how to read data from a .csv file into a combobox. How do I repl..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Integer Factorization Too... 6 hours ago fosuwxb buran Code sharing
  My goal to be hired worki... Today, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... Yesterday, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... Yesterday, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577357
  Tutorial Requ... 500714
  Web Scraping ... 441013
  Newbie with P... 385059
  New Users Int... 369566
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+ 12091
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
stephaniehendrix Today
Williamcaurb Today
Schirag Today
Jacobjoift Today
sophielane Yesterday

User Panel Messages

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