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,960
» Latest member: llarkin6
» Forum threads: 38,729
» Forum posts: 175,534

Full Statistics

Online Users
There are currently 54 online users.
» 2 Member(s) | 46 Guest(s)
Applebot, Bing, Google, AOL, AOL, snippsat, llarkin6

Latest Threads
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: llarkin6
11 minutes ago
» Replies: 0
» Views: 6
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 1
» Views: 617
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 6
» Views: 4,844
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
6 hours ago
» Replies: 1
» Views: 1,515
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Today, 03:53 AM
» Replies: 1
» Views: 2,570
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:32 AM
» Replies: 0
» Views: 221
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 415
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Yesterday, 03:45 AM
» Replies: 3
» Views: 503
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,804
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,649

 
  download file from google drive ..
Posted by: evilcode1 - Sep-19-2018, 09:17 AM - Forum: General Coding Help - Replies (7)

hello all ....
im trying to download a file from a direct link ( google drive ) ...
this is my function ..

[python]
command = raw_input()
li..... More

Print this item

  Tried to programm a parking lot
Posted by: Croshihw - Sep-19-2018, 09:08 AM - Forum: GUI - No Replies

Hi everyone, so this is my first programm on Tkinter and I tried to simulate cars in a parking lot but I failed to make all the cars move. I just wann..... More

Print this item

  Upgrade Setuptools on Python 3.4
Posted by: Alexver - Sep-19-2018, 07:38 AM - Forum: General Coding Help - Replies (2)

Hi,

I have Python 3.4, with setuptools 18.3 on workstation without Internet access.
I am going to install module Crypto but it neeeds version se..... More

Print this item

  How to read what's written in THIS specific page ?
Posted by: duongtn34 - Sep-19-2018, 04:50 AM - Forum: General Coding Help - No Replies

Hello everyone.
I've been struggling with this problem for a while. The solution I found was copying and pasting into python manually the contents of..... More

Print this item

  Anybody good with the Openpyxl module? I've got a bug I can't solve.
Posted by: pcsailor - Sep-19-2018, 04:31 AM - Forum: General Coding Help - No Replies

Hi,

Are you good with Openpyxl and willing to look over a post and some code? The bug is a single script exports to Excel perfectly, but then loos..... More

Print this item

  suid root with python
Posted by: Skaperen - Sep-19-2018, 04:26 AM - Forum: News and Discussions - Replies (2)

has anyone figured out how to safely do a setuid root script in Python on Linux? normally this would require a compiled (usually in C or C++) executa..... More

Print this item

  Taking user input
Posted by: mtndewwarrior - Sep-19-2018, 03:03 AM - Forum: General Coding Help - Replies (7)

Hi i am very new to python, and coding in general. I am a sheet metal apprentice, and am trying to do something to figure out the stretchout of a tran..... More

Print this item

  is it ok to post ...
Posted by: Skaperen - Sep-19-2018, 03:00 AM - Forum: Bar - Replies (9)

... coding tips like this?

if you have ever coded something like this:[python] if n==1:
s = ''
else:
s = 's'
...
..... More

Print this item

  Create a report using excel
Posted by: mamta_parida - Sep-19-2018, 02:47 AM - Forum: GUI - Replies (3)

I created a GUI to test some device, now i want to generate a report using excel sheet.
I created an excel sheet but always it overwrite on the pres..... More

Print this item

  Best way to create Apps in django API
Posted by: Norvegat - Sep-18-2018, 10:39 PM - Forum: Web Scraping & Web Development - No Replies

Which is the best way to create an API website using django, i found in github some sources that merge all objects in one app, and others each objects..... More

Print this item

  500 error cannot deserialize json object
Posted by: SaiBhargav - Sep-18-2018, 09:53 PM - Forum: Web Scraping & Web Development - No Replies

Unable to resolve this error while calling API endpoint in flask. Passing the data as json in the POST request. Could someone hep me with the way to r..... More

