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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,285
» Latest member: IsmaelSlalk
» Forum threads: 38,794
» Forum posts: 175,877

Full Statistics

Online Users
There are currently 38 online users.
» 1 Member(s) | 31 Guest(s)
Bing, Mojeek, Google, AOL, Applebot, lovedeep

Latest Threads
LewisByday
Forum: General Coding Help
Last Post: IsmaelSlalk
10 minutes ago
» Replies: 0
» Views: 1
LhanePulse
Forum: General Coding Help
Last Post: Gichardaxora
3 hours ago
» Replies: 0
» Views: 16
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 12:05 PM
» Replies: 5
» Views: 118
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 50
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,483
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 143
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 63
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,070
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,299
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 367

 
  CGI in python, problem with pandas, plotly.express and export html
Posted by: HK2432 - Jan-19-2020, 01:30 PM - Forum: General Coding Help - No Replies

Hello ! Smile

I need some help with my script in Python. I've two questions :


First question :


I'm creating a CGI whi..... More

Print this item

  Trying to use python-nmap but receiving however python2 or 3 can't find PortScanner.
Posted by: PythonNmap - Jan-19-2020, 12:58 PM - Forum: General Coding Help - Replies (21)

Hi All,

Given this code snippet, could you please help me understand what am I missing?

High level overview:

1) I've imported python-nmap
..... More

Print this item

  regex match in a string
Posted by: batchen - Jan-19-2020, 12:16 PM - Forum: General Coding Help - Replies (4)

Hey,
im using python3 and i use ansible.
i get this ansible output :

[python]"['', 'PLAY [localhost] **', '', 'TASK [Gathering Facts] **', 'ok:..... More

Print this item

  question about recursion
Posted by: kotter - Jan-19-2020, 10:32 AM - Forum: Homework - Replies (1)

Hello,

I was making an old exam but I am currently stuck on one question. I need to implement a class for real numbers. The class has one attribute..... More

Print this item

  f-string-ify
Posted by: Skaperen - Jan-19-2020, 06:13 AM - Forum: News and Discussions - Replies (10)

i ran into yet another case where it would be nice to be able to express the literal for the f-string in just on place and be able to "run" that strin..... More

Print this item

  os.walk does not see files that are in the folder
Posted by: kiton - Jan-19-2020, 01:27 AM - Forum: General Coding Help - Replies (1)

Hello!

I used the following code some time ago for a project involving parsing tweets. Now, I want to extract more features associated with those t..... More

Print this item

  An article of GvR about the parsing of python
Posted by: Gribouillis - Jan-18-2020, 11:28 PM - Forum: News and Discussions - No Replies

I came across this recent article of Guido van Rossum about the idea to repla..... More

Print this item

  'No module named tkinter.messagebox' - PyInstaller
Posted by: ironfelix717 - Jan-18-2020, 09:31 PM - Forum: General Coding Help - Replies (7)

I suspect I won't get an answer but i'll try regardless...

Compiling my script (pyinstaller) and running the .exe results in: [python]No module na..... More

Print this item

  Site packages, Python 3.8
Posted by: Dixon - Jan-18-2020, 09:12 PM - Forum: General Coding Help - Replies (2)

[python]from setuptools import setup

