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,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,588

Full Statistics

Online Users
There are currently 38 online users.
» 1 Member(s) | 34 Guest(s)
Google, AOL, Pedroski55

Latest Threads
Another app idea - intera...
Forum: News and Discussions
Last Post: Biks
11 hours ago
» Replies: 1
» Views: 1,819
My goal to be hired worki...
Forum: News and Discussions
Last Post: Biks
11 hours ago
» Replies: 3
» Views: 1,116
real community
Forum: News and Discussions
Last Post: Biks
11 hours ago
» Replies: 4
» Views: 3,068
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
Today, 08:52 AM
» Replies: 5
» Views: 182
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
Today, 06:18 AM
» Replies: 4
» Views: 149
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 08:57 AM
» Replies: 1
» Views: 97
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Oct-02-2025, 03:05 PM
» Replies: 3
» Views: 2,559
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Oct-02-2025, 01:56 PM
» Replies: 6
» Views: 255
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,068
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 485

 
  How to fill text fields web forms
Posted by: Martinelli - Sep-25-2019, 03:22 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi all!

I am trying to fill the text fields on the following web form to make a search, and, after scratch the results.

..... More

Print this item

  Search character from 2d list to 2d list
Posted by: AHK2019 - Sep-25-2019, 02:33 PM - Forum: Homework - Replies (3)

This is basically a word search solver. I tried to solve the words that must be searched, (list_2), in the matrix board where each character from each..... More

Print this item

  floating point arithmetic
Posted by: exDeveloper - Sep-25-2019, 02:16 PM - Forum: General Coding Help - Replies (2)

I am a beginner at Python. How does one get Python to be more accurate when doing floating point arithmetic?

For example, in this very simple code:..... More

Print this item

  how to create subplots in for loop?
Posted by: python_newbie09 - Sep-25-2019, 01:28 PM - Forum: General Coding Help - Replies (1)

I would like to create a subplot for every column in the dataframe but I am not able to achieve it when I tried to use the code below

[python]
fig..... More

Print this item

  Problem In calling a Function from another python file of project
Posted by: vinod2810 - Sep-25-2019, 01:07 PM - Forum: GUI - Replies (7)

Hello Everyone,
Smile

I had created two different python files (EEG.py and Digital_Filter.py) in pycharm IDE under one project.
And I want ..... More

Print this item

  Factorial sketch(python 3)
Posted by: KingArthur526 - Sep-25-2019, 12:56 PM - Forum: General Coding Help - Replies (1)

I am a fairly new python student, so please excuse any errors.
I am having trouble coming up with the correct output for this sketch i got from a..... More

Print this item

  Need help Pleas
Posted by: RayDryRo - Sep-25-2019, 11:17 AM - Forum: Homework - Replies (1)

Programmering – Skriftlig inlämningsuppgift 1. Vad är fel eller saknas i koden?
Kod 1 ----------------------------------
while True
for y in "ba..... More

Print this item

  Can't minimize this simple function with constraints
Posted by: Alex009988 - Sep-25-2019, 10:33 AM - Forum: Data Science - No Replies

I want to minimize this objective funrtion:
-10 000 000/100*(0*p0+100*p100)
with constraints
p0^56>=0.05
p0+p100=1
0<=p0<=1
0<=p100<=1
So that i used ..... More

