Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 18,666
» Latest member: a001
» Forum threads: 37,406
» Forum posts: 169,987

Full Statistics

Online Users
There are currently 396 online users.
» 0 Member(s) | 387 Guest(s)
Bing, Google, Yandex, AOL, Baidu, Applebot, Mojeek

Latest Threads
using mutable in function...
Forum: General Coding Help
Last Post: DeaD_EyE
7 minutes ago
» Replies: 7
» Views: 279
Problem Converting Tradin...
Forum: General Coding Help
Last Post: kralxs
1 hour ago
» Replies: 1
» Views: 143
API design an choice
Forum: News and Discussions
Last Post: Skaperen
2 hours ago
» Replies: 2
» Views: 92
negative memory usage
Forum: General Coding Help
Last Post: Gribouillis
10 hours ago
» Replies: 1
» Views: 85
Program that calculates b...
Forum: Data Science
Last Post: xzenon
Today, 06:57 AM
» Replies: 0
» Views: 69
Program that calculates b...
Forum: Data Science
Last Post: xzenon
Today, 06:56 AM
» Replies: 0
» Views: 66
ModulNotFoundError matplo...
Forum: General Coding Help
Last Post: WicardBohnam
Today, 01:25 AM
» Replies: 9
» Views: 241
Why am I getting this err...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:31 PM
» Replies: 4
» Views: 150
Discord - Webcrapping fro...
Forum: Web Scraping & Web Development
Last Post: Tolska
Yesterday, 12:27 PM
» Replies: 0
» Views: 74
Low code b2b e-commerce s...
Forum: Web Scraping & Web Development
Last Post: abdlwafitahiri
Yesterday, 12:18 PM
» Replies: 2
» Views: 472

 
  Finance projet - Any Volunteers??
Posted by: Houssam - Apr-13-2020, 05:22 PM - Forum: Data Science - Replies (2)

Hello everyone,
I am new to this forum.
I am an Investment portfolio manager seeking python coders who would be interested to work on a portfolio an..... More

Print this item

  Acces Flask Web App Using Other Devices
Posted by: shallanq - Apr-13-2020, 04:36 PM - Forum: Web Scraping & Web Development - Replies (1)

I am only able to access the web app using the web browser on my raspberry pi when i key in "127.0.0.1:5000" to the browser. But when i key in the sam..... More

Print this item

  add all variables to a list
Posted by: faszination_92 - Apr-13-2020, 03:47 PM - Forum: General Coding Help - Replies (6)

hi guy, i'm really struggeling cause i don't find something to add all Variables to a list at once.

[python]var_one = 1
var_two = 2
var_three = 3..... More

Print this item

  Read json array data by pandas
Posted by: vipinct - Apr-13-2020, 02:24 PM - Forum: Data Science - No Replies

we have an existing script to read json file from S3 and convert into parquet format, data receiving below format and we are able to read by below cod..... More

Print this item

  [split] problem with function return value
Posted by: ops - Apr-13-2020, 01:40 PM - Forum: Homework - Replies (1)

HELP ME TO SOLVE THIS problem USING FUNCTION
A teacher in a school wants to find and display the grade of a student based on his/her percentage sco..... More

Print this item

  can't assign to operator
Posted by: Calli - Apr-13-2020, 01:38 PM - Forum: Web Scraping & Web Development - Replies (2)

I am trying to scrap this jokes from the website but i get the assignment operator error
[python]

from urllib.requests import urlopen as uReq
fro..... More

Print this item

  Creatiing a tree from an xml element and all its descendant
Posted by: arbiel - Apr-13-2020, 01:31 PM - Forum: Code sharing - Replies (1)

Hi

Sorry for the disturbance. My trouble was that I had some difficulties for creating an xml document from an element and its descendants. I actua..... More

Print this item

  Python - Keyboard module - Threading problem
Posted by: ppel123 - Apr-13-2020, 01:02 PM - Forum: General Coding Help - Replies (1)

Hi everyone,
I am working on an app and trying to create a corrector and I am using keyboard module for the correction.
I have created two classes, ..... More

Print this item

  NOI 2013 Q1
Posted by: smgfour - Apr-13-2020, 12:47 PM - Forum: Homework - Replies (10)

The question for this problem is below:

A scientist wants to study how the rising sea level changes the landscape, in particular, how it changes th..... More

Print this item

  Lambda function recursion error
Posted by: DeadlySocks - Apr-13-2020, 11:37 AM - Forum: General Coding Help - Replies (1)

