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,931
» Latest member: XenonBlack
» Forum threads: 38,720
» Forum posts: 175,502

Full Statistics

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

Latest Threads
Too much space between gr...
Forum: GUI
Last Post: deanhystad
6 hours ago
» Replies: 3
» Views: 933
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 373
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-15-2025, 08:58 PM
» Replies: 8
» Views: 2,528
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,559
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 449
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 140
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 2,954
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,202
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 884
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Sep-14-2025, 11:25 AM
» Replies: 7
» Views: 2,282

 
  Excel analysis
Posted by: SamB - Jul-02-2017, 12:14 AM - Forum: Data Science - Replies (3)

Hi,

I am very new to python and decided to learn so I could automate my very time-consuming excel data analysis. I have managed to write a simple s..... More

Print this item

  Very New to Python
Posted by: wfsteadman - Jul-01-2017, 02:11 PM - Forum: General Coding Help - Replies (1)

Greetings all,
I am very new to python. I have a project I am working on and figured Python might be a good tool. I have a directory with a large..... More

Print this item

  np.arrange error - no attribute
Posted by: pksherard - Jul-01-2017, 12:44 PM - Forum: Data Science - Replies (3)

Python novice.
I am using the Canopy Python editor.
I cannot get the arrange command to work.
----------------------------------------
import nump..... More

Print this item

  local namespace vs. global namespace
Posted by: Skaperen - Jul-01-2017, 02:59 AM - Forum: General Coding Help - Replies (13)

[output]
globals()['pv'] = <function pv at 0x7f303a969268>
Traceback (most recent call last):
 File "launch.py", line 760, in <module>
   result=m..... More

Print this item

  Limiting Decimals
Posted by: FZMoto - Jul-01-2017, 01:44 AM - Forum: Homework - Replies (2)

I am fresh into a programming fundamentals course, so yes, I have looked at python documentation on how to do what I am asking, I just don't have the ..... More

Print this item

  [pandas, plot] : complex bug
Posted by: membreComplexe12 - Jun-30-2017, 11:31 PM - Forum: Data Science - No Replies

Hello,

first of all, sorry for my english..

I write to you because a have a very strange problem and I can't solve it by myself, please could y..... More

Print this item

  Problem with Python, MySQL and Multi-threading queries
Posted by: zagk - Jun-30-2017, 11:02 PM - Forum: General Coding Help - Replies (1)

Hello guys. I hope you can help me with the following issue:
I am working with python, MySQL and multithreading, and really newbie in all of this; ho..... More

Print this item

  Closing SQL Connection within Class
Posted by: vviiper - Jun-30-2017, 09:37 PM - Forum: General Coding Help - Replies (1)

I've created a separate Python file with a class stored in it. I'm using the mysql.connector module to perform my mysql connection and queries. This i..... More

Print this item

  Referencing dictionary in a for loop
Posted by: johnjoepaddyfrancie - Jun-30-2017, 04:52 PM - Forum: General Coding Help - Replies (2)

Hey!

I'm trying to implement a programme to calculate distances between security and each individual gate in an airport. I'm using Dijkstra's Algo..... More

Print this item

  Button Presses in Certain Time Frame
Posted by: MsCheeseyPuff - Jun-30-2017, 02:23 PM - Forum: General Coding Help - Replies (3)

