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,295
» Latest member: Moltar1997
» Forum threads: 38,795
» Forum posts: 175,885

Full Statistics

Online Users
There are currently 36 online users.
» 2 Member(s) | 29 Guest(s)
Bing, Apple, Google, AOL, kshahzad1985, Gribouillis

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: Moltar1997
3 hours ago
» Replies: 0
» Views: 23
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
7 hours ago
» Replies: 1
» Views: 46
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Today, 02:50 AM
» Replies: 6
» Views: 216
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:18 PM
» Replies: 5
» Views: 108
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 76
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,515
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 167
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 79
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,132
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,316

 
  Pressing issue for these tasks
Posted by: unknown_bla_bla - Oct-14-2019, 04:47 PM - Forum: Homework - Replies (3)

Hi, I’m a newcomer of Python and still I’m in learning process. However, I bother myself with two tasks from Python because I even don’t know how to s..... More

Print this item

  Executable failed
Posted by: qrdbr - Oct-14-2019, 03:23 PM - Forum: General Coding Help - Replies (1)

Dear Friends,

I have 6 programs in python. I am using the cx_freeze library to generate these executables.
For 5 of them that are simple codes (fi..... More

Print this item

  Send SMS with gsm modem
Posted by: mariolopes - Oct-14-2019, 02:08 PM - Forum: General Coding Help - Replies (3)

Hi
I want to Make a Python program for Sending SMS Using my Vodafone Sim Card.
my idea is the following
I put my sim card on modem gsm
with the mo..... More

Print this item

  Understand task in this exercise
Posted by: RavCOder - Oct-14-2019, 01:55 PM - Forum: General Coding Help - Replies (3)

Hi,
I found this exercise to improve my knowlegde about list, but I don't understand the delivery of the exercise:
[python]
Given a two list. Creat..... More

Print this item

  Web scraping and java script
Posted by: yoz69100 - Oct-14-2019, 01:31 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello,

I'm new in python and in web scraping, so sorry if my answer is stupid but i don't find anything to do that.

Is it possible to scrap data..... More

Print this item

  Marking everything as read
Posted by: baquerik - Oct-14-2019, 11:39 AM - Forum: Board - Replies (2)

Hallo,

Im new here, and that may be the reason I am not understanding this, but here it goes:

When I clicked on the "General Coding Help" forum..... More

Print this item

  kivy - packaging touchtracer syntax error
Posted by: cram - Oct-14-2019, 10:53 AM - Forum: General Coding Help - Replies (2)

I'm currently learning python and was looking a kivy as well in order to package an app but I'm getting an error. I've been going through the tutorial..... More

Print this item

  Applying row height to all rows including and after row 7
Posted by: curranjohn46 - Oct-14-2019, 10:35 AM - Forum: General Coding Help - Replies (2)

Using openpyxl, I cannot figure out how to apply a row height on an existing worksheet unless I do it one row at a time.

This works for a single ro..... More

Print this item

  Convert df column to datetime format
Posted by: LarsCordes - Oct-14-2019, 10:34 AM - Forum: Data Science - Replies (2)

Hi all,

I'm trying to convert a dataframe column to a datetime format using [python]pd.to_datetime(dataframe.column,infer_datetime_format=True)[/pyth..... More

Print this item

  Visual Studio Python 2.2 Source Project
Posted by: bobosamma - Oct-14-2019, 07:58 AM - Forum: General Coding Help - Replies (5)

I'm looking for the Python 2.2 Visual Studio Project, to be able to compile it on Windows as python22.dll. (Python 2.2.2)
As I also need to make modi..... More

Print this item

  Help to reduce time to execute the code
Posted by: prakash52kar - Oct-14-2019, 06:19 AM - Forum: General Coding Help - Replies (1)

Dear Sir,
I have written a code to calculate the magnetic field due to a current loop located in XY-plane. But the code takes 60 minutes to execute. ..... More

Print this item

  Replace string in many files in a folder
Posted by: metro17 - Oct-14-2019, 04:40 AM - Forum: General Coding Help - Replies (8)

This code changes a string in 1 text file in python
[python]s = open("sample.txt").read()
s = s.replace('abcd', 'efgh')
f = open("mount.txt", 'w')..... More

Print this item

  Beginner at Python. Trying to count certain integer from random string of code
Posted by: kiaspelleditwrong - Oct-14-2019, 03:24 AM - Forum: General Coding Help - Replies (3)

I hope my title wasn't too long. I have code to make a random string of numbers; 0 or 1. I want it to count and print how many times 1 appears in the ..... More

Print this item

  Determine if string is integer
Posted by: jrodencal - Oct-14-2019, 12:46 AM - Forum: Homework - Replies (12)

Got an assignment in my programming class that I'm having a hard time figuring out.
My teacher has created a .pyc file and it provides to me a variab..... More

Print this item

  Little Help With Graphs
Posted by: ericvrocha - Oct-13-2019, 10:29 PM - Forum: General Coding Help - Replies (5)

Hello everyone!
As a new programmer, I am still learning some stuff.
For a program that I am creating, I need to use graphs.
The graphs are for Pres..... More

Print this item

  Need help with "unsupported operand type(s)"
Posted by: _dave - Oct-13-2019, 09:42 PM - Forum: General Coding Help - Replies (6)

I am starting to learn python and I cannot figure out the following error "unsupported operand type(s) for -: 'str' and 'int'". Remember, I really don..... More

Print this item

  beginner and need help with python
Posted by: Tjay - Oct-13-2019, 07:35 PM - Forum: Homework - Replies (13)

Hi i just wanted some advice and some help with python

i am learning python and i have no confidence of solving a little problem or even writing a ..... More

Print this item

Music Iterate over data and sum
Posted by: Madame32 - Oct-13-2019, 07:23 PM - Forum: Data Science - Replies (8)

Hi guys.

Hope you can helped. I have been thinking about how to solve this problem, but I cant. Basically, I have a dataset of around 800 rows, wit..... More

Print this item

  Need to extract twitter location
Posted by: lianneheroux - Oct-13-2019, 07:09 PM - Forum: Homework - Replies (1)

Hello everyone,

My classmate and I are doing a homework and we need help (cause we are NOT familiar at all with coding)

In brief, we're trying t..... More

Print this item

  Prime numbers
Posted by: Anderi02 - Oct-13-2019, 04:14 PM - Forum: General Coding Help - Replies (1)

Hi!
Can someone please help me understand what is wrong with this code?
[python]print("The prime numbers are:")
num = 0
div = 1
check = 0
while ..... More

Print this item

  Simple problem. looking for an efficient way
Posted by: silverchicken24 - Oct-13-2019, 04:08 PM - Forum: General Coding Help - Replies (3)

I am absolutely new to python without any prior programming knowledge. my question is there an easy way to combine the categories given below in an ef..... More

Print this item

  error in fbprophet
Posted by: sveto4ka - Oct-13-2019, 03:49 PM - Forum: General Coding Help - Replies (1)

Please, help with the error
My code:

[python]df_train = pd.read_csv('C:\\train.csv', parse_dates=['date'])
df_train.rename(columns={'date': 'ds',..... More

Print this item

  Adding a new endpoint to pdoc3
Posted by: BBloggsbott - Oct-13-2019, 03:42 PM - Forum: General Coding Help - No Replies

I am using pdoc3 to generate documentation for my module. I prefer to run it as a http site. This is how I do it:

$ pdoc --http localhost:8080 MODU..... More

Print this item

  creating hex dump modifying program
Posted by: ensoniq - Oct-13-2019, 03:40 PM - Forum: General Coding Help - Replies (3)

I'm a noob to coding.
But I've been using a simple hex editor to manually modify hex .bin dumps for past 3 years.
I work with .bin hex files which..... More

Print this item

  General Curiosity
Posted by: JVoogt - Oct-13-2019, 03:11 PM - Forum: General Coding Help - Replies (2)

Hi All,

I have been working in Python from a data scientist perspective for a couple of months now. I must admit that I am in love. I come from a v..... More

Print this item

  .get() doesn't exist?
Posted by: GalaxyCoyote - Oct-13-2019, 02:32 PM - Forum: GUI - Replies (6)

I am trying to make a game that displays a word with a colour and the user has to type the colour into the box instead of the word.
But there is an i..... More

Print this item

  I am getting invalid syntax.
Posted by: sandeep25 - Oct-13-2019, 02:02 PM - Forum: General Coding Help - No Replies

Can you please tell me how to check the values of j:j+(nb_features-1)*timestep+1:timestep for each value of j=0,1,2,3 in python.This expression is an..... More

Print this item

  ValueError: Index contains duplicate entries, cannot reshape” error when I try to use
Posted by: Smiling29 - Oct-13-2019, 01:51 PM - Forum: General Coding Help - Replies (11)

I have data which includes id , gender , collected time test name and Test values , Units of measurement

Test Names will include all tests that a p..... More

Print this item

  'Age' categorical (years -months -days ) to numeric
Posted by: Smiling29 - Oct-13-2019, 01:38 PM - Forum: General Coding Help - Replies (4)

I have a dataset with Age column which has data as follows:

df_s7['Age'].unique()
array(['28 Years', '10 Month(s) 15 Day(s)', '46..... More

Print this item

  Python decorators.
Posted by: dodiko1d - Oct-13-2019, 10:23 AM - Forum: General Coding Help - No Replies

Hi, I am just studying python programming. I have a task to create Image classifyier and I have decided to make it as autonomic module. I have tryied ..... More

Print this item

  Help with understanding the following code
Posted by: ClimbAddict - Oct-13-2019, 09:55 AM - Forum: Data Science - Replies (3)

Hi everyone,

I am doing the Dataquest course and can’t really understand the following code. The following code is supposed to do capitalize every ..... More

Print this item

  save data in .txt after certain interval
Posted by: Shaswat - Oct-13-2019, 06:42 AM - Forum: General Coding Help - Replies (1)

Hi Everyone,

Here is just snippet of my code to tell exact my requirement and not my actual code.

[python]
import time, datetime

ctr=100

..... More

Print this item

  Change the scale on a Matplotlib Interactive Graph
Posted by: khatharsis - Oct-13-2019, 06:14 AM - Forum: General Coding Help - No Replies

Hello !
I'm currently stuck trying to plot some interactive graphs on Matplotlib. The issue is, I need to be able to quickly and easily modify the ..... More

Print this item

  Python Error 'return self.attrs[key]' Need help!
Posted by: ahmedwaqas92 - Oct-13-2019, 03:50 AM - Forum: General Coding Help - No Replies

Hello, I am writing a small web scraper for a dataset that is publically available. My code works as long I don't put conditional loop, but when I do ..... More

Print this item

  Auto detect threshold for skin detection w/ HSV channel
Posted by: davlovsky - Oct-13-2019, 12:23 AM - Forum: General Coding Help - Replies (1)

Hello forum,
I have some code that gets the HSV color channels for a given image.
I need to be able to automatically get a lower and upper threshold..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 3 hours ago Moltar1997 Moltar1997 General Codin...
  silent deployment Python ... 7 hours ago Bummibaer Larz60+ News and Disc...
  data fetching for indian ... Today, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... Yesterday, 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...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
Most views
  The best Prog... 579339
  Tutorial Requ... 512262
  Web Scraping ... 442211
  Newbie with P... 386324
  New Users Int... 380081
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
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
Moltar1997 Today
arthurlouiss Today
LewisByday Today
Bummibaer Today
Elevyn Today

User Panel Messages

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