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,968
» Latest member: Seu12Jorge
» Forum threads: 38,730
» Forum posts: 175,550

Full Statistics

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

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
5 hours ago
» Replies: 6
» Views: 333
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
8 hours ago
» Replies: 7
» Views: 2,788
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 653
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,186
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,750
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 645
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,138
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,115
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,402
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,964

 
  Missing something here
Posted by: Robpl1 - Jan-14-2019, 10:23 AM - Forum: General Coding Help - Replies (2)

Hi all,
Never used Python before so I'm using some scripts someone else has created for an automated watering system running on a RaspberryPi (Raspbi..... More

Print this item

  Junk values
Posted by: neethuvp - Jan-14-2019, 10:17 AM - Forum: General Coding Help - Replies (6)

HI,
i'm reading some values using serial from one energy device... in my out data i'm getting some junk values like
[color=#C0392B][C]*~ '� � @�ظ��..... More

Print this item

  Executing func() from a different folder
Posted by: ebolisa - Jan-14-2019, 09:29 AM - Forum: General Coding Help - Replies (2)

Hi,

I've a test.py containing a func(x) in my /home/pi directory.

I need to execute the func(x) from /var/www/html directory with the code "pyth..... More

Print this item

  Trying to Install python-ocl
Posted by: zimbodel - Jan-14-2019, 09:23 AM - Forum: News and Discussions - Replies (2)

Trying to Install python-ocl but get snagged on a dependency that is seemingly a malconfiguration as python 2 is installed.

This is what I use to bui..... More

Print this item

  General Programming Question
Posted by: Qui_Ten - Jan-14-2019, 08:41 AM - Forum: General Coding Help - Replies (1)

Let's say you program a simple calculator in Python (I haven't done it, it's just for the sake of an example)

1.- How do you turn such program into..... More

Print this item

  Python word counter and ranker
Posted by: Drone4four - Jan-14-2019, 02:30 AM - Forum: General Coding Help - Replies (6)

I’ve got an older Python 2 script from an outdated Udemy course. The script opens any basic raw text file (such as a large public domain novel like Al..... More

Print this item

  QueueHandler question (new to Python)
Posted by: Templar - Jan-14-2019, 12:31 AM - Forum: General Coding Help - Replies (3)

Hello,

I am brand new to Python & trying to launch a series of .py files via a shell, but it comes back with an error.

File ".../lib/logger.py..... More

Print this item

  Database Creation and Reading
Posted by: Tussocky_Coder - Jan-13-2019, 10:15 PM - Forum: General Coding Help - Replies (3)

[font=Times New Roman, Times, serif]Hi, so I don't know if this is a stupid question or an impossible question but I'd just like to know if you guys c..... More

Print this item

  Grouping csv by name
Posted by: terrydidi - Jan-13-2019, 09:50 PM - Forum: General Coding Help - Replies (8)

I'm converting the csv format to json format. Now I generated the json structure but I need to group the data by name.

[python]
import csv

resu..... More

Print this item

  selenium timeout
Posted by: metulburr - Jan-13-2019, 09:42 PM - Forum: Web Scraping & Web Development - Replies (8)

i have a selenium program that is archiving the forum of the last 1500 threads. At around 818 threads it timeouts. The method ran to archive each thre..... More

Print this item

  How can I copy specif cell from one csv to another csv
Posted by: zoe1111 - Jan-13-2019, 08:11 PM - Forum: General Coding Help - Replies (5)

Hi,
I want to copy 6th column from csv a to the 6th column in csv b. Besides copying, I want to add three blank rows after the copied one in csv b.
..... More

Print this item

  how can i write programs that communicate between different computers?
Posted by: yasientrabih23 - Jan-13-2019, 07:52 PM - Forum: Networking - Replies (2)

how can i write programs that communicate between different computers,...

Print this item

  read words from the keyboard and store them
Posted by: geoe - Jan-13-2019, 05:41 PM - Forum: Homework - Replies (8)

Huh
Write a program that will read words from the keyboard and store them in a list until the word end
He then randomly selects 3 of them and ..... More

Print this item

  very new to python
Posted by: sheehyheshe - Jan-13-2019, 04:25 PM - Forum: General Coding Help - Replies (3)

I need to convert a pretty big block of Psuedo Code into Python Code. Could someone give me a hand?

I've been given this to start with:
[python]
Flap..... More

Print this item

  Recaman Sequence
Posted by: ichabod801 - Jan-13-2019, 03:55 PM - Forum: Code sharing - No Replies

I saw this video on YouTube about the Recaman Sequence[/ur[url=https://python-forum.io/thread-15334.html]..... More

Print this item

  New to python : need to install hwcounter
Posted by: suedownhill - Jan-13-2019, 02:27 PM - Forum: General Coding Help - Replies (13)

Hi,

I'm new to python.

I have successfully got running a serial port read and write program communicating with another computer.

So, I need t..... More

Print this item

  Calculating averages in Python
Posted by: NLittle17 - Jan-13-2019, 12:42 PM - Forum: General Coding Help - Replies (1)

It is a something that I am working on and I need help with it.

[python]scores = [['HERBERT H. LEHMAN YABC', 6, 402, 373, 413], ['QUEENS SATELLITE ..... More

Print this item

  converting the items of a list in new lists
Posted by: clarablanes - Jan-13-2019, 12:39 PM - Forum: General Coding Help - Replies (2)

Good morning friends,
I have the list1 (in a simplified way) that I need to convert to the list2. I can't find the way.
Could you help me, please?
..... More

Print this item

  Dictionnaries - Equality
Posted by: SupaFlamme - Jan-13-2019, 12:07 PM - Forum: General Coding Help - Replies (3)

Hello, I need your help. I have to write a function which returns True or False according to the equality between a dictionnary and a list.

For exa..... More

Print this item

  Writing a code with 3 digit numbers while they cant contain 0 and then sum them
Posted by: AFKManager - Jan-13-2019, 10:57 AM - Forum: General Coding Help - Replies (2)

Hey i need to write a code for my teacher, he said Write a code that will have three 3digit numbers in it and if the number contains 0 f.e. 300,301 or..... More

Print this item

  Bad request(400) error!
Posted by: manhsv - Jan-13-2019, 09:16 AM - Forum: General Coding Help - Replies (8)

I try to add Vietnamese accent by using API on this :link((on API: Add Accents) but bad request(400).
[..... More

Print this item

  [split] Python Guide / Document?
Posted by: kumatul - Jan-13-2019, 09:08 AM - Forum: General Coding Help - Replies (2)

3
3 6
3 6 9
3 6 9 12
3 6 9 12 15
Please help me to get this output.

Print this item

  FTP file size
Posted by: kerzol81 - Jan-13-2019, 07:50 AM - Forum: General Coding Help - Replies (2)

Hi All,

Do you know a working solution to compare the remote file with the local file before downloading it from the ftp server?

I tried md5 hashing..... More

Print this item

  Python Guide / Document?
Posted by: Qui_Ten - Jan-13-2019, 07:19 AM - Forum: General Coding Help - Replies (1)

I'm trying to get into programming by learning Python and there's a video that mentions something like an official Python guide, but I couldn't find s..... More

Print this item

  How to extract temperature value of pixels of a thermal image recorded by IR camera
Posted by: hamacvan - Jan-13-2019, 07:09 AM - Forum: General Coding Help - Replies (1)

Dear all!
Could you please help me?
I used an IR camera (FLIR camera) to capture a thermal image. How can I extract the temperature values of pixel..... More

Print this item

  Map loading
Posted by: GhostexGaming - Jan-13-2019, 05:20 AM - Forum: Homework - Replies (1)

I am doing a picture based game in python. I want to have the player reach certain coordinates and have a whole new map load, with different boundarie..... More

Print this item

  why is my dictionary not recognized as such
Posted by: zatlas1 - Jan-13-2019, 04:33 AM - Forum: General Coding Help - Replies (5)

I am still a newbie but learning fast. However, Python is still surprising me in strange ways. Here is my code
[python]
supported_drivers = {"SQLi..... More

Print this item

  while not terminating
Posted by: gitiya - Jan-13-2019, 02:09 AM - Forum: Homework - Replies (1)

hi, I was writing a code on bulls and cows game and although it is working for most part, the last while loop has issues, when the correct guess is ma..... More

Print this item

  Comparing Dates to find the next date
Posted by: Hass - Jan-13-2019, 01:38 AM - Forum: General Coding Help - Replies (5)

Hello I have an excel file with 2 sheets.

Data in sheet 1
[python]
Date Open High Low Close
16/11/2012 22.25 23.93 22.18 23.56
15/11/20..... More

Print this item

  template string format specifiers
Posted by: VincentLamphier - Jan-13-2019, 01:27 AM - Forum: General Coding Help - Replies (3)

>>> f'{id:3s} : {location:19s} : {max_temp:3d} / {min_temp:3d} / {precipitation:5:2f}'.format(
id=id, location=location, max_temp=max_temp,
min_te..... More

Print this item

  Align columns
Posted by: bentley - Jan-12-2019, 09:55 PM - Forum: Homework - Replies (4)

Hi all,

Sorry for what is probably a really stupid question but, I started a data analytics course this week, having never done any coding before a..... More

Print this item

  required packages for GUI in Python
Posted by: Skaperen - Jan-12-2019, 09:54 PM - Forum: GUI - Replies (2)

while looking through google for tutorials to learn GUI for Python, i saw mentioned some packages the need to be installed. my question is this: are..... More

Print this item

  First neural network: Problem with the weight factos
Posted by: 11112294 - Jan-12-2019, 09:11 PM - Forum: Data Science - No Replies

Hallo everybody,

now I just started with this topic and my code is not really elegant. The basic task is, that the target is always the number in t..... More

Print this item

  I need to know how to put my SQLite3 data into a Treeview
Posted by: Thename921 - Jan-12-2019, 09:05 PM - Forum: GUI - Replies (1)

Hi, I have to create a GUI that can retrieve stored information about students. I am pretty new to Python and Tkinter and very new to SQLite3. I am ve..... More

Print this item

  Remove Rows based on condition
Posted by: abc123 - Jan-12-2019, 08:04 PM - Forum: General Coding Help - Replies (1)

Hello,
I am totally new to python and not sure this is the correct place to ask a question.
I want to remove receipts which have opposite values (Y ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 5 hours ago tester_V snippsat General Codin...
  Select Python comment (#)... 8 hours ago SpongeB0B tester_V General Codin...
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... 09-27, 03:54 llarkin6 Pedroski55 General Codin...
  [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...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
Most views
  The best Prog... 577280
  Tutorial Requ... 500395
  Web Scraping ... 440962
  Newbie with P... 384990
  New Users Int... 369371
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+ 12089
buran 8176
snippsat 7369
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Seu12Jorge Yesterday
seomelbourneaustralia Yesterday
Jacobjoift Yesterday
zalexstolzeoz5360 Yesterday
Edzed4431 09-27

User Panel Messages

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