So basically i am having trouble with the following Code. Whenever i run it, in the 3rd iteration the programm throws a RecursionError.
[python]
lst..... More

Print this item

  Networking Help
Posted by: iMuny - Apr-13-2020, 11:31 AM - Forum: Networking - Replies (1)

Hello everyone, i hope everyone is fine. This is not specifically a Python issue per se, however, I'm lacking a bit of networking understanding and am..... More

Print this item

  Redirect to __stdout__ fails in IDLE shell
Posted by: Pavel_47 - Apr-13-2020, 11:00 AM - Forum: General Coding Help - Replies (1)

Hello,
After redirecting to a file I can't return back.
I used sys.stdout = sys.__stdout__
but still no any output to shell window.

Print this item

  Take particular symbol from textbox help
Posted by: samuelbachorik - Apr-13-2020, 09:37 AM - Forum: General Coding Help - Replies (3)

Hello dear users, i have trouble with getting particular symbol from my textbox. For example i have in my textbox -> 5 + 5m

And i want to ask yo..... More

Print this item

  What is the best way to return these 4 integer values?
Posted by: Pedroski55 - Apr-13-2020, 08:48 AM - Forum: General Coding Help - Replies (4)

I have a little Python program to resize pdfs. Works OK for my purposes.

I want to cut it up into functions.

The first function takes the pdf and sp..... More

Print this item

  Powerball List
Posted by: jackthechampion - Apr-13-2020, 07:13 AM - Forum: Homework - Replies (1)

So I need to make a power ball list heres the details

Write a program that simulates a mini game of powerball. In this game, a ticket consists of 3..... More

Print this item

  Return values for use outside of function
Posted by: willowman - Apr-13-2020, 06:50 AM - Forum: General Coding Help - Replies (1)

Hi all,

I have written a function which contains a loop which gradually builds a displacement vector. I would like to plot this generated displace..... More

Print this item

  Repition structures?
Posted by: Katididit - Apr-13-2020, 03:12 AM - Forum: Homework - Replies (3)

Hey all, I am trying to finish this code off, but I am stuck with how to add in if the T or S is false and also getting the loop to work properly with..... More

Print this item

  Simple time comparison
Posted by: superwave33 - Apr-13-2020, 01:47 AM - Forum: Homework - Replies (5)

Hi,

I have been struggling with this for 2 days and can't seem to find the recipe.
I simply want to compare the current time with two time boun..... More

Print this item

  Taking brackets out of list in print statement
Posted by: pythonprogrammer - Apr-13-2020, 01:25 AM - Forum: General Coding Help - Replies (3)

How do I take brackets out of multiple lists in a print statement. Say I have the following lists of numbers:

