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,725
» Latest member: pythononlineeditor
» Forum threads: 37,441
» Forum posts: 170,121

Full Statistics

Online Users
There are currently 381 online users.
» 0 Member(s) | 376 Guest(s)
Bing, Google, Facebook, Baidu, Yandex

Latest Threads
can a number preceed a li...
Forum: News and Discussions
Last Post: Skaperen
1 hour ago
» Replies: 2
» Views: 86
How to generate double ar...
Forum: Homework
Last Post: deanhystad
2 hours ago
» Replies: 3
» Views: 148
strange result in xor
Forum: General Coding Help
Last Post: deanhystad
2 hours ago
» Replies: 6
» Views: 131
Odd Print Behavior
Forum: General Coding Help
Last Post: deanhystad
5 hours ago
» Replies: 3
» Views: 93
Visualizing musician char...
Forum: Data Science
Last Post: snippsat
7 hours ago
» Replies: 4
» Views: 273
Error on first Python lau...
Forum: General Coding Help
Last Post: deanhystad
8 hours ago
» Replies: 5
» Views: 140
How can we attach sample ...
Forum: Board
Last Post: lillydalson
Today, 09:12 AM
» Replies: 3
» Views: 2,809
Legacy database
Forum: Bar
Last Post: DPaul
Today, 08:09 AM
» Replies: 2
» Views: 112
Calculating Average with ...
Forum: General Coding Help
Last Post: snippsat
Today, 07:48 AM
» Replies: 7
» Views: 408
choosing keyword argument...
Forum: News and Discussions
Last Post: Gribouillis
Today, 06:11 AM
» Replies: 1
» Views: 110

 
  Scraping lender data from Ren Ren Dai website using Python. I will pay for that 200$
Posted by: Hafedh_2021 - May-18-2021, 07:10 PM - Forum: Web Scraping & Web Development - Replies (1)

Dear all,
I want to scrap data from the a website. The data relates to lender details. I want the data for data analysis purposes. So I do not want..... More


Attached Files

.xlsx   Sample.xlsx (Size: 30.14 KB / Downloads: 294)
Print this item

  Problem with code
Posted by: JohnSkull - May-18-2021, 06:43 PM - Forum: Game Development - No Replies

Good day, i was wondering could anybody help me with my code, so i am creating a pong game with a start menu. When start is clicked i want the pong ga..... More

Print this item

  [SOLVED] Good way to handle input args?
Posted by: Winfried - May-18-2021, 06:00 PM - Forum: General Coding Help - Replies (2)

Hello,

My script could be called with either discrete filenames or a glob:

[python]#myscript.py file1.txt file2.txt
#myscript.py *.txt

for i..... More

Print this item

  help on pandas circular import
Posted by: jip31 - May-18-2021, 11:39 AM - Forum: General Coding Help - Replies (2)

hi

i try to test this basic code but i have the message AttributeError: partially initialized module 'pandas' has no attribute 'Series' (most likel..... More

Print this item

  all i want to do is count the lines in each file
Posted by: Skaperen - May-18-2021, 06:21 AM - Forum: General Coding Help - Replies (13)

all i want to do is count the lines in each file but there are strange binary bytes or older ISO codes.

[output]
Traceback (most recent call last)..... More

Print this item

  help on else condition
Posted by: jip31 - May-18-2021, 05:38 AM - Forum: General Coding Help - Replies (5)

hi
when I try to add an else condition, i have the message "(variable) else: Any"
what is the problem please?

[python]
if reponse == 'Oui' or re..... More

Print this item

  Get anything before arguments
Posted by: Robotguy - May-17-2021, 11:16 PM - Forum: General Coding Help - Replies (3)

I understand how to retrieve arguments from any user input from powershell. However, I want to get what exactly was typed before arguments. For exampl..... More

Print this item

  openpyxl and newline characters
Posted by: Pedroski55 - May-17-2021, 08:56 PM - Forum: General Coding Help - No Replies

Why won't openpyxl accept newline characters??

Yesterday I wanted to put some questions in an excel file. The questions are in a text file, each on..... More

Print this item

  [split] Docker-compose on Pycharm - Connection refused
Posted by: handsoncloud44 - May-17-2021, 05:12 PM - Forum: Tutorial Requests and Submissions - No Replies

DEPLOY PYTHON LAMBDA

Project structure
Here’s a project structur..... More

Print this item

  Feed List items with Integer
Posted by: euras - May-17-2021, 04:57 PM - Forum: General Coding Help - Replies (9)

I try to get a list item by feeding it with Int variable, but cannot find a way to do it.
[python]# this one works
cars = ["Audi", "Opel", "BMW"]
..... More

Print this item

  heyPatient AG is looking for a Senior Fullstack Developer
Posted by: ItsEmma - May-17-2021, 01:02 PM - Forum: Jobs - No Replies

Hello! :)

