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,286
» Latest member: xdimbah
» Forum threads: 38,792
» Forum posts: 175,875

Full Statistics

Online Users
There are currently 31 online users.
» 2 Member(s) | 24 Guest(s)
Bing, Google, Apple, Mojeek, lovedeep, deanhystad

Latest Threads
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 12:05 PM
» Replies: 5
» Views: 119
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,071
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,300
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 368
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 207
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 267

 
  REPL
Posted by: grkiran2011 - Jan-08-2020, 08:34 AM - Forum: General Coding Help - Replies (1)

Hi,

The Python REPL is it an interpreter or a compiler?

When I have a file, let's say test.py and when I type, python test.py at the command pr..... More

Print this item

  C code to python
Posted by: jhapradeep88 - Jan-08-2020, 08:00 AM - Forum: General Coding Help - Replies (7)

[python]

#include<stdio.h>
#include<stdlib.h>

#define K 2
#define N 8
#define G 64
int sigA1=0,sigA2=0,sigB1=0,sigB2=0,tauA=0,tauB=0;
typed..... More

Print this item

  I want to filter out words with one letter in a string (pig latin translator)
Posted by: po0te - Jan-08-2020, 07:29 AM - Forum: General Coding Help - Replies (1)

How to create a function to ignore words with one letter in a string? I am trying to make a pig latin translator that can translate sentences but leav..... More

Print this item

  which is the best library to create a simple web browser?
Posted by: vivekagrey - Jan-08-2020, 07:06 AM - Forum: GUI - Replies (3)

Is tkinter good for this task?
I am making a gui on tkinter and I want to display a google map in it which displays some coordinates sent to it by gp..... More

Print this item

  need help on solving and movement
Posted by: Tankey2630 - Jan-08-2020, 06:36 AM - Forum: General Coding Help - Replies (1)

hi guys, I hope you guys can give me some advice, even if you can this point me in a direction, please.
the folwing is for a conveyor system that I a..... More

Print this item

  New Version Problem
Posted by: SamIam - Jan-08-2020, 12:58 AM - Forum: General Coding Help - Replies (5)

Want to find a way to move all modules from old version of python to new version without have install all again.

Thanks in advance Smile

Print this item

  SAP Business Objects Query SQL
Posted by: AsaithambiThiyagarajan - Jan-08-2020, 12:11 AM - Forum: General Coding Help - No Replies

How to get the SQL query information which is generated by SAP Business Object Report, using Python?

Number of Columns used in SELECT statement.
N..... More

Print this item

  Join table with differnt datype column using python query
Posted by: abhishek6555 - Jan-07-2020, 10:37 PM - Forum: General Coding Help - Replies (1)

If I have an order table with Yearmonth in yyyymm format and datatype of the column is int.
And in another order archive table the Yearmonth is yyyym..... More

Print this item

  Is there a method to completely uninstall on macOS?
Posted by: mjcsb - Jan-07-2020, 10:19 PM - Forum: News and Discussions - Replies (2)

I'm doing a clean install of macOS Mojave on my MacBook Pro, and recently downloaded the latest version of the Python installer 3.8.1, then double cli..... More

Print this item

  Tkinter exception if entries are not filled up
Posted by: Reldaing - Jan-07-2020, 10:15 PM - Forum: GUI - Replies (6)

Hi, he're my request: I want that if all the entries are not filled , the button stays disabled and if not, the button enables. I tried to but I didn'..... More

Print this item

  Generate simple melodic line from code
Posted by: QuarterMissiv - Jan-07-2020, 08:34 PM - Forum: General Coding Help - Replies (7)

Could anyone recommend where I could learn how to code and play a sound in Python.

For example, a variable holds a number. When run, that number is p..... More

Print this item

  handling open failures
Posted by: Skaperen - Jan-07-2020, 08:33 PM - Forum: News and Discussions - Replies (2)

do all open() failures always cause an exception in the open() call and never just return a None or so..... More

Print this item

  GUI problems
Posted by: Krisve94 - Jan-07-2020, 06:55 PM - Forum: GUI - Replies (2)

Hi, I have searched for this problem for a while now, and I cannot find an answer anywhere.
I am creating a GUI for personal use playing DnD just to ..... More

Print this item

  Can't install ZIP with PIP.
Posted by: Snake - Jan-07-2020, 06:21 PM - Forum: General Coding Help - Replies (4)

I need to install zip: pip install zip (Python3). I tried though conda and virtualenv.
I'm getting an error:
[output] Using..... More

Print this item

  Fun Poll: What should we call a group of data scientists?
Posted by: keaton8630 - Jan-07-2020, 04:15 PM - Forum: Bar - Replies (3)

For all you data scientists (or anyone really) found a poll trying to decide what a group of data scientist should be called. Think murder of crows, _..... More

Print this item

  Queue in Pygame
Posted by: constantin01 - Jan-07-2020, 02:45 PM - Forum: General Coding Help - Replies (1)

Hi

I work on audio player, I use Tkinter for GUI and Pygame for media.

I would like to make a playlist of songs and to play them with pygame.mi..... More

Print this item

  search and read file given partial file
Posted by: SriRajesh - Jan-07-2020, 01:37 PM - Forum: General Coding Help - Replies (2)

Hi,
I want to read file given a partial file name:

[python]import glob
my_dir = 'D:\PythonCodes'
#post_fix = ['\InputFiles\KYLJHQ_20191215\sub_f..... More

