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,512
» Latest member: ebaazi06
» Forum threads: 38,596
» Forum posts: 174,831

Full Statistics

Online Users
There are currently 497 online users.
» 1 Member(s) | 492 Guest(s)
Yandex, Bing, Google, Baidu, EarnestJah

Latest Threads
Question about F2py...Hel...
Forum: General Coding Help
Last Post: EarnestJah
2 minutes ago
» Replies: 4
» Views: 11,530
Start Idle in a virtual e...
Forum: General Coding Help
Last Post: snippsat
5 hours ago
» Replies: 4
» Views: 192
How to install Selenium o...
Forum: Web Scraping & Web Development
Last Post: Larz60+
Yesterday, 08:50 AM
» Replies: 1
» Views: 142
nltk installs but cannot ...
Forum: General Coding Help
Last Post: sheepog
Yesterday, 01:28 AM
» Replies: 1
» Views: 188
JavaScript File?
Forum: Bar
Last Post: Azdaghost
May-29-2025, 06:13 PM
» Replies: 0
» Views: 124
Error without reason
Forum: General Coding Help
Last Post: RogereK
May-29-2025, 09:52 AM
» Replies: 4
» Views: 378
Nested Dictionaries, good...
Forum: General Coding Help
Last Post: Curbie
May-28-2025, 10:45 PM
» Replies: 6
» Views: 722
Simple webbot for testing
Forum: Jobs
Last Post: Arush
May-28-2025, 06:59 PM
» Replies: 1
» Views: 1,083
Using moviepy fails due t...
Forum: General Coding Help
Last Post: sheepog
May-28-2025, 06:57 PM
» Replies: 2
» Views: 317
Script broke with Python ...
Forum: Code sharing
Last Post: Arush
May-28-2025, 06:51 PM
» Replies: 5
» Views: 6,287

 
  Sequence to sequence AI advice
Posted by: tomharvey - Apr-24-2022, 05:06 AM - Forum: Data Science - No Replies

Hello,

I am looking for a field of AI to explore that will be able to help me generate a sequence of numbers from existing sequences of numbers. F..... More

Print this item

  Creating a TG crypto Bot_ problem when trying to with bot.polling
Posted by: p1ner0 - Apr-24-2022, 04:27 AM - Forum: General Coding Help - Replies (1)

Hi there, I have a problem, I have made a telegram bot, which gets input from telgegram(namely the crypto coin name) and then using the CoinGecko API,..... More

Print this item

  Simple python programs for beginners
Posted by: Talbot9 - Apr-23-2022, 06:33 PM - Forum: Tutorial Requests and Submissions - Replies (1)

Hello

Firstly apologies but I'm a relatively newbie to python and I hsve mastered making a basic digital clock with python and that's about as far ..... More

Print this item

  Error when running a matplot lib example
Posted by: aurelius_nero - Apr-23-2022, 04:41 PM - Forum: General Coding Help - Replies (3)

