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,395
» Latest member: cruisesfares
» Forum threads: 38,823
» Forum posts: 176,026

Full Statistics

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

Latest Threads
Opencv findContours Q
Forum: General Coding Help
Last Post: Pedroski55
Today, 12:11 AM
» Replies: 1
» Views: 83
Struggles I Faced While E...
Forum: Code Review
Last Post: padma121
Yesterday, 09:12 AM
» Replies: 1
» Views: 4,594
Willing to pay for help w...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 08:37 AM
» Replies: 4
» Views: 186
Create dataframe from the...
Forum: Data Science
Last Post: OtiliaGen
Yesterday, 07:27 AM
» Replies: 7
» Views: 3,602
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
Dec-27-2025, 06:21 PM
» Replies: 1
» Views: 159
Calling python from anoth...
Forum: General Coding Help
Last Post: eedjsa
Dec-27-2025, 04:06 PM
» Replies: 9
» Views: 302
IP address for users
Forum: Networking
Last Post: itx_sumeet
Dec-27-2025, 05:53 AM
» Replies: 4
» Views: 7,114
Lottery generator (beginn...
Forum: General Coding Help
Last Post: Pedroski55
Dec-27-2025, 01:10 AM
» Replies: 5
» Views: 9,970
[split] How to ask Smart ...
Forum: General Coding Help
Last Post: Pedroski55
Dec-25-2025, 07:58 AM
» Replies: 2
» Views: 186
Need Help with Pandas Con...
Forum: Bar
Last Post: Axel_Erfurt
Dec-24-2025, 10:07 AM
» Replies: 1
» Views: 117

 
  pip3 install mesh-renderer install error
Posted by: linuxhacker - Aug-20-2021, 05:47 PM - Forum: Bar - No Replies

install error Ask for help Thank you
pip3 install mesh-renderer
Collecting mesh-renderer
Using cached mesh_renderer-1.4.tar.gz (21 kB)
Building..... More

Print this item

  csv files
Posted by: faustineaiden - Aug-20-2021, 03:44 PM - Forum: General Coding Help - Replies (1)

I'm new to python. When reading and writing csv files, I want to achieve that the values corresponding to the dialogue column and the values correspon..... More


Attached Files

Thumbnail(s)
   
Print this item

Information Website to find API and database
Posted by: RuyCab - Aug-20-2021, 01:58 PM - Forum: Data Science - Replies (2)

There's any website that I can find a database to test my codes ?
Ans the same question, there's any website where I can find API's ?

Print this item

  Acess variables from class
Posted by: samuelbachorik - Aug-20-2021, 01:56 PM - Forum: General Coding Help - Replies (3)

Hi I have class like this and staticmethod inside. I want to ask you how to acess self. variables from class ? For example - self.paths

[python]cla..... More

Print this item

  Done in no time?
Posted by: Mark17 - Aug-20-2021, 01:47 PM - Forum: General Coding Help - Replies (2)

Hi all,

Here's some (slightly modified) code I got from an article on vectorization:

[Python]
# Dot product
import time
import numpy
import ..... More

Print this item

  Senior DevOps Engineer - Remote US & Canada
Posted by: patpat - Aug-20-2021, 11:51 AM - Forum: Jobs - No Replies

At ThreeComma, we build and work with the latest breakthrough technologies today that businesses rely on to lead their industries into tomorrow. We ..... More

Print this item

  Read Tensorflow Documentation - Clarification
Posted by: IoannisDem - Aug-20-2021, 10:36 AM - Forum: General Coding Help - No Replies

Hello,

I am currently trying to work with tensorflow and keras and I have been following some tutorials while using the online documentation as wel..... More

Print this item

  ascii question
Posted by: DPaul - Aug-20-2021, 09:07 AM - Forum: General Coding Help - Replies (9)

In the homework section, a Cesar cypher is presented.
A string of symbols is provided:
[python]SYMBOLS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnop..... More

Print this item

  regular expression question
Posted by: Skaperen - Aug-20-2021, 12:43 AM - Forum: General Coding Help - Replies (4)

i want to match part of a string against a regular expression. normally i would just slice the string and pass that part to re. but my code is not i..... More

Print this item

  Slicing dataframe as series vs. dataframe?
Posted by: Mark17 - Aug-19-2021, 04:25 PM - Forum: General Coding Help - No Replies

I just figured out this works to print out every 10th row in one df:

df.iloc[::10,]
Why did I not need double brackets, tho..... More

Print this item

  Sorting and Merging text-files [SOLVED]
Posted by: AlphaInc - Aug-19-2021, 01:03 PM - Forum: General Coding Help - Replies (10)

Hello everybody,

With a batch-script I export mutliple text-files to a specific folder where I want to merge them into one.
Therefore I used the t..... More

Print this item

  Capture Sound from Mirophone and speakers
Posted by: marinos13 - Aug-19-2021, 09:41 AM - Forum: General Coding Help - Replies (3)

We are using amazon transcribe to make speach to text but we need to capture sound from both microphone and speakers. Do you think that this can be do..... More

Print this item

  Transfer function tanh(Tes)
Posted by: swagata - Aug-19-2021, 09:05 AM - Forum: General Coding Help - Replies (2)

Hi,
I need to build a transfer function ( see the attached screenshot)    
[python]FS= (1-ZP.tanh(Te.s))/(1+ZP.tanh(Te.s))

s = cont..... More

Print this item

  Senior Machine Learning Engineer @ Automattic, Remote / Anywhere
Posted by: patpat - Aug-19-2021, 07:29 AM - Forum: Jobs - No Replies

We are the company behind WordPress.com, Jetpack, WooCommerce, and Tumblr, and we are looking for a (Senior) Machine Learning Engineer to join our tea..... More

Print this item

  How to solve KeyError: 0
Posted by: hilda09 - Aug-19-2021, 12:56 AM - Forum: General Coding Help - Replies (5)

Hi,

I have the following code:

[python]from typing import List

from data_contoh2 import *

def _pm(i, iterasi):
for col in S[i]:
..... More


Attached Files

.py   rcpsp.py (Size: 4.67 KB / Downloads: 421)
.py   data_contoh.py (Size: 786 bytes / Downloads: 404)
.py   data_contoh2.py (Size: 3.81 KB / Downloads: 387)
Print this item

  generating random string unique forever
Posted by: Skaperen - Aug-19-2021, 12:13 AM - Forum: General Coding Help - Replies (5)

i want to run many processes in parallel that can generate a random-like string that is absolutely unique forever. well, forever is a long time. the..... More

Print this item

  Generate Multiple sql Files With csv inputs
Posted by: vkomarag - Aug-18-2021, 11:07 PM - Forum: General Coding Help - Replies (13)

Hi Team,

I m new to python and started working on basics but cant get through when the problem goes to next level.

I have data looks like below a..... More


Attached Files

.csv   view.csv (Size: 143 bytes / Downloads: 362)
Print this item

  while loop
Posted by: mazeemagha - Aug-18-2021, 09:54 PM - Forum: Data Science - Replies (2)

i created empty list, enter a name in list by inputting user. I have placed 2 condition here.

This will ask from user to add more name after add fi..... More

Print this item

  Looping through nested elements and updating the original list
Posted by: Alex_James - Aug-18-2021, 09:00 PM - Forum: General Coding Help - Replies (3)

I am trying to create a code that lets the user add points to attributes. I have created the code below which loops through each element. It all works..... More

Print this item

  How to open/load image .tiff files > 2 GB ?
Posted by: hobbyist - Aug-18-2021, 07:23 PM - Forum: General Coding Help - Replies (1)

I tried opencv in order to open/load huge image .tiff files without success... Is there any other way?

[error]WARN:0] OpenCV TIFF: TIFFRGBAImageOK:..... More

