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,312
» Latest member: elizabethlittle6258
» Forum threads: 38,801
» Forum posts: 175,924

Full Statistics

Online Users
There are currently 62 online users.
» 1 Member(s) | 56 Guest(s)
Bing, Google, AOL, Applebot, Pedroski55

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: Pedroski55
8 hours ago
» Replies: 12
» Views: 342
Python compiler
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 09:50 AM
» Replies: 1
» Views: 83
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Nov-29-2025, 07:34 PM
» Replies: 5
» Views: 96
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Nov-29-2025, 05:51 PM
» Replies: 0
» Views: 59
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Nov-29-2025, 07:39 AM
» Replies: 3
» Views: 11,145
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 222
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 752
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,850
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 224
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 177

 
  Coding problem in a Pygame
Posted by: Sghet - Apr-20-2018, 06:12 PM - Forum: Game Development - Replies (4)

Hi! Im Sghet, im starting to program in Python 3. Im learning with the "Python crash course" of Eric Matthes. One of the project is to code a game sim..... More

Print this item

  post data problemHi guys I have small problem in python.I'm getting this error: "PO
Posted by: jure98 - Apr-20-2018, 05:05 PM - Forum: Web Scraping & Web Development - Replies (4)

Hi guys

I have small problem in python.I'm getting this error:

[error]"POST data should be bytes, an iterable of bytes, or a file object. It can..... More

Print this item

  Simple send and recive string Server/Client
Posted by: Epilepsy - Apr-20-2018, 02:08 PM - Forum: Networking - Replies (1)

Hi there, i'm new so sorry if I miss a rule, I read it but i'm not sure if get them all
And sorry for my english i'm learning this Big Grin

Mi..... More

Print this item

  Object oriented area of a triangle
Posted by: xterakojede - Apr-20-2018, 01:19 PM - Forum: Homework - Replies (2)

Please i need help, this code does not compute the area

[python]
# An object-oriented programming style to calculate area of triangle (1/2 base ti..... More

Print this item

  Missing Privileges to execute a query on SAP HANA thorugh pyhdb
Posted by: agrella - Apr-20-2018, 10:43 AM - Forum: Networking - Replies (1)

Hi guys!

I'm trying to execute a simple query by using pyhdb.

Here is my code:

import pyhdb as db

HDB_TRACE=1

db.tracing =True

conne..... More

Print this item

  getting directory permissions
Posted by: UrfinJuice - Apr-20-2018, 09:50 AM - Forum: Networking - No Replies

Hello,
I have a task to visit the corporate file server from my PC from time to time and check the directories for the permissions. I can do it easil..... More

Print this item

  Unable to parse JSON output
Posted by: dragan979 - Apr-20-2018, 07:35 AM - Forum: General Coding Help - Replies (1)

I'm searching JIRA using REST API and trying to get subtask name (summary)

whole code is here: https://1drv.ms/u/s!AizscpxS0QM4hJpFPnbeAexYPwYu9Q
..... More

Print this item

  Download data
Posted by: parthi1705 - Apr-20-2018, 06:43 AM - Forum: Web Scraping & Web Development - Replies (3)

Hi friends,
I am having an URL which has reports, it has some condition to filter say id, dates(from date & to date)then if we click submit it will ..... More

Print this item

  Looking for a place of Python development
Posted by: amritjsr - Apr-20-2018, 05:23 AM - Forum: Jobs - No Replies

Hi All,

This is Amrit, a Unix System Admin. Need help in Python learning and development. I am learning python quite some times, but somewhere thin..... More

Print this item

  Assignment help: Creating a resulting “wave” from two files
Posted by: AltF4ke - Apr-20-2018, 02:11 AM - Forum: Homework - No Replies

I'm currently having difficulty with a Python assignment for my introduction to programming class.

The spec requires us to create a "noise wave sim..... More

Print this item

  Sum of digit in a string
Posted by: MEH012 - Apr-20-2018, 01:16 AM - Forum: Homework - Replies (1)

