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 34 online users.
» 0 Member(s) | 30 Guest(s)
Applebot, Bing, Google

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
4 hours ago
» Replies: 3
» Views: 115
silent deployment Python ...
Forum: News and Discussions
Last Post: Bummibaer
4 hours ago
» Replies: 2
» Views: 79
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
8 hours ago
» Replies: 6
» Views: 3,182
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 248
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: 180
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

 
  Help|CSV Writing on List with Inner Commas
Posted by: soothsayerpg - Jul-20-2019, 02:18 AM - Forum: General Coding Help - Replies (2)

Let's say I have:

l = ['Washington, 98373, USA', 'Arlington, WA, 98223, USA', 'Soap Lake, Washington, 98851, USA']
What I'm doi..... More

Print this item

  how do i create average of 1000 frames per second from video with yolo
Posted by: Rupen_gurung - Jul-20-2019, 01:55 AM - Forum: General Coding Help - No Replies

Hi i am trying to create a dataset form a vvideo to try out with yolo for object detectation but the problem is i couldn't find a way to reduce the re..... More

Print this item

  How to gather information from remote host using ansible module in python
Posted by: amritjsr - Jul-20-2019, 01:17 AM - Forum: General Coding Help - No Replies

I am trying to gather information like hardware and software detail from remote host using ansible module in Python Script. But unable to figureout. I..... More

Print this item

  How to create an autocomplete method that search an existing trie in python
Posted by: nanoprogrammer - Jul-20-2019, 12:09 AM - Forum: General Coding Help - No Replies

I am new to python, I found different codes that implements trie, like this one example below, but I have hard time understanding how to search the tr..... More

Print this item

  Parallel iteration with for loop
Posted by: Josh_Python890 - Jul-19-2019, 11:28 PM - Forum: General Coding Help - Replies (1)

Hi,

I'm really struggling in understanding how parallel iteration works with for loops.

Here is just some experimental code:

[python]
myList..... More

Print this item

  Senior Python Application Developer - full-time role with Vanderbilt, Nashville, TN
Posted by: rossrc - Jul-19-2019, 08:40 PM - Forum: Jobs - Replies (1)

Python - VICTR

This is a full-time position with Vanderbilt University Medical Center in Nashville, TN. Salary range for this role is $85k-105k dep..... More

Print this item

  Pulling & Reading Date from UDF that Compare it to Live Data
Posted by: firebird - Jul-19-2019, 07:50 PM - Forum: General Coding Help - Replies (4)

Hello Everyone!
Would you help me solve the following problem i have:
I am trying to write a user defined function that would load, read date from a..... More

Print this item

  solve recaptcha in python
Posted by: saeedalipoor - Jul-19-2019, 06:25 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi , i am new to python so sorry :)

i need python code for this :



This method allows you to solve any captcha that requires clicking on ..... More

Print this item

  compound columns using IN
Posted by: rregorr - Jul-19-2019, 05:49 PM - Forum: Data Science - Replies (3)

I have a dataframe with 4 columns identifieds with names single and compounded "Identificação Única", "Nome", "Código da Rubrica" and "Valor" and I wo..... More

Print this item

  Calling Extended Embedding Python as shared library
Posted by: jibarra - Jul-19-2019, 05:22 PM - Forum: General Coding Help - No Replies

I am running Python3.6


I am trying to run the example:
https://docs.python.org/3.6/extending/em...ded-python

..... More

Print this item

  Insert Pandas Data Frame into Teradata DB
Posted by: kylenater - Jul-19-2019, 04:53 PM - Forum: Data Science - No Replies

Hi all,

I am using the Teradata python module to read transaction data from Teradata into a Pandas data frame for analysis. Now that I have done m..... More

Print this item

  DICOM Structure Files
Posted by: jcozzi1 - Jul-19-2019, 03:41 PM - Forum: General Coding Help - Replies (1)

Hello!
Would anyone be able to suggest a way to read in and display DICOM medical structure files such as those exported on Eclipse™? While tradi..... More

Print this item

  fit each group and extract coefficients
Posted by: Progressive - Jul-19-2019, 01:59 PM - Forum: Data Science - Replies (1)

I have a data frame df as follows:

[python] Board Time CO H2
0 B000653BE 05.11.2018 13:28 89720 20320
1 B000653BE 05.11.2018 13:32 112760 ..... More

Print this item

  Using answers from an input function
Posted by: Totalartist - Jul-19-2019, 01:28 PM - Forum: General Coding Help - Replies (3)

I've decided to teach myself programming and am new to the science. I started with a book on python and often try write code that's more complex than ..... More

Print this item

  slice per group
Posted by: Progressive - Jul-19-2019, 12:37 PM - Forum: Data Science - Replies (3)

Hi,

I would like to extract the first 50 data points of each group factor in a data frame.

So far, I stumbled over:

[python]grouped = ..... More

Print this item

  errors in code
Posted by: sylvie1987100 - Jul-19-2019, 10:36 AM - Forum: General Coding Help - Replies (3)

I'm getting a TypeError. I want to call out my initialised parameters

Code:
[python]class Students:
def _init_(self, name,age,grade):
self.na..... More

Print this item

  Display output in readable format and save
Posted by: hnkrish - Jul-19-2019, 09:21 AM - Forum: General Coding Help - Replies (1)

Hi,

I am looking for some dataframe where I can print on that dataframe and save it.

Ex:- if I write a=1+2 in python then result will be a=3, I ..... More

Print this item

  Display lines
Posted by: pgoosen - Jul-19-2019, 09:08 AM - Forum: General Coding Help - Replies (6)

Hi,

If my script runs now it shows all the data on screen after the script finishes. Is it possible to show line by line during the execution of the ..... More

Print this item

  3D Graphics and animation
Posted by: vipinv23 - Jul-19-2019, 08:34 AM - Forum: News and Discussions - Replies (2)

Hello,

Please can someone suggest me how to make 3D animation in Python.
I have been surfing but confused seeing so many options.

Thank you

Print this item

  Import data from excel to Teradata
Posted by: steve87bg - Jul-19-2019, 07:03 AM - Forum: General Coding Help - Replies (3)

Hello,

I am trying to import data from excel file into teradata table. I can connect to teradata and read the excel file but i was wondering how can ..... More

Print this item

  Data Type Issue
Posted by: Rahul_Kaushik - Jul-19-2019, 06:05 AM - Forum: News and Discussions - Replies (2)

Hi Team,

I am facing issue while executing the below code
[python]
row_1 = ['Facebook', 0.0, 'USD', 2974676, 3.5]
row_2 = ['Instagram', 0.0, 'USD',..... More

Print this item

  Merge dicts without override
Posted by: chisox721 - Jul-19-2019, 01:16 AM - Forum: General Coding Help - Replies (4)

Just as an FYI I'm still new to working with dicts so the way I have these structured could probably be improved. Basically I have 3 dicts with differ..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 4 hours ago Moltar1997 perfringo General Codin...
  silent deployment Python ... 4 hours ago Bummibaer Bummibaer News and Disc...
  best way to learn python 8 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... 579368
  Tutorial Requ... 512349
  Web Scraping ... 442280
  Newbie with P... 386332
  New Users Int... 380248
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