Print this item

  How to read this code?
Posted by: Jlyk - Aug-18-2021, 06:25 PM - Forum: General Coding Help - Replies (3)

Hello everybody. I'm new here and new one in Python. I have such piece of code and I don't know how to understand some parts of it.
Could you please..... More

Print this item

  When do I need a database?
Posted by: Mark17 - Aug-18-2021, 03:40 PM - Forum: Data Science - Replies (2)

I've asked a few people about this and not gotten a good answer. In general, I don't understand how a database can save me time.

I'm looking to bu..... More

Print this item

  What is the exception?
Posted by: Mark17 - Aug-18-2021, 03:28 PM - Forum: General Coding Help - Replies (2)

Hi all! Here's some code:

[Python]
from forex_python.converter import CurrencyRates
import datetime as dt
from time import sleep

def try_con..... More

Print this item

  String in a list
Posted by: willpe - Aug-18-2021, 01:16 PM - Forum: General Coding Help - Replies (3)

Hello, I'm new to Python and I have a difficulty and I would like some help.

In a certain situation, I need to get a sequence in a list, but at the..... More

Print this item

  How to combine multiple rows of strings into one using pandas?
Posted by: shantanu97 - Aug-18-2021, 12:47 PM - Forum: General Coding Help - Replies (1)

I have a DataFrame with multiple rows. Is there any way in which they can be combined to form one rows? Marked with Yellow Colours. All I want to com..... More


