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,304
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,903

Full Statistics

Online Users
There are currently 44 online users.
» 1 Member(s) | 40 Guest(s)
Bing, Google, AOL, Gribouillis

Latest Threads
Python is not working on ...
Forum: General Coding Help
Last Post: lary_p
8 minutes ago
» Replies: 3
» Views: 79
No new line from print in...
Forum: General Coding Help
Last Post: bowlofred
42 minutes ago
» Replies: 2
» Views: 19
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
1 hour ago
» Replies: 8
» Views: 637
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,803
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 125
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 108
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 190
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,209
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 303
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 189

 
  Help with homework
Posted by: charlykelley - Mar-16-2019, 09:39 PM - Forum: Homework - Replies (7)

I am starting my journey in the world of programming (this after a class at the university), my knowledge of the subject is close to zero ... and this..... More

Print this item

  Import and variable level
Posted by: tazalapizza - Mar-16-2019, 07:31 PM - Forum: General Coding Help - Replies (1)

Hi, I am working with a few friends on a project where everyone makes some functions that have to use the same variables, for example x here. Every fu..... More

Print this item

  the next higher character
Posted by: Skaperen - Mar-16-2019, 07:15 PM - Forum: General Coding Help - Replies (13)

i have a character as a string of length 1. i want the next higher character. 'a'->'b' or '4'->'5' or '9'->':'. i could do chr(ord(ch)+1). does py..... More

Print this item

  Why I get the ValueError
Posted by: vokoyo - Mar-16-2019, 06:34 PM - Forum: Data Science - No Replies





Dear


May I know why I get the error message -

[i]line 49, in _update_weights

self.w_[1:]= self.eta*xi.dot(error)

ValueError..... More

Print this item

  So help to make a text rpg gui
Posted by: bondsec - Mar-16-2019, 03:27 PM - Forum: Game Development - Replies (4)

Hi folks.

I just started coding in python, and I had a lot of fun following several "courses" on youtube. However I have now run into a problem. I m..... More

Print this item

  Need to improve a programm
Posted by: Richard_SS - Mar-16-2019, 02:47 PM - Forum: Homework - Replies (4)

The program checks if the input text is palindrome. After checking a text like "Rise to vote, sir." it wont find it as palindrome, even if it is. I ne..... More

Print this item

  Linear programming
Posted by: PySou - Mar-16-2019, 02:41 PM - Forum: General Coding Help - Replies (1)

Hi everybody,

I ned to solve a linear program in python. I did a search and found two options: scipy et Pulp.
I would like to know if there are mo..... More

Print this item

  error message with module
Posted by: Pepper887 - Mar-16-2019, 02:07 PM - Forum: General Coding Help - Replies (3)

Hello,

I am trying to make a dice game. I came across an error and I cannot figure out what is happening. Could someone explain this error? Everyth..... More

Print this item

  Time in microseconds seems to update only every millisecond
Posted by: markB - Mar-16-2019, 02:04 PM - Forum: General Coding Help - Replies (3)

Hi all,

I'm trying to time part of a code on microsecond level.
Code below shows the idea.
Result is however that the stored value on changes onc..... More

Print this item

  New guy working on some basic battle mechanics. Little help?
Posted by: BEEFQUAKE - Mar-16-2019, 01:45 PM - Forum: Game Development - Replies (3)

Please understand that I'm extremely new to Python and object oriented programming so I'm sure this code looks like a mess. I'm working on a basic RPG..... More

Print this item

  Nested for loop strange problem
Posted by: mcva - Mar-16-2019, 12:01 PM - Forum: General Coding Help - Replies (2)

Thank you for taking some time to read this problem...
I have this nested for loop and I´m note sure its doing what I need.
I need to run a lake tem..... More

Print this item

  HTTP response capturing issue
Posted by: miunika - Mar-16-2019, 11:44 AM - Forum: General Coding Help - Replies (1)

I want to catch a specific HTTP error and not any one of the entire family.. what I was trying to do is
import urllib2
[python]try:
urllib2.urlo..... More

Print this item

  how to get the entry information using Entry.get() ?
Posted by: SamyPyth - Mar-16-2019, 11:31 AM - Forum: GUI - Replies (2)

Hello, I have a problem. I would like to retrieve the information in my Entry to put in list_info. thank you in advance.
[python]from tkinter import ..... More

Print this item

  Split String
Posted by: lekuru01 - Mar-16-2019, 03:07 AM - Forum: Homework - Replies (6)

i am new to python and i am trying to get a better understanding on how to manipulate strings. Here is my program;
[python]
g='Hello world! What is ..... More

Print this item

  Referring to a specific element in Pandas Dataframe
Posted by: Helmi - Mar-16-2019, 12:56 AM - Forum: Data Science - Replies (2)

Hi,

I need to refer to specific elements in Pandas Dataframe - average salaries in the column "Average". I do not need to refer to the column, I ne..... More

Print this item

  kivy app cryptogram
Posted by: joe_momma - Mar-16-2019, 12:42 AM - Forum: GUI - Replies (1)

Hello,
I have started to play around with Kivy, I take a sentence encrypt it and send it to another class that stacks the encrypted sentence. The top..... More

Print this item

  How to continue after "return"
Posted by: Helmi - Mar-16-2019, 12:35 AM - Forum: General Coding Help - Replies (4)

Hi,

I need help with combining two if statements. The problem is that both need to return something but the function goes out of scope after the fi..... More

Print this item

  Run a source code from Github
Posted by: Chigoz - Mar-15-2019, 08:36 PM - Forum: General Coding Help - Replies (2)

