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,956
» Latest member: Jamirul
» Forum threads: 38,728
» Forum posts: 175,529

Full Statistics

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

Latest Threads
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
3 hours ago
» Replies: 2
» Views: 99
How to retrieve money los...
Forum: General Coding Help
Last Post: samuel223
3 hours ago
» Replies: 1
» Views: 15
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Today, 03:45 AM
» Replies: 3
» Views: 160
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 01:04 AM
» Replies: 0
» Views: 350
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,395
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,406
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 287
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 738
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 941
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,197

 
  Solve a system of non-linear equations in Python (scipy.optimize.fsolve)
Posted by: drudox - Aug-13-2018, 04:44 PM - Forum: Data Science - Replies (7)

I'm trying to solve this system of non linear equations using scipy.optimize.fsolve , I took this from an example in one other post [here][1]

my sy..... More

Print this item

  List operation error
Posted by: Hermann_Fegelein - Aug-13-2018, 04:26 PM - Forum: General Coding Help - Replies (3)

Hello everyone,
I recently registered in order to ask for help. Being a total newbie, I decided to practice with list operations, and I wanted to cre..... More

Print this item

  Need help using pathlib to read text file into dictionary
Posted by: gwilli3 - Aug-13-2018, 04:14 PM - Forum: General Coding Help - Replies (4)

First, this is not homework - it's a program I am writing for my wife's pet sitting business. Basically, it's a calendar program where I can add or r..... More

Print this item

  Keeping Intersection of an Image Only
Posted by: Anysja - Aug-13-2018, 04:13 PM - Forum: General Coding Help - Replies (4)

I am trying to take a black and white image, place red lines over the top and keep only the part of the red line that intersects with the black.

O..... More


Attached Files

Thumbnail(s)
       
Print this item

  Pandas nested json data to dataframe
Posted by: FrankC - Aug-13-2018, 02:54 PM - Forum: Data Science - Replies (1)

We have this json response:
https://api.binance.com/api/v1/exchangeInfo

And want to get each symbol filters content in a dataframe.

How can we ..... More

Print this item

  installation on W10
Posted by: ruggb - Aug-13-2018, 02:23 PM - Forum: News and Discussions - Replies (2)

BUG??
I tried to install Py 3.7.0 (64bit) to C:\Program Files\Programming\Python3 on W10 and got the following error [b]TARGETDIR variable must be pr..... More

Print this item

  Error object has no attribute text
Posted by: hcyeap - Aug-13-2018, 12:28 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi all,

i am new to Python and am following examples found here
https://medium.freecodecamp.org/how-to-s...utifulsoup-..... More

Print this item

  [Help] A function that generates an n x n sized board?
Posted by: vanicci - Aug-13-2018, 11:16 AM - Forum: General Coding Help - Replies (5)

Hi Python Experts,

I'm trying to solve this problem but I am having a hard time understanding what exactly it is that I'm supposed to do? Or what i..... More

Print this item

  learning decorators
Posted by: Prince_Bhatia - Aug-13-2018, 08:58 AM - Forum: General Coding Help - Replies (6)

hi,

I am learning decorators and trying to run this code but when i run it it says following error:
[error]Traceback (most recent call last):
F..... More

Print this item

  No output for the code to read emails
Posted by: avani9659 - Aug-13-2018, 06:53 AM - Forum: General Coding Help - Replies (6)

Hello,
I've tried the code given below to read emails using poplib but I'm unable to get the output.
[python]import poplib
import string, random
..... More

Print this item

  AWS ELB auto tagging with Lambda and boto 3
Posted by: karteekdavid - Aug-13-2018, 05:22 AM - Forum: General Coding Help - Replies (4)

I'm trying to build a function to auto tag aws elb v1 and v2 with cloud watch events, lambda, boto3 and python 2.7

elb v1 and v2 have same cloud wa..... More

Print this item

  Snake Game in Python with Pygame
