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,298
» Latest member: Divyakrishnan071
» Forum threads: 38,795
» Forum posts: 175,890

Full Statistics

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

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
3 hours ago
» Replies: 3
» Views: 113
silent deployment Python ...
Forum: News and Discussions
Last Post: Bummibaer
3 hours ago
» Replies: 2
» Views: 77
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
7 hours ago
» Replies: 6
» Views: 3,181
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 247
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 132
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 94
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,525
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 179
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 82
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,157

 
  Finding nearest point of a Multidigraph in Python 3.7
Posted by: stixmagiggins - Jul-26-2019, 06:35 AM - Forum: General Coding Help - Replies (5)

I have two point layers, one with bus stops and train stations, and another with playground centrepoints.
From QGIS I created a cleaned up network co..... More

Print this item

  File Path not recognised
Posted by: starzar - Jul-26-2019, 05:31 AM - Forum: General Coding Help - Replies (3)

Using Python 3.7.4 ,I am providing the filepath of a videofile to the Googlecloud Python VideoIntelligence api for further processing.But it still co..... More

Print this item

  Exporting to Excel
Posted by: Nirmal - Jul-26-2019, 05:00 AM - Forum: General Coding Help - Replies (5)

i am trying to Export the data to excel

[python]list = [{'ip': u'9.11.180.3','endpoint': u'rd2ff5-az2-1519-1520_eth1-18_vpc', 'hostname': u'RD2APIC..... More

Print this item

  How to access dataframe elements
Posted by: SriMekala - Jul-26-2019, 03:11 AM - Forum: Data Science - Replies (4)

Hi,
I have below dataframe:

HAY 12/3  2019-07-07 5
KOP Pass  2019-07-10 ok
GHK 1/4   2019-07-11 8/3
I want to loop through c..... More

Print this item

  How to stop VSCode from generating cache files
Posted by: Larz60+ - Jul-26-2019, 12:11 AM - Forum: Bar - Replies (1)

How can I turn off (not hide) pycache output in VSCode?

Print this item

  Reading text from Putty window
Posted by: Nil - Jul-25-2019, 10:01 PM - Forum: General Coding Help - Replies (5)

Hi all,

Im new to Python (3.7)

I'm Trying to automate Putty for SSH/Telnet/Serial connection
it more comfortable to do it through Putty because..... More

Print this item

  sorting
Posted by: AG17 - Jul-25-2019, 08:49 PM - Forum: Homework - Replies (7)

So, I have problems with sorting something in my code. Here it is what I did until now:
[python]
class catalog(object):
lista_obiecte = [] #lis..... More

Print this item

  SyntaxError: invalid character in identifier
Posted by: ricardodepaula - Jul-25-2019, 08:26 PM - Forum: General Coding Help - Replies (2)

Hellos Guys! Wink

python is returning this error:


params = {
^
SyntaxError: invalid character in identifier


how ca..... More

Print this item

  Comaparing Float Values of Dictionary Against A Float Value & Pick Matching Key
Posted by: firebird - Jul-25-2019, 07:10 PM - Forum: General Coding Help - Replies (2)

Hello Everyone!
Would you help me with the following problem. I have a function that pull data from yahoo finance and return a dictionary of stock na..... More

Print this item

  rotating and resizing objects
Posted by: jenya56 - Jul-25-2019, 06:09 PM - Forum: General Coding Help - Replies (3)

Dear all,
I really need help. I have 3d array. Inside that array I have a few objects (ellipsoids) that are represented by the digit 1 (the rest are ..... More

Print this item

  How to get the name of a file only from a file path ?
Posted by: DT2000 - Jul-25-2019, 05:33 PM - Forum: GUI - Replies (4)

I have been reading and experimenting to find the proper way to remove the path of a file when selected using filedialog.askopenfile.
When I select t..... More

Print this item

  Coding is going to give me a heart attack
Posted by: Mocap - Jul-25-2019, 05:01 PM - Forum: Bar - Replies (2)

I never realized how frustrating and rage-inducing coding could be (or usually is). I constantly run into problems at even the most basic level and ca..... More

Print this item

  Trying to run Python Script in different directory on Windows
Posted by: yoitspython - Jul-25-2019, 03:41 PM - Forum: Web Scraping & Web Development - Replies (3)

Supp all

I have been stabbing myself on this but I can't figure out why my script can't run correctly... :(

My installation files (where I inst..... More

Print this item

  Python pygame hangs up after 40 minutes
Posted by: chileflora - Jul-25-2019, 03:28 PM - Forum: Game Development - Replies (10)

Hi everybody!

I am trying to develop an interface for FPV flying using game joysticks.

The python test program based on pygame module reads inp..... More

Print this item

  How to print counter without bracket in python and sort data.
Posted by: phob0s - Jul-25-2019, 03:26 PM - Forum: General Coding Help - Replies (1)

How to print counter without bracket and sort result in python ?

I need to have this final result :

[python]
2 : 2
3 : 3
4 : 4
5 : 3..... More

Print this item

  Read Text From Image
Posted by: Nitesh - Jul-25-2019, 02:35 PM - Forum: Data Science - No Replies

I am new to Python and i want to extract text from Image, in the below i am getting some images text as same Image but some images are very good and e..... More

Print this item

  Python Script to repeat Photoshop action in folders and subfolders
Posted by: silfer - Jul-25-2019, 02:17 PM - Forum: General Coding Help - Replies (2)

Hello.

I am using Windows 7, Python 3.6, editor Pycharm.

My goal :
Apply recorded action in Photoshop to many folders and subfolders containing..... More

Print this item

  remove underline from hyperlink in excel
Posted by: SriMekala - Jul-25-2019, 01:58 PM - Forum: General Coding Help - No Replies

Hi,
I insert hyperlink in excel using python, the code is below:
dsip_item='7/12'

[python]worksheet.write_string('A1', 'http://www.python.org/')..... More

Print this item

  Copying Folders From List in excel file and Pasting in New Location?
Posted by: jadown - Jul-25-2019, 12:52 PM - Forum: News and Discussions - Replies (2)

Hello All,

I'm fairly new to coding with Python. I have an excel file that has a list of folder locations in column A and the destination folder i..... More

Print this item

  Compare between 2 DataFrames
Posted by: Nidhesh - Jul-25-2019, 12:17 PM - Forum: Data Science - Replies (2)

Hi All,

I am a newbie in python and got stuck. Actually i want to select the data after comparing 2 data frames i.e. want to select all the records f..... More

Print this item

  Freelancer
Posted by: justit - Jul-25-2019, 11:30 AM - Forum: Jobs - No Replies

Hey,

I am Justin, I am a Python developer.
Experience: 5+ years.
Skype: cisin.justin
Email: justin@cisinlabs.com

Availability: Full Time/Hour..... More

Print this item

  read text file and write into html with correct link
Posted by: jacklee26 - Jul-25-2019, 10:02 AM - Forum: General Coding Help - Replies (4)

Do anyone know how to read a file, and write into html with the correct link page.

i have a file name test.txt, which contain:
www.google.com
w..... More

Print this item

  grapheneX ~ Automated System Hardening Framework [PROJECT]
Posted by: keylo99 - Jul-25-2019, 08:31 AM - Forum: News and Discussions - No Replies

[Image: 60531788-67e4f900-9d04-11e9-8960-2d2f2a7289f0.gif]

In computing, hardening is usually ..... More

Print this item

  Website with recommendation engine
Posted by: Bartthew - Jul-25-2019, 05:52 AM - Forum: Homework - Replies (1)

Hi all!
I have a homework in which I have to create recommendation engine. So I already started writing code with some basic stuff in it. But, I was ..... More

Print this item

  trying to learn f-strings - puzzled by format() protocol
Posted by: Skaperen - Jul-25-2019, 05:29 AM - Forum: News and Discussions - Replies (7)

the language reference section describing Formatted string literals says: "The result is then formatted using the format() protocol. The format specif..... More

Print this item

  Comparing Values Resulting from Function Outputs
Posted by: firebird - Jul-25-2019, 05:16 AM - Forum: Data Science - No Replies

Hello Everyone!
I have some functions both pulling data, stocks for one and indices for the other, from yahoo finance. The output of the function loo..... More

Print this item

  How to compile all relevant code and then execute the program
Posted by: Mocap - Jul-25-2019, 03:18 AM - Forum: News and Discussions - Replies (2)

I'm creating a program that will require using buttons to travel to different menus, but I'm not sure if I would put all of this code in one file or i..... More

Print this item

  Using tkinter in Spyder
Posted by: Mocap - Jul-25-2019, 02:45 AM - Forum: GUI - Replies (1)

tkinter isn't working on Spyder for some reason. do I have to uninstall it?

[python]import tkinter as tkr

tk = tkr.Tk()
canvas = tkr.Canvas(tk,..... More

Print this item

  Weird problem with reading from file and performing calculations
Posted by: pineapple999 - Jul-25-2019, 12:30 AM - Forum: Homework - Replies (1)

Here is the instructions:
The trustees of a small college are considering voting a pay raise for their faculty members. They want to grant a 7 perce..... More

Print this item

  Python Graphics Help With Entries
Posted by: BadenJaden - Jul-24-2019, 09:44 PM - Forum: General Coding Help - Replies (1)

Hi, I'm trying to make a flashcard maker and to start the flashcard making process I have an entry that I will check for text however when I use a whi..... More

Print this item

  Skip header
Posted by: python_bg1 - Jul-24-2019, 08:39 PM - Forum: General Coding Help - Replies (1)

I've the following test file that is read using the edit.py and loads into the table. I wanted to skip the header and not show up in the Output layout..... More

Print this item

  Help with pi2go
Posted by: ArrozDePato - Jul-24-2019, 08:06 PM - Forum: General Coding Help - Replies (1)

Hi

I'm relatively new to the forum and python in general. I am currently working on a pi2go project and would like to control a robot using a Ninte..... More

Print this item

  How to control frequency sampling rate my dial_tone through AJAX to flask server?
Posted by: Hadad - Jul-24-2019, 07:53 PM - Forum: General Coding Help - Replies (4)

I am trying to control the frequency sampling rate of my dial_tone python code through a AJAX for to flask server.

The problem is I don't have a co..... More

Print this item

  Problem writing a variable value to Excel
Posted by: Chuck_Norwich - Jul-24-2019, 06:16 PM - Forum: General Coding Help - Replies (1)

Hi,

creating an invoice program to write to Excel. Want to take the invoice number in C36, add 1 and write to C36 again and save so that next time ..... More

Print this item

  Install tensor flow for Python 2.7 in Windows 10
Posted by: ErnestTBass - Jul-24-2019, 05:59 PM - Forum: Data Science - Replies (4)

I have an Anaconda 3 setup in Windows 10. I have a lot of legacy code I inherited, and it is in Python 2.7.

I created a virtual environment using A..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 3 hours ago Moltar1997 perfringo General Codin...
  silent deployment Python ... 3 hours ago Bummibaer Bummibaer News and Disc...
  best way to learn python 7 hours ago dutch ichsanputr News and Disc...
  data fetching for indian ... Yesterday, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 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...
Most views
  The best Prog... 579366
  Tutorial Requ... 512335
  Web Scraping ... 442277
  Newbie with P... 386330
  New Users Int... 380222
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
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Divyakrishnan071 Today
ichsanputr Today
nicos18 Yesterday
Moltar1997 Yesterday
arthurlouiss Yesterday

User Panel Messages

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