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,283
» Latest member: alexferrina
» Forum threads: 38,792
» Forum posts: 175,875

Full Statistics

Online Users
There are currently 41 online users.
» 1 Member(s) | 35 Guest(s)
Bing, Google, AOL, Mojeek, AOL, lovedeep

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

 
  Why there is a star inside randn?
Posted by: new_to_python - Mar-04-2020, 01:00 AM - Forum: General Coding Help - Replies (4)

Hi, I have question about generating a linear model from random data. I suppose that by default, the value of size in the dnorm function is one. When ..... More

Print this item

  single-instance class
Posted by: Skaperen - Mar-04-2020, 12:09 AM - Forum: News and Discussions - Replies (3)

none of the argument/options parsers i have seen fit my needs. it appears i need to create my own. this is a case where i need only one instance. i..... More

Print this item

  modifying the origin of an iterator
Posted by: Skaperen - Mar-03-2020, 11:15 PM - Forum: News and Discussions - Replies (4)

suppose i call iter() to create an iterator from a large list. if i subsequently modify that list, will that impact that iterator or is an iterator f..... More

Print this item

  How to hide a FlaskForm IntegerField while retaining its value.
Posted by: danfoster - Mar-03-2020, 10:56 PM - Forum: Web Scraping & Web Development - No Replies

Hi. I have a very small, simple CRUD Web-app that works in every respect but one. Using Flask\SQLAlchemy to connect to a SQLite database. The problem ..... More

Print this item

  Alternative of this mini code without Enumerate and join function.
Posted by: Ace4Benji - Mar-03-2020, 09:57 PM - Forum: Homework - Replies (2)

[python]def display_data():
print("There are", len(Comps), "pupils in the system so far.")

for index in enumerate(Comps):
lst = A..... More

Print this item

  Python html herf to json dump help
Posted by: paulfearn100 - Mar-03-2020, 09:16 PM - Forum: General Coding Help - No Replies

please can you advise or help me on my code, the print out to the screen and csv works, but i would like a json outputfile
that can list all the /07-..... More

Print this item

  Trouble to sum up the values of two functions
Posted by: Jionni - Mar-03-2020, 08:03 PM - Forum: GUI - Replies (1)

With the help of the function sumAbsorptionArea, in Line 301, I want to sum up the two functions: getBottomChoice and getWallChoice. And after that, I..... More

Print this item

  Easy task
Posted by: KumGamer - Mar-03-2020, 06:55 PM - Forum: GUI - Replies (1)

So I am really new to python,i program on my native language wich is Croatian and have a little bit of trouble,i was given a task to make sort of like..... More

Print this item

  my code not working
Posted by: pycoder10 - Mar-03-2020, 06:32 PM - Forum: General Coding Help - Replies (1)

I was messing around in python and I remembered something which my Maths teacher taught me and I turned it into code. So here it is:

[python]TriSi..... More

Print this item

  Library resources and ML procedure
Posted by: nsadams87xx - Mar-03-2020, 03:56 PM - Forum: Data Science - Replies (3)

Hey everyone,

Getting into Tensorflow with my organization and I wanted to know if anyone has a good resource for an overview of all the methods in..... More

Print this item

  How to obtain values under All when the margins of pivot_table is set to True?
Posted by: new_to_python - Mar-03-2020, 02:54 PM - Forum: Data Science - No Replies

Hi, anybody knows how the values under All (both row and column) were calculated. I heard that by setting margins equals to True, the values under All..... More

Print this item

  Look for match in two files and print out in the first file
Posted by: Batistuta - Mar-03-2020, 02:27 PM - Forum: General Coding Help - No Replies

Hi,

I have two files and if Original.csv match in the 3 column it should then add the text Hello in the first file.
If a value in Original.csv doe..... More

Print this item

  Please help with this simple tic tac toe script
Posted by: ErtYwek - Mar-03-2020, 02:21 PM - Forum: Homework - Replies (2)

Please explain why variable"r" doesnt change and how to get tic tac toe game then ...
[python]r = "g1" #zmienna pomocnicza do zarządzania kolejnymi r..... More

Print this item

  How to avoid open and save a url every time I run code
Posted by: davidm - Mar-03-2020, 02:20 PM - Forum: General Coding Help - Replies (4)

Hi I'm new to Python, BeautifulSoup and PyCharm, like to know how to write code so I don't have run this every time I run a test
[python]
import r..... More

Print this item

  reading shared outlook emails
Posted by: zarize - Mar-03-2020, 01:47 PM - Forum: General Coding Help - No Replies

Hi guys,

I have got connected to shared mailbox by 'send new email' -> 'send from' -> 'other email adress'

Thanks to this i am ..... More

Print this item

  dataframe column mean skip na
Posted by: SriRajesh - Mar-03-2020, 01:26 PM - Forum: Data Science - No Replies

Hi,
I have below dataframe:
df:

  c1 c2 c3
