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,305
» Latest member: rajatkumar
» Forum threads: 38,799
» Forum posts: 175,904

Full Statistics

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

Latest Threads
How Aviator Game is Devel...
Forum: General Coding Help
Last Post: rajatkumar
1 hour ago
» Replies: 0
» Views: 12
Python is not working on ...
Forum: General Coding Help
Last Post: lary_p
4 hours ago
» Replies: 3
» Views: 113
No new line from print in...
Forum: General Coding Help
Last Post: bowlofred
5 hours ago
» Replies: 2
» Views: 42
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
5 hours ago
» Replies: 8
» Views: 650
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,806
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 131
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 113
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 200
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,211
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 312

 
  stacked autoencoder training
Posted by: JohnMarie - Feb-24-2019, 12:23 AM - Forum: Data Science - No Replies

I'm trying to train a dataset using stacked autoencoder. For this purpose, I used this code:
[python]import time

import tensorflow as tf
import ..... More

Print this item

  Intersection of a triangle and a circle
Posted by: Gira - Feb-23-2019, 11:54 PM - Forum: Homework - Replies (3)

Determine whether a common point the two flat shapes: triangle, given
the coordinates of its vertices and the circle with the given radius and cente..... More

Print this item

  Python Parallel Programing
Posted by: wissam1974 - Feb-23-2019, 11:09 PM - Forum: Data Science - Replies (6)

Hi all,
this is the first time I am using the parallel program in python, my program is shown below


[python]
import numpy as np
from time imp..... More

Print this item

  problems with writting a text file
Posted by: sunny - Feb-23-2019, 03:12 PM - Forum: General Coding Help - Replies (6)

Hi. I am quite new to Python. I create a new file then write something into it. the code is as below. I wonder why there are some texts written in the..... More

Print this item

  pygame and shift branching?
Posted by: MuntyScruntfundle - Feb-23-2019, 12:27 PM - Forum: Game Development - Replies (2)

Sorry, I know this is another pygame problem, but I hope some kind person can help.

I can find examples on the google how to check for key presses ..... More

Print this item

  NameError: name 'd' is not defined
Posted by: synthex - Feb-23-2019, 12:10 PM - Forum: General Coding Help - Replies (1)

Here steps of my code

[python]from skimage import io
import mxnet as mx

test='C:/Users/Admin/Desktop/test.lst'# folder where must be my test.ls..... More

Print this item

  parsing local xml files to csv
Posted by: erdem_ustunmu - Feb-23-2019, 11:30 AM - Forum: General Coding Help - Replies (8)

hi,
I'm pretty new in Python.
ddi xml files available in the microdata service of the International Labour Organization.I downloaded these to my com..... More

Print this item

  pymysql.err.InterfaceError
Posted by: nikos - Feb-23-2019, 11:03 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello, i have 2 wsgi flask applications that every day they give me thsi error