Print this item

  Python script dioesn`t run all commands
Posted by: exploit123 - Sep-25-2019, 09:17 AM - Forum: General Coding Help - Replies (5)

Hello I have a Linux machine that has python 2.6 when you log in and with this command scl enable rh-python36 bash I can change it to python 3.6.
I c..... More

Print this item

  Keras: Time series classification
Posted by: midarq - Sep-25-2019, 09:03 AM - Forum: Data Science - No Replies

Hi!

I am designing a Neural Network for a classification of time series. I have 4 classes of functions and around 50000 samples for each class. The..... More

Print this item

  Most efficient way of reshaping a list-array structure
Posted by: midarq - Sep-25-2019, 08:47 AM - Forum: General Coding Help - Replies (2)

Hi!

I'm dealing with huge data and I'm looking for an efficient way to reshape my list of arrays. Here is my solution which I find to be slow
[pyt..... More

Print this item

  Post JSON dat and Image
Posted by: vijsi - Sep-25-2019, 06:58 AM - Forum: General Coding Help - Replies (2)

When i try to post json data and image in API link i get the error for image as unicode error

[python]import pandas
import requests
import json
..... More

Print this item

  Clustering for imbalanced data sets
Posted by: dervast - Sep-25-2019, 06:34 AM - Forum: Data Science - No Replies

Hi all,
I have a set of measurements with four features.


Two features are continuous (time and distance) and two are discrete.


We also know..... More

Print this item

Lightbulb I have in my arsenal python code, for the Voynich Manuscript
Posted by: Pleiades - Sep-25-2019, 06:12 AM - Forum: General Coding Help - Replies (3)

What it does?

It takes Morse code input and outputs anagrams of any language. My problem is I would like to take input from a vord of Voynich glyp..... More

Print this item

  How can one generate triangular and sawtooth waves in python?
Posted by: xBlackHeartx - Sep-25-2019, 03:53 AM - Forum: General Coding Help - Replies (6)

I finally found out how to use python to make .wav files. It requires the modules numpy and scipy (the latter just for the ability to write .wav files..... More

Print this item

  python xml
Posted by: davy_yg - Sep-25-2019, 03:26 AM - Forum: General Coding Help - No Replies

Hello,

This is sqlmap program is created in python. It has error_based.xml file, now I wonder where do you get the value [QUERY], [RANDNUM]=[RAND..... More

Print this item

  python modules
Posted by: davy_yg - Sep-25-2019, 02:34 AM - Forum: General Coding Help - Replies (1)

Hello,

I want to ask about python modules. Do you have to create them yourself or is there a default module that you can import? If so, is there ..... More

Print this item

  python prog
Posted by: davy_yg - Sep-25-2019, 02:23 AM - Forum: General Coding Help - No Replies

I wonder why when you type this code in SQLMap folder, it works!

python sqlmap.py -u "http://debiandev/sqlmap/mysql/get_int.php?id=1"

Where do y..... More

Print this item

  I donr know how to search from 2d list to 2d list
Posted by: AHK2019 - Sep-25-2019, 01:26 AM - Forum: Homework - Replies (1)

It is a word search solver. I dont know the logic to search for every single character from a list of lists to a list of lists. Send help pls.
Note: ..... More

Print this item

  what is the point in function access to globals being read-only?
Posted by: Skaperen - Sep-24-2019, 10:40 PM - Forum: News and Discussions - Replies (2)

what is the point in function access to globals being read-only? referencing objects lets you modify them without the need for a global statement. i..... More

Print this item

  Prepend Row to CSV file.
Posted by: KAD_UK - Sep-24-2019, 10:03 PM - Forum: General Coding Help - Replies (2)

Hello,

I am brand new to Python programming, but I have successfully manage to bodge together a script using my previous coding knowledge and some ..... More

Print this item

  Requesting help with my implementation of depth-first search
Posted by: tigerfuchs - Sep-24-2019, 09:41 PM - Forum: General Coding Help - Replies (6)

Hi all, I'm having trouble with my implementation of depth-first search. The implementation is based on code provided in Discrete Mathematics b..... More

Print this item

  object is not subscriptable... Error Message?
Posted by: Shafla - Sep-24-2019, 07:35 PM - Forum: General Coding Help - Replies (3)

I am trying to access values of cells in an exel workbook. i am following an exercise from a book and getting the following error message;
[python]>>..... More

Print this item

  Openpyxl error message. Help!
Posted by: Shafla - Sep-24-2019, 06:27 PM - Forum: General Coding Help - Replies (6)

Hi. I am following some text book lessons. I am trying to convert Column Letters to Numbers and getting the following error message.
[python]>>> imp..... More

Print this item

  How do I remove pyo?
Posted by: xBlackHeartx - Sep-24-2019, 06:05 PM - Forum: General Coding Help - Replies (3)

I foolishly installed this thinking it would allow me to put sounds into my games. However, after installing it I discovered that it needs internet ac..... More

Print this item

  Table data with BeatifulSoup
Posted by: gerry84 - Sep-24-2019, 04:17 PM - Forum: Web Scraping & Web Development - Replies (11)

Hi All,

I'm learning Python right now (and this is actually my first threat so let me know if there is a way to ask my question in a clearer manner..... More

Print this item

  Update any file
Posted by: Evil_Patrick - Sep-24-2019, 04:06 PM - Forum: General Coding Help - Replies (1)

How to update any txt file
like I want to add more lines in the text file but don't want to overwrite

[python]
with open('Text.txt', "w") as file..... More

Print this item

  XLRD Package not be able to call
Posted by: dhiliptcs - Sep-24-2019, 03:31 PM - Forum: General Coding Help - Replies (2)

I want to extract data from Excel sheet and I got the following error like

ImportError: No module named xlrd

Then I looked at where Python is re..... More

Print this item

  tkinter GUI, problem running seperate files
Posted by: fishglue - Sep-24-2019, 01:43 PM - Forum: GUI - Replies (17)

Hello. I'm fairly new to Python.

If I run the program from my editor it works fine, every .py file opens when buttons is pressed and does wh..... More

Print this item

  sorting 2D lists by column
Posted by: ToffieFaye - Sep-24-2019, 01:20 PM - Forum: Data Science - Replies (8)

Hello everyone,

I would like to sort a multidimensional list by the second column.

Example:
[python]
x = [
[1,18,2],
[2,9,4],
[..... More

Print this item

  Explain this code - for loop
Posted by: RavCOder - Sep-24-2019, 12:13 PM - Forum: General Coding Help - Replies (9)

Hi,
I'm doing Hackerrank's challenge "Learn to Code in 30 days" and this is link fo..... More

Print this item

  Django translations
Posted by: PlanB - Sep-24-2019, 11:18 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello. I use "django-admin makemessages" to build the .po files.

That worked fine and actually it still works. But first time in the .po files cont..... More

Print this item

  accessing local variable outside class
Posted by: priyanka08 - Sep-24-2019, 07:53 AM - Forum: General Coding Help - Replies (3)

Hello,I am doing python code using raspberry pi for calculating body temperature. I want to know how can i access local variable that is declared in o..... More

Print this item

  Python and Ubuntu
Posted by: newbieAuggie2019 - Sep-23-2019, 08:37 PM - Forum: General Coding Help - Replies (8)

Hi!

As part of my ongoing quest for a colourful world:
https://python-forum.io/Thread-colour[url=https://python-forum.io/thread-21304.html]..... More

Print this item

  Issue with affecting numbers to a variable
Posted by: Adem - Sep-23-2019, 08:34 PM - Forum: General Coding Help - Replies (3)

hello , i'm trying to code with python, i get little bit of problems with affecting many numbers to a variable. Can someone tell me what is the issue ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Another app idea - intera... 11 hours ago decuser Biks News and Disc...
  My goal to be hired worki... 11 hours ago GnomeSweetGnome Biks News and Disc...
  real community 11 hours ago decuser Biks News and Disc...
  print does not open conso... Today, 08:52 Tycho_2025 Tycho_2025 General Codin...
  create ocr to detect lice... Today, 06:18 bimosora Pedroski55 General Codin...
  Weird failure in Selenium Yesterday, 08:57 glestwid Larz60+ General Codin...
  Fred Economic Data API 10-02, 15:05 warrior42 Trickety Web Scraping ...
  Parse Markdown / get the ... 10-02, 13:56 SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... 10-01, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
Most views
  The best Prog... 577514
  Tutorial Requ... 501612
  Web Scraping ... 441123
  Newbie with P... 385171
  New Users Int... 370062
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+ 12093
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
lauren557 Yesterday
maribita Yesterday
AnalystRobert Yesterday
Safariscampoea Yesterday
DataAnalytics021 Yesterday

User Panel Messages

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