Posted by: Bjdamaster - Aug-13-2018, 05:14 AM - Forum: Code sharing - Replies (2)

So with some help I wrote this simple Snake game in Python using Pygame. It works in it's current state with no errors that I could find. I was wonder..... More

Print this item

  How yo find "zlib" necessary for "pyenv" in Linux
Posted by: sylas - Aug-13-2018, 02:58 AM - Forum: General Coding Help - Replies (1)

Hi all! I am trying to make python 3.7.0 the default language, with "pyenv install 3.7.0" and then
"pyenv global 3.7.0". But when I install 3.7.0..... More

Print this item

  G code reader
Posted by: luisfelipepc - Aug-13-2018, 01:21 AM - Forum: General Coding Help - Replies (2)

Hi, i'm trying to make a g-code reader for my cnc project, i allready had some progress, but i'm strugguling to make it identify the number 0,1,4 and ..... More

Print this item

  Incorrect lambda
Posted by: vndywarhol - Aug-13-2018, 12:06 AM - Forum: General Coding Help - Replies (3)

Hi! I'm trying to make a map with "factorial" func, but with a sum and odd numbers. For example, 1=1, 3=3+1, 5=5+3+1 and so on.
Now I have something..... More

Print this item

  Kivy property (in .kv) loses binding to a variable (in .py)
Posted by: j.crater - Aug-12-2018, 11:47 PM - Forum: GUI - Replies (3)

Hello all,
so, I have the following files:

main.py
[python]
from kivy.app import App

import parameters


class MainApp(App):
gui_data = p..... More

Print this item

  Python prediction
Posted by: Larz60+ - Aug-12-2018, 10:58 PM - Forum: News and Discussions - Replies (3)

Will Python dethrone Java this year? Programming language rankings say yes:
https://jaxenter.com/will-python-dethron...47499.html

Print this item

  Homework
Posted by: blabla44 - Aug-12-2018, 09:50 PM - Forum: Homework - Replies (3)

