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,282
» Latest member: MattCarters
» Forum threads: 38,792
» Forum posts: 175,873

Full Statistics

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

Latest Threads
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: noisefloor
2 hours ago
» Replies: 3
» Views: 77
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 46
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,476
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 131
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 56
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,054
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,296
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 355
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 197
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 261

 
  What does the below line mean?
Posted by: Bhavika - Mar-24-2020, 08:05 AM - Forum: General Coding Help - Replies (3)

for _ in range(10):

Print this item

  VS Code missing in Anaconda
Posted by: PythonGainz - Mar-24-2020, 07:51 AM - Forum: News and Discussions - Replies (2)

Hey guys,

I downloaded Anaconda and according to one of my textbooks it should contain VS Code. It doesn't though. Anyone know why and can I add it..... More

Print this item

  Can we automate Java based Webservices
Posted by: PythonBeginner_2020 - Mar-24-2020, 07:20 AM - Forum: Web Scraping & Web Development - Replies (5)

Hi All,
I do not have idea on web-services API which is exposed .
here my question may be confusing , or I may not be able to explain.

Basically..... More

Print this item

  Python Pandas for loop/while loop question
Posted by: mrashy - Mar-24-2020, 03:05 AM - Forum: Data Science - Replies (1)

Hi I created the following dataframe:

df = pd.DataFrame([['a', 'car', 1], ['b', 'bus', 2], ['c', 'limo', 3]])
df.columns = ['letter', 'trans', 'n..... More

Print this item

  Looking for a Python function like Rapidminer's Windowing operator
Posted by: pcartwright - Mar-24-2020, 02:11 AM - Forum: Data Science - Replies (1)

[font=Arial, Helvetica, sans-serif]Hi all. I'm a relatively new Python user though I have a bit of experience in R and RapidMiner. Rapidminer has an..... More

Print this item

  User Input and CSV File
Posted by: Davy_Jones_XIV - Mar-24-2020, 01:59 AM - Forum: General Coding Help - Replies (2)

Hey peeps,

How do you take user input and populate a .csv file?

I know Python reads top to bottom, so I was thinking I needed to create the head..... More

Print this item

  Creating Python dataframes using a County Jail Daily Booking Register (Snohomish, WA)
Posted by: BrandonKastning - Mar-24-2020, 01:54 AM - Forum: Web Scraping & Web Development - Replies (3)

Hey everyone,

I am very new to Python and have been learning from a couple good guys here on the forums. I am not trying to be redundant; however e..... More

Print this item

  How to begin to teach myself Python?
Posted by: maruan - Mar-24-2020, 01:23 AM - Forum: News and Discussions - Replies (2)

Hello Dear community, I am trying to learn Python.
And I want to ask you,

What should I choose to begin my journey? I am trying codeAcademy, But ..... More

Print this item

  Automated compile - Multiple Target OS?
Posted by: nogi - Mar-24-2020, 01:14 AM - Forum: General Coding Help - Replies (5)

I've just started to play with FastLane and GitLab Runner for some XCode work and am really liking the automated build, test, deploy process.

I was..... More

Print this item

  Finding sequential invoice
Posted by: william888 - Mar-24-2020, 12:41 AM - Forum: General Coding Help - No Replies

Hi,

I have the following dataframe and I would need to find the sequential invoice from each same name. Can kindly advise? Thanks.

[python]
dat..... More

Print this item

  How to create a Log file
Posted by: skaailet - Mar-24-2020, 12:20 AM - Forum: General Coding Help - No Replies

Hi,
im new in this coding thing and im creating a "program" that Ping some Ip's that I have on a list
and I would like that when the program ends pi..... More

Print this item

  Trying to get help with checkbuttons
Posted by: pythonprogrammer - Mar-24-2020, 12:09 AM - Forum: GUI - Replies (1)

in the following code below it prints out 1s when i hit the submit button for the boxes that are checked off and 0s for boxes that
are not checked of..... More

Print this item

  pygame programe don't work
Posted by: abdo20 - Mar-23-2020, 11:51 PM - Forum: Game Development - Replies (2)

hello friend i"m a biginner in pygame
i wannat make programe the move circle that have (x,y) coordinates to anather place for exemple(X1,Y1)
i code..... More

Print this item

  Socket won't connect, giving me a typeerror
Posted by: GalaxyCoyote - Mar-23-2020, 10:52 PM - Forum: Networking - Replies (1)

I am trying to establish a connection to server.py but client.py outputs this error

[error]
Traceback (most recent call last):
File "C:\Users\N..... More

Print this item

  why it doesn`t stop at first double numbers
Posted by: kris06383 - Mar-23-2020, 09:42 PM - Forum: General Coding Help - Replies (3)

[python]
import random

tryes = 0
true = 0
allattempts = 0
attempts = 0
same = int(input("Количество чисел подряд ")) // number of numbers..... More

Print this item

  JSON -> CSV conversion help! *I think Nested JSON*
Posted by: BrandonKastning - Mar-23-2020, 09:40 PM - Forum: General Coding Help - Replies (4)

Hello everyone!

How would someone take the following file:

Supreme[url=https://python-forum.io/thread-25211.html]..... More

Print this item

  "Automate the Boring Stuff with Python" creating a path works but only for CMD promt
Posted by: Milos - Mar-23-2020, 08:47 PM - Forum: General Coding Help - Replies (2)

I followed the instructions in that book step by step, but it didn't get me nowhere with adding custom paths.
The book says:
From System variables, ..... More

Print this item

  Trouble with list function
Posted by: Eggman72 - Mar-23-2020, 08:44 PM - Forum: General Coding Help - Replies (2)

Hello and thank you for looking at my post. I am very new to programing and python and am doing exercises from http://www.practicepython.org/solution/..... More

Print this item

  Pandas tuple list returning html string
Posted by: shansaran - Mar-23-2020, 08:44 PM - Forum: Web Scraping & Web Development - No Replies

Hi

I am learning python flask and trying to generate html from python list of tuples using pandas dataframe and to_html method
(refer https://pand..... More

Print this item

  Text pre-processing issue
Posted by: PythonSpeaker - Mar-23-2020, 08:42 PM - Forum: Data Science - No Replies

I'm analyzing the speeches of several US presidents and I would like to make some sentiment analysis. However, the pre-processing part gets stuck on [..... More

Print this item

  how to get the keys in a named tuple
Posted by: Skaperen - Mar-23-2020, 08:18 PM - Forum: General Coding Help - Replies (5)

i know how to get the keys from s dictionary. but how to do that for a named tuple?

Print this item

  Scraping not moving to the next pages in a website
Posted by: jithin123 - Mar-23-2020, 06:10 PM - Forum: Web Scraping & Web Development - No Replies

I am trying to scrape a website with all the succeeding pages in it. But after the second page, it is repeating itself indefinitely with output from ..... More

Print this item

  int() problem when extracting part of decimal
Posted by: perseus142 - Mar-23-2020, 05:44 PM - Forum: General Coding Help - Replies (4)

Hello guys,
could anyone explain this please ?

[python]def convert(val):
dollars = int(val)
#it returns 11 Ok

cents = 100*(..... More

Print this item

  Game of life
Posted by: Elyur - Mar-23-2020, 05:27 PM - Forum: Game Development - Replies (2)

Hello !
I have a problem with my game of life. To move from one step to the next, I execute this code :
[python]
import numpy as np

def pulsar():
..... More

Print this item

  Import Module and Method ( dynamic ) ?
Posted by: JohnnyCoffee - Mar-23-2020, 04:22 PM - Forum: General Coding Help - No Replies

I have a Function (Main), which receives two parameters containing a module and method. To import module that appears in the parameter use the native ..... More

Print this item

  Flask SelectField using Ajax
Posted by: noah_f - Mar-23-2020, 04:03 PM - Forum: Web Scraping & Web Development - No Replies

Hi, Trying to get a Web Application up and Running: I am trying to do an SQL SELECT Statement based on the First Select-field while i select an item w..... More

Print this item

  Web Scraping Sportsbook Websites
Posted by: Khuber79 - Mar-23-2020, 03:33 PM - Forum: Web Scraping & Web Development - Replies (17)

I have been out of coding for nearly 20 years now. I retired from programming to be a professional sports handicapper in my mid 20s. I used to code ..... More

Print this item

  Need help on Parallel Programming
Posted by: Kishore01 - Mar-23-2020, 03:14 PM - Forum: General Coding Help - No Replies

There are 4 python functions that connect to the database and perform some database actions(A set of DML operations and writing the output to logfile)..... More

Print this item

  comparing 2 dimensional list
Posted by: glennford49 - Mar-23-2020, 02:14 PM - Forum: General Coding Help - Replies (10)

i have this code:

[python]
num1=[[1,2,3],[1,2,4],[1,2,5]]
num2=[[1,2,3]]
for i in num1:
if (num2 == i):
print(..... More

Print this item

  Issues with csv double quotes
Posted by: bltzr75 - Mar-23-2020, 02:00 PM - Forum: Data Science - Replies (1)

Hi guys, I made a Bs4 code for export a csv file with numbers but can't get rid of double quotes...
It doesn't let me manipulate the data later when ..... More

Print this item

  Pip problem
Posted by: Jules - Mar-23-2020, 01:54 PM - Forum: General Coding Help - Replies (5)

Hi there !

I'm a beginner and I have a problem : I want to install tensorflow and for that I need to import it with pip but unfortunately as soon ..... More

Print this item

  QUERY on Looping and creating lists as items within dictionaries
Posted by: ajayachander - Mar-23-2020, 01:34 PM - Forum: Homework - Replies (3)

I would appreciate some help with this, please...

To summarize my scenario -
My input is an array of numbers wherein
Row1 - [1,2,3]
Row2 - [4,5..... More

Print this item

  TKinter coordinate system (canvas)
Posted by: Bhoot - Mar-23-2020, 12:45 PM - Forum: GUI - Replies (1)

Hi.
I'm new to TKinter and I'm having trouble understanding the coordinate system being used. I can obviously use trial and error to draw whatever I..... More

Print this item

  Sublime text not responding
Posted by: Mat - Mar-23-2020, 11:26 AM - Forum: General Coding Help - Replies (1)

Hello there,

This is my first question and probably a very stupid question. It seems that every code that I have been writing doesn't work anymore ..... More

Print this item

  Python 3.7, Windows 7, Syntax Error
Posted by: hughdent - Mar-23-2020, 09:56 AM - Forum: General Coding Help - Replies (1)

I'm working from Python Projects for Beginners by Connor P. Milliken
I have check and rechecked over and over to make sure I have entered the code ex..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 2 hours ago drakhsin noisefloor Web Scraping ...
  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...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
Most views
  The best Prog... 579247
  Tutorial Requ... 512086
  Web Scraping ... 442181
  Newbie with P... 386289
  New Users Int... 379499
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+ 12109
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
MattCarters Yesterday
drakhsin Yesterday
MileHigh303 11-21
ndx101 11-21
OtiliaBecker 11-21

User Panel Messages

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