I am right now a gr.10 student who is studying basic computer programming, my assignment had the following description: e a program that asks the user..... More

Print this item

  quick deep learning sim...
Posted by: mepyyeti - Apr-19-2018, 11:44 PM - Forum: Code sharing - Replies (1)

on github

So this code is the result of an after class 'discussion' with a prof. Can AI (already..... More

Print this item

  Unexpected result in simple prime number example
Posted by: jackhj - Apr-19-2018, 09:06 PM - Forum: General Coding Help - Replies (2)

[python code]Numberofprimes = 25
Numberofprimesperline = 5
count = 0
number = 2

while(count < Numberofprimes):
isPrime = True


..... More

Print this item

  need help in passing url as variable in payload
Posted by: vkvasu25 - Apr-19-2018, 08:42 PM - Forum: General Coding Help - Replies (6)

Hello Team,

I need help in code to post variable( which has url) in the body of post api call. Here is code.

stashurl = 'https://<someurl>_{}/{}..... More

Print this item

  AttributeError: 'dict' object has no attribute 'fees'
Posted by: mattraffel - Apr-19-2018, 08:37 PM - Forum: General Coding Help - Replies (6)

I do not understand how to allocate a python dictionary. I was hoping someone could point out my error. If this is not the right forum, please help me..... More

Print this item

  Playing video read in as binary without writing to disk
Posted by: ashtona - Apr-19-2018, 07:58 PM - Forum: Game Development - No Replies

Hello my python program right now reads in binary data from an sql varbinary column, if it's a jpg file I convert it to BYTESIO and use PIL Image.Open..... More

Print this item

  two different objects, but somehow the values are shared between them
Posted by: RaphaelMG - Apr-19-2018, 07:43 PM - Forum: General Coding Help - Replies (6)

As the title said, I have two different objects from two classes that share the same inheritance.
When I modify an inherited variable in obj1, it als..... More

Print this item

  Help - telnetlib issue?
Posted by: juanpb12 - Apr-19-2018, 05:09 PM - Forum: General Coding Help - Replies (1)

Hi guys, this is my first thread. I'm looking for help about telnetlib. At work i've got installed python 3.6.5. I'm running a script that creates a s..... More

Print this item

  Looking for example: App that provide service via API respond JSON or XML msgs
Posted by: georgelza - Apr-19-2018, 07:44 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi all

Does anyone know of a example where Python application run as a web type service... be it as a container based deployment or normal OS on VM..... More

Print this item

  [split] Trouble making my first python .exe using pyinstaller.
Posted by: esha09 - Apr-19-2018, 07:11 AM - Forum: General Coding Help - Replies (5)

Hi All,

I am facing the below issue when using PyInstaller
[error]
usage: pyinstaller [-h] [-v] [-D] [-F] [--specpath DIR] [-n NAME]
..... More

Print this item

  mysql db connection using python
Posted by: sunstar20 - Apr-19-2018, 06:48 AM - Forum: General Coding Help - Replies (13)

Hi,

I am new to python.

I have an ejabberd chat server. I have an external authentication python file to connect to mysql db.

On adding the b..... More

Print this item

  Program for a Game
Posted by: PatrickTheFabulous - Apr-19-2018, 05:46 AM - Forum: General Coding Help - Replies (1)

Hello,

im very new to coding and there is a lot i don't understand but that is not my point my friend is looking to make and interactive game and p..... More

Print this item

  how to remove part of String
Posted by: garikhgh0 - Apr-19-2018, 05:25 AM - Forum: News and Discussions - Replies (1)

Hi. I have a question on string slicing.
So. I have Series which looks like so:

'one two three'
'four five six'
'five three'
'seven five four s..... More

Print this item

  if python3 only
Posted by: Skaperen - Apr-19-2018, 04:56 AM - Forum: News and Discussions - Replies (4)

i have a script that is version agnostic. it runs correctly under python2 and python3. but i want to make it be an executable #! script that will ru..... More

Print this item

  Problem with very large number for digital root
Posted by: Pleiades - Apr-19-2018, 04:05 AM - Forum: Data Science - Replies (17)

Hi,

This is my first post so any help is cool. I'm working with numbers that are 12 to 24 million digits long. What I'm trying to do in Python is..... More

Print this item

  Cant find S3 Read or Write access from Python code
Posted by: tpc - Apr-19-2018, 04:00 AM - Forum: General Coding Help - No Replies

Hi
First off I am communicating with AWS with python boto3(Pycharm),So my question is i have created
8 buckets in which 4 buckets Read access and ..... More

Print this item

  best parallelisation strategy on python
Posted by: simona - Apr-19-2018, 01:21 AM - Forum: General Coding Help - Replies (1)

I have a code fortran 90 that is parallelised with MPI. I would like to traslate it in python, but I am not sure on the parallelisation strategy and l..... More

Print this item

  Write lambda function in pyhhon to coy data from multiple JSON into a single JSON fil
Posted by: anandmn85 - Apr-19-2018, 12:43 AM - Forum: General Coding Help - Replies (2)

I have around 4 JSON file placed on S3 bucket I need to read those files parse it and then load those data appended into a single JSON file which is p..... More

Print this item

  Bounce game paddle problems
Posted by: SheeppOSU - Apr-18-2018, 09:31 PM - Forum: Game Development - Replies (4)

I cant move the paddle in this game and yes i am focused on the game screen when i press the left and right arrow. Also there is no error message. I a..... More

Print this item

  Regarding index out of bounds error and implementing Loop error in backpropagation al
Posted by: geevaprasa - Apr-18-2018, 07:35 PM - Forum: Data Science - Replies (6)

I am fairly new to Python. I have spent some time trying to implement this and wanted to ask the community for some advice.

I am receiving an index..... More

Print this item

  Variable reported as not set, though I"ve set it before...
Posted by: georgelza - Apr-18-2018, 07:23 PM - Forum: Web Scraping & Web Development - Replies (4)

Hi guess

Need some advice, the below code...

just after the imports I set gotEFTConnection = False

then I try and execute the following code..... More

Print this item

  What am i doing wrong - math tool box
Posted by: TJOm - Apr-18-2018, 06:59 PM - Forum: Homework - Replies (9)

So I was told to create a math tool box which I have but for some reason when I actually enter a value nothing happens and or my code tells me not val..... More

Print this item

  Generating list of rsquared_adj regression values for variating i with loop
Posted by: hpg - Apr-18-2018, 05:41 PM - Forum: General Coding Help - Replies (1)

Dear all,

I am wondering if someone could please help me with an issue I am currently trying to solve:

I have a "static" code which looks as fol..... More

Print this item

  'Illegal characters found in parameter 'quantity'; legal range is...'
Posted by: psh6615 - Apr-18-2018, 04:24 PM - Forum: General Coding Help - Replies (4)

I got the error message as below and I do not know what is wrong. The type of parameter 'quantity' is decimal, so I converted it from float type into ..... More

Print this item

  working with lxml and requests
Posted by: gentoobob - Apr-18-2018, 02:47 PM - Forum: Web Scraping & Web Development - Replies (23)

Hello. I am trying to pull xml data from a webpage, grab only two XML tags or data pieces I need and then put them in an CSV file. The webpage is a ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 8 hours ago Lou Pedroski55 General Codin...
  Python compiler Yesterday, 09:50 NeoQuant noisefloor General Codin...
  Trading Risk management s... 11-29, 19:34 NeoQuant NeoQuant Code sharing
  Standard template Data En... 11-29, 17:51 Hosthubac Hosthubac Code Review
  Python Online Compiler 11-29, 07:39 alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... 11-28, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... 11-28, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  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...
Most views
  The best Prog... 579520
  Tutorial Requ... 513064
  Web Scraping ... 442383
  Newbie with P... 386415
  New Users Int... 381830
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+ 12113
buran 8196
snippsat 7394
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
elizabethlittle6258 Yesterday
StepanVoronin Yesterday
QABOB Yesterday
adityaN Yesterday
NeoQuant 11-29

User Panel Messages

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