Print this item

  Composition question
Posted by: kerzol81 - Jan-07-2020, 10:00 AM - Forum: General Coding Help - Replies (3)

Hi, I'm testing composition, and I don't understand the output in the log file.

Here is the script:

[python]import os
import time
import logg..... More

Print this item

  A simple error
Posted by: GFreenD - Jan-07-2020, 09:38 AM - Forum: Homework - Replies (2)

Hey can someone guide me to right direction as ive stumbled upon what it seems to be a simple error but cant understand what is wrong or missing somet..... More

Print this item

  Remove function and unit test
Posted by: ftg - Jan-07-2020, 09:28 AM - Forum: General Coding Help - Replies (5)

Hello everyone,

let's say I want to create a 'utils' package with several functions
working on files and folders. I want to do it once properly so..... More

Print this item

  ending process
Posted by: hrparra - Jan-07-2020, 04:22 AM - Forum: General Coding Help - Replies (1)

I started a process on anaconda in iOS and it stocked there, I tried Control C but seems that does not work and i can not go forward.

Would be so ..... More

Print this item

  def search_for_vowels():
Posted by: Dixon - Jan-06-2020, 11:27 PM - Forum: General Coding Help - Replies (6)

[python]def search4vowels(word):
vowels = set('aeiou')
found = vowels.intersection(set(word))
for vowel in found:
print(vowel)..... More

Print this item

  Python function executes twice when region loop is present
Posted by: bluethundr - Jan-06-2020, 09:21 PM - Forum: General Coding Help - Replies (2)

This function lists all the instances in an AWS account. It does that for each region.
For some reason I end up with the total number of instances re..... More

Print this item

  Why I have to click twice to scroll?
Posted by: Hummingbird - Jan-06-2020, 09:08 PM - Forum: GUI - No Replies

I have a following problem: I need to write an app, where I will show proper answers for every question. I wrote with kivy some code and I'm strugglin..... More

Print this item

  Issue on tkinter with buttons
Posted by: Reldaing - Jan-06-2020, 07:25 PM - Forum: GUI - Replies (1)

Hi, Here's my problem I want that when You press "button3" after having pressed"button", it also destroys label6 from" do_it" function.


[python]..... More

Print this item

  Obtaining Correct Date In Pandas DataFrame
Posted by: eddywinch82 - Jan-06-2020, 05:52 PM - Forum: Data Science - Replies (14)

Hi there,

I have a Python Code, which runs fine, but I want the Correct complete Date shown, in the Date Column, in each Row of the DataFrame Output...... More

Print this item

  Attribute Error for Rename / Replace
Posted by: warden89 - Jan-06-2020, 04:38 PM - Forum: General Coding Help - Replies (6)

Hello Everyone -

I'm very new to python and I have a use case where I need to rename .zip files and then extract. I think I have the extraction par..... More

Print this item

  Help for technical choice
Posted by: jikail - Jan-06-2020, 02:40 PM - Forum: Data Science - Replies (3)

Hello everyone,
Could you please help me for technical choice?

The context, we have a php app that parsing log file and then analyze data to provi..... More

Print this item

  Can python detect style of language? eg. Flowery words vs simple words
Posted by: mcp111 - Jan-06-2020, 02:25 PM - Forum: Data Science - Replies (4)

Can python detect style of language? eg. Flowery words vs simple words

Print this item

  Normalizig scraped text
Posted by: wuggs - Jan-06-2020, 01:04 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi,
Not sure if this is the right section for this but I have a problem when normalizing text. If I print the all_text variable after normalizing, th..... More

Print this item

  Integrating for the volume of a torus in SciPy
Posted by: Nitram - Jan-06-2020, 12:43 PM - Forum: Data Science - Replies (2)

Hi,
I have been trying to perform a triple integral in cylindrical coordinates using tplquad in SciPy. The particular integral is for a torus with ra..... More

Print this item

  SQL Alchemy dynamic class - declarative_base losing attributes
Posted by: mrdominikku - Jan-06-2020, 11:14 AM - Forum: General Coding Help - Replies (4)

Hi,

Based on below posts
- dynamic-schema
- ..... More

Print this item

  Impact of SSL certificate
Posted by: amitchauhan - Jan-06-2020, 10:02 AM - Forum: Web Scraping & Web Development - No Replies

I have created a webhook listner in flask. I tested it with third party IP tunneling site and it worked properly. Now I have hosted this app on IIS an..... More

Print this item

  Coding problem scraping Goodreads reviews with GoodReadsScraper
Posted by: ledgreve - Jan-06-2020, 08:28 AM - Forum: Web Scraping & Web Development - Replies (3)

Hello,

I came across OmarEinea's GoodReadsScraper on Github (https://github.com/OmarEinea/GoodReadsScraper) and would like to use his scripts to sc..... More

Print this item

  Want to print each iteration of factorial program
Posted by: sbabu - Jan-06-2020, 05:52 AM - Forum: General Coding Help - Replies (10)

[python]def _factorial_sample_(n):
if n == 0 or n == 1:
return 1
else:
result = n * _factorial_sample_(n-1)
print..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  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...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
Most views
  The best Prog... 579259
  Tutorial Requ... 512109
  Web Scraping ... 442186
  Newbie with P... 386295
  New Users Int... 379625
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
xdimbah Today
IsmaelSlalk Today
Stephenchers Today
alexferrina Yesterday
MattCarters 11-22

User Panel Messages

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