Print this item

  why I can't install numpy with this procedure
Posted by: atlass218 - Sep-18-2018, 09:28 PM - Forum: Data Science - Replies (4)

hello;
I try to install numpy at my PC like that:
on the command console I write this command
C:\program files\python35\Scripts<pip install numpy

but..... More

Print this item

  asyncio documentation has been rewritten from scratch
Posted by: snippsat - Sep-18-2018, 09:08 PM - Forum: News and Discussions - Replies (3)

Look a lot better than before.
I have only done some quick test with asyncio,
doing so i used tutorial online and not the old documentation.

Job ..... More

Print this item

  assign a value to a dict change all the values
Posted by: aster - Sep-18-2018, 05:07 PM - Forum: Data Science - Replies (10)

hello,

i am really getting mad with these few lines of code

[python]
from random import randint

header = ["test", "1", "2", "12", "GG", "NG"]
lis =..... More

Print this item

  Assigning iter_row value to variable
Posted by: ankey - Sep-18-2018, 03:45 PM - Forum: General Coding Help - Replies (8)

I'm trying to load and read through an excel file and based on the value of a cell write the row to another file.

Problem I'm having now is that [i..... More

Print this item

  search categories are gone
Posted by: Larz60+ - Sep-18-2018, 03:44 PM - Forum: Board - Replies (8)

What happened? Can't search for example in tutorials only.

Print this item

  Pop up the Python shell after clicking a window
Posted by: aking76 - Sep-18-2018, 02:27 PM - Forum: General Coding Help - No Replies

My Code pulls up a menu, you click on the button and it pulls up another menu. That menu has a button you can click that will print some words.
The p..... More

Print this item

  Error while importing my own package
Posted by: giu88 - Sep-18-2018, 02:13 PM - Forum: General Coding Help - Replies (4)

Hello everybody,

I am trying to make and call my own package but something is not working. This is how my code is structured:

Print this item

  [PYQT5] Crashing when using .hide() and .show()
Posted by: aking76 - Sep-18-2018, 02:09 PM - Forum: GUI - No Replies

My program opens a main window with an investigation button, once that is clicked a second window opens and the first one is hidden.
The second windo..... More

Print this item

  finding proper libraries
Posted by: tony1812 - Sep-18-2018, 12:46 PM - Forum: News and Discussions - Replies (3)

Hello, today it is relatively easy to find a library to use a function, it is usually no far from a simple google. But in the pre-google age, how do p..... More

Print this item

  Checking if the user is IDLE
Posted by: Owenix - Sep-18-2018, 12:27 PM - Forum: General Coding Help - Replies (3)

Hey guys,
I'm trying to make a function that detects if the user is "afk" for about 5 seconds, and than exits the code.
would like some help :)