A 1  0  0
B    na 1 
C 1  1  1
I use below code:
[python]df.mean(axis = 1, skipna ..... More

Print this item

  Help with applying this instrument monitoring code to multiple inputs.
Posted by: Kid_Meier - Mar-03-2020, 01:22 PM - Forum: General Coding Help - Replies (1)

Hello, world.

I have some working code (below) that communicates with a pressure gauge, takes the reading, saves it to a log file, and displays a l..... More

Print this item

  Dijkstra in PuLP optimisation Problem
Posted by: tarrymarufu - Mar-03-2020, 12:34 PM - Forum: Data Science - Replies (2)

I am learning how to use PuLP for linear optimisation and I am interested in plugging a constrained pathfinding problem (Dijkstra) into my use of PuLP..... More

Print this item

  PIP errors
Posted by: Davy_Jones_XIV - Mar-03-2020, 10:43 AM - Forum: Web Scraping & Web Development - Replies (1)

Hey Peeps,

Is the easiest to fix a PIP problem to uninstall and reinstall and make sure that the PATH box is selected?

I am constantly running i..... More

Print this item

  python-crontab - How to use @reboot
Posted by: micksulley - Mar-03-2020, 10:15 AM - Forum: General Coding Help - Replies (2)

I am trying to use python-crontab to run a program at reboot. From the webpage https://pypi.org/project/python-crontab/ there is a special case @reb..... More

Print this item

  Python editors
Posted by: srm - Mar-03-2020, 10:09 AM - Forum: News and Discussions - Replies (2)

hi there...
I would like to know which one is the best editor for python in terms of intellisense,debugging user interface etc
I am using IDLE but i..... More

Print this item

  pickle image
Posted by: berckut72 - Mar-03-2020, 09:59 AM - Forum: GUI - Replies (1)

Hello!
Please tell me how you can save a dictionary with a picture of pil with pickle.
Without pickle, everything works well, and when I connect pic..... More

Print this item

  Extracting table and table name from PDF
Posted by: vinibhat - Mar-03-2020, 08:44 AM - Forum: General Coding Help - Replies (4)

Hi All,

I am new to Python development. I am working on a project where we need to extract tables and their table names present in the PDF file.
I..... More

Print this item

  newbie: loop, modify dataframe cells
Posted by: expat_th - Mar-03-2020, 05:45 AM - Forum: Data Science - Replies (5)

I really tried to do this myself for hours, and cannot get the hang of it. I simply want to loop through a dataframe, check the value in each cell and..... More

Print this item

  Transform Facebook Graph API insights JSON to pandas dataframe
Posted by: usman - Mar-03-2020, 05:14 AM - Forum: Data Science - No Replies

I am trying to read my Page INSIGHTS from Facebook graph API and then convert into pandas dataframe but unable to do so.

I used json_normalize func..... More

Print this item

  SHow image in a static link of Django
Posted by: pycada - Mar-03-2020, 03:03 AM - Forum: Web Scraping & Web Development - Replies (3)

Hi,

How can i show the image t ?

[python]
{% for t in liste_theme_key %}[/color]
<div>

..... More

Print this item

  does yield support variable args?
Posted by: Skaperen - Mar-03-2020, 02:44 AM - Forum: General Coding Help - No Replies

does yield support variable args like:

        yield *foo
i want to make a generator that can be made to pull date from some other ge..... More

Print this item

  Free Django Dashboard Template
Posted by: jett21 - Mar-03-2020, 02:43 AM - Forum: GUI - Replies (2)

Hi is there any Django Dashboard template that is free to use, that you can recommend? I will use it for our IT portal. Thanks in advance guys

Print this item

  how to output to stderr from inside a generator?
Posted by: Skaperen - Mar-03-2020, 02:30 AM - Forum: General Coding Help - Replies (2)

how to output to stderr from inside a generator? i have some error messages and status messages to output. i get no output at all.

Print this item

  Trying to print corresponding elements in two different list
Posted by: Darthmarvolo - Mar-03-2020, 12:59 AM - Forum: General Coding Help - Replies (5)

very new to python and it is also my first programming langue. i have two list one to take in user input for how much rainfall happened each month and..... More

Print this item

  spawning enemies in pygame
Posted by: Elberg - Mar-02-2020, 09:32 PM - Forum: Game Development - Replies (2)

Hi, im making a simple game in pygame and i would like to spawn some enemies, but when i do that i get an error: 'TypeError: 'Group' object is not cal..... More

Print this item

  how to get your own ip using python (NO SOCKET:) )
Posted by: julio2000 - Mar-02-2020, 09:07 PM - Forum: Networking - Replies (3)

Hi,
I would like to create a code wich symply prints out the IP of the user running the code. I can't use socket cause socket creates an error when t..... More

Print this item

  seaborn scatterplot
Posted by: npiatti - Mar-02-2020, 09:02 PM - Forum: General Coding Help - Replies (1)

Hi im quite new with this library and I cant find the way to display this labels in a nicer way, they are all group together

[img]https://lh3.googl..... More

Print this item

  ValueError: Found input variables
Posted by: AhmadMWaddah - Mar-02-2020, 08:14 PM - Forum: Data Science - Replies (3)

OS: Ubuntu 18.04
Python3
Editors PyCharm and Jupyter Lab

hi All Pals.
i looked at the link in same title but i found that i have data same lengt..... More

Print this item

  Problem with labelling dendrograms
Posted by: sujanthapa1996 - Mar-02-2020, 07:18 PM - Forum: Data Science - No Replies

#I am trying to create a dendrogram for my ionomics research and we have thousands of data points. Basically we have 8 different species and I want to..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 6 hours ago drakhsin snippsat 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... 579253
  Tutorial Requ... 512090
  Web Scraping ... 442183
  Newbie with P... 386294
  New Users Int... 379559
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 7390
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
alexferrina Today
MattCarters Yesterday
drakhsin Yesterday
MileHigh303 11-21
ndx101 11-21

User Panel Messages

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