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,299
» Latest member: matt
» Forum threads: 38,796
» Forum posts: 175,893

Full Statistics

Online Users
There are currently 32 online users.
» 0 Member(s) | 28 Guest(s)
Bing, Apple, Google

Latest Threads
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
1 hour ago
» Replies: 3
» Views: 91
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
7 hours ago
» Replies: 1
» Views: 54
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Today, 08:47 AM
» Replies: 3
» Views: 133
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Today, 04:40 AM
» Replies: 6
» Views: 3,195
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 261
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 144
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 99
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,531
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 184
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 88

 
  unable to lunch firefox using python
Posted by: sanjay - May-29-2019, 06:20 AM - Forum: News and Discussions - Replies (5)

WebDriverException: Message: connection refused

while using geckodriver for firefox,unable to load the web page,any suggestion for this issue

Print this item

  clear event before keybinding
Posted by: skyerosebud - May-29-2019, 05:59 AM - Forum: GUI - Replies (3)

I am creating a simple reaction time task for a piece of psychology research.

I created the program in Pygame and it worked well but Pygame has ver..... More

Print this item

  Pandas Dataframe through read_csv()
Posted by: ift38375 - May-29-2019, 05:22 AM - Forum: General Coding Help - Replies (1)

Hi Experts,
when i am trying to make dataframe through read_csv() function then it is not showing all columns of CSV file instead of that it is showi..... More

Print this item

  Issue: Script from jumpserver to another server to target device?
Posted by: searching1 - May-29-2019, 03:43 AM - Forum: Networking - No Replies

Hi,

Question 1:

I'm having issue pulling out data from server01 which where the script is located, script content need to move to another serve..... More

Print this item

  Repeating equations
Posted by: Tbot100 - May-28-2019, 11:24 PM - Forum: General Coding Help - Replies (2)

Hello, I am fairly new and have not seen anything in which can help me.