heyPatient AG, based in Winterthur, is looking for a Senior Fullstack Developer (f/m/*) 80-100%

⚙️ Tech stack: Angular, Ansible, Azure..... More

Print this item

  Mark outlook emails as read using Python!
Posted by: shane88 - May-17-2021, 08:53 AM - Forum: General Coding Help - Replies (2)

Good morning,

I have created the following script, which downloads unread email attachments from my outlook account. How do I then mark them as rea..... More

Print this item

  How we prune Alphabeta Tree Node Using BST concept
Posted by: Anldra12 - May-17-2021, 07:47 AM - Forum: General Coding Help - Replies (4)

[quote]I implement an alpha beta Binary search for some specific proposes like how to get the different optimal Value but however don't know how prune..... More

Print this item

Question [Solved] How to refer to dataframe column name based on a list
Posted by: lorensa74 - May-17-2021, 04:38 AM - Forum: Data Science - Replies (1)

I am new to python, so my question may not have the correct terminology. I hope my intent is clear enough.

ma_list = [5,10]

----

A. Based on..... More

Print this item

  Getting false even when data exists
Posted by: sriniyum - May-17-2021, 04:14 AM - Forum: General Coding Help - Replies (12)

I have a csv file in pandas Data Frame and while trying to check for existence of Customer Key, it gives me False even when the Customer key provided ..... More

Print this item

  How to reference the relative directory when creating a photoimage
Posted by: kenwatts275 - May-17-2021, 02:51 AM - Forum: General Coding Help - Replies (3)

Hello everyone.
I am writing a card game and I am trying to put an image of the card suit (clubs, diamonds, hearts or spades) on a button.
I have th..... More

Print this item

  Possible to execute a python script before log off/shutdown with input commands?
Posted by: Kaltex - May-17-2021, 02:43 AM - Forum: General Coding Help - Replies (1)

Hi all

I have created a program that captures the current time and records this into a spreadsheet using a combination of the ‘xlwings’ and xlwrite..... More

Print this item

  Using the robot class - implement robot battles - Python OOP
Posted by: krnkrnkrn - May-16-2021, 09:42 PM - Forum: Homework - Replies (1)

In today task I have pretty fun thing to implement, but I have some problems.

Using the robot class - implement robot battles.

Each player has 5..... More

Print this item

  [solved] subdictionaries path as variable
Posted by: paul18fr - May-16-2021, 08:49 PM - Forum: General Coding Help - Replies (4)

Hi

I'm using different levels of subdictionnaries in order to sort types of data (In the same idea of directories and sub-directories) ; it works f..... More

Print this item

  Overlay Still Image on Webcam Video
Posted by: KDog - May-16-2021, 08:18 PM - Forum: GUI - Replies (4)

I have a program that opens video from the webcam and then performs functions such as saving an image and mirroring the live video. I am looking to ad..... More

Print this item

  anonymous method in a class
Posted by: Skaperen - May-16-2021, 07:33 PM - Forum: General Coding Help - Replies (8)

i have a class named foo with a method named bar. i want to create another method named woot that can be referenced by [b]bar[/b..... More

Print this item

  Sorting list - Homework assigment
Posted by: ranbarr - May-16-2021, 02:51 PM - Forum: Homework - Replies (1)

Hi everyone,
Im doing an homework assigment and I keep getting False, I finally found the problem which is because the list isnt sort right but I hav..... More

Print this item

Question Help with linearRegression/cross_val_score
Posted by: vasu2798 - May-16-2021, 02:45 PM - Forum: Data Science - Replies (5)

Hi. I'm trying to find the cross validation score using Linear regression model but am getting scores more than 1.
I have attached the data, code as ..... More


Attached Files

Thumbnail(s)
   
Print this item

  Budget optimization in python
Posted by: ronjeremiah - May-16-2021, 01:18 PM - Forum: General Coding Help - No Replies

I am trying to perform a budget optimization on equation I have, and I do not have much python experience.

My equation is the top one in this link:..... More

Print this item

  How do I use tabs and spaces? (how to resolve error TabError: inconsistent)
Posted by: Onanism - May-16-2021, 12:25 PM - Forum: Homework - Replies (15)

Hello I like to import transactions into Gnu-Cash. By default my bank export is not suitable for Gnu-cash. To make it suitable I need to run it throug..... More

Print this item

  Automatic user/password entry on prompt by bash script
Posted by: PBOX_XS4_2001 - May-16-2021, 09:53 AM - Forum: General Coding Help - Replies (3)

Hi,

im tryin to build a project where i would like to enter the password/user automatically when i run as bash script through my python scrtipt, ca..... More

Print this item

  Doing some tests with SoupStrainer
Posted by: apollo - May-16-2021, 08:41 AM - Forum: Web Scraping & Web Development - No Replies

Hello dear pythonistas - hello dear python-experts,

hope everything is all right and youre well. i am doing some tests with SoupStrainer


[p..... More

Print this item

Information Beginner's Guide to Pie Charts with Python
Posted by: BlazingWarlord - May-16-2021, 07:30 AM - Forum: Tutorial Requests and Submissions - No Replies

Pie Charts are very useful to show large sets of numbers in an understandable way. Python's matplotlib has a function that allows us to draw cool-look..... More

Print this item

  NotImplementedError: pseudo-class is not implemented - how to Update Python to solve
Posted by: apollo - May-16-2021, 06:24 AM - Forum: General Coding Help - Replies (1)

hello dear Python-experts, Smile

first of all: many many thanks for this awesome forum: this is one of the best places for Python. I am glad t..... More

Print this item

  plotly expression problem
Posted by: Visiting - May-15-2021, 09:08 PM - Forum: General Coding Help - Replies (2)

I use following code to generate graph, but nothing display, can anyone help? Thank you!
[python]# Visualize all the original dimensions
import plot..... More

Print this item

  Adding a comma in the resulting value
Posted by: stsxbel - May-15-2021, 08:59 PM - Forum: General Coding Help - Replies (6)

Good day. I receive data from the device in the form: [1663] but it should be written as 166.3. Tell me how to do this?

Print this item

  Treeview - SQL - Add child node
Posted by: snakes - May-15-2021, 08:45 PM - Forum: GUI - No Replies

I've got a bunch of entry boxes that add data to an SQL database which is then pulled and added to a tkinter treeview widget. I can select each row in..... More

Print this item

  Managing Objects
Posted by: JoeDainton123 - May-15-2021, 02:57 PM - Forum: General Coding Help - Replies (1)

Hello all

I was wondering if anyone could help shed some light on how to manage objects once they have been instantiated.

I have a class that cr..... More

Print this item

  [split] Please help
Posted by: Tiger2inch - May-15-2021, 12:07 PM - Forum: General Coding Help - Replies (1)

Hey, my code is still showing error. Please help

Print this item

  Fibonacci
Posted by: Yasunaga - May-15-2021, 11:15 AM - Forum: General Coding Help - Replies (7)

Hi Guys,

I am a Python beginner and trying to write a code for Fibonacci sequence.
I wrote the following code and got a following result: [1, 1, 3..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  can a number preceed a li... 1 hour ago Skaperen Skaperen News and Disc...
  How to generate double ar... 2 hours ago Safinazsalem deanhystad Homework
  strange result in xor 2 hours ago zapad deanhystad General Codin...
  Odd Print Behavior 5 hours ago tanner_1011 deanhystad General Codin...
  Visualizing musician char... 7 hours ago Drone4four snippsat Data Science
  Error on first Python lau... 8 hours ago garryp4 deanhystad General Codin...
  How can we attach sample ... Today, 09:12 eveabion lillydalson Board
  Legacy database Today, 08:09 DPaul DPaul Bar
  Calculating Average with ... Today, 07:48 mikasa snippsat General Codin...
  choosing keyword argument... Today, 06:11 Skaperen Gribouillis News and Disc...
  converting an int to byte... Yesterday, 23:38 Skaperen Skaperen News and Disc...
Most views
  The best Prog... 436045
  Web Scraping ... 322282
  Tutorial Requ... 311854
  Newbie with P... 264045
  Thread remain... 248786
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+ 11877
buran 8090
snippsat 7100
deanhystad 6240
metulburr 5150
Top referrers
Googlepro 20
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
pythononlineeditor Today
ahmednoah Today
morrisraybrooks Today
tanner_1011 Today
Gichardaxora Yesterday

User Panel Messages

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