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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,303
» Latest member: TimTom420
» Forum threads: 38,797
» Forum posts: 175,898

Full Statistics

Online Users
There are currently 28 online users.
» 0 Member(s) | 26 Guest(s)
Bing, Google

Latest Threads
Python is not working on ...
Forum: General Coding Help
Last Post: Pedroski55
3 hours ago
» Replies: 2
» Views: 66
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,797
Help with Serial.write in...
Forum: General Coding Help
Last Post: racingsubby
Yesterday, 02:09 AM
» Replies: 7
» Views: 626
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 121
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 100
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 179
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,207
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 299
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 183
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 113

 
  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

  Parsing a series of PDF bills into CSV or MySQL
Posted by: Griffgrog - Apr-01-2019, 10:40 AM - Forum: Jobs - Replies (2)

Hi

First time posting. I was about to post on one of the freelance boards, but - holding my hand up - I don't really know what I'm doing. I've been..... More

Print this item

  Generate matplot animation on a link
Posted by: ambush - Apr-01-2019, 10:23 AM - Forum: General Coding Help - No Replies

Hello friends

In below program , trying to achieve a graph which will have live updates

1.prepared the data
2.saved into db
3.retrieved the l..... More

Print this item

  a special version of the python command
Posted by: Skaperen - Apr-01-2019, 07:12 AM - Forum: News and Discussions - Replies (6)

i want to make a special version of the python command that has a few specific modules preloaded. it looks like more than one way to do this exists. ..... More

Print this item

  How to combine data taken from server between client and GUI?
Posted by: bescf - Apr-01-2019, 06:34 AM - Forum: Networking - Replies (9)

I'm reaching a server which takes distance data from ultrasonic sensor. (Server was created at another side with Arduino.) I have to show this data on..... More

Print this item

  Fetching and Parsing XML Data
Posted by: FalseFact - Apr-01-2019, 05:56 AM - Forum: Web Scraping & Web Development - Replies (3)

Hello everyone,

I was just making this post to see if there is a better way to do certain things in my code for fetching and parsing data from an XML..... More

Print this item

  FileNotFoundError...System cannot find the path specified
Posted by: alex9745 - Apr-01-2019, 05:54 AM - Forum: General Coding Help - Replies (28)

I am new to programming and am trying to run some code. I am getting the following error:

adding screen shot -

ht[url=https://python-forum.io/thread-17172.html]..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Python is not working on ... 3 hours ago lary_p Pedroski55 General Codin...
  Can I develop a live vide... Yesterday, 04:48 mtrkhan mamta25 Web Scraping ...
  Help with Serial.write in... Yesterday, 02:09 racingsubby racingsubby General Codin...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
  best way to learn python 11-26, 04:40 dutch ichsanputr News and Disc...
  data fetching for indian ... 11-25, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
Most views
  The best Prog... 579416
  Tutorial Requ... 512497
  Web Scraping ... 442306
  Newbie with P... 386356
  New Users Int... 380518
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12111
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
TimTom420 Yesterday
cruisesfares Yesterday
SNR Yesterday
Jonathan Yesterday
matt 11-26

User Panel Messages

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