[..... More

Print this item

  Simple code help
Posted by: YungNiiko - Sep-18-2018, 12:11 PM - Forum: General Coding Help - Replies (1)

Hello everyone, I need some help with what should be a rather simple code:

fname = input("What is your first name?")
sname = input("What is your..... More

Print this item

  Use a block of code only one time
Posted by: rlinux57 - Sep-18-2018, 10:45 AM - Forum: General Coding Help - Replies (14)

Hi All,

I have a below piece of code, Is it possible to use the green color code single time for different variables ?
Right now this code run as:..... More

Print this item

  Pyinstaller to execute a script in command prompt
Posted by: Ciroxxx - Sep-18-2018, 10:17 AM - Forum: General Coding Help - No Replies

Hi,
I want to create an exe file that opens windows command prompt and then executes a python script (a py file)

I usually use pyinstaller to cre..... More

Print this item

  web scraping with selenium and bs4
Posted by: Prince_Bhatia - Sep-18-2018, 08:42 AM - Forum: Web Scraping & Web Development - Replies (2)

hi,
I am trying to scrape a website that has text and links
i am creating a web scraper that will scrape the data using beautilfulsoup and requests..... More

Print this item

  Pick a line in a plot with matplotlib
Posted by: Romain - Sep-18-2018, 07:21 AM - Forum: Data Science - Replies (3)

Hi all.

I have an issue with a picking event using the matplotlib library. I am trying to pick a vertical line that I draw on a X-Y plot when I cli..... More

Print this item

  Dictionary trouble
Posted by: test - Sep-18-2018, 06:08 AM - Forum: General Coding Help - Replies (6)

Hello!
I am having a dictionary of the type:
[python]
vars = { 'Hemoglobin' : ['HGB'],
'RBC count' : ['RBC COUNT', 'RBC COUNT.'],
'HCT' ..... More

Print this item

  Multiple frames with tkinter - How to make them run on fullscreen mode
Posted by: eabs86 - Sep-18-2018, 04:12 AM - Forum: GUI - Replies (3)

Hello guys!

I wrote a code using tkinter to switch between frames after a few seconds. The problem is: All the application must run in fullscreen...... More

Print this item

  help about requests download
Posted by: ggbaby - Sep-18-2018, 02:23 AM - Forum: Web Scraping & Web Development - Replies (1)

I am try to use requests.get to download a file named list.csv. However, after I downloaded it. I found I got a wrong result. I got a result with such..... More

Print this item

  General DB Questions
Posted by: Creed17 - Sep-18-2018, 01:12 AM - Forum: Bar - Replies (2)

I'm interested in creating a user database for a program I am designing in python. I have done lots of research, but I'm still not sure about some par..... More

Print this item

  Infinate Number Generator
Posted by: Larz60+ - Sep-18-2018, 12:43 AM - Forum: Code sharing - Replies (6)

There's probably already something like this in collections, but I wanted to write one, so came up with this.
I found it useful for a test case.
to ..... More

Print this item

  I need to add consecutive numbers help
Posted by: juniorcoder - Sep-17-2018, 11:32 PM - Forum: General Coding Help - Replies (1)

Hello
I have three numbers and I have to find minimum of them .k=min(a,b,c) No problem.
After I need to add all the numbers until k to the another ce..... More

Print this item

  Insert list in particular column! Help!
Posted by: vndywarhol - Sep-17-2018, 11:14 PM - Forum: General Coding Help - No Replies

Hello! I have a table 'employee' with data and with one empty column 'employee_department'.

[Image: bBx2CK]

I want to insert a ..... More

Print this item

  ImportError "QtWingets" PyQt5
Posted by: AlexanderCastillo - Sep-17-2018, 11:00 PM - Forum: GUI - No Replies

I use:

Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Intel)] on win32
Type "copyright", "credits" or "..... More

Print this item

  Regular expressions help re.error: multiple repeat at position 23
Posted by: JoseSalazar1 - Sep-17-2018, 10:46 PM - Forum: General Coding Help - Replies (2)

This is a menu for someone to de-codify a food menu and know what the client has asked for. The issue is that it only gives back the answer correctly ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Unable to resolve FileNot... 11 minutes ago llarkin6 llarkin6 General Codin...
  Is the interpreter that c... 2 hours ago helendamdam noisefloor General Codin...
  pdf file processing: how ... 2 hours ago Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 6 hours ago P212 Biks News and Disc...
  Using Python to SSH and R... Today, 03:53 justaguy SprunkiRetake Networking
  My goal to be hired worki... Today, 00:32 GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... Yesterday, 13:49 Perry DeaD_EyE General Codin...
  [Tkinter] how to export a... Yesterday, 03:45 RonR Pedroski55 GUI
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
Most views
  The best Prog... 576994
  Tutorial Requ... 499710
  Web Scraping ... 440751
  Newbie with P... 384732
  New Users Int... 368787
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12088
buran 8176
snippsat 7367
deanhystad 6895
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
llarkin6 Today
Xuitar Today
SprunkiRetake Today
GnomeSweetGnome Yesterday
alxpetrovo2272 Yesterday

User Panel Messages

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