[python]j = [2,5]
k = [4,6]
e = [7,..... More

Print this item

  Tkinter: increasing numbers and Radiobutton issue
Posted by: PeroPuri - Apr-13-2020, 01:06 AM - Forum: GUI - Replies (1)

Hi everyone,
I'm having a bit of trouble with my code using tkinter:

[python]from openpyxl import *
from tkinter import *
from datetime import d..... More

Print this item

  Touble with subprocess
Posted by: jake9wi - Apr-12-2020, 11:47 PM - Forum: General Coding Help - Replies (6)

Hello, I am trying to write a script that calls a program to play audio and then restart the program so often.

However the program is not being ..... More

Print this item

  Help with sudoku
Posted by: Mondata - Apr-12-2020, 07:00 PM - Forum: General Coding Help - Replies (4)

Just for learning purposes, I am trying to make a script that returns the candidates of every empty cell (I have just put 0) in a sudoku.

I just tr..... More

Print this item

  Confused by 'break' in the official documents
Posted by: Chuck_Norwich - Apr-12-2020, 06:22 PM - Forum: General Coding Help - Replies (2)

Found these examples in the documentation.Was looking up For/Else loops. They both use a break statement. Was a bit confused why the break statement w..... More

Print this item

  / token in function parameterlist
Posted by: tpourjalali - Apr-12-2020, 06:17 PM - Forum: General Coding Help - Replies (1)

So I'm learning python by just reading documentation after I decided that none of the books and courses out there are good enough. Here's the question..... More

Print this item

  Arithmetic and python
Posted by: pythonuser1 - Apr-12-2020, 06:05 PM - Forum: Homework - Replies (1)

Hello Guys,

I have a issue with this problem :

nbEleveEcole : number of students in the school. First input
nbClasse : number of classes. Secon..... More

Print this item

  make a turtle object an image
Posted by: Agusben - Apr-12-2020, 04:40 PM - Forum: General Coding Help - Replies (2)

i have a program that plots a parametric equation and then saves the drawing to a jpg image file.

[python]
import turtle
from math import cos,si..... More

Print this item

  Opening a file
Posted by: amitsinbox - Apr-12-2020, 03:32 PM - Forum: General Coding Help - Replies (6)

when I am trying to open a file in pthton 3 jupytor notebook, I get following error: what wrong am I doing?

[python]file1=open("\C:\Users\Amit Kum..... More

Print this item

  POST request with form data issue web scraping
Posted by: hoff1022 - Apr-12-2020, 03:03 PM - Forum: Web Scraping & Web Development - Replies (1)

Please help. I'm trying to create a POST request on an .asp site that requires cookies, but the way I handle them seems not to return anything. Read t..... More

Print this item

  ошибка в скрипте
Posted by: vlrubl777 - Apr-12-2020, 02:44 PM - Forum: General Coding Help - Replies (4)

Windows 7 Python 3.8
https://github.com/geniusprodigy/mnemonic-to-wif
скрин ошибки [url=..... More

Print this item

  Question regarding local and global variables
Posted by: donmerch - Apr-12-2020, 02:02 PM - Forum: General Coding Help - Replies (12)

I'm relatively new to learning Python. I've been reading "Mastering Python". In chapter 2 on Variables it provides an example similar to this:
[pytho..... More

Print this item

  AttributeError: 'NoneType' object has no attribute 'bind'
Posted by: faszination_92 - Apr-12-2020, 01:43 PM - Forum: GUI - Replies (2)

Hey guys, I'm pretty new at coding kivy and think one of you could help me with a simple solution. I want to include the variable named [show_text] in..... More

Print this item

  identify un-managed switches in network
Posted by: c5244714 - Apr-12-2020, 01:12 PM - Forum: Networking - No Replies

hello all,
one of our major problem are un-managed switches connected by users in our edge switches.
all or access switches and distribution switche..... More

Print this item

  Help: for loop with dictionary and nested lists
Posted by: mart79 - Apr-12-2020, 12:51 PM - Forum: General Coding Help - Replies (1)

Hi all,

Can you help me with the following double for loop, writing it more cleanly and make it work for 'lc3'

[python]
old = 'car'
new = 'scooter'
..... More

Print this item

  Generate PDF + QR code?
Posted by: Winfried - Apr-12-2020, 12:40 PM - Forum: General Coding Help - Replies (3)

Hello,

I know nothing about PDF and QR code.

I'd like to write a Python3 script to avoid filling forms over the web.

The script would…
1. Re..... More

Print this item

  Importing Dataset
Posted by: PythonGainz - Apr-12-2020, 12:19 PM - Forum: Data Science - Replies (1)

Howdie!

Not sure if I can post this here, or if it belongs to data analysis.

So I'm importing a dataset and defining x and y.

Here's the code..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  using mutable in function... 7 minutes ago akbarza DeaD_EyE General Codin...
  Problem Converting Tradin... 1 hour ago kralxs kralxs General Codin...
  API design an choice 2 hours ago Skaperen Skaperen News and Disc...
  negative memory usage 10 hours ago akbarza Gribouillis General Codin...
  Program that calculates b... Today, 06:57 xzenon xzenon Data Science
  Program that calculates b... Today, 06:56 xzenon xzenon Data Science
  ModulNotFoundError matplo... Today, 01:25 WicardBohnam WicardBohnam General Codin...
  Why am I getting this err... Yesterday, 12:31 Pedroski55 Pedroski55 General Codin...
  Discord - Webcrapping fro... Yesterday, 12:27 Tolska Tolska Web Scraping ...
  Low code b2b e-commerce s... Yesterday, 12:18 makc abdlwafitahiri Web Scraping ...
  How to edit Tkinter Minim... Yesterday, 11:36 kucingkembar kucingkembar General Codin...
Most views
  The best Prog... 416192
  Web Scraping ... 306509
  Tutorial Requ... 295686
  Newbie with P... 253298
  Thread remain... 235712
Most reputation
buran 582
snippsat 499
Larz60+ 452
Gribouillis 330
deanhystad 312
Most replies
  New Users Int... 431
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 11873
buran 8090
snippsat 7092
deanhystad 6221
metulburr 5150
Top referrers
Googlepro 20
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
a001 Today
Namanrajput Today
Owen89 Today
dataanalyst Today
xzenon Today

User Panel Messages

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