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,989
» Latest member: felishiagreen119
» Forum threads: 38,737
» Forum posts: 175,579

Full Statistics

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

Latest Threads
funds recovery
Forum: General Coding Help
Last Post: felishiagreen119
14 minutes ago
» Replies: 0
» Views: 5
Weird failure in Selenium
Forum: General Coding Help
Last Post: glestwid
3 hours ago
» Replies: 0
» Views: 23
print does not open conso...
Forum: General Coding Help
Last Post: Axel_Erfurt
4 hours ago
» Replies: 1
» Views: 50
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
9 hours ago
» Replies: 3
» Views: 2,526
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 2
» Views: 83
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 6
» Views: 185
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,044
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 457
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,086
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,160

 
  How would I implement copy protection?
Posted by: GalaxyCoyote - Jul-18-2019, 09:29 PM - Forum: General Coding Help - Replies (1)

I need a way to tell if my .py file has been copied (but if you have any other copy protection techniques then please comment).


I am coding a softw..... More

Print this item

  Am I running this correctly?
Posted by: jibarra - Jul-18-2019, 07:00 PM - Forum: General Coding Help - No Replies

I have a few qeustions.

I am running Python3.6

Working on this exmaple:
https://docs.python.org/3.6/extending/em...g-embedded..... More

Print this item

  Can't decide - install modules with Ubuntu package manager (apt) or pip3 in venv
Posted by: Thisisaline - Jul-18-2019, 05:49 PM - Forum: General Coding Help - Replies (6)

Hello python community,

I'm a relative noob in linux (Ubuntu) and python who needs to downclock my gpu using WattmanGTK: ..... More

Print this item

  matrixes product
Posted by: paul18fr - Jul-18-2019, 05:21 PM - Forum: Data Science - No Replies

Hi all