setup(
name = 'vsearch'
version = '1.0'
description = 'The Head First Python Search Tools',
..... More

Print this item

  Check for funny characters with a regexp
Posted by: bertilow - Jan-18-2020, 09:08 PM - Forum: General Coding Help - Replies (4)

I want to be able to check if a string contains any of the following "funny" characters:

"ā㥹ĆćČčĎďĐđēĕĖėęěĞğġīįİıĽľŁłŃńņňŋŌōőŒœŕřŚśŞşŠšŢţťŧũūŮűų..... More

Print this item

  Python R&D Dev (DC metro area / Remote)
Posted by: mgeide - Jan-18-2020, 08:52 PM - Forum: Jobs - Replies (2)

Come join PUNCH Cyber Analytics Group, an Inc. 5000 "Best Workplaces" company two years running. PUNCH is a Virginia-based small business supporting a..... More

Print this item

  need help with xpath
Posted by: pythonprogrammer - Jan-18-2020, 08:23 PM - Forum: Web Scraping & Web Development - Replies (1)

<p class='drug-subtitle'><b>Generic Name:</b> ziprasidone (zi PRAY si done)<br><b>Brand Names:</b> <i>Geodon</i></p>

i am trying to figure out what..... More

Print this item

  PEP554 Interpreters: is there any code for this yet?
Posted by: tmcclure - Jan-18-2020, 08:02 PM - Forum: News and Discussions - Replies (1)

I pulled 3.9.02a but don't see the interpreters module as some 2018 articles and PEP554 mention being in. Is this still totally conceptual or is there..... More

Print this item

  Print 'X' a number of times
Posted by: Than999 - Jan-18-2020, 06:22 PM - Forum: General Coding Help - Replies (1)

Hi What is wrong with my code? I'm trying to print the a number of 'X' strings based on my input value (integer). However, when I try to run it in my..... More

Print this item

  Copy paste on a file automatically
Posted by: Aure4 - Jan-18-2020, 04:29 PM - Forum: General Coding Help - Replies (2)

Hello guys, hope you are having a nice week-end.
I have a personal problem, I am not really good at Python, I know few things but enough for these ki..... More

Print this item

  How to append a row from one csv file to another
Posted by: coder1384 - Jan-18-2020, 03:38 PM - Forum: Data Science - Replies (6)

Hi folks,

I need some direction on how to append a single row from one csv file to end of a list in another csv file.

The following is my code but..... More

Print this item

  Unexpected (?) result with regular expressions
Posted by: guraknugen - Jan-18-2020, 02:14 PM - Forum: General Coding Help - Replies (2)

Hi!

I'm running Python3 in Manjaro Linux 18.1.5 and I want to ”emulate” sed. Here's an example in Bash using sed, this is the result I want:..... More

Print this item

  How to get full path of specified hidden files matching pattern recursively
Posted by: SriRajesh - Jan-18-2020, 06:56 AM - Forum: General Coding Help - Replies (4)

Hi,
I want to get the full path of hidden files of matching pattern (file name: .daily.log)
The hidden file name: ".daily.log"

[python]
from pathlib ..... More

Print this item

  Problem With Entering Game Loop
Posted by: ElevenDecember - Jan-18-2020, 05:15 AM - Forum: Game Development - Replies (3)

I"m currently working on a small project for a computer class, in which we need to make a basic game. I'm using Thonny as well as the PyGame module. ..... More

Print this item

  How do you put quotations around a result from a for loop?
Posted by: coder1384 - Jan-18-2020, 03:40 AM - Forum: Data Science - Replies (14)

Hello folks,

I am attempting to have the for loop iteration result in quotations so that it passes to another function within the loop. Here is m..... More

Print this item

  MATLAB to Python conversion
Posted by: stokd - Jan-18-2020, 02:24 AM - Forum: General Coding Help - Replies (10)

Hi - I am new to Python and am converting some MATLAB code over. I have a question about converting MATLAB nested variables (is that the right term fo..... More

Print this item

  Remove isolated vertices from dictionary and adjacency matrix
Posted by: Weird - Jan-18-2020, 12:04 AM - Forum: General Coding Help - Replies (1)

Greetings Community,

I have a dictionary and an adjacency matrix looking as follows:
dict: {0: (171,331, 1: (168,358), ...} (a list of vertices wi..... More

Print this item

  start learning python
Posted by: robbyq - Jan-17-2020, 11:59 PM - Forum: News and Discussions - Replies (5)

Hi,

My name it robert.

i from romania but i live in spain.

I want to start know / learn python lenguague.

How can i do? any course easy to..... More

Print this item

  Rename file from value in text file
Posted by: Nuge93 - Jan-17-2020, 10:48 PM - Forum: General Coding Help - Replies (1)

Hello, I have a number of pdf files currently named with my Employee's Names, in the format of "last, first", that need to be renamed with their emplo..... More

Print this item

  Please review my logic! Something is off
Posted by: t4keheart - Jan-17-2020, 09:29 PM - Forum: General Coding Help - Replies (3)

Hi everybody,
I'm writing a module for a program and the purpose is to check a row in a db- if "new" run some function.
I was pretty sure this log..... More

Print this item

  I feel it's my time to give back - so here's a free book for beinngers
Posted by: BigTheory88 - Jan-17-2020, 08:46 PM - Forum: News and Discussions - No Replies

Hi everyone!

Firstly I just want to thank everyone in the Python community. I have loved Python from the moment I started using it nearly 5 years a..... More

Print this item

  The next letter in the row?
Posted by: Weird - Jan-17-2020, 08:40 PM - Forum: Bar - Replies (1)

Can somebody give me the next letter in the following row "OTTFFSS" with a correct reasoning, because I also just guessed it right (first try) but bef..... More

Print this item

  all types the same in a sequence
Posted by: Skaperen - Jan-17-2020, 08:38 PM - Forum: General Coding Help - Replies (4)

given a sequence i want to test if all items have the same type (any type) or not. is there a function to do this? an expression? a function that r..... More

Print this item

  Importing variables from another file
Posted by: IILawrenceII - Jan-17-2020, 08:32 PM - Forum: General Coding Help - Replies (7)

I've been googling this problem for a while now and nothing seems to work.

Here's my problem:

I have variables in 4 different files. I want the..... More

Print this item

  most interesting or useful modules?
Posted by: t4keheart - Jan-17-2020, 07:46 PM - Forum: News and Discussions - Replies (7)

Wondering what you guys consider the most interesting and useful python modules. I like modules that provide tangible results for common tasks and may..... More

Print this item

  Is it worth learning Python for this specific reason?
Posted by: farleycs - Jan-17-2020, 05:20 PM - Forum: News and Discussions - Replies (2)

Dear, selected, I am not a programmer, but I need to learn VBA to get what I need today. I have some spreadsheets in Excel and its total sum is 8 mill..... More

Print this item

  IDE for Finance TIME SERIES Data
Posted by: Trader2013 - Jan-17-2020, 02:56 PM - Forum: Data Science - Replies (2)

Hi there,
Appreciate reading this question.
I'm looking for some directions on the below questions:
1. Is there any IDE to generate python code for..... More

Print this item

  Detecting USB Device Insertion on Windows 10
Posted by: Atalanttore - Jan-17-2020, 02:44 PM - Forum: General Coding Help - No Replies

Hi

I can't get the following code for Detecting USB Device Insertion[url=https://python-forum.io/thread-23796.html]..... More

Print this item

  [iPyWidgets] Python exec() not showing GUI
Posted by: Euniroo - Jan-17-2020, 12:43 PM - Forum: GUI - No Replies

Hello my fellow programmers,

I want to include a script from another file that creates a UI with iPyWidgets. The problem is that the code will exec..... More

Print this item

  Skipping anti-scrap
Posted by: zarize - Jan-17-2020, 11:41 AM - Forum: Web Scraping & Web Development - No Replies

Hi community :)

I would like to ask you, if there is some common method which would allow me to scrap data from the website (beside using headers :P)..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  LewisByday 10 minutes ago IsmaelSlalk IsmaelSlalk General Codin...
  LhanePulse 3 hours ago Gichardaxora Gichardaxora General Codin...
  data fetching for indian ... Yesterday, 12:05 drakhsin snippsat Web Scraping ...
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
Most views
  The best Prog... 579259
  Tutorial Requ... 512108
  Web Scraping ... 442186
  Newbie with P... 386294
  New Users Int... 379617
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12109
buran 8196
snippsat 7390
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
IsmaelSlalk Today
Stephenchers Today
alexferrina Yesterday
MattCarters 11-22
drakhsin 11-22

User Panel Messages

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