[quote]
pymysql.err.InterfaceError
pymysql.err.InterfaceError: (0,..... More

Print this item

  Can you tell me if this python programme will get me in trouble with my organisation?
Posted by: abstraction - Feb-23-2019, 08:36 AM - Forum: General Coding Help - Replies (8)

I'm not a python programmer (or a programmer for that matter). But a python programmer wanted to try out something he coded, and without thinking I le..... More

Print this item

  SELECT statement query question using a variable
Posted by: DT2000 - Feb-23-2019, 06:45 AM - Forum: General Coding Help - Replies (2)

I am attempting to figure out how to use a variable from an MenuOption widget selection as the data in the specific column "Dish_Type" in my SQLite q..... More

Print this item

  Error when trying to run a stopwatch
Posted by: nath2125 - Feb-23-2019, 05:54 AM - Forum: General Coding Help - Replies (1)

Im getting an error when running this def and im not sure why. Its meant to be a stopwatch that runs and counts during what ever code you set it to st..... More

Print this item

  decoding sub.process output with multiple \n?
Posted by: searching1 - Feb-23-2019, 05:34 AM - Forum: General Coding Help - Replies (2)

Hi, I have created a script using sub.process then after reading I got this output (not in order) and \n new line exist on the output. How can we fix ..... More

Print this item

  webdriver.remote to connect back existing browser without open new browser?
Posted by: gahhon - Feb-23-2019, 05:34 AM - Forum: Web Scraping & Web Development - Replies (6)

CommonChrome.py
[python]
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.commo..... More

Print this item

  xml replacement with python
Posted by: josesalazmit - Feb-23-2019, 03:48 AM - Forum: General Coding Help - Replies (3)

Hello
I try to use python to replace part of the xml file without override the rest of the file,
the code doesn't show any error but it is not repla..... More

Print this item

  What is the strategy for working with class variables?
Posted by: AlekseyPython - Feb-23-2019, 02:34 AM - Forum: General Coding Help - Replies (3)

Class variables contain variables common to all objects of the class and thus show the inalienable properties of the objects. But unfortunately, they ..... More

Print this item

  Adding logo to the image
Posted by: Truman - Feb-23-2019, 02:01 AM - Forum: General Coding Help - Replies (4)

[python]#! python3
# resizeandaddlogo.py - Resizes all images in the current working directory to fit
# in a 300x300 square, and adds catlogo.png to..... More

Print this item

  need solution to code
Posted by: mccluregamer4472 - Feb-23-2019, 02:00 AM - Forum: General Coding Help - Replies (9)

I need some help as i am currently learning to code and i have to make a specific piece of code but not understanding it at all at the moment. Basical..... More

Print this item

  Nested Dictionary to excel
Posted by: VictoriaE - Feb-23-2019, 12:57 AM - Forum: General Coding Help - Replies (1)

My dictionary will be similar to below. I want it to not have the terms in red and I want each row to be a quarter date as output and each title to be..... More

Print this item

  Nested Dictionaries with Lists
Posted by: BriHaug - Feb-23-2019, 12:08 AM - Forum: General Coding Help - Replies (1)

I have seen similar threads related to creating nested dictionaries, but I'm still having trouble with this particular code. My goal is to use nested ..... More

Print this item

  Form add tree comments with mptt
Posted by: m0ntecr1st0 - Feb-22-2019, 11:56 PM - Forum: Web Scraping & Web Development - Replies (1)

I'm confused..
Implemented adding comments using mptt, but for now it works only from admin panel. I can not understand what and where to screw in or..... More

Print this item

  Open CV game sprite recognition
Posted by: Doctore9 - Feb-22-2019, 11:26 PM - Forum: Homework - Replies (3)

Hello,
I am starting to work on OpenCV college project, and as a part of this I need to build an app that will recognize a selected sprite from the ga..... More

Print this item

  PUT with Basic Auth and urllib2
Posted by: rootVIII - Feb-22-2019, 11:08 PM - Forum: General Coding Help - No Replies

Hello Pythonforum:

Unfortunately I am in a situation where I cannot install the requests library, and to top it off I am stuck using Python 2.6 on ..... More

Print this item

  Dialup Modem using pyserial - Need it to show response from the other end.
Posted by: Rython - Feb-22-2019, 10:58 PM - Forum: General Coding Help - Replies (1)

Ok so I'm able to open the com port and dial out to my phone number but I can't seem to get a response once the dialup handshake is complete.

after..... More

Print this item

  Help with pkl file
Posted by: joncarv - Feb-22-2019, 10:28 PM - Forum: Data Science - No Replies

Hi, All!

I need to unpack a pkl file, but since I'm not familiar with pickle, pandas, and numpy, I'm having a very hard time trying to do that.

..... More

Print this item

  Solving simple bug in Jupyter
Posted by: WatcherMagic - Feb-22-2019, 10:14 PM - Forum: General Coding Help - Replies (3)

I'm a newbie/amateur trying to go back and refresh my basic python after getting too excited and carried away with looking at a few other things. I'm ..... More

Print this item

  PyAutoGUI run in background
Posted by: dikzak - Feb-22-2019, 08:09 PM - Forum: General Coding Help - Replies (2)

Hello,

I'm currently running a pyautogui script on 5 virtual machines (vmware). Now I want to top that up. I want to run +-15 scripts on just one c..... More

Print this item

  Unable to configure IDLE for Python 3.7.2
Posted by: BinaryStar - Feb-22-2019, 05:57 PM - Forum: Bar - Replies (3)

Hello,
I am a newbie to Python. I have installed Python 3.7.2 on my computer. Everything seems to run fine, except when it comes to custom configur..... More

Print this item

  How to get a random item from a list, print it and delete it?
Posted by: giorgosmarga - Feb-22-2019, 04:40 PM - Forum: General Coding Help - Replies (3)

Hi guys,
I have a question
Is there a way to get a random item from a list, print it and then delete the same random item from the list??

Print this item

  ARCPY enter excel table into coded domain
Posted by: Just_another_lost_man - Feb-22-2019, 02:30 PM - Forum: General Coding Help - Replies (6)

This is what i have been trying so far, i cant seem to get the dictionary in the right form.
Appreciate any help i can get

[python]>>> import arc..... More

Print this item

  no screen is generated
Posted by: senfik99 - Feb-22-2019, 11:26 AM - Forum: Game Development - Replies (2)

hello I’ve got this issue. I run the program I dont see the new screen that is supposed to be generated although program runs. I’ve googled for almost..... More

Print this item

  Need help - 22000 lines of code / alien writings!
Posted by: gfetng - Feb-22-2019, 10:53 AM - Forum: General Coding Help - Replies (1)

Hi all,

First of all, I'm new to this forum so please forgive me if I'm breaking any rules here (hopefully not)

I have used Python for only 1 y..... More

Print this item

  dict printing last key,value out of loop
Posted by: anna - Feb-22-2019, 10:24 AM - Forum: General Coding Help - Replies (6)

Hi There,


[python]
bgp_prefix_dict = {}
#dict for BGP prefixes
for line in ip_prefix:
if 'ip ip-prefix' i..... More

Print this item

  finding yesterday and tomorrrow without using date.time module
Posted by: apexman - Feb-22-2019, 06:47 AM - Forum: General Coding Help - Replies (10)

self learning python and been stuck trying to figure this out.
Trying to output both the day before and the day after a given date without using the..... More

Print this item

  syslog module not built during cross compile
Posted by: colinliao - Feb-22-2019, 06:33 AM - Forum: General Coding Help - No Replies

Hi All,

I am tring to porting python2.7.15 to my arm platform, and I would like to use syslog module in my code.

[b]below is my configure option..... More

Print this item

  CODING HELP
Posted by: soyboypablo - Feb-22-2019, 03:47 AM - Forum: Homework - Replies (1)

we are currently using this line of code to open a Solenoid lock using voice activation, however it is taking forever to recognize and is tuck on ‘lis..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How Aviator Game is Devel... 1 hour ago rajatkumar rajatkumar General Codin...
  Python is not working on ... 4 hours ago lary_p lary_p General Codin...
  No new line from print in... 5 hours ago Lou bowlofred General Codin...
  Help with Serial.write in... 5 hours ago racingsubby Larz60+ General Codin...
  Can I develop a live vide... Yesterday, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
  best way to learn python 11-26, 04:40 dutch ichsanputr News and Disc...
  data fetching for indian ... 11-25, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
Most views
  The best Prog... 579437
  Tutorial Requ... 512548
  Web Scraping ... 442316
  Newbie with P... 386368
  New Users Int... 380610
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+ 12113
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
rajatkumar Today
IFDA123 Today
TimTom420 Yesterday
cruisesfares Yesterday
SNR Yesterday

User Panel Messages

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