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,941
» Latest member: pllrdvalery
» Forum threads: 38,723
» Forum posts: 175,516

Full Statistics

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

Latest Threads
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
11 hours ago
» Replies: 1
» Views: 304
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Today, 04:48 AM
» Replies: 8
» Views: 436
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,644
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,003
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,355
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,906
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,678
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,776
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,927
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,479

 
  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

  Pillow or PIL not sure which to download?.
Posted by: Fox_cutter12 - Apr-18-2018, 02:45 PM - Forum: General Coding Help - Replies (6)

The version of python I am using 3.5.1 but this was made in 2015 and so I don't know which version of PIL to download.

Print this item

  Basic log-in system
Posted by: kiere234 - Apr-18-2018, 01:39 PM - Forum: Homework - No Replies

i am needing some help on a few things:
1 - how to load new data into a text file for a new user
2 - I need to have a function called change passwo..... More

Print this item

  Somethings not quite right
Posted by: beljim7419 - Apr-18-2018, 01:32 PM - Forum: General Coding Help - Replies (4)

Hi, Having no coding experience I have come here for some advise.

I currently use this scri[url=https://python-forum.io/thread-9604.html]..... More

Print this item

  How to render xml with extended xslt
Posted by: SencerH - Apr-18-2018, 12:57 PM - Forum: Web Scraping & Web Development - No Replies

Hello everyone,

I'm new to playing with XML files

I'm trying to render XML file with XSL stylesheet file via code below in python3:
[python]from lxm..... More

Print this item

  Typeerror: Qgscoordinatetransform
Posted by: sekkdk - Apr-18-2018, 12:51 PM - Forum: General Coding Help - Replies (1)

Hi,
Im having trouble with a program called Qgis and a plugin for that thats called Posttelemac. Im getting a error code.

TypeError: QgsCoordinat..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  A coding beginner needs h... 11 hours ago Littlefish paul18fr General Codin...
  Using a For Loop to subtr... Today, 04:48 Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
Most views
  The best Prog... 576626
  Tutorial Requ... 498673
  Web Scraping ... 440471
  Newbie with P... 384393
  New Users Int... 367717
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+ 12087
buran 8175
snippsat 7368
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
pllrdvalery Today
Littlefish Today
Noya_Yonatan Yesterday
Saipython555 Yesterday
Anunderling Yesterday

User Panel Messages

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