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,985
» Latest member: chikkamagalur
» Forum threads: 38,734
» Forum posts: 175,574

Full Statistics

Online Users
There are currently 57 online users.
» 1 Member(s) | 51 Guest(s)
Google, Bing, AOL, Applebot, snippsat

Latest Threads
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
41 minutes ago
» Replies: 2
» Views: 51
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
44 minutes ago
» Replies: 6
» Views: 172
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,039
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 452
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,083
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,152
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 833
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,107
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,548
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,138

 
  Problem with coding for movement keys
Posted by: Aresofthesea - Jul-03-2019, 12:28 PM - Forum: Game Development - Replies (3)

I am following a youtube tutorial on how to make a multiplayer game in python: https://www.youtube.com/watch?v=_fx7FQ3SP0U. I am using the online pyth..... More

Print this item

  Method not defined
Posted by: diskt - Jul-03-2019, 12:23 PM - Forum: General Coding Help - Replies (1)

Hello,
i have been playing around with the following piece of code that i found in an online course of Python.
The class has 2 methods, one method i..... More

Print this item

  problem using custom exception handling in python
Posted by: srm - Jul-03-2019, 11:55 AM - Forum: General Coding Help - Replies (3)

I am using custom exception in my program along with built in exceptions given by python.
My code is:
[python]class Error(Exception):

..... More

Print this item

  How matplotlib automatically set x-axis and y-axis limits for bar graph ?
Posted by: ift38375 - Jul-03-2019, 11:08 AM - Forum: Data Science - Replies (3)

Hi,

I am confused in math/logic behind automatically by-default setting of x-axis and y-axis limits in bar graph ? Here i am sharing some examples ..... More

Print this item

  multiple binds
Posted by: loulou - Jul-03-2019, 11:05 AM - Forum: GUI - Replies (1)

