Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 18,755
» Latest member: Bestimmigrationsolicitors
» Forum threads: 37,669
» Forum posts: 171,212

Full Statistics

Online Users
There are currently 419 online users.
» 1 Member(s) | 413 Guest(s)
Bing, Yandex, Baidu, Google, Facebook, Gribouillis

Latest Threads
Show powershell errors in...
Forum: General Coding Help
Last Post: robertkwild
14 minutes ago
» Replies: 11
» Views: 255
What is going on?
Forum: Homework
Last Post: Pedroski55
1 hour ago
» Replies: 7
» Views: 146
Announcing the configoose...
Forum: News and Discussions
Last Post: snippsat
2 hours ago
» Replies: 1
» Views: 138
New Users Introduce Yours...
Forum: Bar
Last Post: carl_46120
5 hours ago
» Replies: 434
» Views: 244,296
API Problems!!!
Forum: General Coding Help
Last Post: sawtooth500
5 hours ago
» Replies: 1
» Views: 53
Printing the code line nu...
Forum: General Coding Help
Last Post: Gribouillis
10 hours ago
» Replies: 5
» Views: 366
scipt with apparently no ...
Forum: GUI
Last Post: deanhystad
11 hours ago
» Replies: 2
» Views: 82
Display data from a chat
Forum: GUI
Last Post: Arcanta
Yesterday, 08:00 PM
» Replies: 2
» Views: 86
Count Button Press
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 05:16 PM
» Replies: 3
» Views: 116
2.7.5 Assistance
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 04:59 PM
» Replies: 4
» Views: 143

 
  No response required
Posted by: Yoriz - Oct-02-2016, 12:36 PM - Forum: Board - Replies (5)

Adding

Quote:No response required
as a new post to existing threads just seems spammy and makes it look like there is something new to ..... More

Print this item

  Error when using copy_expert(sql, file) in psycopg2 to insert data from several CSV
Posted by: klllmmm - Oct-02-2016, 05:58 AM - Forum: General Coding Help - Replies (5)

