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,298
» Latest member: Divyakrishnan071
» Forum threads: 38,795
» Forum posts: 175,890

Full Statistics

Online Users
There are currently 40 online users.
» 1 Member(s) | 36 Guest(s)
Google, AOL, deanhystad

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
3 hours ago
» Replies: 3
» Views: 113
silent deployment Python ...
Forum: News and Discussions
Last Post: Bummibaer
3 hours ago
» Replies: 2
» Views: 77
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
7 hours ago
» Replies: 6
» Views: 3,181
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 247
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 132
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 94
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,525
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 179
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 82
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,157

 
  Token and auth-token
Posted by: hshivaraj - Jul-24-2019, 04:30 PM - Forum: Web Scraping & Web Development - Replies (1)

Hey all.
I have problem which i dont quite understand how to go about from here.
I use request library to sign-in to website and I believe im doing..... More

Print this item

  Problem: Once I cancel the process my program will start working!
Posted by: Hadad - Jul-24-2019, 04:09 PM - Forum: General Coding Help - No Replies

I am trying to control the frequency sampling rate of my dial_tone python code through a AJAX for to flask server. The problem is when I start runni..... More

Print this item

  [SOLVED ]ValueError: View function did not return a response
Posted by: Hadad - Jul-24-2019, 03:09 PM - Forum: General Coding Help - No Replies

I am getting the below error when I run my code. The story is, I am trying to control the frequency sampling rate of my dial_tone python code through ..... More

Print this item

  Plotly error - AttributeError: module 'plotly.plotly' has no attribute 'iplot'
Posted by: fernando_santos - Jul-24-2019, 02:35 PM - Forum: General Coding Help - No Replies

Hi all,