I made a sound board and I wanted to improve it, so I want to change libraries with the amount of button presses(library A with one press and library ..... More

Print this item

  accessing variables from a decorator
Posted by: ashwin - Jun-30-2017, 11:50 AM - Forum: General Coding Help - Replies (1)

I have code similar to this
[python]def my_function_decorator(f):
def wrap(*args, **kwargs):
my_count_variable = 1
return f(*args, **kwargs)
ret..... More

Print this item

  pip - how to use it?
Posted by: amgp - Jun-30-2017, 06:05 AM - Forum: Game Development - Replies (9)

Purchased a book on Python Game Programming and got stuck after chapter 1.
At the start of chapter 2 i was told to type in: $pip --version and also $..... More

Print this item

  Annotations
Posted by: nilamo - Jun-30-2017, 03:09 AM - Forum: Fundamentals - No Replies

I think annotations are a little special, so I want to try to organize this a little differently than how a tutorial is normally structured.  That is ..... More

Print this item

  SSH Botnet??
Posted by: Kaos_Method - Jun-29-2017, 06:17 PM - Forum: General Coding Help - Replies (2)

Hey everyone!

I'm new here, first post! I've put quite a fair amount of time into Python now, and I'm really enjoying it. I'm a CS major, and I've..... More

Print this item

  Merge Predictions with whole data set
Posted by: mayanksrivastava - Jun-29-2017, 11:39 AM - Forum: Data Science - No Replies

A very basic question. We have dataset with experience and salary

now i wanted to merge my predictions and create an output with experience and th..... More

Print this item

  urllib2.urlopen() user agent header
Posted by: Skaperen - Jun-29-2017, 02:47 AM - Forum: Web Scraping & Web Development - Replies (8)

urllib2.urlopen() sends a user agent HTTP header in the request that identifies the library.  what i want to do is send the request [i]without any use..... More

Print this item

  How to trigger a function by clicking the left mouse click?
Posted by: HelloBoyz - Jun-29-2017, 02:02 AM - Forum: General Coding Help - Replies (1)

I want to start off by saying that I am new to Python so I am sorry if this question is going to sound stupid to you.

I am just looking for an easy..... More

Print this item

  need a little with python3.5 oprnibg other program
Posted by: Blue Dog - Jun-28-2017, 09:29 PM - Forum: General Coding Help - Replies (2)

Hi,
  Sorry no code, been looking for some type of code to open and run other programs on win 7.
I made a very nice control program that does what e..... More

Print this item

  Interesting new features in python3
Posted by: Kebap - Jun-28-2017, 07:49 PM - Forum: News and Discussions - Replies (8)

I love that PEP 498: Formatted string literals are coming in python 3.6 !

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

Print this item

  How to append arrays within a class
Posted by: shaynehansen - Jun-28-2017, 06:51 PM - Forum: Data Science - Replies (3)

Essentially the class will act as a dictionary.

I need to append the string 'Time' to the self._keys list.
Also, I have a (32768, 1233) self._arr..... More

Print this item

  While loop within a Function (2.7)
Posted by: tuffgong - Jun-28-2017, 03:44 PM - Forum: Homework - Replies (3)

Good Morning. I have some beginner/intermediate coding experience and decided to learn a new language. I am working through a book that teaches Python..... More

Print this item

  Directory help
Posted by: Hannakk - Jun-28-2017, 02:58 PM - Forum: General Coding Help - Replies (3)

From what I understand {} creates an empty directory, like these three:

energies = {}
hour_energies = {}
annual_energy = {}
..... More

Print this item

  Write only data not >> () << parentheses
Posted by: zinho - Jun-28-2017, 02:00 PM - Forum: General Coding Help - Replies (2)

I need save data in csv file, but only data.

Look in quote below, how data is save in file.

[python]from itertools import combinations

jogado..... More

Print this item

  Multi windows in tkinter buttons not responding correctly
Posted by: curtjohn86 - Jun-28-2017, 01:36 PM - Forum: GUI - Replies (13)

My apologies I am new to forums and new to coding, I am sure I'm doing everything completely backwards.

I am trying to use my RPI 3b for home autom..... More

Print this item

  Zip on single element in nested sequence.
Posted by: rhubarbpieguy - Jun-28-2017, 12:23 PM - Forum: General Coding Help - Replies (14)

How do I create the list c=[2,3,4] from the list a=[[1,2,3],[2,3,4],[3,4,5]]? In other words, how do I create a list from element [1] of a list contai..... More

Print this item

  Back-end & 3D developer - full-time - AirShaper
Posted by: wouterremmerie - Jun-28-2017, 11:19 AM - Forum: Jobs - No Replies

At AirShaper (www.airshaper.com), we are developing an online aerodynamics platform. It allows
people with no knowledge on CFD to optimize their aero..... More

Print this item

  import/use data from text files
Posted by: MichealPeterson - Jun-28-2017, 08:33 AM - Forum: Data Science - Replies (1)

Hey all. This is my first post. I have heard how awesome the Python community is and I am dying to find out.
I have been stuck on this for about a we..... More

Print this item

  Animation with polygon points not working
Posted by: cbmanjoe - Jun-27-2017, 09:44 PM - Forum: General Coding Help - Replies (1)

I created a sin equation that I want to use to translate a point on a polygon, but it isn't doing anything. I used print statements for both my equati..... More

Print this item

  Django startapp problem
Posted by: nengkya - Jun-27-2017, 07:28 PM - Forum: Web Scraping & Web Development - Replies (4)

Can somebody give me a tutorial about creating startapp in django ? I've been following these tutors :

1. https://docs.djangoproject.com/en/1.11/i..... More

Print this item

  why is my pen not drawing?
Posted by: swaginator - Jun-27-2017, 04:22 PM - Forum: General Coding Help - Replies (3)

This is my code in turtle graphics for chess. In the input class, I want the square that I click on the board to light up blue. It seems that I am una..... More

Print this item

  How to stop a tkinter function, without closing the window?
Posted by: keakins - Jun-27-2017, 03:34 PM - Forum: GUI - Replies (5)

So, I feel like this should be kind of a simple thing to do.  Yet, I am having so much troubel with it.  I have tinkered around with the after method,..... More

Print this item

  Touchscreen and ADS1x15 Interference
Posted by: Raudert - Jun-27-2017, 01:24 PM - Forum: News and Discussions - No Replies

Hello,

I noticed that if I attach a touch screen pointing device via USB and HDMI, the ADS1x15 ADC I am using gets overridden as if it is not connec..... More

Print this item

  Programming Code
Posted by: Poonam - Jun-27-2017, 08:21 AM - Forum: General Coding Help - Replies (4)

Hello Every one,
There is program please help if I have done any thing wrong

To implement following memory game :--
Computer makes 20 boxes,numbe..... More

Print this item

  [Errno11004] Get addrinfo failed with urlopen
Posted by: prashanth0988 - Jun-27-2017, 06:28 AM - Forum: Web Scraping & Web Development - Replies (2)

Hello All,

I'm new to python development and using python version Python 2.7.13 , basically im trying to open a url but I get an error. Plea..... More

Print this item

  "Python launcher" required to run *.py scripts on Windows?
Posted by: pstein - Jun-27-2017, 05:43 AM - Forum: General Coding Help - Replies (3)

As I observed v3.6.1 installs (on Windows 7) in addition to the core python engine a second program "Python Launcher".

As far as I read this compon..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] Too much space ... 6 hours ago RonR deanhystad GUI
  Another app idea - intera... Yesterday, 07:07 decuser Lenowell News and Disc...
  403 Error 09-15, 20:58 CaptainNewb snippsat Web Scraping ...
  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
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
  Python Installation issue 09-14, 11:16 RFHill Dev News and Disc...
Most views
  The best Prog... 575841
  Tutorial Requ... 497167
  Web Scraping ... 439846
  Newbie with P... 383556
  New Users Int... 365541
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 8174
snippsat 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
XenonBlack Yesterday
Lenowell Yesterday
luisshulez6883 09-15
KennedyRichadGuerra 09-15
Williefaree 09-15

User Panel Messages

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