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,941
» Latest member: Noya_Yonatan
» Forum threads: 38,722
» Forum posts: 175,511

Full Statistics

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

Latest Threads
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: Pedroski55
1 hour ago
» Replies: 3
» Views: 150
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,381
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 803
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,656
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,155
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,663
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,478
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,669
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,593
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,770

 
  where is the documentation for pyqt5 ?
Posted by: JackDinn - Mar-03-2018, 10:58 AM - Forum: GUI - Replies (10)

Im having a real hard time trying to learn pyqt5, i cant use http://doc.qt.io/qt-5 because its all in C++. I also see a lot of sourceforge links when ..... More

Print this item

  20 x 4 Line 2 scrolling text for LCD-I2C Display
Posted by: RoadieMunky - Mar-03-2018, 09:44 AM - Forum: General Coding Help - Replies (2)

Hello Everyone,
I am new to coding and the Raspberry Pi, and I hope you can help me out?
I have a code to display to an LCD-I2C 20x4 display but I w..... More

Print this item

  difference between word: and word[:] in for loop
Posted by: zowhair - Mar-03-2018, 06:48 AM - Forum: General Coding Help - Replies (2)

Hi Friends, I have some confusion in python kindly help me. What is difference between these two statements
[python]
word = ['xyz', 'dsddf', 'sdfs..... More

Print this item

  inserting photos in 1 sheet of a 6 sheet excel file fails
Posted by: Pedroski55 - Mar-03-2018, 01:53 AM - Forum: General Coding Help - No Replies

Hi, this is a weird one, but maybe someone has an inkling:

First of all: I am not good at Python, but have made it do what I want. openpyxl has a p..... More

Print this item

  Search for brazilian programmer in england
Posted by: jhonatanlteodoro - Mar-03-2018, 01:09 AM - Forum: Bar - Replies (1)

Procuro por brasileiros que estejam trabalhando e morando na Inglaterra, de preferência pela parte central.
Estou pesquisando sobre a área de program..... More

Print this item

  Converting handwriting into code that can be recreated
Posted by: kill3rcat456 - Mar-02-2018, 10:35 PM - Forum: General Coding Help - Replies (2)

Basically I am fairly new to python, but I want to make a program where I write (either with a touchscreen or a mouse) a message and then it appears o..... More

Print this item

  sklearn Polynomial Features Graphing
Posted by: pegn305 - Mar-02-2018, 10:22 PM - Forum: Homework - No Replies

Here is the code I have written so far:
[python]from sklearn.preprocessing import PolynomialFeatures
x=data['True Vertical Depth']
y=data['Cum Oil..... More

Print this item

  Cloud app development
Posted by: league55 - Mar-02-2018, 08:41 PM - Forum: GUI - Replies (1)

Is PyQt a good choice for cloud app development, or would a framework with its own GUI be better?

Print this item

  Looping Through Linux Filesystems
Posted by: anelliaf - Mar-02-2018, 07:44 PM - Forum: General Coding Help - Replies (5)

Hello,

I'm new to Python and using 3.6 for this code. I wrote the code below to report on a Linux filesystem called '/u01'. What I'd like to do i..... More

Print this item

  Using hashlib for user password
Posted by: seadoofanatic - Mar-02-2018, 05:54 PM - Forum: Homework - Replies (4)

So I have to hash a user entered password and then write the hashed password to a file. The code I have puts the clear text password into the file not..... More

Print this item

  TypeError: this function takes 3 arguments (5 given)
Posted by: mario1919 - Mar-02-2018, 03:25 PM - Forum: Game Development - Replies (1)

Where's error?

TypeError: this function takes 3 arguments (5 given)

Print this item

  How to define train set and test set
Posted by: Raj - Mar-02-2018, 02:56 PM - Forum: Data Science - Replies (6)

Hi,
I am using random forest method for regression,

I sue below comment:
X_train,X_test,Y_train,Y_test=train_split(x,y,test_size=0.3,random_state..... More

Print this item

  Is croatia busy end of august?
Posted by: smalljenny - Mar-02-2018, 02:12 PM - Forum: Bar - Replies (1)

Hello

I want to book a little road trip for 9 nights end of august into early September but my question is will it be very busy? I know the peak time..... More

Print this item

  Am i doing something wrong with this piece of code
Posted by: pythoneer - Mar-02-2018, 01:30 PM - Forum: General Coding Help - Replies (3)

i am trying to get an output as follows:
[quote]1 1 1
1 1 2
1 1 3
1 2 2
1 2 3
1 2 1
1 3 3
1 3 1
1 3 2
2 2 2
2 2 3
2 2 1
2 3 3
2 3 1
2 3..... More

Print this item

  How to read html tags dynamically generated?
Posted by: amandacstr - Mar-02-2018, 01:25 PM - Forum: Web Scraping & Web Development - Replies (5)

Hi!

I'm very newbie in Python and I would like to know how can I get/read a html code dynamically generated. I heard I can use PhantomJS but could ..... More

Print this item

  pip fatal error
Posted by: MikeALC - Mar-02-2018, 12:37 PM - Forum: General Coding Help - Replies (2)

Hello all,

I an new to python and have install python 3.6.3 on a window server machine and have had some issues with using 'pip'.
When I have used..... More

Print this item

  get the content of the byte as string
Posted by: ricardons - Mar-02-2018, 11:49 AM - Forum: General Coding Help - Replies (5)

hi

i want to transform

b'p107\xff\xff\xff'
i.e a byte

into

'p107\xff\xff\xff'
i.e a string


ho..... More

Print this item

  portion of the bytes to string
Posted by: ricardons - Mar-02-2018, 09:52 AM - Forum: General Coding Help - Replies (1)

Hi, I'm not a programing guy and i have some difficulty doing something that i imagine is very simple for most of you

I have some bytes (encode as la..... More

Print this item

  2D Lists
Posted by: garikhgh0 - Mar-02-2018, 08:44 AM - Forum: General Coding Help - Replies (2)

Hi. I have a question on 2D lists or 2D arrays.

So, if there is need beforehand to declare one of the above mentioned, how to aproach to it. As it ..... More

Print this item

  What is wrong in this code
Posted by: sylas - Mar-02-2018, 06:03 AM - Forum: General Coding Help - Replies (5)

[python]
import sys
print("open_file.py")
content=dir(sys)
print(content)

rep = 'y'
while (rep != 'n'):
name = input('Enter the name of t..... More

Print this item

  Feature extraction algorithm
Posted by: lukaznt - Mar-02-2018, 04:31 AM - Forum: Data Science - Replies (1)

Hello, fresh noob here.
Firstly I'd like to point out that my knowlegde on Python is below basic, so bear with me please.

I'm currently researchin..... More

Print this item

  Was I crazy to delete my only copy of this script?
Posted by: league55 - Mar-02-2018, 03:25 AM - Forum: Bar - Replies (4)

I wrote a script that generated random strings of ascii letters with the randomness weighted according to a letter frequency table based on how often ..... More

Print this item

  urllib urlopen getting error 400 on 1 specific page
Posted by: glidecode - Mar-01-2018, 09:42 PM - Forum: Web Scraping & Web Development - Replies (4)

So I'm trying to webscrape some info from a page with stock quotes. I'm getting an error 400, which only happens on this page - have tried a range of ..... More

Print this item

  Help! Module cannot be found!
Posted by: DennisSally - Mar-01-2018, 07:42 PM - Forum: General Coding Help - Replies (1)

So im trying to install pygame(pygame-1.9.2a0.win32-py3.2.msi)

Everytime i try installing it cannot find python so i redirect it to where its been ..... More

Print this item

  socket.gaierror: [Errno -2] Name or Service not known
Posted by: ItsAGuyaneseTing - Mar-01-2018, 06:56 PM - Forum: Networking - Replies (1)

Hello, so I'm using Python 3.4 and currently I'm trying to get this code that I found to work. So what I want to do is log some information / access i..... More

Print this item

  Adding a Frame
Posted by: litaboss - Mar-01-2018, 05:54 PM - Forum: GUI - Replies (2)

It is the simple program, where I tried to make the Frame widget clear for me, but something went wrong. When I start the program:
[python]from tkint..... More

Print this item

  Savitzky-Golay Filter
Posted by: muhsin - Mar-01-2018, 05:41 PM - Forum: Data Science - Replies (3)

Hello,

I am trying to filter fourier amplitude using Savitzky-Golay Filter. Can you please help me with the the following code. I get an error sayi..... More


Attached Files

.txt   data.txt (Size: 197.96 KB / Downloads: 63)
Print this item

  Assigning a new variable in a IF loop
Posted by: pythoneer - Mar-01-2018, 05:09 PM - Forum: General Coding Help - Replies (5)

I am trying a very basic IF loop in which i am trying to create a new variable like below
[python]for i in range(1,16):
for j in range(i,i+14):
..... More

Print this item

  Specific Issue with pysnmp
Posted by: Try_to_script - Mar-01-2018, 04:34 PM - Forum: Networking - Replies (1)

I am just getting started with Python and was hoping to use it to query routers and switches for information like device names, serial numbers etc. My..... More

Print this item

  I'm not sure why this code isn't printing... Can someone tell me?
Posted by: Wilminer4 - Mar-01-2018, 03:57 PM - Forum: General Coding Help - Replies (5)

Can someone tell me what's wrong with the code down below? It isn't printing and I've tried removing the int() and all that but it just won't print? I..... More

Print this item

  serial communication write(comand) and read(result)
Posted by: ricardons - Mar-01-2018, 03:56 PM - Forum: General Coding Help - Replies (1)

Hi

maybe someone could have a look at my code or suggest a better one (or another place to look for)


I need to do serial communication with a ..... More

Print this item

  Aggregate multiple telnet connections
Posted by: Jibeji - Mar-01-2018, 03:15 PM - Forum: Networking - Replies (1)

Hello,
Fist of all, I am a real newbie with Python but I know some other languages. I hope I will be able to learn Python...

I have 3 devices whic..... More

Print this item

  I'm asking about combining Vue.js and the Python framework.
Posted by: passion044 - Mar-01-2018, 02:26 PM - Forum: Web Scraping & Web Development - Replies (1)

1. The front end uses vue.js, and the back end uses Python. I'm trying to use the framework. Among the Python frameworks are Django and Flask, which i..... More

Print this item

  integrating Pydesigner and python
Posted by: JackDinn - Mar-01-2018, 02:22 PM - Forum: GUI - No Replies

Im sure there must be an answer for this but after 3 days of googling i cant figure this so sorry if its already been asked 100 times.

After using ..... More

Print this item

  Packages and Modules
Posted by: grkiran2011 - Mar-01-2018, 12:30 PM - Forum: General Coding Help - Replies (1)

Hi Viewer,

import my_lib
import my_lib.my_sound
When I checked locals() listing, I do not see any difference. How does py..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Using a For Loop to subtr... 1 hour ago Anunderling Pedroski55 General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... 09-19, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
Most views
  The best Prog... 576511
  Tutorial Requ... 498434
  Web Scraping ... 440400
  Newbie with P... 384295
  New Users Int... 367443
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+ 12087
buran 8175
snippsat 7368
deanhystad 6892
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Noya_Yonatan Yesterday
Saipython555 Yesterday
Anunderling Yesterday
Monir Yesterday
atylerfraces2254 09-20

User Panel Messages

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