I am having problems to plot a simple example from plotly (https://plot.ly/python/v3/3d-surface-lighting/). The code that I used and the err..... More

Print this item

  reccomending, according to the selected listbox value
Posted by: umerselmani - Jul-24-2019, 01:22 PM - Forum: General Coding Help - Replies (1)

the code is a bit long, hope you understand it, i have this small app, where i have to implement data from 2 files, and then showing some of the value..... More

Print this item

  [supernoob2] Trying Numpy and THIS happened...
Posted by: sidon - Jul-24-2019, 12:44 PM - Forum: Homework - Replies (2)

I'm playing around with numpy trying to get an idea of what it can do, but I get an error and can't figure out what's happening for the sake of me:
..... More

Print this item

  Multiprocessing help
Posted by: adamG - Jul-24-2019, 12:14 PM - Forum: General Coding Help - No Replies

Hello,

I have found the following lines of code to compute the array mx by the repeated calling of the function fun.

[python]from..... More

Print this item

  Asyncio StreamReader read method doesn't respect timeout when using SSL
Posted by: dukadahake - Jul-24-2019, 11:55 AM - Forum: General Coding Help - No Replies

I'm making requests to SSL servers using asyncio's streams.
Here is an example method.

[python]async def make_request():
async with asyncio..... More

Print this item

  clearcase command issue
Posted by: mdalireza - Jul-24-2019, 11:23 AM - Forum: General Coding Help - No Replies

Hi,
I have been using the following command to find all files without a label. But it is not working. I am using python 2.6 in UNIX.

I am passing ..... More

Print this item

  predictive modelling
Posted by: beginner1 - Jul-24-2019, 11:06 AM - Forum: Data Science - Replies (2)

Hi,

new to python and looking for some useful really simple python machine learning tutorials/example python code for supply chain/logistics delive..... More

Print this item

  Unable to update or refresh label text in tkinter
Posted by: jenkins43 - Jul-24-2019, 10:11 AM - Forum: GUI - Replies (3)

In class Window2 I am trying to update the label text by taking the data from a variable which is showing the real-time data but I am not able to refr..... More

Print this item

  Convert text from an image to a text file
Posted by: Evil_Patrick - Jul-24-2019, 10:06 AM - Forum: Homework - Replies (5)

I want to convert this scanned image into a text file but I have no Idea Undecided

[align=center][Image: gcq2673.jpg][/..... More

Print this item

  [pygame] Improvement with code
Posted by: SheeppOSU - Jul-24-2019, 10:04 AM - Forum: Game Development - Replies (1)

There are no problems with my code but I wanted someone to skim through it and tell me if there is anything I should improve. The multiple function fr..... More

Print this item

  Button with Image Icon
Posted by: Friend - Jul-24-2019, 09:25 AM - Forum: GUI - Replies (2)

Hi again,

i am trying a simple gui, 2 buttons with an image as icon, in this exaple (banane, melone)...
if i press one of the button, the text wil..... More

Print this item

  how to move files to another folder
Posted by: agatte - Jul-24-2019, 08:46 AM - Forum: General Coding Help - Replies (1)

Hello,

I would like to move specific files (that have "*CT*" in filenames) from one folder to another new folder
I tried to do that with shutil b..... More

Print this item

  Find the centroids of all the stars in a fits image
Posted by: TaikiBessho - Jul-24-2019, 08:18 AM - Forum: Homework - Replies (2)

I have a fits image including multiple stars, for each of which I want to find the centroid.
Here is an example image file.

Image file(fits format..... More

Print this item

  How to find difference between two timestamp index
Posted by: python_newbie09 - Jul-24-2019, 07:54 AM - Forum: Data Science - Replies (3)

I have a dataframe with the date time as the index and I would like to know how to get the difference in days between the first time stamp and the las..... More

Print this item

  Creating Self Learning Sentiment Dictionary
Posted by: esanjaysaini - Jul-24-2019, 07:37 AM - Forum: Homework - Replies (1)

Hi Python lovers,

I am planning to build a self-learning dictionary of sentiment word with their sentiment label.

I am able to identify the sent..... More

Print this item

  How to update set of hash values until final hash value is found using the 5 hashes
Posted by: shakespeareeee - Jul-24-2019, 05:41 AM - Forum: Homework - Replies (1)

so I am trying to create a python program that will give me a final hash that has been provided for me Final Hash: 42EE53E049F4E104BF81A517C5ED52BE2D9..... More

Print this item

  First time poster...need help with a snippet
Posted by: globalcooldown - Jul-24-2019, 04:08 AM - Forum: Game Development - Replies (1)

I'm having a problem with a snippet of code for a game I decided to make. All this code snippet does is on player death it iterates through the item l..... More

Print this item

  export file and display cmd prompt same time
Posted by: jacklee26 - Jul-24-2019, 01:08 AM - Forum: General Coding Help - Replies (1)

Do anyone know how to export the log file? i run this script, it will run on the cmd prompt but i also wish to log on a file. Is there nay possible me..... More

Print this item

  Trying to clear a list automatically at certain times (guizero)
Posted by: reneejerden - Jul-23-2019, 09:02 PM - Forum: GUI - Replies (3)

Hello!

I'm a new coder and am trying to make guizero work for me. My intended program and what works:

- CSV files include the names and student..... More

Print this item

  Selenium fields containing a word
Posted by: graham23s - Jul-23-2019, 07:43 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi Guys,

I was wondering if it is possible using Selenium to interact with a field if it contains a word, for example:

<select id="field_10_mont..... More

Print this item

  bad capacitors
Posted by: metulburr - Jul-23-2019, 06:03 PM - Forum: Bar - Replies (5)

I always seem to get products with bad capacitors. I know that things are not made to be long lasting, maybe even are intentionally made to break by a..... More

Print this item

  PyPi FTP
Posted by: millpond - Jul-23-2019, 05:54 PM - Forum: Web Scraping & Web Development - No Replies

Is there any direct anonymous FTP access to any of the PyPi repos?

Print this item

  Help deciphering code
Posted by: mmoe - Jul-23-2019, 04:35 PM - Forum: General Coding Help - Replies (3)

Hello,

I have been given some python code that I am trying to understand, and I am not a python user (I know some R, but zero python). I would real..... More

Print this item

  string parsing question ( I think)
Posted by: diggee17 - Jul-23-2019, 04:05 PM - Forum: General Coding Help - Replies (4)

Hello, I'm new to python but I was formally a C language programmer for many years. I'm reviewing some code I found online and I don't understand s..... More

Print this item

  'No module named pdf2image'
Posted by: ironfelix717 - Jul-23-2019, 03:45 PM - Forum: General Coding Help - Replies (13)

Hmmm.... Perhaps another language is suitable to simply convert a pdf to an image?

I've gone through the loops of installing the poppler binary, pdf..... More

Print this item

  BS4 split text apart from strong tag
Posted by: mr_byte31 - Jul-23-2019, 03:30 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi All,

I need a minor support to finish my script. I scrap a table from the internet. it has keys like "web" and then the website link and other i..... More


Attached Files

Thumbnail(s)
   
Print this item

  How to add hyperlink to existing Excel file
Posted by: SriMekala - Jul-23-2019, 03:13 PM - Forum: General Coding Help - Replies (2)

Hi,
I have below the main table (both table are (csv):
[python]
grp1 grp2
grp Date grp1_1 grp1_2 Da..... More

Print this item

  Best method: Python script called from another app, package as complete executable
Posted by: ironfelix717 - Jul-23-2019, 01:46 PM - Forum: General Coding Help - Replies (2)

Hi,

I am pretty new to Python. I've messed around over the years. I have never packaged or froze a program.

My current project requires me to r..... More

Print this item

  nested dictionaries to CSV
Posted by: mart79 - Jul-23-2019, 01:03 PM - Forum: General Coding Help - Replies (9)

Hi all,

I am new to Python and one of my challenges is to write a nested dictionary to csv file.
Can someone help me with this? The idea is that t..... More

Print this item

  NameError: name 'display' is not defined when running code on power bi
Posted by: beginner1 - Jul-23-2019, 01:00 PM - Forum: General Coding Help - Replies (2)

Hi,

New to python and have installed it.

looking to use it for some machine learning but to begin with trying to get it working.

can run belo..... More

Print this item

  Turtle Polygon drawing program
Posted by: tp_oz - Jul-23-2019, 12:33 PM - Forum: Homework - Replies (3)

Hello everyone, my name's Tim and I'm a teacher and guess what: I've run out of coding skills Huh

I'm going through the thinkcspy learning p..... More

Print this item

  Python to IIS 8?
Posted by: D_4nt_32p0 - Jul-23-2019, 11:57 AM - Forum: Web Scraping & Web Development - Replies (4)

Good day, is there a way to move a site from a python web server (compiled in python) to IIS 8?

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 3 hours ago Moltar1997 perfringo General Codin...
  silent deployment Python ... 3 hours ago Bummibaer Bummibaer News and Disc...
  best way to learn python 7 hours ago dutch ichsanputr News and Disc...
  data fetching for indian ... Yesterday, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  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...
Most views
  The best Prog... 579366
  Tutorial Requ... 512335
  Web Scraping ... 442277
  Newbie with P... 386330
  New Users Int... 380218
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+ 12110
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Divyakrishnan071 Today
ichsanputr Today
nicos18 Yesterday
Moltar1997 Yesterday
arthurlouiss Yesterday

User Panel Messages

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