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,982
» Latest member: kyleconor797
» Forum threads: 38,733
» Forum posts: 175,570

Full Statistics

Online Users
There are currently 40 online users.
» 0 Member(s) | 34 Guest(s)
Google, Bing, AOL, Mojeek, Applebot

Latest Threads
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Pedroski55
3 hours ago
» Replies: 5
» Views: 139
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,030
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 441
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,078
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,140
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 808
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,093
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,542
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,130
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,589

 
  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

  How to show newly added column to csv
Posted by: johnson54937 - Jan-06-2020, 12:20 AM - Forum: General Coding Help - Replies (3)

I am trying to make a 'inventory' type app...
i have it working like i want it to work, adding name of item and serial number of item, but i am tryin..... More

Print this item

  inserting something into probability density
Posted by: SchroedingersLion - Jan-05-2020, 11:15 PM - Forum: Data Science - Replies (1)

Hi guys,


I need to insert a vector X into the multivariate normal distribution (..... More

Print this item

  Pandas copying wrong values
Posted by: vmarg - Jan-05-2020, 10:52 PM - Forum: Data Science - Replies (2)

Can someone explain me this?
Python 3.7
pandas 0.25.3

[python]
import pandas as pd

foo = pd.concat([pd.DataFrame({'foo': [10,20]}), pd.DataFr..... More

Print this item

  Is There a Better Way to Truncate Variables?
Posted by: joew - Jan-05-2020, 10:32 PM - Forum: General Coding Help - Replies (2)

Hello everyone,

Newbie here, and I want to drop the decimal values on a calculated number in my application then multiply it by an integer and end ..... More

Print this item

  Error clicking button with selenium
Posted by: julio2000 - Jan-05-2020, 09:34 PM - Forum: Web Scraping & Web Development - Replies (4)

time.sleep(5)
driver.find_element_by_css_selector('.js-checkout-step-submit').click()
time.sleep(0.4)
This above is just a pie..... More

Print this item

  Python opening a new command window
Posted by: m_lokeshkumar - Jan-05-2020, 08:12 PM - Forum: General Coding Help - Replies (1)

Hi All,

I am facing a weird issue in windows python setup. When i enter python in cmd window, a new interactive shell opens.

When i delete the p..... More

Print this item

  3Dbuzz is shutting down, and it's resources are now free
Posted by: nilamo - Jan-05-2020, 08:03 PM - Forum: Bar - Replies (3)

https://www.3dbuzz.com/

Lots of tutorials on Maya, Houdini, 3ds Max, general programming (c#, c++, and I think I saw f#), general drawing tutorials..... More

Print this item

  Downloading And Saving Zip Files To A Particular Path Folder
Posted by: eddywinch82 - Jan-05-2020, 07:15 PM - Forum: General Coding Help - Replies (2)

Hi there,

How would I alter the following Code, so that when the .Zip Files are downloading, they are saved to a Particular Specified Folder on my Co..... More

Print this item

  LiveStream-TVPlayer[PyQt5]
Posted by: Axel_Erfurt - Jan-05-2020, 06:58 PM - Forum: Code sharing - No Replies

Live Stream TV Player

Play and record (on Linux with streamlink) TV Streams (m3u8)
..... More

Print this item

  Random module, coin flipping
Posted by: gus17 - Jan-05-2020, 06:58 PM - Forum: Homework - Replies (3)

Hey guys,

this exercise is confusing me: The idea here is to create a program, which simulates coin flips by randomly selecting 0 (Tails) or 1 (Hea..... More

Print this item

  Assigning a Variable Help
Posted by: MC2020 - Jan-05-2020, 06:53 PM - Forum: General Coding Help - Replies (5)

Hi - I'm new to Python so this is probably a dumb question

Lets say I have variables months of the year that looks like this
month[temperature,day..... More

Print this item

  How to make an 'uncrackable' executable?
Posted by: JackMack118 - Jan-05-2020, 05:36 PM - Forum: General Coding Help - Replies (9)

Hello everyone, hope all is well.

I have a question regarding exporting an executable of my Python program. I want to pack my script, which is comp..... More

Print this item

  How to make a simple automation process of login using "if condition"
Posted by: soimba - Jan-05-2020, 04:22 PM - Forum: General Coding Help - Replies (3)

Hi all,

I am new here, and I am beginner level on coding, so if I appear ignorant, please bear with me.

So here is the scenario, I play a game..... More

Print this item

  Can i prevent the random generator to generate already used numbers?
Posted by: MauserMan - Jan-05-2020, 04:08 PM - Forum: General Coding Help - Replies (3)

Hi all!

I'm new to Python and played around a bit with the random module a little as a part of my learning process.
I wanted to do i lottery game ..... More

Print this item

  getting trailing zeros with 1 during pandas read
Posted by: fullstop - Jan-05-2020, 03:35 PM - Forum: Data Science - Replies (1)

I am reading a simple csv file with multiple columns.
One of my column have 2 different values, one is 1.444 and other is 1.908
When I am reading th..... More

Print this item

  Return size of binary tree
Posted by: Daniel94 - Jan-05-2020, 12:52 PM - Forum: Homework - Replies (1)

So I am an absolute beginner beginner with python.
I want to write a function that returns the size of a binary tree.
Here's my attempt that don't..... More

Print this item

  Keeps showing prevuios inputs
Posted by: _ShevaKadu - Jan-05-2020, 11:59 AM - Forum: GUI - Replies (5)

python Type Wall
Hello!
[b][i][size=medium]I'm making a Python module to get customised pop-ups.[/..... More

Print this item

  how can i handle "expected a character " type error , when I input no character
Posted by: vivekagrey - Jan-05-2020, 10:40 AM - Forum: General Coding Help - Replies (2)

key = input("enter key")
try:
    key = ord(key)
except ValueError:
    print("wrong key pressed")
[error]
enter key
Tra..... More

Print this item

  CSV gives me blank row on PC, but not a Mac
Posted by: bazcurtis - Jan-05-2020, 10:24 AM - Forum: General Coding Help - Replies (2)

I am using the following code write a CSV file from a List containing Dictionaries

When I run it on my Mac it is fine, but when I run it on a PC I ..... More

Print this item

  list from defined function
Posted by: Coastal - Jan-05-2020, 10:02 AM - Forum: General Coding Help - Replies (3)

Hey I'm trying to learn how to define a function.
As an example I made a "only want even number from a range" function

def even_numbers_only(a, b..... More

Print this item

  compareFriends
Posted by: ben - Jan-05-2020, 09:29 AM - Forum: Homework - Replies (8)

How can I approach with the solution to the below question?

A String array “F1” has got names of Facebook users and their friend association.
For ..... More

Print this item

  How to add audio to Tensorflow Object Detection API?
Posted by: kitkatz - Jan-05-2020, 05:27 AM - Forum: General Coding Help - Replies (1)

I'm trying to add audio output for the Tensorflow object detection API on the raspberry pi. For example, if it detects a person from the camera, I'm t..... More

Print this item

  English Grammar
Posted by: ichabod801 - Jan-05-2020, 04:14 AM - Forum: Code sharing - Replies (3)

One thing I found I needed when text processing was a lot of functions for handling English grammar. Correct plurals was one thing. I might have somet..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Parse Markdown / get the ... 3 hours ago SpongeB0B Pedroski55 General Codin...
  Error: cannot mix str wit... Yesterday, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... 09-30, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
Most views
  The best Prog... 577451
  Tutorial Requ... 501071
  Web Scraping ... 441079
  Newbie with P... 385149
  New Users Int... 369752
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+ 12092
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
kyleconor797 Yesterday
miriamwilliam Yesterday
Davidkiplimo Yesterday
Joliekeva Yesterday
silversimon2 09-30

User Panel Messages

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