I found this source code on Github but I don't know how to run it. Please help.This is the link.
https://github.com/aniawsz/rtmonoaudio2midi

Print this item

  How to view GUI of a source code
Posted by: Chigoz - Mar-15-2019, 08:19 PM - Forum: GUI - Replies (10)

I found a source code on Github but I'm having hard time viewing it's GUI on PyQt. Is that possible?.Please help.

My PyQt progress bar is showing r..... More

Print this item

  whole number and fraction
Posted by: Skaperen - Mar-15-2019, 06:59 PM - Forum: General Coding Help - Replies (11)

i want to get the whole value and fraction value of a float value i have. i converted it to string, split that by '.' (maybe it needs to be ','), the..... More

Print this item

  Django App
Posted by: gyanezfeliu - Mar-15-2019, 06:19 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello,

I’m working in a project that consists in converting a local postgresql database (that uses sqlalchemy as the ORM) into a web application, i..... More

Print this item

  Please help me with my Bootcamp Homework...
Posted by: CodingD7 - Mar-15-2019, 05:00 PM - Forum: Homework - Replies (8)

Here are the Instructions I have been given...

## Unit 3 Homework Assignment: Intro to Python Programming

In this homework assign..... More

Print this item

  sum a dictionary of classes
Posted by: tobbs - Mar-15-2019, 04:54 PM - Forum: General Coding Help - Replies (2)

Hi there,

I have a dictionary of classes. The class consists of data for soccer games with attributes like team, league, lists of results, lists of..... More

Print this item

  print number of a list line per line
Posted by: lateublegende - Mar-15-2019, 04:42 PM - Forum: General Coding Help - Replies (2)

I have some trouble with my list. I need to print the number line per line. the list looks like that.[python]
[16, 1, 1, 3, 6, 5, 87, 4, 83, 0, 2, 7,..... More

Print this item

  Function Execution Times
Posted by: sunnyarora - Mar-15-2019, 03:57 PM - Forum: General Coding Help - Replies (3)

Hi,
If we want that any Python Function should work only once or twice then how can be done the same?
Thanks

Print this item

  List Creation
Posted by: sunnyarora - Mar-15-2019, 01:28 PM - Forum: General Coding Help - Replies (3)

Hi, Could you pls help me out that how to create a list consisting 1:100

Print this item

  Automating Excel sheets with Python
Posted by: wendysling - Mar-15-2019, 01:25 PM - Forum: General Coding Help - Replies (1)

Hi,

Does anyone have recommendations in terms of resources for someone trying to learn how to automate Excel spreadsheets using Python?

Thank y..... More

Print this item

  Error in script don't understand, please help!
Posted by: DanielR - Mar-15-2019, 12:39 PM - Forum: General Coding Help - No Replies

Hello. I'm not a coder, but I need to transform a binary file to CSV via a script I found online. I can't get it to work though, as the script want to..... More

Print this item

  os.path.relpath help
Posted by: Kickdak - Mar-15-2019, 12:22 PM - Forum: General Coding Help - Replies (1)

Hey im am creating a backup skript.
Everything works but i find it annoying when i open the zip file. and ill have too go through the directory path ..... More

Print this item

  pip and python(dot)org
Posted by: samsonite - Mar-15-2019, 10:32 AM - Forum: General Coding Help - Replies (3)

Title (re-written, for the fourth time): Is pip opensourced like Python(dot)org?

The following code, taken as an example, is running under the..... More

Print this item

  Type function does not work
Posted by: sunnyarora - Mar-15-2019, 10:18 AM - Forum: General Coding Help - Replies (2)

l=["Red", "Blue","Green","Orange","Violet"]

for c in l:
    print(c)

type(l)
In this code type function does not showing th..... More

Print this item

  Noob question about import files
Posted by: dxfrelince - Mar-15-2019, 10:15 AM - Forum: Homework - Replies (1)

Hi,

I've got a file consisting of dates, GD17, electric and heat. The teacher wants me to make a list and also that the date
has a string and eve..... More

Print this item

  Absolute newbie asking for help with blinking LEDs
Posted by: misterfrickel - Mar-15-2019, 08:50 AM - Forum: General Coding Help - No Replies

Hello Forum,
(edit: Added emphasis so this is actually a question instead of a ramble.)

to set the stage: I'm an absolute python newbie (Really, used..... More

Print this item

  Помощь по приватным ключам/Private key help
Posted by: vlrubl777 - Mar-15-2019, 08:48 AM - Forum: General Coding Help - Replies (5)

Есть в наличии 300-500 приват. получить адреса и проверить баланс? Посоветовали скрипт для Python2.7

[python]!/usr/bin/python
from pybitcoin import B..... More

Print this item

  HTTP response capturing issue
Posted by: anna - Mar-15-2019, 08:04 AM - Forum: General Coding Help - Replies (2)

Hi All,

below script to download DSLAM configuration, getting "error a bytes-like object is required, not 'str' "
tried with encoding, still getti..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Python is not working on ... 8 minutes ago lary_p lary_p General Codin...
  No new line from print in... 42 minutes ago Lou bowlofred General Codin...
  Help with Serial.write in... 1 hour ago racingsubby Larz60+ General Codin...
  Can I develop a live vide... Yesterday, 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...
  best way to learn python 11-26, 04:40 dutch ichsanputr News and Disc...
  data fetching for indian ... 11-25, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
Most views
  The best Prog... 579427
  Tutorial Requ... 512520
  Web Scraping ... 442309
  Newbie with P... 386364
  New Users Int... 380580
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 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
IFDA123 Today
TimTom420 Yesterday
cruisesfares Yesterday
SNR Yesterday
Jonathan Yesterday

User Panel Messages

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