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,964
» Latest member: Edzed4431
» Forum threads: 38,730
» Forum posts: 175,547

Full Statistics

Online Users
There are currently 36 online users.
» 0 Member(s) | 33 Guest(s)
Bing, Google, AOL

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: noisefloor
8 minutes ago
» Replies: 4
» Views: 69
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
10 hours ago
» Replies: 1
» Views: 468
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,005
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,565
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 468
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 925
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 955
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,220
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,834
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Sep-26-2025, 03:53 AM
» Replies: 1
» Views: 2,874

 
  Not understanding dictionaries
Posted by: gr3yali3n - Jun-18-2020, 08:22 PM - Forum: General Coding Help - Replies (4)

Ok, I am reading a book automate the boring stuff, I am on the dictionaries chapter because I’m focusing on dictionaries right now maybe I should go b..... More

Print this item

  While loop in Python and C++
Posted by: smjt2000 - Jun-18-2020, 07:41 PM - Forum: General Coding Help - Replies (5)

[align=left]
I have a question related to Loops in python and C++(While)
What's the difference between executing loops as integers in both languages..... More

Print this item

  How to extract data from paragraph using Machine Learning with python?
Posted by: bccsthilina - Jun-18-2020, 07:34 PM - Forum: Data Science - Replies (2)

[b]I plan to build a machine learning based system for the final stage of my degree. To do this, analyze an essay someone has written about themselves..... More

Print this item

  Passing multiple values from template to template
Posted by: card51shor - Jun-18-2020, 06:44 PM - Forum: Homework - No Replies

What I'm trying to do now is make it so that each result from the search is returned to the user as a clickable link that will go to more details abou..... More

Print this item

  python multiprocessing import Pool, cpu_count: causes forever loop | help to remove
Posted by: Hassibayub - Jun-18-2020, 05:27 PM - Forum: General Coding Help - No Replies

The code using multiprocessing causes a forever loop.

I'm using a building an iris recognition system. this is the matching function. everything ..... More

Print this item

  Beginner Code, how to print something after a number of turns (guessing game)
Posted by: QTPi - Jun-18-2020, 04:21 PM - Forum: General Coding Help - Replies (4)

Hey guys,
I'm a beginner at coding and I'm trying to create this game where a person has to guess the word and only has 3 guesses. Now my simple prob..... More

Print this item

  Loop Excel Range
Posted by: Kristenl2784 - Jun-18-2020, 04:10 PM - Forum: General Coding Help - Replies (2)

Hello,

This script currently loops through all the excel files in my input dir. How would I make it so I could pick excel files 5-10, or 15-20 to ..... More

Print this item

  Github help
Posted by: Evil_Patrick - Jun-18-2020, 03:49 PM - Forum: General Coding Help - Replies (1)

So Let's imagine I want to upload my project to Github
Does I have to included pre-installed modules with python in the requirements file?

Print this item

  unicode question
Posted by: DPaul - Jun-18-2020, 02:48 PM - Forum: General Coding Help - Replies (5)