Hi all,
New forum user here.
When I run this code from the Matplotlib examples, I get the following error:
[error]Traceback (most recent call last..... More

Print this item

  I need help!!!!
Posted by: Nimesh_SDP - Apr-23-2022, 04:00 PM - Forum: Homework - Replies (3)

I need to write a program to acquire, extract and compare the price from these two suppliers, for a given product.

There are two online supermarket..... More

Print this item

  How to quantize a 4 dimensional array?
Posted by: PythonNPC - Apr-23-2022, 03:33 PM - Forum: General Coding Help - Replies (2)

Hello,

I am new to NumPy.

Lets say I have an array:

nparray = np.array(output2)
print(output2.shape)
Output:
[code](1, ..... More

Print this item

  Folium: Conflict with Font Awesome Kit
Posted by: jgomes_eu - Apr-23-2022, 03:18 PM - Forum: General Coding Help - No Replies

Hi everyone,
I've run into a problem with a folium map inside a Dash app.
Here's my code
[python]
import pandas as pd
import branca
import f..... More

Print this item

  semantics of comma inside array brackets
Posted by: usercat123 - Apr-23-2022, 08:09 AM - Forum: Data Science - Replies (2)

hi,

I am trying to understand a piece of code, namely
[python]
import matplotlib.pyplot as plt
import numpy as np
expdat = np.genfromtxt(fname..... More

Print this item

  Compare fields from two csv files
Posted by: georgebijum - Apr-23-2022, 04:16 AM - Forum: General Coding Help - Replies (3)

I am quite new to the Python Programming and would appreciate your help on the below.

Use case - I have Customer files from two sources .Each of th..... More

Print this item

  Código simples
Posted by: Lumen253 - Apr-23-2022, 12:46 AM - Forum: General Coding Help - Replies (1)

Iniciei Python hoje e estou com uma dúvida.

Tenho dois códigos, tentei fazer da forma mais atual um código que estava funcionando e ele deu erro:
..... More

Print this item

  what would break if ...
Posted by: Skaperen - Apr-22-2022, 10:36 PM - Forum: News and Discussions - Replies (4)

what would break if the code syntax was extended so that {{ and }} bounds a frozenset like {..... More

Print this item

  Time series
Posted by: JasminQuinn - Apr-22-2022, 10:33 PM - Forum: General Coding Help - No Replies

Hello, I'm a beginnr and I need help in the Map steps to dates
please help it's urgent!!        


[python]train = pd.r..... More

Print this item

  Multiprocessing queue catch get timeout
Posted by: Pythocodras - Apr-22-2022, 05:43 PM - Forum: General Coding Help - Replies (1)

Hello,
I have a simple script that waits for a queue with a timeout. I would like to catch that specific exception but cant find the correct one.
[..... More

Print this item

  Numpy reshape
Posted by: mr_byte31 - Apr-22-2022, 02:10 PM - Forum: General Coding Help - Replies (1)

I tried to reshape a 3-D matrix using two different ways.
If the end result is 1-D the two methods match
If the end result is 2-D the two method fai..... More

Print this item

  Adding Decimals to classes with OOP + rounding to significant digits (ATM demo)
Posted by: Drone4four - Apr-22-2022, 01:42 PM - Forum: General Coding Help - Replies (7)

I’m learning OOP by trying to build a rudimentary banking ATM machine. It started out an an exercise for Fred Baptiste’s Udemy online courseware but I..... More

Print this item

  Intel 8051 microcontroller emulator
Posted by: estarq - Apr-22-2022, 10:59 AM - Forum: Code sharing - No Replies

I made this app as a BE thesis. It's using Brython to make Python work in Chromium (Electron) and React with Material-UI for the front-end. It's suppo..... More

Print this item

  Optimal way to search partial correspondence in a large dict
Posted by: genny92c - Apr-22-2022, 10:20 AM - Forum: General Coding Help - No Replies

I have got a set of songs, and everyone of these has got a list of tags associated. I am working with senticnet 1.6, which is basically a large dict, ..... More

Print this item

  TypeError: list indices must be integers or slices, not range
Posted by: Anldra12 - Apr-22-2022, 10:15 AM - Forum: General Coding Help - Replies (2)

Get the TypeError: list indices must be integers or slices, not range

[python]def getDistinctX(x_subi, F):
x_subi = []
ind = rando..... More

Print this item

  multiprocessing advices
Posted by: paul18fr - Apr-22-2022, 09:50 AM - Forum: Data Science - Replies (5)

Hi all

For my projecy my current code does the job as expected so far, using massively Numpy and the vectorization whenever possible, using about 2..... More

Print this item

  Problem with datetime [SOLVED]
Posted by: AlphaInc - Apr-22-2022, 09:17 AM - Forum: General Coding Help - Replies (3)

hello everbody,

I'm writing a python3 script which should check daily for the day of easter and if the difference is 5 days it should trigger anoth..... More

Print this item

  json api data parsing
Posted by: elvis - Apr-21-2022, 11:59 PM - Forum: General Coding Help - No Replies

Having issue with this piece of code, its an api that has json text but its not readable.
in _get_mean_subclass
for prod, v in response_API.item(..... More

Print this item

  how I can use the widgets as an argument of a function?
Posted by: pymn - Apr-21-2022, 08:25 PM - Forum: GUI - Replies (9)

In this example, I have an entry and two LabelFrames. I am looking to find out how I can call my LabelFrame through only one function. I have ..... More

Print this item

  Compare variable with values in a file
Posted by: paulo79 - Apr-21-2022, 04:36 PM - Forum: General Coding Help - Replies (1)

I have a file:

cat file1.txt
cel01
cel02
cel03
cel03
I have a Oracle DB cursor that brings some values from to variable ..... More

Print this item

  json format
Posted by: Bubu93200 - Apr-21-2022, 03:15 PM - Forum: General Coding Help - Replies (6)

Hi,

I need your help, please. I'm french. Sorry for my bad english !

I want to append a file with json format but I want to have line carrier re..... More

Print this item

  Hello I’m trying to run a Django python project on docker but when I try to build the
Posted by: Nessa404 - Apr-21-2022, 01:57 PM - Forum: Homework - Replies (1)

Hello I’m trying to run a Django python project on docker but when I try to build the Dockerfile I get this error:

[color=#E74C3C][i]Note that only..... More

Print this item

  simulation of alarm system
Posted by: Frankduc - Apr-21-2022, 12:44 PM - Forum: General Coding Help - Replies (6)

Hello,

I am trying to simulate an alarm system on a raspberry pi. I would like Led2 to blink when intruder is detected.
I would like also to add an ..... More

Print this item

  Child class inheritance issue
Posted by: eakanathan - Apr-21-2022, 09:32 AM - Forum: General Coding Help - Replies (3)

[python]class A:
def __init__(self, name, age):
self.name = name
self.age = age
def details(self):
print (self.na..... More

Print this item

  Install location setup new default
Posted by: Droidling - Apr-21-2022, 02:26 AM - Forum: General Coding Help - Replies (2)

I am working with an existing program that requires Python 3.10 installed at C:\Python310. I know that it's easy enough to change the install location..... More

Print this item

Question inline images
Posted by: rootsmusic - Apr-20-2022, 07:52 PM - Forum: Board - Replies (1)

This post won't let me paste an image, and the image button requires a URL. I don't want the hassle of uploading my image to a URL, but I can easily ..... More

Print this item

Question Pandas Tutor for geopandas
Posted by: rootsmusic - Apr-20-2022, 07:40 PM - Forum: Data Science - Replies (2)

Pandas Tutor can't import the geopandas library. I'..... More

Print this item

  extract and plot data from a txt file
Posted by: usercat123 - Apr-20-2022, 03:56 PM - Forum: Data Science - Replies (2)

Hello,

I want to extract data from a txt file and plot it using the matplot.pyplot module.

The format of the file is as follows:

[python]
""..... More

Print this item

Question Python - List - Int List
Posted by: sophi - Apr-20-2022, 11:24 AM - Forum: Homework - Replies (8)

Hi, I'm new here and I don't speak English well, but I need a lot of help
I have difficult task:
Define an IntList () class whose objects will behav..... More

Print this item

  How to convert ebooks in bulk with Python and Calibre
Posted by: janoroot - Apr-20-2022, 09:11 AM - Forum: Code Review - No Replies

I wrote a Python script that uses Calibre to do ebook conversion in bulk. Multiple child processes are opened in parallel with the help of the module ..... More

Print this item

  [split] Py2exe Writing UNKNOWN-0.0.0-py3.7.egg-info
Posted by: sarahroxon7 - Apr-20-2022, 07:49 AM - Forum: General Coding Help - Replies (1)

Damm even though I am having a similar kind of issue, I have searched all over the internet [size=1][color=#F3F3F3]slope ga[url=https://python-forum.io/thread-36991.html]..... More

Print this item

  pip install requests doesnt work
Posted by: misodca - Apr-20-2022, 07:32 AM - Forum: General Coding Help - Replies (8)

Hello guys,
I am total newbie in python and I want to try it.

So first I run Terminal (or at least I think this is terminal) > python.exe
Then I..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Question about F2py...Hel... 2 minutes ago Yuji3131 EarnestJah General Codin...
  Start Idle in a virtual e... 5 hours ago Pedroski55 snippsat General Codin...
  How to install Selenium o... Yesterday, 08:50 MarkMan Larz60+ Web Scraping ...
  nltk installs but cannot ... Yesterday, 01:28 sheepog sheepog General Codin...
  JavaScript File? 05-29, 18:13 Azdaghost Azdaghost Bar
  Error without reason 05-29, 09:52 Azdaghost RogereK General Codin...
  Nested Dictionaries, good... 05-28, 22:45 Curbie Curbie General Codin...
  Simple webbot for testing 05-28, 18:59 narcpl69 Arush Jobs
  Using moviepy fails due t... 05-28, 18:57 sheepog sheepog General Codin...
  Script broke with Python ... 05-28, 18:51 aspecteleven Arush Code sharing
  Mathematica code vs Pytho... 05-28, 18:27 MiloChocolatito Arush General Codin...
Most views
  The best Prog... 571088
  Tutorial Requ... 479902
  Web Scraping ... 435718
  Newbie with P... 377389
  Thread remain... 349267
Most reputation
buran 581
snippsat 506
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 449
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12055
buran 8172
snippsat 7331
deanhystad 6831
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
ebaazi06 Today
blockaway Today
lilysmith10 Today
Williamseire Today
waqarhaider Yesterday

User Panel Messages

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