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,253
» Latest member: cc123
» Forum threads: 38,781
» Forum posts: 175,830

Full Statistics

Online Users
There are currently 40 online users.
» 2 Member(s) | 30 Guest(s)
Facebook Dev, Bing, Google, AOL, Mojeek, Gribouillis, cc123

Latest Threads
Convert Json to table for...
Forum: General Coding Help
Last Post: cc123
1 minute ago
» Replies: 6
» Views: 18,215
Convert JSON to CSV
Forum: General Coding Help
Last Post: cc123
2 minutes ago
» Replies: 7
» Views: 7,401
re.split issue
Forum: General Coding Help
Last Post: noisefloor
46 minutes ago
» Replies: 3
» Views: 38
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
3 hours ago
» Replies: 6
» Views: 324
New to python and coding
Forum: Homework
Last Post: lary_p
8 hours ago
» Replies: 5
» Views: 149
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 07:26 PM
» Replies: 2
» Views: 98
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 10:11 AM
» Replies: 6
» Views: 229
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 359
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 138
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,636

 
Question (solved) open multiple libre office files in libre office
Posted by: lucky67 - May-29-2021, 12:00 PM - Forum: General Coding Help - Replies (5)

I'm a new Linux user, used to use autohotkey in windows to do this. Have installed autokey in linux and tried several ways of getting this to work usi..... More

Print this item

  threading help
Posted by: iamaghost - May-29-2021, 12:00 PM - Forum: General Coding Help - No Replies

hey community,

i am having some trouble understanding the threading module and would be glad if someone could help me out.

My Code does the foll..... More

Print this item

  Help me in extracting the datetime from netcdf file
Posted by: aimanumer444 - May-29-2021, 11:34 AM - Forum: Code sharing - No Replies

Hi everyone i am having netcd file and have the time in numeric one wanna convert it to Georgian one i am using these codes but its giving me error.Ki..... More

Print this item

  should not be getting this exception...confused
Posted by: MrP - May-29-2021, 10:21 AM - Forum: GUI - Replies (4)

Hello,

I am trying to learn python class programming and I have run into an exception when trying to run a small program I found on the internet. I..... More

Print this item

  Error message
Posted by: pybits - May-29-2021, 07:14 AM - Forum: General Coding Help - Replies (1)

I have giving someone some code and they are getting this error message when running the code. The error message does not come up when I run the code ..... More


Attached Files

Thumbnail(s)
   
Print this item

  Blackjack (21) with Python
Posted by: BlazingWarlord - May-29-2021, 05:07 AM - Forum: Code sharing - No Replies

https://thepygrammer.blogspot.com/2020/0...kjack.html

Code to build Blackjack or 21 with Python. Code includes deck-creation, random card drawin..... More

Print this item

Exclamation Anyone know what happened to my button?
Posted by: IgnacioMora23 - May-28-2021, 11:06 PM - Forum: GUI - Replies (35)

Hello good afternoon I am making an interface that can show the data of the xbee connected via usb.

I followed several videos that I have seen on i..... More


Attached Files

Thumbnail(s)
   
Print this item

  post_save does not work
Posted by: moha - May-28-2021, 03:45 PM - Forum: Web Scraping & Web Development - Replies (1)

I want to generate a unique key so I created this function but post_save does not work correctly error EmailConfirm is not create
for more info do not..... More

Print this item

  Anagram Solver with Python
Posted by: BlazingWarlord - May-28-2021, 02:23 PM - Forum: Code sharing - Replies (2)

https://thepygrammer.blogspot.com/2021/0...olver.html

This Anagram Solver uses the itertools module to find all possible unscrambled..... More

Print this item

  How to show terminal output in GUI
Posted by: Rubberduck - May-28-2021, 12:46 PM - Forum: GUI - Replies (2)

Hi There,
I am looking for a easily way to show my terminal output directly in the created GUI. My code looks as follows:
[python]
import sys

fr..... More

Print this item

  Python BeautifulSoup IndexError: list index out of range
Posted by: rhat398 - May-28-2021, 11:30 AM - Forum: Web Scraping & Web Development - Replies (1)

[python]import requests
from bs4 import BeautifulSoup
import csv
import time

class LightupScraper:

results = []

