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,396
» Latest member: pizofreude
» Forum threads: 38,822
» Forum posts: 176,025

Full Statistics

Online Users
There are currently 36 online users.
» 0 Member(s) | 25 Guest(s)
Bing, Google, Internet Archive, Facebook Dev, Applebot, AOL, Mojeek

Latest Threads
Struggles I Faced While E...
Forum: Code Review
Last Post: padma121
7 hours ago
» Replies: 1
» Views: 4,573
Willing to pay for help w...
Forum: General Coding Help
Last Post: noisefloor
7 hours ago
» Replies: 4
» Views: 141
Create dataframe from the...
Forum: Data Science
Last Post: OtiliaGen
8 hours ago
» Replies: 7
» Views: 3,578
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
Dec-27-2025, 06:21 PM
» Replies: 1
» Views: 139
Calling python from anoth...
Forum: General Coding Help
Last Post: eedjsa
Dec-27-2025, 04:06 PM
» Replies: 9
» Views: 277
IP address for users
Forum: Networking
Last Post: itx_sumeet
Dec-27-2025, 05:53 AM
» Replies: 4
» Views: 7,092
Lottery generator (beginn...
Forum: General Coding Help
Last Post: Pedroski55
Dec-27-2025, 01:10 AM
» Replies: 5
» Views: 9,941
[split] How to ask Smart ...
Forum: General Coding Help
Last Post: Pedroski55
Dec-25-2025, 07:58 AM
» Replies: 2
» Views: 169
Need Help with Pandas Con...
Forum: Bar
Last Post: Axel_Erfurt
Dec-24-2025, 10:07 AM
» Replies: 1
» Views: 101
requests.post not sending...
Forum: Web Scraping & Web Development
Last Post: noisefloor
Dec-24-2025, 09:20 AM
» Replies: 2
» Views: 170

 
  i making a terminal sign up website thing
Posted by: Kenrichppython - Nov-04-2021, 03:09 AM - Forum: General Coding Help - Replies (1)

code

def username():
username = input("username:")
print("are you sure thats your username?")
YesNo = input("press t if thats your u..... More

Print this item

  Issues with the task of reseaching a user in a Flask datbase
Posted by: Tsk42 - Nov-03-2021, 11:27 PM - Forum: Homework - Replies (2)

Hello, I’m a beginner with SQL and Flask and i’m having issues with a part of my website.
My goal is that a user fills an HTML form in which they fill..... More


Attached Files

.zip   ProjetNSI - Copy - Copy.zip (Size: 5.34 KB / Downloads: 357)
Print this item

  Updating a config file [solved]
Posted by: ebolisa - Nov-03-2021, 10:59 PM - Forum: General Coding Help - Replies (8)

Hi,

I've a config.py file with the following content:

[python]
from mqtt_as import config

config['ssid'] = 'my router'
config['ssid_pw'] = ..... More

Print this item

Photo (Beginners problem) Does file change during this code?
Posted by: fiqu - Nov-03-2021, 09:30 PM - Forum: General Coding Help - Replies (3)

I dont understand what makes the two "print('# items are:', len(code))" give different results? Does the code change anything in the cfile? And why do..... More


Attached Files

Thumbnail(s)
   
Print this item

  GTK3.0 Color Selection Widget
Posted by: Robib - Nov-03-2021, 08:54 PM - Forum: GUI - Replies (3)

Hello.
I hope this is the right place to ask and someone can help me with GTK+ 3.0 Color Selection Widget,
It works fine and i can get color and alp..... More

Print this item

  <title> django page title dynamic and other field (not working)
Posted by: lemonred - Nov-03-2021, 05:08 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello , my name luigi from italy age 39 old year .. my studing hobby web programming for django web framework.
my problem not work in template <title..... More

Print this item

  Hashing an address for binary file
Posted by: Python_help - Nov-03-2021, 04:38 PM - Forum: General Coding Help - Replies (8)

I am facing the error: OSError: [Errno 22] Invalid argument when trying to dump an object record to the hashed address in a .dat binary file, any idea..... More

Print this item

  Matplotlib scatter plot in loop with None values
Posted by: ivan_sc - Nov-03-2021, 01:23 PM - Forum: Data Science - Replies (1)

Hello,

As part of a more complex project, I am trying to plot multiple curves sharing a common X axis.
However, each curve could have some None va..... More


Attached Files

Thumbnail(s)
   
Print this item

  How to add another task?
Posted by: Makada - Nov-03-2021, 11:15 AM - Forum: General Coding Help - Replies (2)

Hi,

i have to code below working just fine, but i dont knnow how to add the same task (with other .dat file) with a 10 minute interval within this ..... More

Print this item

  Widget Tutorial Series for wxPython
Posted by: Knight18 - Nov-03-2021, 04:59 AM - Forum: Tutorial Requests and Submissions - No Replies

Here's a tutorial series on wxPython that has an individual tutorial for each widget. About 15-..... More

Print this item

  How to get datetime from numeric format field
Posted by: klllmmm - Nov-03-2021, 03:18 AM - Forum: General Coding Help - Replies (3)

Hi there,

Can someone help me to extract datetime from the following "data" field

[python]
import pandas as pd
import datetime as dt

df1 = ..... More

Print this item

  Dict and Isin
Posted by: JonahPython - Nov-03-2021, 02:51 AM - Forum: General Coding Help - Replies (1)

I need help on data dict and isin codes. Can anybody assist what is the python codes to achieve the results. Thanks.

I have two dataframes.

Data..... More

Print this item

  Using .hdf5 files only once they are finished writing
Posted by: pyhill00 - Nov-02-2021, 09:42 PM - Forum: General Coding Help - Replies (7)

I am trying to use .hdf5 files once they are done writing (in my case, trying to emit them). But the problem is that I don't have a way to 1) test i..... More

Print this item

  Library or website for multiplayer games Flask/Python
Posted by: drimades - Nov-02-2021, 07:53 PM - Forum: Game Development - Replies (1)

I am working on a multiplayer game for Flask. Right now I’m using socket programming. Do you know of any websites or libraries or tutorial that can fa..... More

Print this item

  From list of bits to PDF
Posted by: drimades - Nov-02-2021, 07:51 PM - Forum: General Coding Help - Replies (1)

Hello!
I am working on a simple program that works for PDF files. So far I’ve been able to read the PDF into a list of bytes with the following code:..... More

Print this item

  About QTimer and QThread and some general question
Posted by: catlessness - Nov-02-2021, 03:21 PM - Forum: GUI - Replies (1)

1. if the interval of a QTimer is very small that not enough to let the slot function finish before timeout. What will happen? will QTimer wait for th..... More

Print this item

  Extracting Data from tables
Posted by: DataExtrator - Nov-02-2021, 12:24 PM - Forum: General Coding Help - No Replies

Hi

I have code which works to extract data from tables in a PDF. The code puts the data into columns and transfers to a CSV file. The code works b..... More


Attached Files

Thumbnail(s)
   
Print this item

  Populate Dropdown list from Database
Posted by: TommyAutomagically - Nov-02-2021, 12:18 PM - Forum: General Coding Help - Replies (4)

I'm just starting out with Python, which I think is amazing, but I've not really grasped it yet. So I'm probably doing it completely wrong but here go..... More

Print this item

  What is bug template using python
Posted by: Anldra12 - Nov-02-2021, 11:36 AM - Forum: General Coding Help - No Replies

In python what actual mean of bug template is, the bug is related library installation that is required for run codes from IDLE or Linux.
I am confu..... More

Print this item

  Dynamic list of choices
Posted by: Lentjes - Nov-02-2021, 07:43 AM - Forum: GUI - No Replies

My first Python project is an app which manages recipes using SQLite. While entering a new recipe, I would like to present a choice of ingredients fro..... More

Print this item

  Isometric Movement on Tiled Map
Posted by: Josselin - Nov-02-2021, 06:56 AM - Forum: Game Development - No Replies

Hello ! I would like to create a isometric game but how make isometric movement in Pygame on a map created with Tiled ?

I want to make a thing like..... More


Attached Files

Thumbnail(s)
   
Print this item

  Translation API
Posted by: snippyro - Nov-02-2021, 01:09 AM - Forum: General Coding Help - No Replies

Hello, I'm currently looking for a free translation API I can use with the requests module. Got any suggestions? Thanks!

Print this item

  Extracting Text
Posted by: standenman - Nov-01-2021, 08:22 PM - Forum: Data Science - Replies (5)

I am trying to create some functionality that will harvest text date from a text file. The text file is basically a series of questions and answers. ..... More

Print this item

Photo print output none
Posted by: 3lnyn0 - Nov-01-2021, 06:38 PM - Forum: General Coding Help - Replies (4)

Hi! I have an json (I will attach photo) and I want to extract from it a dictionary e.g. {name: [longitude, longitude]}
[python]
import json
..... More


Attached Files

Thumbnail(s)
   
Print this item

  Stream via socket with multiple clients
Posted by: principemestizo - Nov-01-2021, 06:25 PM - Forum: General Coding Help - No Replies

The code that I have already works. What I do is create two servers and two clients to open two different codes with different ports, because when I u..... More

Print this item

  Sqla wrapper
Posted by: Slojure - Nov-01-2021, 03:33 PM - Forum: General Coding Help - Replies (1)

Hy, i am wondering what is the difference between sqla wrapper and sqlalchemy in python? Why arent manny tutorials on sqla wrapper? I am starting to l..... More

Print this item

  TicTacToe Game Add Exception Handling and Warning Function
Posted by: ShaikhShaikh - Nov-01-2021, 03:22 PM - Forum: General Coding Help - Replies (5)

I built a TicTacToe game in Python, but I want to add exception handling in it And i also want to create a warning function which shows the position i..... More

Print this item

  An interactive image that allows a selection of a specific point
Posted by: Saksa - Nov-01-2021, 12:30 PM - Forum: GUI - Replies (3)

Hi all,

I am creating a program/script that displays an image of a product with several hundred screw positions. I have a separate list of the coor..... More


Attached Files

Thumbnail(s)
   
Print this item

  SQLALCHEMY - Not selecting data from table
Posted by: jamesaarr - Nov-01-2021, 11:39 AM - Forum: General Coding Help - Replies (4)

Hi all,

I thought it best to create a new thread instead of replying to the old one. Basically I'm querying a Postgresql server using SQLAlchemy. ..... More

Print this item

  SQLALCHEMY - Column doesn't exist
Posted by: jamesaarr - Nov-01-2021, 10:35 AM - Forum: General Coding Help - Replies (9)

Hi all,

Very simple issue - code in question is:

[python]
for data in engine.execute('select style_no from data where style_size_no_in = "' +m..... More

Print this item

  Extract a string between 2 words from a text file
Posted by: OscarBoots - Nov-01-2021, 06:29 AM - Forum: General Coding Help - Replies (2)

Hi Forum,

I have a very long Code script containing SAS Proc SQL. There's a lot of excess code that I don't need and I know that the individual scr..... More

Print this item

Information Parssing Json.dump from PYTHON to PHP for output on browser
Posted by: jodqueshiva - Nov-01-2021, 03:41 AM - Forum: Data Science - Replies (1)

[python]import warnings
warnings.filterwarnings('ignore')
import en_core_web_sm
nlp= en_core_web_sm.load()
import spacy
#nlp = spacy.load('en_co..... More


Attached Files

.json   OmkarResume_result.json (Size: 117 bytes / Downloads: 1)
.pdf   OmkarResume.pdf (Size: 52.19 KB / Downloads: 1)
Print this item

Photo how I write the output into xml file in python?
Posted by: 3lnyn0 - Oct-31-2021, 05:14 PM - Forum: General Coding Help - Replies (1)

I have an automatically generated j son, I load it in the file (it is a list of dictionaries) and then I convert it to xml but how do I move the outpu..... More


Attached Files

Thumbnail(s)
   
Print this item

  install.bat pymem not working?
Posted by: ChickenNugget - Oct-31-2021, 12:47 PM - Forum: General Coding Help - Replies (1)

Hi, I have CMD prompt on windows 10 running python 3.10. I'm trying to run the command "Install.bat pymem". Someone told me to do it to make something..... More

Print this item

  making variables in my columns and rows in python
Posted by: kronhamilton - Oct-31-2021, 03:28 AM - Forum: General Coding Help - Replies (2)

I've been searching the internet for the answer to my problem, but to no avail. I'm trying to put data into rows and columns, but I have variables and..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Struggles I Faced While E... 7 hours ago baffa_dbt padma121 Code Review
  Willing to pay for help w... 7 hours ago braillescribe noisefloor General Codin...
  Create dataframe from the... 8 hours ago Calab OtiliaGen Data Science
  How to Integrate External... 12-27, 18:21 finallen321 noisefloor General Codin...
  Calling python from anoth... 12-27, 16:06 eedjsa eedjsa General Codin...
  IP address for users 12-27, 05:53 Robots itx_sumeet Networking
  Lottery generator (beginn... 12-27, 01:10 Hullari Pedroski55 General Codin...
  [split] How to ask Smart ... 12-25, 07:58 yoanselcp Pedroski55 General Codin...
  Need Help with Pandas Con... 12-24, 10:07 naproxy_1 Axel_Erfurt Bar
  requests.post not sending... 12-24, 09:20 JarredAwesome noisefloor Web Scraping ...
  Looking for constructive ... 12-24, 03:16 decuser cecrease News and Disc...
Most views
  The best Prog... 580402
  Tutorial Requ... 519425
  Web Scraping ... 442776
  Newbie with P... 386976
  New Users Int... 386447
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+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
pizofreude Today
RockHound_Z12 Today
braillescribe Yesterday
aurelio12282025 Yesterday
bejaminmaarleyo1374 Yesterday

User Panel Messages

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