I'm a Newby,
I tried to insert columnar data sets in several CSV files into PostgreSQL database.
I tried this using [size=small]copy_expert(sql, fil..... More

Print this item

  Need to refer to Value of a key of a dictionary nested within a dictionary
Posted by: xepicxmonkeyx - Oct-01-2016, 11:34 PM - Forum: General Coding Help - Replies (14)

You can find my code at the link below, and you can ignore any commented sections of code (Accept the one in make_grid() ):

link removed, code adde..... More

Print this item

  Pillow _getexif for python 3
Posted by: Larz60+ - Oct-01-2016, 09:33 PM - Forum: General Coding Help - Replies (2)

Hello,

When pillow 2.1.0 was released, it included the following:


[quote]
(1.1.4b1 released)

+ Added experimental EXIF support for ..... More

Print this item

  any spam
Posted by: metulburr - Oct-01-2016, 07:34 PM - Forum: Board - Replies (6)

I am checking how much spam is getting through.

I only see a few times that any of us had to purge a user that got through in the logs. And in the ..... More

Print this item

  List Comprehensions
Posted by: ATXpython - Oct-01-2016, 06:07 PM - Forum: News and Discussions - Replies (10)

Hello,

I've recently discovered List Comprehensions - which, for the project I am working on, are awesome.
I'm having to create lists based on oth..... More

Print this item

  please help with while loops
Posted by: ryman - Oct-01-2016, 03:37 PM - Forum: Homework - Replies (6)

i am trying to get a while loop to repeat in my number guessing game and i dont kn
[code]import random



print ("this is the number guessing gam..... More

Print this item

  Temp Converter with Kelvin
Posted by: vader33 - Oct-01-2016, 02:32 PM - Forum: Homework - Replies (7)

Hey guys, new to the forum, and to coding. My college programming class has us writing code that will convert from Fahrenheit to Celsius and to Kelvin..... More

Print this item

  Fleshed Out
Posted by: ichabod801 - Oct-01-2016, 01:43 PM - Forum: Board - Replies (4)

As of this morning, we finally have a thread in every forum. :D

Print this item

  problem in finding modules
Posted by: katanou - Oct-01-2016, 12:38 PM - Forum: GUI - Replies (1)

hi,

i,m a complete newbie to python and this forum, so please correct me if i happen to violate any forum rules, by posting in the wrong subforum o..... More

Print this item

  TalkPython['Podcast']
Posted by: snippsat - Oct-01-2016, 11:52 AM - Forum: News and Discussions - Replies (1)

Podcast interview with different people that are involved with Python.
Talk Python To Me podcast

Print this item

  Avoiding cached results via URLLIB
Posted by: magpie5212 - Oct-01-2016, 11:42 AM - Forum: Networking - Replies (7)

I have some code getting the position of the ISS from http://api.open-notify.org/iss-now.json

Each time I run the code I get new values - exactly a..... More

Print this item

  Python h/w help
Posted by: tahmid909 - Oct-01-2016, 10:17 AM - Forum: Homework - Replies (3)

Hi all,
can i get a bit of help with my H/W, the task is as follows:
[size=medium]Develop a program that ana..... More

Print this item

  Login form
Posted by: wavic - Oct-01-2016, 07:24 AM - Forum: Board - Replies (8)

Every time I login, login form asks me to remember me. I remove the tick every time. And it's there again at the next login.  :dodgy:

Print this item

  no signature
Posted by: Skaperen - Oct-01-2016, 06:01 AM - Forum: Board - Replies (2)

i edited/entered a signature but it is not showing up.  is that because i don't have a high enough level?

Print this item

  Programs made with Python
Posted by: ATXpython - Oct-01-2016, 03:53 AM - Forum: Web Scraping & Web Development - Replies (13)

Hello,

This question isn't about any specific piece of code, or about any specific issue I am currently having in python.
I simply wanted to start..... More

Print this item

  Building a patterned grid from a dictionary...
Posted by: xepicxmonkeyx - Oct-01-2016, 02:35 AM - Forum: General Coding Help - Replies (3)

I'm making a peg solitaire type grid, with the peg holes being displayed as an 'O', and the corners where the pegs can't go (but must still have displ..... More

Print this item

  Web Crawler: How to find all divs that starts with...
Posted by: amandacstr - Sep-30-2016, 11:25 PM - Forum: Web Scraping & Web Development - Replies (3)

Hello!

I'm using BeautifulSoup to make a web crawler and i would like to know how can i get the list of all divs that starts with a certain ..... More

Print this item

  Django, Background Scripts, Raspberry Pi and GPIO
Posted by: Dean Stackhouse - Sep-30-2016, 08:59 PM - Forum: Web Scraping & Web Development - Replies (3)

Hey,

I'm quite new to python and Django so i'm uncertain if Django will be a good fit to what i need.

I wish to develop a web interface to displ..... More

Print this item

  How to change the sound volume with python ?
Posted by: Lightningwalrus - Sep-30-2016, 05:27 PM - Forum: General Coding Help - Replies (5)

Hello, I'm new here !

My hobby is microcontrollers and now I'm doing a project where I could change the sound volume with buttons on my breadboard...... More

Print this item

  Finding Special Characters in a String
Posted by: ATXpython - Sep-30-2016, 04:17 PM - Forum: General Coding Help - Replies (4)

Hello,

Ive got a script that builds a list based on data from a spreadsheet.
Each item added to the list is a string, some of which contain specia..... More

Print this item

  Old Forums lock
Posted by: Ofnuts - Sep-30-2016, 11:41 AM - Forum: Board - Replies (24)

Switchover is in two days. It might be time to increase the size of the banners telling people to register and ask new questions here.

Print this item

  number of users
Posted by: Skaperen - Sep-30-2016, 08:37 AM - Forum: Board - Replies (13)

i see this on the main page:


[quote]
Our members have made a total of 824 posts in 160 threads.
We currently have 75 members registered.
Pleas..... More

Print this item

  Free eBooks O'Reilly
Posted by: snippsat - Sep-30-2016, 08:18 AM - Forum: News and Discussions - Replies (2)

Have to register,then get Download links.
As a example ..... More

Print this item

  list-instances
Posted by: Skaperen - Sep-30-2016, 08:00 AM - Forum: Code sharing - Replies (4)

this is a python command to list AWS EC2 instances using multiprocessing (with the multiprocessing module) to query each region in parallel (up to ele..... More

Print this item

  limits here
Posted by: Skaperen - Sep-30-2016, 04:26 AM - Forum: Code sharing - Replies (15)

what are the limits here?  a maximum number of lines to insert inline?  a maximum width?

Print this item

  Linking to a specific post
Posted by: micseydel - Sep-30-2016, 02:46 AM - Forum: Board - Replies (3)

Is there any obvious way to link to a specific post? I've seen it happen, but did not note what the format of the URL was or anything to try and inves..... More

Print this item

  I would like to know more about dunders
Posted by: Larz60+ - Sep-30-2016, 01:34 AM - Forum: News and Discussions - Replies (6)

Hello,

There are two tutorials that I can think of that I'd like to see:

1. dunders (also known as magic methods or the python data model) some ..... More

Print this item

  Length of a path in a 2-tuple.
Posted by: PythonNerd - Sep-29-2016, 10:47 PM - Forum: Homework - Replies (4)

Some homework that I have been struggling on mainly because I am unsure how to proceed. I have all the formulas I need but I haven't been able to find..... More

Print this item

  Remove Parts of a String
Posted by: Dean Stackhouse - Sep-29-2016, 01:41 PM - Forum: General Coding Help - Replies (5)

Hello,

I'm quite new to python and am attempting to do some coding on a Raspberry Pi.

I have a sensor that gives an output in the following form..... More

Print this item

  class that Redirects text from stdio to file
Posted by: Larz60+ - Sep-29-2016, 10:44 AM - Forum: Code sharing - Replies (5)

Hello,

Here's a Class to redirect stdio to a file.

I wrote a class that toggles stdio from within a script.
see the __name__ clause for usage
..... More

Print this item

  Class method returning multiple values,dont know which is returned when..
Posted by: ujjwalrathod007 - Sep-29-2016, 09:21 AM - Forum: General Coding Help - Replies (4)

Dear all, Good morning from Germany,
I have a python code in which the function returns two values. Out of which, only one value changes at a time an..... More

Print this item

  convert hex encoded string to ASCII
Posted by: Skaperen - Sep-29-2016, 07:11 AM - Forum: General Coding Help - Replies (4)

given a string of hexadecimal characters that represent ASCII characters, i want to convert it to those ASCII characters.  for example:

'707974686f..... More

Print this item

  Plotting level curves (isocurves) with pyqtgraph
Posted by: alexfrigo - Sep-29-2016, 06:17 AM - Forum: General Coding Help - Replies (2)

Hi everyone,

I am trying to plot a red loop (isocurve) that correspond to the level z=2 of a given surface. Maybe I am able to create the isocurve,..... More

Print this item

  Problems configuring and running uWSGI
Posted by: easy_c0mpany80 - Sep-29-2016, 02:51 AM - Forum: Web Scraping & Web Development - Replies (3)

Im trying to follow a tutorial to deploy a simple blog with Django and running into some problems with uwsgi.
So far I have done the following (as pe..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Show powershell errors in... 14 minutes ago robertkwild robertkwild General Codin...
  What is going on? 1 hour ago zimmytheflygirl Pedroski55 Homework
  Announcing the configoose... 2 hours ago Gribouillis snippsat News and Disc...
  New Users Introduce Yours... 5 hours ago Yoriz carl_46120 Bar
  API Problems!!! 5 hours ago Dronemaster278 sawtooth500 General Codin...
  Printing the code line nu... 10 hours ago arbiel Gribouillis General Codin...
  [Tkinter] scipt with appa... 11 hours ago INS deanhystad GUI
  Display data from a chat Yesterday, 20:00 Arcanta Arcanta GUI
  Count Button Press Yesterday, 17:16 chizzy101010 deanhystad General Codin...
  2.7.5 Assistance Yesterday, 16:59 patrickperea deanhystad General Codin...
  API Problems!!! Yesterday, 16:09 Dronemaster278 Dronemaster278 General Codin...
Most views
  The best Prog... 536652
  Web Scraping ... 405415
  Tutorial Requ... 388140
  Newbie with P... 327358
  Thread remain... 308534
Most reputation
buran 582
snippsat 499
Larz60+ 452
Gribouillis 352
deanhystad 315
Most replies
  New Users Int... 434
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 11909
buran 8089
snippsat 7154
deanhystad 6381
metulburr 5150
Top referrers
Googlepro 21
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
Bestimmigrationsolicitors Today
Karencat Today
carl_46120 Yesterday
DonaldAgece Yesterday
chizzy101010 Yesterday

User Panel Messages

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