I can't find what I did wrong.
[python]
def program(a, b, c):
a = eval(input('Enter value a: '))
b = eval(input('Enter value b: '))
c = eval(i..... More

Print this item

  Code to change LAN Settings
Posted by: MTom5 - Aug-12-2018, 09:18 PM - Forum: Networking - No Replies

I need to change LAN settings within IE and LAN adapter settings as part of my script but cannot get it working.
I have a Batch file that currently d..... More

Print this item

  Output variables from a list
Posted by: MTom5 - Aug-12-2018, 08:53 PM - Forum: Data Science - Replies (2)

I have the following code that uses Pandas and filters an excel spreadsheet containing IP Addresses.
The code filters the spreadsheet and narrows it..... More

Print this item

  Project im working on
Posted by: Mobilesoundfx - Aug-12-2018, 05:35 PM - Forum: Bar - Replies (3)

I had an idea to build a modern day boom box. Im going to use a Raspberry Pi as the brains, and a Raspberry Pi 7 inch touch screen to control the whol..... More

Print this item

  Decoding html to text string
Posted by: PeterPython - Aug-12-2018, 04:51 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi all

Trying to convert email information into text. Have the following code:

[python]for response_part in data:
if isinstance(respons..... More

Print this item

  Installing RE2
Posted by: Mradr - Aug-12-2018, 04:31 PM - Forum: General Coding Help - Replies (2)

Trying install RE2 on to windows and I keep hitting hit with the following error:

[python]C:\Users\Owner\AppData\Local\Programs\Python\Python37\pytho..... More

Print this item

  pythy
Posted by: fpourki - Aug-12-2018, 04:25 PM - Forum: Web Scraping & Web Development - Replies (4)

Hi there

How can i check if i installed the Django?

Thanks in advance

Print this item

  Hey Python, football's over y'know..
Posted by: Nwb - Aug-12-2018, 03:16 PM - Forum: Bar - Replies (3)

They still haven't removed the football icon. Ahh guys take good glimpse of this before it's fixed. Big Grin

Print this item

  TypeError: initial_value must be str or None, not bytes
Posted by: PeterPython - Aug-12-2018, 01:47 PM - Forum: General Coding Help - Replies (2)

Hi all

Here is a snapshot of my code:

[python]for num in data[0].split():
typ, data = mail.fetch(num,'(RFC822)')


for response_part..... More

Print this item

  Simple coding help: Volumes of three cubes
Posted by: MrHendrixen - Aug-12-2018, 12:59 PM - Forum: Data Science - Replies (1)

Hello Python-forums!

Im new to python and programming. Literally no experiences before so please bear with me.
For a textbook exercise the task go..... More

Print this item

  yet another homework question
Posted by: HakolYahol - Aug-12-2018, 10:34 AM - Forum: Homework - Replies (16)

Quote:Write a program that flips a coin 100 times and then tells you
the number of heads and tails.

the solution should not include "list..... More

Print this item

  newbie questions about objects properties...
Posted by: slowbullet - Aug-12-2018, 09:27 AM - Forum: Homework - Replies (2)

Hi everyone,
Still confused between objects and properties..

When I run this:

[python]

from datetime import date
from datetime import time..... More

Print this item

  Computing average
Posted by: vestkok - Aug-12-2018, 09:04 AM - Forum: Homework - Replies (2)

Hi guys, I have an exercise question from a book. I can't figure out where and how do I place error message if the first input from the user is 0.

..... More

Print this item

  Asyncio select.select
Posted by: Mradr - Aug-12-2018, 08:46 AM - Forum: Networking - Replies (3)

What is select.select(rlist, (), (), timeout) doing as far as "waiting" for socket data using asyncio?

My end goal here is to remove the need for ..... More

Print this item

  Read and find elements which contains text
Posted by: craver35 - Aug-12-2018, 08:34 AM - Forum: General Coding Help - Replies (2)

Hello

I am new to this forum, i am currently working on a simple bot, which should be able to find an element which contain some information (text)..... More

Print this item

  [Help] How to print elements from list of lists?
Posted by: vanicci - Aug-12-2018, 08:28 AM - Forum: General Coding Help - Replies (2)

Hi,

I'm trying to print the elements inside the list world. I'm using for loop but I kept getting [i]"SyntaxError: invalid character in identifier..... More

Print this item

  Element with locator not found - WebElement is used
Posted by: kavitha - Aug-12-2018, 05:38 AM - Forum: Bar - Replies (1)

Very new to Robot Framework and am trying to read the elements from xpath / css

My Code
My variable declaration
${xpath_l} xpath=//..... More

Print this item

  Add reference into Python in Visual Studio
Posted by: python_bim - Aug-12-2018, 05:02 AM - Forum: General Coding Help - No Replies

Hi all,
How i can add reference file (*dll) into python in visual studio. with c# I can add reference but in python I can not browse to the library f..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  extracting data from a us... 3 hours ago Perry DeaD_EyE General Codin...
  How to retrieve money los... 3 hours ago samuel223 samuel223 General Codin...
  [Tkinter] how to export a... Today, 03:45 RonR Pedroski55 GUI
  Is the interpreter that c... Today, 01:04 helendamdam helendamdam General Codin...
  pip install requests does... Yesterday, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... 09-23, 03:29 Littlefish Littlefish General Codin...
  Using a For Loop to subtr... 09-22, 20:56 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...
Most views
  The best Prog... 576853
  Tutorial Requ... 499392
  Web Scraping ... 440629
  Newbie with P... 384603
  New Users Int... 368567
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+ 12088
buran 8176
snippsat 7367
deanhystad 6895
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Jamirul Today
samuel223 Today
Perry Today
bianchiluca116 Yesterday
Jorgecog Yesterday

User Panel Messages

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