I am trying to use this code:
[python]
s = float(input("Enter starting va..... More

Print this item

  Ajax and Selenium
Posted by: ankitjindalbti - May-28-2019, 10:06 PM - Forum: Web Scraping & Web Development - Replies (3)

I am trying to automate filling a form on a website. There are two dropdowns like Country and States. Based on the Country selected in first drop down..... More

Print this item

  with os.open?
Posted by: Skaperen - May-28-2019, 10:04 PM - Forum: General Coding Help - Replies (3)

i have many cases where i need to call os.open, do something with that file descriptor, then close it. is there a way to do that using a with ..... More

Print this item

  schedule module conundrum
Posted by: wgovideo - May-28-2019, 07:48 PM - Forum: General Coding Help - Replies (11)

I'm composing a simple temperature alarm notification system, and I'm stuck. I have everything working great with the exception of some scheduled func..... More

Print this item

  anagram check with bitwise
Posted by: itaybardugo - May-28-2019, 07:29 PM - Forum: Code sharing - Replies (1)

hi guys, iv'e just wrote a tiny program to check for anagram, using bitwise instead arrays
(anagram returns True if in case that 2 given strings have..... More

Print this item

  Create file archive that contains crypto hash
Posted by: ED209 - May-28-2019, 06:08 PM - Forum: General Coding Help - Replies (1)

Hi All,
I'm looking for some expertise on using python to do some file archiving and cryptographic hashing.
I'm hoping to create something that will..... More

Print this item

  The PMW Notebook Widget
Posted by: MattSA - May-28-2019, 05:01 PM - Forum: GUI - Replies (6)

I am working in Python 3.7.3. I am trying to make use of the Pmw Notebook widget. When I try to declare a widget of this type it returns the following..... More

Print this item

  open a file for noobs
Posted by: jhn - May-28-2019, 04:35 PM - Forum: General Coding Help - Replies (1)

Hello
I want to open a file with a program like a "test.xlsx" with excel.
Can you help me?

Print this item

  Span columns with docxTemplate python
Posted by: jimmeh - May-28-2019, 03:59 PM - Forum: General Coding Help - Replies (4)

I'm having trouble trying to fill in a table row by row using DocxTemplate. I'm only confused on how the template should look like.

This is my pyth..... More

Print this item

  Having issues with lives
Posted by: GalaxyCoyote - May-28-2019, 03:15 PM - Forum: General Coding Help - Replies (1)

Trying to make a hangman type game but the live counter goes down even if you input a letter correctly!

[python]import random
import time
..... More

Print this item

  building a dynamic INSERT between two DBs with Python3
Posted by: liran - May-28-2019, 02:35 PM - Forum: General Coding Help - Replies (5)

Hi,
I'm a newbie to Python coding and I'd love some help with my scenario.
I have two DBs , one is MS SQL & the other is PostgreSQL.
There are 30+ ..... More

Print this item

  python3 List to array or string to extract data
Posted by: batchenr - May-28-2019, 12:24 PM - Forum: General Coding Help - Replies (4)

Hey,

i am using python 3 and new to python.
i have this list :

[python]([[[32.098659, 34.826334], [32.099361, 34.830506], [32.097026, 34.83157..... More

Print this item

  How to generically set the Header Item Data
Posted by: Denni - May-28-2019, 12:21 PM - Forum: GUI - Replies (8)

I am basically a newbie to PyQt5 but a long time experienced software engineer I have in the last couple of weeks been able to figure out quite a few ..... More

Print this item

  How to take a single value from dictionary
Posted by: ginjaninja247 - May-28-2019, 12:19 PM - Forum: General Coding Help - Replies (1)

I've created codes that collects weather data using JSON and API keys. However, all I really need is one value of one dictionary, but my code keeps re..... More

Print this item

  Resizing image inside Canvas (with Canvas' resize)
Posted by: Gupi - May-28-2019, 11:47 AM - Forum: GUI - Replies (2)

The situation is next:
- I'm resizing window;
- Canvas widget is resizing too;
- PhotoImage inside Canvas stays the same size as it was.
How can I..... More

Print this item

  Help a noob
Posted by: Tartupets - May-28-2019, 09:38 AM - Forum: General Coding Help - Replies (6)

Hello

Got me a Trinket M0 with CircuitPython

Successfully loaded and ran Trinket M0 Media Dial[/[url=https://python-forum.io/thread-18706.html]..... More

Print this item

  Passing parameters to SQL Server using pandas
Posted by: Ilangos - May-28-2019, 09:23 AM - Forum: General Coding Help - Replies (8)

Hello Python forum,

I'm new to python world. Please bear with me if my question sounds silly.

My problem statement : Passing parameter to SQL ..... More

Print this item

  Search a List of Dictionaries by Key-Value Pair; Return Dictionary/ies Containing KV
Posted by: dn237 - May-28-2019, 08:12 AM - Forum: General Coding Help - Replies (19)

Bittrex_Markets = requests.get("https://api.bittrex.com/api/v1.1/public/getmarkets").json()

print (Bittrex_Markets)

>>>


Editing post it was..... More

Print this item

  text clustering evaluation ??
Posted by: khalidreemy - May-28-2019, 08:11 AM - Forum: Data Science - Replies (1)

Hello
I used KMeans and Agglomerative Clustering to apply text clustering on a specific dataset.
I need to verify the efficiency of my results.
I ..... More

Print this item

  How to know the type of encoding
Posted by: Serferi - May-28-2019, 07:07 AM - Forum: General Coding Help - Replies (2)

Hello, I'm codin in python 2.7, I want to send alert mail, and the mail I send look like, I use UTF-8 for the encoding:

[color=#9B59B6]oui é[/colo..... More

Print this item

  HTTP error 404
Posted by: Karin - May-28-2019, 05:26 AM - Forum: Web Scraping & Web Development - Replies (4)

hi there

I was trying to get address by using API, but I got HTTP Error. Does it mean URL I code didn't make sense or only I couldn't get data from..... More

Print this item

  Project: Text Analyzer
Posted by: rubberwoden - May-28-2019, 04:14 AM - Forum: Homework - Replies (3)

Thank you for reading this thread. I need help creating my Text Analyzer. I have been going at it for a few days now. I will present the class I am ma..... More

Print this item

  how to analayze only a part of an image?
Posted by: nadavrock - May-28-2019, 12:06 AM - Forum: General Coding Help - Replies (2)

lets say i wanted to counte the black pixels in the bottom right 200x200 pixels of every image.
i have:
[python]
my_list = []
for root, dirs, file..... More

Print this item

  my list is being changed
Posted by: ivinjjunior - May-27-2019, 09:55 PM - Forum: General Coding Help - Replies (15)

Hello guys, here again.
i got a problem i thought would not be possible, i'v created a list for being used as a data base, just for grabbing info, i ..... More

Print this item

  How to filter data using a panda.DateFrame.loc
Posted by: pawlo392 - May-27-2019, 07:36 PM - Forum: Data Science - Replies (1)

I do not know why I am getting such a mistake.
[error]
File "C:\Anaconda3\lib\site-packages\pandas\core\frame.py", line 2726, in _getitem_array
..... More

Print this item

  Python Question
Posted by: Smhbugra - May-27-2019, 06:04 PM - Forum: Homework - Replies (2)

Compare the two codes shown below and state the output if the input entered in each case is -6?

CODE 1
import math
num=int(input("Enter a number ..... More

Print this item

  What area unit the opposite ways in which to understand if an inventory in Python is
Posted by: Smhbugra - May-27-2019, 05:42 PM - Forum: General Coding Help - Replies (2)

The easiest approach - if you recognize that the argument is often a listing is :

[python]if list_var:
print(‘List is not empty’)
else:
pr..... More

Print this item

  Juicy highly composite number needs factorization
Posted by: kevolegend - May-27-2019, 05:22 PM - Forum: General Coding Help - Replies (15)

Trawling the interwebs, I have stumbled across a 101 digit highly composite number. It's a beast to say to least

1033447585165608712824364312547128..... More

Print this item

  Django Python Vscode Error Please Help
Posted by: Smhbugra - May-27-2019, 04:50 PM - Forum: Web Scraping & Web Development - Replies (3)

I get an error when I try to import some Django.


[img]<a href="https://ibb.co/m8dKHV5"><img src="https://i.ibb.co/PQJy5vG/m595h-1.png" alt="m595h..... More

Print this item

  Need help to retrieve a particular string
Posted by: lokesh - May-27-2019, 04:36 PM - Forum: General Coding Help - Replies (3)

Hi,

I need your help to retrieve/display particular string in a file.

file1:
=====
567812345676-123
p-45yt7u75402

I want to ge..... More

Print this item

  Using the GeoJSON API
Posted by: ashlynjane - May-27-2019, 04:35 PM - Forum: General Coding Help - Replies (1)

The location I've been given to input is Indian Institute of Technology Kharagpur India, but somehow I'm getting an error with my code and hence not b..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  silent deployment Python ... 1 hour ago Bummibaer Larz60+ News and Disc...
  Proposal for PEP 7 hours ago matt Gribouillis News and Disc...
  My regex function is not ... Today, 08:47 Moltar1997 perfringo General Codin...
  best way to learn python Today, 04:40 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...
Most views
  The best Prog... 579376
  Tutorial Requ... 512403
  Web Scraping ... 442293
  Newbie with P... 386343
  New Users Int... 380330
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+ 12111
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
matt Today
Divyakrishnan071 Today
ichsanputr Today
nicos18 Yesterday
Moltar1997 Yesterday

User Panel Messages

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