I'm a Matlab user and I'm progressively rewritting codes into Python using mainly Numpy library and scientific ones (for vectorization - sli..... More

Print this item

  How to control flowgraph variables from a Webserver?
Posted by: Hadad - Jul-18-2019, 04:46 PM - Forum: General Coding Help - Replies (5)

I have a simple "dial tone" GRC application that I am running through a simple python webserver, when I run this application and call the freq method ..... More

Print this item

  Checking for an item in a list (if then statement)
Posted by: Sailnir - Jul-18-2019, 03:41 PM - Forum: General Coding Help - Replies (1)

I am very new to python. I am trying to check if the first letter of a word is a vowel or not and I have to do so using sets. Here is what I am trying..... More

Print this item

  retrieving pvalue from statsmodels results
Posted by: Staph - Jul-18-2019, 01:59 PM - Forum: General Coding Help - Replies (4)

Please how can I retrieve on p-values from this

results = results.test_causality('Q50', ['Q95'], kind='f')
print results
..... More

Print this item

  how to contribute our code/improvements to python pandas df..??
Posted by: saikumarcheethirala - Jul-18-2019, 12:32 PM - Forum: General Coding Help - Replies (2)

Hi All,

I want to contribute some code changes/improvements to python pandas df..??

Can anyone help in adding it to Python Library related to pa..... More

Print this item

  Coding understanding help
Posted by: srikanth - Jul-18-2019, 12:23 PM - Forum: General Coding Help - Replies (1)

Hello Hi, I am new to python and i am learning from automating the boring stuff.
In this program, why and how did he choose groups[1],groups[3],group..... More

Print this item

  error in constructor overriding in python3
Posted by: srm - Jul-18-2019, 12:09 PM - Forum: General Coding Help - Replies (1)

[python]
class Baseclass1:
def __init__(self,x,y):
self.x=x
self.y=y
print(self.x+self.y)
class Derived(Baseclass1):
..... More

Print this item

  Nesting menu buttons tkinter for python
Posted by: Mocap - Jul-18-2019, 11:23 AM - Forum: GUI - Replies (1)

I’m trying to figure out how to nest other buttons within other drop down buttons. Like for example, I need to figure out how to make a drop down of v..... More

Print this item

  Why does this list of lists end up with the same values
Posted by: alehak - Jul-18-2019, 11:00 AM - Forum: General Coding Help - Replies (2)

How can this be explained?

x = [[]]*3
x[0].append('a')
print(x)
>>> returns [['a'], ['a'], ['a']]

Print this item

  How I can do performance testing on my API
Posted by: a21250450 - Jul-18-2019, 09:29 AM - Forum: General Coding Help - No Replies

HELLO !!

I programmed the Openstack DNS API(https://developer.openstack.org/api-ref/dns/) and now I need to do performance testing.
My question is..... More

Print this item

  Factorial
Posted by: leodavinci1990 - Jul-18-2019, 05:03 AM - Forum: General Coding Help - Replies (8)

I created the following function in Python 3.7.
[python]def getFactorial(n):
factorial = 1
for x in range(1, n+1)
factorial = fac..... More

Print this item

  Averaging data while merging
Posted by: SujaiBanerji - Jul-18-2019, 04:20 AM - Forum: Data Science - No Replies

I have two dataframes as shown below:

[python]
result1

time browncarbon blackcarbon
180.0008 0.105270 NaN
181.3809 ..... More

Print this item

  Looking For Good Reference Material
Posted by: rebeltaz - Jul-18-2019, 03:11 AM - Forum: GUI - Replies (2)

While not new to programming, I am new to python and tkinter. I have read half a dozen books over the past month and all of them give varying degrees ..... More

Print this item

  a module for multiple input waiting
Posted by: Skaperen - Jul-18-2019, 02:32 AM - Forum: News and Discussions - Replies (2)

i think (why would i bother to do that) what would be useful is a class that takes care of multiple I/O concurrency. you just create a new instance ..... More

Print this item

  stdin input while copying from a process pipe
Posted by: Skaperen - Jul-18-2019, 12:15 AM - Forum: News and Discussions - No Replies

i would like to get some ideas of what tools to do this. i want a script to launch a child process that will be producing lots of out, such as the pa..... More

Print this item

  Server and Network (socket) [WinError 10053]
Posted by: Timxxx - Jul-17-2019, 11:46 PM - Forum: Networking - Replies (1)

I was watching a tutorial on making a multiplayer game and clients to connect it.
The Problem is that I keep getting this error and I don't know why ..... More

Print this item

  unusual error in printing result
Posted by: janaki26794 - Jul-17-2019, 10:20 PM - Forum: Homework - Replies (1)

I want to print the names of the people in the url with which it is capturing from the webpage from another python file.This is how I have provided th..... More

Print this item

  timeout for io.read()
Posted by: Skaperen - Jul-17-2019, 10:15 PM - Forum: News and Discussions - Replies (4)

has anyone put together a way to read an open file with a timeout (returns something different or raises an exception if nothing to read by the end of..... More

Print this item

  Adding Variables
Posted by: absolum - Jul-17-2019, 06:58 PM - Forum: General Coding Help - Replies (3)

Hello! I am working on a program for guitar. This is a rather simple problem but I am new to coding and don't know why the heck this is not working. I..... More

Print this item

  Long command with characters not working in Python on Oracle Linux 7
Posted by: iaas_infra - Jul-17-2019, 06:43 PM - Forum: General Coding Help - Replies (10)

I have below python script which connects to a host, runs a command and prints the output.

This script is working fine and printing the output of d..... More

Print this item

  Need help with dictionary!
Posted by: hoangthai10788 - Jul-17-2019, 06:38 PM - Forum: General Coding Help - Replies (3)

Hello,

I encountered this issue and tried to figured out why this happened that way but was not able to. Can anyone help me with this? The one that I..... More

Print this item

  General discussion about weekly top picks
Posted by: metulburr - Jul-17-2019, 06:30 PM - Forum: Weekly Top Picks - Replies (8)

The purpose of this thread is to not pollute the weekly top picks with general discussion (and votes).

Print this item

  Unable to switch out of nested frames into main page
Posted by: abi17124 - Jul-17-2019, 06:06 PM - Forum: Web Scraping & Web Development - No Replies

I have a program that does automated data entry on the PLM platform, ENOVIA, with specific information that I input. I'm using Selenium to navigate th..... More

Print this item

  15th to 21st July 2019
Posted by: Yoriz - Jul-17-2019, 05:16 PM - Forum: Weekly Top Picks - Replies (2)

The purpose of this thread is to compile a list of posts made between Mon 15th July To Sun 21st July that have well established posts to be nominated ..... More

Print this item

  Linear programming optimization PuLP
Posted by: new_in_python - Jul-17-2019, 04:56 PM - Forum: General Coding Help - No Replies

I have a linear problem where I want to maximize my revenue, by minimizing the objective function.

The constraints are linear thus linear programm..... More

Print this item

  5 python columns, row-wise as input to a function
Posted by: dervast - Jul-17-2019, 04:44 PM - Forum: General Coding Help - Replies (1)

Hi all,
I have a data frame that has 5 columns named as '0','1','2','3','4'

[python]small_pd
Out[53]:
0 1 2 3 4
0 ..... More

Print this item

  Need help creating a loop
Posted by: codingnewbie - Jul-17-2019, 04:02 PM - Forum: General Coding Help - Replies (1)

Hey everyone so I need help creating a loop, Im trying to get temperature with 2 DS18B20 temperature sensors with a Raspberry Pi. So far I have manage..... More

Print this item

  python and load balancer
Posted by: pythonFresher - Jul-17-2019, 03:48 PM - Forum: General Coding Help - Replies (1)

Hi All,

I am planning to put a python script which should detect the current state of servers or server groups in the A10 load balancer. Found on..... More

Print this item

  Is there a "secret" code among coders to not offer any help???
Posted by: yeto - Jul-17-2019, 03:11 PM - Forum: News and Discussions - Replies (4)

I am new to coding and I am noticing not too many questions get answered in the forums. This one included. Is it because coders don't want people to b..... More

Print this item

  Print the Largest Odd Number
Posted by: Than999 - Jul-17-2019, 02:49 PM - Forum: Homework - Replies (5)

Hi, I have a Python homework question; I am ask to write a program where it asks users to input 10 integers and print out the largest odd number from ..... More

Print this item

  How will you improve my code?
Posted by: Gateux - Jul-17-2019, 02:33 PM - Forum: Homework - Replies (4)

I'm new to Python programming and right now i'm practicing past year assignment before school starts and my codes are fully functioning but it's in a ..... More


Attached Files

.pdf   Assignment.pdf (Size: 65.97 KB / Downloads: 645)
Print this item

  hour format
Posted by: geckoes - Jul-17-2019, 01:48 PM - Forum: GUI - Replies (1)

I've created a Tkinter window with two Entries for formatting hours.
Their format are 24h and 12h ones.
It works correctly but I'm wondering if ther..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  funds recovery 14 minutes ago felishiagreen119 felishiagreen119 General Codin...
  Weird failure in Selenium 3 hours ago glestwid glestwid General Codin...
  print does not open conso... 4 hours ago Tycho_2025 Axel_Erfurt General Codin...
  Fred Economic Data API 9 hours ago warrior42 Trickety Web Scraping ...
  create ocr to detect lice... 10 hours ago bimosora noisefloor General Codin...
  Parse Markdown / get the ... 10 hours ago SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... 10-01, 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...
Most views
  The best Prog... 577470
  Tutorial Requ... 501259
  Web Scraping ... 441091
  Newbie with P... 385160
  New Users Int... 369851
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
felishiagreen119 Today
markwood955 Yesterday
DerekGeel Yesterday
Tycho_2025 Yesterday
chikkamagalur Yesterday

User Panel Messages

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