Hi,I am looking amongst the zillions of unicode chars and I can print them like this.
(I understand that in python 3 the leading "u" is not necessary..... More

Print this item

  Bode plot from time series experiment data
Posted by: discus - Jun-18-2020, 12:34 PM - Forum: General Coding Help - Replies (4)

Hello everyone!^^ I am new to python coding.

By the way, please give me a way to draw a bode plot simply without calculating the gain and phase by..... More

Print this item

  filtering arrays
Posted by: dramauh - Jun-18-2020, 12:16 PM - Forum: Homework - Replies (4)

Hi everyone,

This is my first post in this forum. This question is not related with homework but it is really basic question. So I hope this is th..... More

Print this item

  ImportError: cannot import name 'Request' from 'request'
Posted by: abhishek81py - Jun-18-2020, 07:48 AM - Forum: General Coding Help - Replies (1)

When i install "http module" using this command "pip3 install http" an error was occurred
[error]
ERROR: Command errored out with exit sta..... More

Print this item

  flask How to output stderr and exceptions to log file
Posted by: umen - Jun-18-2020, 07:04 AM - Forum: Web Scraping & Web Development - Replies (4)

i have flask application which simple logger setup

[python] logger = logging.getLogger('werkzeug')
logger.setLevel(logging.INFO)
hand..... More

Print this item

  A beginner code...
Posted by: TheDude - Jun-18-2020, 04:56 AM - Forum: General Coding Help - Replies (7)

Hi everyone, first and foremost I am a completely beginner in coding, I am starting from scratch on my own. Is hard but I know that I can learn this b..... More

Print this item

  modifying path in build files
Posted by: sudhirpaniyur - Jun-18-2020, 03:55 AM - Forum: Homework - Replies (1)

Hi Friends,

I ma having build files its having below paths
d:\foo\project\build\out
d:\foo\project\build\tools\py_automation_dev

my python scr..... More

Print this item

  Help creating a variable as a result
Posted by: Realen - Jun-18-2020, 03:39 AM - Forum: General Coding Help - Replies (2)

Hello ~
I am new to programming I started 2 weeks ago, I was so curious and passionate about this, well, I am trying to code a program that can give m..... More

Print this item

  Matching between two files + using next()
Posted by: gwilliamson11 - Jun-18-2020, 03:31 AM - Forum: General Coding Help - Replies (3)

Hey all,

Hoping one of you folks might steer me in the right direction. I have a pretty big log file, and another file with a list of unique eve..... More

Print this item

  re.findall HELP!!! only returns None
Posted by: Rusty - Jun-18-2020, 02:22 AM - Forum: General Coding Help - Replies (10)

OK, I'm really new to python. I've only been learning for about two weeks now. I'm taking an online class to learn but I'm having a lot of trouble wit..... More

Print this item

  TypeError
Posted by: omega_elite - Jun-17-2020, 11:05 PM - Forum: General Coding Help - Replies (6)

Hi

Please could someone help with the error I am getting with my code

[error]Connected by ('127.0.0.1', 51995)
b'PON'
Command Screen On Receiv..... More

Print this item

  Missing 1 required position argument: 'failure' while starting thread.
Posted by: BradLivingstone - Jun-17-2020, 10:04 PM - Forum: General Coding Help - Replies (3)

Error:
TypeError: scrape_child_link() missing 1 required positional argument: 'failure'
When I get to the following part in my code the above ..... More

Print this item

  Using face dataset to group similar facial features based on 3 features into folders
Posted by: Jaydenstrategies - Jun-17-2020, 07:07 PM - Forum: Homework - Replies (1)

I can't seem to think of a way to use my face data set to group facial images based on 3 characteristics: Male/female. Short hair/ longhair. With glas..... More

Print this item

  NameError: name 'rand' is not defined
Posted by: Truman - Jun-17-2020, 06:53 PM - Forum: Data Science - Replies (7)

From the book...
[i]We'll start by cre..... More

Print this item

  Process Data from one csv file and write to another CSV file specific column
Posted by: ajin9581 - Jun-17-2020, 05:44 PM - Forum: General Coding Help - Replies (1)

Need Help on Process data in CSV file

We are automating the Backup report and the raw data contains 5 Master Servers Data Like below in one CSV fil..... More

Print this item

  how to add a login to a bs4 parser-script
Posted by: apollo - Jun-17-2020, 04:37 PM - Forum: Web Scraping & Web Development - Replies (10)

dear python-experts,

first of all - i hope you are all right and all goes well.


I want to scrape a website that requires login with password firs..... More

Print this item

  Save as problem
Posted by: Kristenl2784 - Jun-17-2020, 03:17 PM - Forum: General Coding Help - Replies (2)

Hello,

I'm trying to use an excel file that has a list of names in it, that I want the script to use when doing a save as at the end. The list is ..... More

Print this item

  TypeError: forward() missing 1 required positional argument: 'x'
Posted by: sveto4ka - Jun-17-2020, 02:21 PM - Forum: General Coding Help - Replies (4)

Can you please tell me how to solve the error:

[error]TypeError Traceback (most recent call last)
<ipython-input-14-e..... More

Print this item

  Performance degradation with IO class inheritance
Posted by: wsygzyx - Jun-17-2020, 12:26 PM - Forum: General Coding Help - Replies (2)

Hi all!

I recently tried to build a new IO class from python built-in IO classes. I noticed some performance degradation for these new classes. I w..... More

Print this item

  Repeat question (for loop)
Posted by: rs74 - Jun-17-2020, 12:16 PM - Forum: Homework - Replies (7)

Trying to make a small program where a user can answer basic questions (1+1 etc). But the questions should be random, in my code, no random numbers ar..... More

Print this item

  SQLAlchemy with type hints
Posted by: gontajones - Jun-17-2020, 11:39 AM - Forum: General Coding Help - Replies (1)

Hey guys, I'm having hard time to make a clean type hint of an SQLAlchemy project that I'm working on.

The issue is that I need type hint for some ..... More

Print this item

  Error (Please help!!!!!)
Posted by: foksikrasa - Jun-17-2020, 10:07 AM - Forum: Homework - Replies (5)

I and my tutor have been working on this project but it doesn't work. Even he can't find the error please help Wall.
(It is supposed to let you dr..... More

Print this item

  Python performance
Posted by: Jacques - Jun-17-2020, 09:59 AM - Forum: News and Discussions - Replies (4)

Hello,
I wrote a short python program with a few calls to OpenCV and Numpy functions. If I rewrite it into a C++ program, would that give a substanti..... More

Print this item

  empty json file error
Posted by: mcmxl22 - Jun-17-2020, 09:50 AM - Forum: General Coding Help - Replies (1)

I wrote this and since it creates an empty file it give me an error.
[python]with open("food.json", "r+") as file:
food = json.load(file)[/pytho..... More

Print this item

  list sorting question
Posted by: DPaul - Jun-17-2020, 09:22 AM - Forum: General Coding Help - Replies (5)

I was checking up on sorting 2D lists, and found this (works fine):
[python]#sort on first element
def takeFirst(elem):
return elem[0]
# list..... More

Print this item

  python-cron-migration | cronjobs managing
Posted by: itaybardugo - Jun-17-2020, 09:13 AM - Forum: Code sharing - Replies (2)

hey guys.

just published my new package:
https://github.com/itay-bardugo/python-cron-migration

the package helps developers to add/remove cronjobs w..... More

Print this item

  What's the logic of this question?
Posted by: extricate - Jun-17-2020, 08:41 AM - Forum: Homework - Replies (6)

Hi there,

I have a question on this question:

Cash Register Input
create a empty list purchase_amounts
populate the list with user input for t..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 8 minutes ago tester_V noisefloor General Codin...
  My goal to be hired worki... 10 hours ago GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... Yesterday, 18:49 arbiel Gribouillis General Codin...
  My First App Yesterday, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... Yesterday, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
Most views
  The best Prog... 577194
  Tutorial Requ... 500201
  Web Scraping ... 440895
  Newbie with P... 384907
  New Users Int... 369188
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+ 12089
buran 8176
snippsat 7368
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Edzed4431 Yesterday
chaoh1911 Yesterday
KaydenJonah098 Yesterday
carlbidwell Yesterday
llarkin6 09-26

User Panel Messages

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