def fetch(self, ur..... More

Print this item

  python error: bad character range \|-t at position 12
Posted by: faustineaiden - May-28-2021, 09:38 AM - Forum: General Coding Help - No Replies

i am new to emotion recogntion. When i run the model based on https://github.com/declare-lab/MELD. It is errors.

the command is python baseline.py ..... More

Print this item

Shocked Question about sending escape characters by using sendall function (python2.7).
Posted by: lzfneu - May-28-2021, 07:45 AM - Forum: Networking - Replies (1)

Hi all,

I intend to send function strings to my device, and use python 2.7 socket programming and sendall() function, at the end of the command '\r..... More


Attached Files

.py   test1.py (Size: 439 bytes / Downloads: 413)
Print this item

  How to web scrape this?
Posted by: Pedroski55 - May-27-2021, 10:24 PM - Forum: General Coding Help - Replies (7)

This is not really a Python question, sorry, but I don't know where to ask.

I was interested in recent posts here about web-scraping.

I often lo..... More

Print this item

  Newb Eric/Qt installation problem
Posted by: paulofelora - May-27-2021, 09:22 PM - Forum: GUI - Replies (5)

Hi folks, just getting started with Python, so I loaded Eric6. I'm running Python 3.9.5 on Windows 10. I'm trying to follow Jaime Seuma's LogParser ..... More

Print this item

  Using re to find only uppercase letters
Posted by: ranbarr - May-27-2021, 05:01 PM - Forum: Homework - Replies (6)

Hi,
Im trying to solve a problem using re module, and one of the requests is to find a string with the letters ATGC only in uppercase.
this is my co..... More

Print this item

  Importing Postgres Heroku from AWS S3
Posted by: Drone4four - May-27-2021, 11:55 AM - Forum: Web Scraping & Web Development - No Replies

I’m learning how to handle Postgres instances by backing them up and restoring them on Heroku for a Django project (a small rudimentary CMS). The amou..... More

Print this item

  Could help to develop Titkok auto uploader by python
Posted by: sinoshon - May-27-2021, 10:58 AM - Forum: Jobs - Replies (1)

Who can help to develop Titkok multi-account management and batch automatic upload, just like the following video function:

https://www.youtube.com..... More

Print this item

  Installing Python3 on MacOS using brew
Posted by: zazas321 - May-27-2021, 10:45 AM - Forum: General Coding Help - Replies (5)

Hello, I am trying to install python3
I have followed this guide: https://programwithus.com/learn/python/i...ython3-mac

After using the follo..... More

Print this item

  Simple Games with Python - A Compilation
Posted by: BlazingWarlord - May-27-2021, 10:33 AM - Forum: Code sharing - No Replies

Here is the link: A Compilation of Simple Games in Python

Here is a co..... More

Print this item

  Implementing number of guesses left in guessing game
Posted by: Alienator - May-27-2021, 10:23 AM - Forum: GUI - Replies (1)

I am building a guessing game where the user has to guess what the capital of a country is by looking at the image of the country's flag. For this I h..... More

Print this item

  Is being a Python Developer a good career choice?
Posted by: ankitdixit - May-27-2021, 10:22 AM - Forum: News and Discussions - Replies (1)

Hello All, I want to know what is the future of python programming and Is being a python developer a good career choice? my younger brother wants to b..... More

Print this item

  Graphic Interface with Tkinter
Posted by: IgnacioMora23 - May-27-2021, 04:35 AM - Forum: GUI - No Replies

Hi Foreros, I am making a graphical interface that shows me a couple of data that I receive from an Xbee antenna. Python has a specific library for th..... More


Attached Files

Thumbnail(s)
       
Print this item

  how can i attach interact to a subject
Posted by: Newbie1114 - May-27-2021, 04:19 AM - Forum: Game Development - Replies (4)

I can't attach interact to a subject and i don"t know how to write it down.Help me please?

Print this item

  Unable to access the user input value given to daterangepicker
Posted by: klllmmm - May-26-2021, 06:48 PM - Forum: General Coding Help - Replies (1)

In an HTML web form, I want to access the user-selected date range (backend is in python django framework, I'm referring the daterange picker examples..... More


Attached Files

.html   date_picker.html (Size: 2.76 KB / Downloads: 475)
Print this item

  unable to view sqlite3 database in VSC Editor
Posted by: KatMac - May-26-2021, 05:59 PM - Forum: Bar - Replies (2)

I am working on a new Django project and would like to be able to view the sqlite3 database in my VSC Editor.

I installed SQLTools in the VSC Edito..... More

Print this item

  Ultimate Guide to Data Types
Posted by: BlazingWarlord - May-26-2021, 02:50 PM - Forum: Tutorial Requests and Submissions - Replies (2)

Knowledge of Data-Types is essential for any programmer. This post is for anyone who wants to learn about all the data-types Python has to offer with ..... More

Print this item

  Ploting single column with multiple category
Posted by: drunkenneo - May-26-2021, 02:40 PM - Forum: General Coding Help - Replies (1)

Hi All,

I have a column in a dataframe:

eg:
label
----------
1
0
-1

I want to convert in bar graph with x axis have 1 as Positive, 0 as Zero and -1..... More

Print this item

  plistlib / xml file / get value except key
Posted by: Tecuma - May-26-2021, 11:03 AM - Forum: General Coding Help - Replies (6)

Hello Community,

I have transformed my bookmarks plist file to an XML file. I try to write a script where I am able to read the XML file, getting t..... More


Attached Files

.xml   Bookmarks_example.xml (Size: 25.84 KB / Downloads: 462)
Print this item

  Read a single event (keypress) from asyncio
Posted by: cygnus_X1 - May-26-2021, 10:46 AM - Forum: General Coding Help - Replies (3)

I'm using asyncio library to read input from a Infra Red remote control.
This is python 3.7 branch on an Orange Pi Zero, using the built in IR receiv..... More

Print this item

  Delimiters - How to skip some html tags from being translate
Posted by: Melcu54 - May-26-2021, 06:12 AM - Forum: General Coding Help - No Replies

hello. I made a Python script, that translate my html pages languages in other language. This is my english html page that I want to translate in Bela..... More

Print this item

  Unable to plot the graph as needed
Posted by: drunkenneo - May-26-2021, 05:54 AM - Forum: General Coding Help - Replies (1)

Hi

I am currently facing an problem which might be usual to you as i have just started my party, i thought to take help from Masters.

I am tryin..... More

Print this item

  Extracting the text between each "i class"
Posted by: knight2000 - May-26-2021, 04:03 AM - Forum: General Coding Help - Replies (4)

Hi there,

a beginner here and trying to get some practice with the little I know in scraping a website.

To try and make my challenge clear, I'l..... More

Print this item

  loop adventure game
Posted by: ilikedofs - May-25-2021, 11:52 PM - Forum: General Coding Help - Replies (1)

i am trying to get the loop
to do if user press l go back to previous line
I've looked on the internet and can't find anything that did not pertain..... More

Print this item

  I need help with Connect-Four Game Board
Posted by: niiakoadjei - May-25-2021, 11:22 PM - Forum: Homework - Replies (2)

[python]
# TIC-TAC-TOE FIELD

#| | | | | | | |0
#| | | | | | | |1
#| | | | | | | |2
#| | | | | | | |3
#| | | | | | | |4
#| | | | | | | |5
#01..... More


Attached Files

.zip   Connect4 Game_python.zip (Size: 1.2 KB / Downloads: 429)
Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Convert Json to table for... 1 minute ago python_student cc123 General Codin...
  Convert JSON to CSV 2 minutes ago Linuxdesire cc123 General Codin...
  re.split issue 46 minutes ago paul18fr noisefloor General Codin...
  Backward compatibility qu... 3 hours ago yutaozhou noisefloor News and Disc...
  New to python and coding 8 hours ago lary_p lary_p Homework
  why is the image not show... Yesterday, 19:26 sarbogast deanhystad General Codin...
  Help with Serial.write in... Yesterday, 10:11 racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... 11-11, 09:52 tsgiannis tsgiannis GUI
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
Most views
  The best Prog... 578915
  Tutorial Requ... 510129
  Web Scraping ... 441937
  Newbie with P... 385954
  New Users Int... 376729
Most reputation
buran 581
snippsat 510
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+ 12107
buran 8195
snippsat 7388
deanhystad 6908
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
cc123 Today
Jessicaadams Today
ftk456 Yesterday
sarbogast Yesterday
bmurray Yesterday

User Panel Messages

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