Attached Files

Thumbnail(s)
   

.csv   Test.csv (Size: 259 bytes / Downloads: 397)
Print this item

  Search string in mutliple .gz files
Posted by: SARAOOF - Aug-18-2021, 09:08 AM - Forum: General Coding Help - Replies (10)

Hi,
Kindly your support to provide python script to search given strings (Number, Text etc.) from multiple ".gz" text files

Directory contains mul..... More

Print this item

  How to run an exe file in the Scripts folder using py.exe?
Posted by: quazirfan - Aug-18-2021, 08:22 AM - Forum: General Coding Help - Replies (2)

In my current setup python.exe is not added to the path. Instead I am using python launcher py.exe to launch python. Similarly I do not have pip.exe o..... More

Print this item

  bit-flipping decoding
Posted by: divon - Aug-18-2021, 08:16 AM - Forum: Data Science - Replies (11)

Hello everyone,

I have a problem in trying to make a code for the algorithm of bit-flipping decoding, the algorithm is in the figure in the attachm..... More


Attached Files

Thumbnail(s)
   
Print this item

  Program demonstrates operations of bitwise operators without using bitwise operations
Posted by: ShawnYang - Aug-18-2021, 07:38 AM - Forum: General Coding Help - Replies (2)

[python]

Symbol Operation Operation
& and Sets result bit to 1 if both corresponding bits are 1. E.g. 1010 & 1100 is 1000
l ..... More

Print this item

  Reopen file if condition fails
Posted by: tester_V - Aug-18-2021, 06:05 AM - Forum: General Coding Help - Replies (6)

Greetings!
I'm trying to re-open a file if "IF" condition fails.
I'm not sure it is the right thing to do (to reopen the file) and also I'm failing..... More

Print this item

  Getting from <td> tag by using urllib,Beautifulsoup
Posted by: KuroBuster - Aug-18-2021, 02:58 AM - Forum: Web Scraping & Web Development - Replies (2)

I would like to create a program to check for updates on a regular basis.
In the "VMware ESXi" rel..... More

Print this item

  passing type choicr to function
Posted by: Skaperen - Aug-18-2021, 02:53 AM - Forum: News and Discussions - Replies (2)

in a function i am planning, one of the arguments is a type choice. i have used string names in the past such as 'str' or [inline]'b..... More

Print this item

  How do I open the Source code of a library?
Posted by: JaneTan - Aug-18-2021, 01:17 AM - Forum: General Coding Help - Replies (1)

I want to find all the methods available in a Python library. Eg for Win32com.

Thank you

Print this item

  win32com — How to resolve “AttributeError: xlUp” for Excel files?
Posted by: JaneTan - Aug-18-2021, 01:16 AM - Forum: General Coding Help - Replies (2)

Similar to Excel VBA, win32com has a 'xlUp' command. But do I use it? I tried the below code but get
AttributeError: xlUp

Or how do I find all the..... More

Print this item

  Getting 'NoneType' object has no attribute 'find' error when WebScraping with BS
Posted by: Franky77 - Aug-17-2021, 02:48 PM - Forum: General Coding Help - Replies (2)

Hello,
please help python experts. I want to iterate through multiple pages for products info but when loop gets to the second page of products it th..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Opencv findContours Q Today, 00:11 jogl Pedroski55 General Codin...
  Struggles I Faced While E... Yesterday, 09:12 baffa_dbt padma121 Code Review
  Willing to pay for help w... Yesterday, 08:37 braillescribe noisefloor General Codin...
  Create dataframe from the... Yesterday, 07:27 Calab OtiliaGen Data Science
  How to Integrate External... 12-27, 18:21 finallen321 noisefloor General Codin...
  Calling python from anoth... 12-27, 16:06 eedjsa eedjsa General Codin...
  IP address for users 12-27, 05:53 Robots itx_sumeet Networking
  Lottery generator (beginn... 12-27, 01:10 Hullari Pedroski55 General Codin...
  [split] How to ask Smart ... 12-25, 07:58 yoanselcp Pedroski55 General Codin...
  Need Help with Pandas Con... 12-24, 10:07 naproxy_1 Axel_Erfurt Bar
  requests.post not sending... 12-24, 09:20 JarredAwesome noisefloor Web Scraping ...
Most views
  The best Prog... 580418
  Tutorial Requ... 519609
  Web Scraping ... 442785
  Newbie with P... 386988
  New Users Int... 386566
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+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
cruisesfares Today
azam Today
zcharlesoogleto9533 Today
MaxTranslate Yesterday
pizofreude Yesterday

User Panel Messages

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