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,938
» Latest member: atylerfraces2254
» Forum threads: 38,722
» Forum posts: 175,511

Full Statistics

Online Users
There are currently 65 online users.
» 0 Member(s) | 56 Guest(s)
Bing, Applebot, AOL, Google, Facebook

Latest Threads
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
4 hours ago
» Replies: 11
» Views: 3,987
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Yesterday, 07:55 PM
» Replies: 2
» Views: 501
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Yesterday, 12:30 PM
» Replies: 1
» Views: 3,469
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Yesterday, 11:11 AM
» Replies: 4
» Views: 854
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,336
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,198
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,410
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,384
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,519
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,078

 
  Modifying the axis ticks from words to lines
Posted by: ranbarr - Aug-04-2021, 12:34 PM - Forum: Homework - No Replies

Hi,
Im trying to modify the yticks at my heat map from words to lines.
thats my code:
[python]with open('heat1.csv', 'r', encoding='mac_roman', newli..... More

Print this item

  error merge csv file
Posted by: ainisyarifaah - Aug-04-2021, 10:56 AM - Forum: General Coding Help - Replies (2)

hello, I tried to merge 2 csv file. the same column that to merge is 'sel' variable. But, I got error message. this is my code and the error message t..... More

Print this item

  How to Copy-Paste a table from Office apps to QTableView?
Posted by: Vittorio - Aug-04-2021, 08:52 AM - Forum: GUI - Replies (5)

Hi there,
I’m new in Python 3 & PyQt5 and I was faced with a problem that stunned me with its ruthlessness. I assume that my inexperience in the Pyth..... More


Attached Files

Thumbnail(s)
   
Print this item

  Working with dataframes
Posted by: rotemkat - Aug-04-2021, 08:10 AM - Forum: Data Science - Replies (2)

i 3 "datasets":
[output]genes_mouse_human = data frame where one of the columns is "gene symbol_human" and another is "gene symbol mouse"
data = da..... More

Print this item

  window command window
Posted by: RobertAlvarez424 - Aug-03-2021, 10:26 PM - Forum: General Coding Help - Replies (11)

new with pthon

would like to have some python code to open window 10 command prompt window, do some practice code and then have some code to close ..... More

Print this item

  Index error - columns vs non-column
Posted by: Vinny - Aug-03-2021, 08:56 PM - Forum: General Coding Help - Replies (3)

Dear users,

I am getting an IndexError, and not sure why? The code (below) works perfectly when I run it using data.cvs. On that type of file, the ..... More

Print this item

  Abstraction Module (ABC)
Posted by: muzikman - Aug-03-2021, 01:08 PM - Forum: General Coding Help - Replies (10)

Greetings,

I started learning python about 6 months ago. I came from various other languages. So, the things that cause me the most difficulty are Ab..... More

Print this item

  Removing Space between variable and string in Python
Posted by: coder_sw99 - Aug-03-2021, 11:54 AM - Forum: General Coding Help - Replies (6)

Hi Forum,

I don´t know how to remove space between variables and strings.

    print(temp_alt,"°C entsprechen",tem_neu+"°F")
..... More

Print this item

  Extract something when you have multiple tags
Posted by: knight2000 - Aug-03-2021, 11:51 AM - Forum: Web Scraping & Web Development - Replies (3)

Hey all,

I am practicing webscraping and I've come across a scenario where I'm a little stuck.

First, here's a snapshot of the code (which wor..... More

Print this item

  Windows compatibility
Posted by: Astrikor - Aug-03-2021, 08:52 AM - Forum: General Coding Help - Replies (19)

I have a program running which continuously displays current time in a Tkinter window.

Occasionally the program hangs with Red "Close" button in t..... More

Print this item

  Something is not working and i have no idea what
Posted by: RavenSenin - Aug-03-2021, 07:03 AM - Forum: General Coding Help - Replies (7)

Hello guys . I'm new here and i'm new to coding so don't be cruel please. Here is my issue : i'm learning lists now and creating simple program which ..... More

Print this item

  unexplained issue with tkcalender module.
Posted by: cybertooth - Aug-03-2021, 06:26 AM - Forum: GUI - Replies (8)

Hi all I am experiencing a strange issue.
I have two scripts in tkinter one is for date picker from a calender when i run the script it runs perfect..... More

Print this item

  App crashes when reopening a subwindow
Posted by: JayCee - Aug-03-2021, 01:55 AM - Forum: GUI - Replies (13)

Hi, guys! I have a MainWindow with a subwindow inside an mdiArea. The subwindow opens, but if I close it and try to reopen it, my app crashes. What..... More

Print this item

  Filtering files, for current year files
Posted by: tester_V - Aug-03-2021, 12:59 AM - Forum: General Coding Help - Replies (8)

Greetings!
I want to filter files (copy those later) created at the beginning of 2021( somewhere in the beginning).
No errors produced but also not ..... More

Print this item

  which pip
Posted by: oldsalt75 - Aug-03-2021, 12:15 AM - Forum: News and Discussions - Replies (3)

Linux Mint by default installs both python 2.7.16 and 3.7.3 and says both will run concurrently.
Using Mint LMDE4 Debian
Django wants python 3.
Th..... More

Print this item

  Automating Captcha form submission with Mechanize
Posted by: Dexty - Aug-02-2021, 08:55 PM - Forum: Web Scraping & Web Development - Replies (2)

The idea is to automate download on o2tvseries. It's a website for film shows. We must automate the submission of a Captcha form in the process. The m..... More

Print this item

  Can't get MDIarea to resize automatically with Main Window
Posted by: JayCee - Aug-02-2021, 07:12 PM - Forum: GUI - Replies (4)

Hello, everyone! Greetings from Brazil. I’m new to Python and developing an app with Qt Designer / PyCharm / PyQt5. The issue is that I can’t get t..... More


Attached Files

Thumbnail(s)
   
Print this item

  Senior Data Scientist in Torrance, CA [USD 80K to 145K]
Posted by: patpat - Aug-02-2021, 07:05 PM - Forum: Jobs - No Replies

Do you enjoy problem solving, quantitative reasoning, and technology? Are you interested in working in a collaborative, friendly environment? If so, w..... More

Print this item

  Where does the array printout come from?
Posted by: Mark17 - Aug-02-2021, 03:20 PM - Forum: General Coding Help - Replies (2)

I like to understand what lines are generating output. Here's some code:

[Python]
nums={}
for a in range(25):
randnum = np.random.randint(0..... More

Print this item

  Presenting multiline data into single line
Posted by: aaronbuhu - Aug-02-2021, 02:42 PM - Forum: General Coding Help - Replies (1)

Hi,

I need some help with formatting the data within my excel files.

I have an excel report that includes multiple lines of data for the same un..... More


Attached Files

Thumbnail(s)
   
Print this item

  [Kivy]RecyclevieW
Posted by: nio74maz - Aug-02-2021, 01:54 PM - Forum: GUI - Replies (1)

Good day,I am trying to fill a recycleview but get a mistake, tells me to increase greedView rows or columns. what am I doing wrong?

[b]Python file..... More

Print this item

  fuzzywuzzy search string in text file
Posted by: marfer - Aug-02-2021, 01:50 PM - Forum: General Coding Help - Replies (9)

I have several text files in a folder and I would like to find a file by searching for a specific string. I started by using regular expressions:
[py..... More

Print this item

  I need Road Map For Patient Information Program
Posted by: Prusa - Aug-02-2021, 01:10 PM - Forum: General Coding Help - No Replies

Hi my friends,
I am new in python and this forum. I am studying python with video education and i wanna improve my skills, i want making patient inf..... More

Print this item

  Address Parser (Internationnal)
Posted by: Underground - Aug-02-2021, 11:33 AM - Forum: General Coding Help - Replies (17)

Hello,

I am looking for a library which can parse postal's addresses. I 've found one named libpostal but I don't know how to install and use with..... More

Print this item

  How to covert row values into columns values?
Posted by: sankarachari - Aug-02-2021, 10:21 AM - Forum: General Coding Help - Replies (8)

Hi Forum,

I would like totransform the table from 2 columns to 3 columns structure as shown in the attached image.
How to convert the 2 columns ta..... More


Attached Files

Thumbnail(s)
   
Print this item

  Problem with Json Array
Posted by: kwekey - Aug-02-2021, 10:17 AM - Forum: General Coding Help - Replies (2)

I have a problem with modifying an array of JSON message.
I created array a and array using 2 different method.
Then I tried to change one of the k..... More

Print this item

  Python Web Scraping can not getting all HTML content
Posted by: yqqwe123 - Aug-02-2021, 08:56 AM - Forum: Web Scraping & Web Development - No Replies

I am very new to web scraping in Python, and I am using BeautifulSoup for parsing. After obtai..... More

Print this item

  Associating 2 Db Tables With Each Other
Posted by: JokerSob - Aug-02-2021, 07:18 AM - Forum: GUI - No Replies

There is a problem I've been working on and I don't know how to do it. First of all, I will try to explain in order to form an idea:

Imagine you ha..... More

Print this item

  question about adding a feature
Posted by: Skaperen - Aug-02-2021, 01:04 AM - Forum: News and Discussions - Replies (4)

i am adding a reverse=False|True feature to my file tree recurse generator. my question is this: when reverse is true, should directory names be yie..... More

Print this item

  Random coordinate generator speed improvement
Posted by: saidc - Aug-01-2021, 11:09 PM - Forum: General Coding Help - No Replies

I want to generate random coordinates for spheres in a box geometry. I'm using while loop and i have 2 condition. First one is the distance. Coordinat..... More

Print this item

  flask app decoding problem
Posted by: mesbah - Aug-01-2021, 08:32 PM - Forum: General Coding Help - No Replies

My Problem: My client is sending UTF-16BE encoded strings to flask app server and I am getting as request.args.get('text') when I try to decode
getti..... More

Print this item

Thumbs Down Thread not Working
Posted by: michaelserra - Aug-01-2021, 02:36 PM - Forum: General Coding Help - Replies (4)

I've created a CLI little adventure game written in Python. I've defined a function that returns False whether time.sleep() is done and then I created..... More

Print this item

  Help with Python -> html
Posted by: lukeyd - Aug-01-2021, 12:39 PM - Forum: General Coding Help - Replies (6)

Good afternoon

I'm quite new to Python and I am trying to get the result of a script to show into a html tag - so within my app.py I have the followi..... More

Print this item

  Error creating database with python and form?
Posted by: shams - Aug-01-2021, 11:59 AM - Forum: General Coding Help - Replies (3)

I pass the database name from form to the cdb.py it is successful, but the mariadb query "CREATE DATABASE ?" cannot get the value i think so, this is ..... More

Print this item

  dataframe write to tab delimited differs from Excel
Posted by: koh - Aug-01-2021, 02:46 AM - Forum: General Coding Help - No Replies

Hi,
I use econtrol_df.to_csv('econsolidated.txt',sep='\t',header=False,index=False) but the created (text) tab delimited file differs from the one wh..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  403 Error 4 hours ago CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... Yesterday, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... Yesterday, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... Yesterday, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
Most views
  The best Prog... 576366
  Tutorial Requ... 498115
  Web Scraping ... 440268
  Newbie with P... 384138
  New Users Int... 367075
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 8175
snippsat 7368
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
atylerfraces2254 Today
AdrianCocian Today
humanoidAI Today
Baran12332 Yesterday
Hershien Yesterday

User Panel Messages

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