hello,
I am having trouble with events in my program:
[python]
.
.
.
self.userinput = wx.TextCtrl(pnl, style = wx.TE_PROCESS_ENT..... More

Print this item

  Append Multiple CSV files
Posted by: Nidhesh - Jul-03-2019, 10:52 AM - Forum: Data Science - Replies (2)

Hi All,

I have to append multiple csv files while using pandas. I have to convert the data into desired datatype and then append but when i am doin..... More

Print this item

  Delaunay Tesselation
Posted by: paul18fr - Jul-03-2019, 09:11 AM - Forum: Data Science - Replies (3)

Dear All,

On the net, when I look for Python 2D tesselation libraries, I can find different ones in Scipy, matplotlib, etc; does somebody has ever ..... More

Print this item

  Keep the longest chains
Posted by: Amniote - Jul-03-2019, 08:56 AM - Forum: General Coding Help - Replies (11)

Hello everyone,
I have the following file:

1 2 3 4
7 8 9 10 11 12
4 5 2 1 8
7 8 9
4 5 2 1 8 9
7 8 9 10 11
7 8 9 10
1 2 3 4 5


I need t..... More

Print this item

  How to create Flask-Stripe Checkout and Charge for the multiple items
Posted by: Antares - Jul-03-2019, 08:40 AM - Forum: Web Scraping & Web Development - Replies (4)

I am building an integration with Stripe by following the examples in its documentation, but I can't understand the part of creating a Charge for more..... More

Print this item

  Python 3.6
Posted by: Skaperen - Jul-03-2019, 06:51 AM - Forum: Bar - Replies (11)

i have upgraded from Ubuntu 16.04 LTS to Xubuntu 18.04 LTS. now i have Python 3.6.8.

Print this item

  Quick tips and tricks for python
Posted by: juliopa - Jul-03-2019, 04:23 AM - Forum: News and Discussions - Replies (2)

What are some easy and quick tricks that you learned through coding that a beginner like myself should be aware of to not have to make easy mistakes?

Print this item

  Where is usually located the python interpreter on android devices?
Posted by: anddontyoucomebacknomore - Jul-03-2019, 03:45 AM - Forum: General Coding Help - Replies (1)

I need to locate it to deamonize an script. Android has no "/usr" folder unlike most linux. I downloaded Python 3 from termux app and use qpython as I..... More

Print this item

  indefinite loop
Posted by: Johnygo - Jul-03-2019, 03:03 AM - Forum: General Coding Help - Replies (3)

Hello everyone
I am new to Python and I am learning with a book I bought. In this book there are some do it yourself questions which are much more co..... More

Print this item

  [cryptography.io] How to convert DER signature to ECDSA
Posted by: fstefanov - Jul-02-2019, 09:27 PM - Forum: General Coding Help - Replies (1)

Hello all,

According to cryptography.io documentation the signature for
cryptography.hazmat.primitives.asymmetric.ec.ECDSA
is a bytes object, who..... More

Print this item

  configuring python at build time
Posted by: Skaperen - Jul-02-2019, 08:46 PM - Forum: News and Discussions - Replies (2)

does Python have a build time option to use long double instead of just double for its float type? Pike does and it has been convenient.

Print this item

  Store a product/item in a inventory program
Posted by: viktoria_linn - Jul-02-2019, 08:23 PM - Forum: General Coding Help - Replies (1)

Hi!

I'm a new programmer and new to the forum :) and right now I am working on a very simple cash register program. I was wondering if anyone has got..... More

Print this item

  need help with floodfill
Posted by: rfdv - Jul-02-2019, 08:21 PM - Forum: Homework - Replies (1)

Hello, i'm having some difficulty at a college task and I wonder if you can help me. It is the realization of a floodfill algorithm in python 3 using ..... More

Print this item

  How to add a widget to a QtWindow after it has been created
Posted by: LavaCreeperKing - Jul-02-2019, 05:01 PM - Forum: GUI - Replies (4)

I think I asked this before, but I was unable to get an answer. I need to know how I can add widgets to my window after it has been created.
[python]..... More

Print this item

  web scraping to csv formatting problems
Posted by: bluethundr - Jul-02-2019, 04:31 PM - Forum: Web Scraping & Web Development - Replies (4)

Hello,

I am trying to scrape a web page and send the result to CSV. I am able to get the content I want in the CSV. However, the content is being rep..... More

Print this item

  How to make mmo with python?
Posted by: Aresofthesea - Jul-02-2019, 04:17 PM - Forum: News and Discussions - Replies (6)

I want to make an MMO with python, but I don't know how. Please direct me to a tutorial. Thank you.

Print this item

  [Tkinter] Recommended book/online resource?
Posted by: Winfried - Jul-02-2019, 03:58 PM - Forum: GUI - Replies (3)

Hello,

I need to learn how to write Python apps with GUIs.

Apparently, Tcl/Tk through Tkinter seems easiest since it's already part of Python.
..... More

Print this item

  How can I save Python dictionaries in Matlab?
Posted by: jlostinco - Jul-02-2019, 03:45 PM - Forum: General Coding Help - Replies (1)

What is the simplest way to send complex data from Matlab to Python? I have a pre-written script in Python that uses dictionaries as the base data for..... More

Print this item

  Matplotlib problem
Posted by: ift38375 - Jul-02-2019, 02:54 PM - Forum: General Coding Help - No Replies

This is my source code for Bar graph through Pyplot :
[python]
import matplotlib.pyplot as plt

x = [2,4,6,8,10]
y=[3,9,11,2,6]
plt.bar(x,y,labe..... More

Print this item

  Debugging in VS code
Posted by: kw42chan - Jul-02-2019, 02:06 PM - Forum: General Coding Help - No Replies

hi all,

When i tried to debug in VS code for a py file which involves reading csv with pandas, VS code said cwd needs to be set in launch.json. How..... More

Print this item

  [split] Automate the boring stuff, inserting commas in list
Posted by: srikanth - Jul-02-2019, 01:31 PM - Forum: General Coding Help - Replies (1)

[python]
def sri(z):
... for i in range(len(z)):
... if i<len(z)-1:
... y=z[i]+','
... else:
... y='and ' + z[-1]
..... More

Print this item

  Transform simplified dictionary to nested dictionaries
Posted by: bhojendra - Jul-02-2019, 01:18 PM - Forum: General Coding Help - Replies (1)

Today, I was trying to solve a question in which the data is structured like:
[python]
{
"bar": [
{
"id": 1,
"foo_id": 1,
..... More

Print this item

  Receiving Werkzeug. exception. Bad Request error when using GET with an endpoint
Posted by: robogeek - Jul-02-2019, 01:04 PM - Forum: Web Scraping & Web Development - No Replies

Hello,

I was trying to implement an API using Python, and flask to help myself learn and practice REST.

The idea was to receive a HTTP POST wi..... More

Print this item

  Getting Name Error: Name not defined
Posted by: AAD - Jul-02-2019, 12:39 PM - Forum: General Coding Help - Replies (2)

Hi,

I am a new user, just at very beginning. I am trying to write a simple function but I get the name error saying that I have not defined a varia..... More

Print this item

  Trying to write an app to connect to a mysql DB
Posted by: gizmo - Jul-02-2019, 12:00 PM - Forum: General Coding Help - No Replies

Hi all, I just began my journey with python, and I'm trying to make an app to connect and manage some data.

I have several questions though.

1...... More

Print this item

  CNN, dropout error
Posted by: habib - Jul-02-2019, 10:45 AM - Forum: Data Science - Replies (4)

using python3 at ubuntu.

Reciving error constantly at each cnn code run.

WARNING:tensorflow:From /home/habib/.virtualenvs/kerasTF/lib/python3.6/..... More

Print this item

  Pyinstaller error
Posted by: vipinv23 - Jul-02-2019, 09:37 AM - Forum: News and Discussions - Replies (3)

Hello,

I am using pyinstaller to generate exe from py file but i am getting following error:


"
Traceback (most recent call last):
File "c:..... More

Print this item

  Text after push button
Posted by: chano - Jul-02-2019, 09:07 AM - Forum: GUI - Replies (13)

Hello All,
can after push button to see text on display- ,(bоttom) "please wait",for 30 secоnds,is it possible?
Thank you

Print this item

  What am I doing wrong? New to Python
Posted by: Stthmc_1995 - Jul-02-2019, 03:50 AM - Forum: General Coding Help - Replies (6)

Hi everyone I have recently been introduced to Python and I am attempting some activities for beginners but I have become stuck on one part.
Basical..... More

Print this item

  [split] No Error, and No Output
Posted by: vishal2894 - Jul-02-2019, 02:05 AM - Forum: General Coding Help - Replies (1)

Hi Guys I am a beginner with Python, I am trying to execute a code, it says no error. But I am not getting the expected output. Can someone please hel..... More

Print this item

  display graph in columns and rows
Posted by: william888 - Jul-02-2019, 01:38 AM - Forum: Data Science - Replies (1)

Hi,
[python]
for col in df[['age','num1','num2','num3','num4']]:
grid = sns.FacetGrid(data=df,hue='predictor').map(sns.kdeplot,col)
grid.a..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  create ocr to detect lice... 41 minutes ago bimosora noisefloor General Codin...
  Parse Markdown / get the ... 44 minutes ago SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... Yesterday, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... 09-30, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 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
Most views
  The best Prog... 577459
  Tutorial Requ... 501177
  Web Scraping ... 441083
  Newbie with P... 385157
  New Users Int... 369783
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+ 12092
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
chikkamagalur Today
Costa Today
bimosora Today
kyleconor797 Yesterday
miriamwilliam Yesterday

User Panel Messages

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