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,964
» Latest member: Edzed4431
» Forum threads: 38,729
» Forum posts: 175,542

Full Statistics

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

Latest Threads
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
15 minutes ago
» Replies: 1
» Views: 448
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
5 hours ago
» Replies: 4
» Views: 1,978
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,553
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 452
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 908
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 938
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,208
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,823
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Sep-26-2025, 03:53 AM
» Replies: 1
» Views: 2,859
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 738

 
  Multiple network socket servers?
Posted by: MuntyScruntfundle - Nov-13-2018, 01:28 PM - Forum: Networking - Replies (1)

Hi there.

Sockets confuse me, even with a fairly simple set of handshakes I get fuddled!

I have a number of unix servers, just as an exercise I ..... More

Print this item

  python lex
Posted by: stafylid - Nov-13-2018, 01:21 PM - Forum: Homework - Replies (1)

Cool Cool Cool
1) print ABCD
di = {'AB':1, 2:'AB', 3:'CD'}

print( __________ ,sep='x', end='')

what should i put in space?

2..... More

Print this item

  To draw a polynomial solution
Posted by: pianistseb - Nov-13-2018, 12:54 PM - Forum: Data Science - Replies (2)

I just want to draw a polynomial solution and I have always the same error. I need this program to complete my thesis. I'm new in python. Please help!..... More

Print this item

  Please help explaining this recursive function
Posted by: armeros - Nov-13-2018, 11:43 AM - Forum: General Coding Help - Replies (3)

Hi, I am learning Python and now I am having trouble with a recursive generator. I could not seem to trace how it works regardless of many print sta..... More

Print this item

  Design pattern in python
Posted by: Prabakaran141 - Nov-13-2018, 10:19 AM - Forum: News and Discussions - Replies (3)

Hi,

What is the use of design patterns in python? Why people go for it?

Print this item

  How to extend the sclale of a graph?
Posted by: Krszt - Nov-13-2018, 07:54 AM - Forum: General Coding Help - Replies (1)

Hello,

I would like to create a ,,nicer" graph with matplot lib. How can I define, that on the generated x axis, the scale would be larger and als..... More

Print this item

  import shutil
Posted by: beni - Nov-13-2018, 07:16 AM - Forum: General Coding Help - Replies (6)

Hi,
Why the code not copy files from folder 111 to folder 222?

The code:
import shutil
shutil.copy('C:\111','C:\111')

Look at an example in t..... More

Print this item

  why won't my turtle move
Posted by: ironsheep - Nov-13-2018, 02:43 AM - Forum: General Coding Help - Replies (6)

import turtle
fred=turtle.Pen()
fred=turtle.shape("turtle")
fred=turtle.color("purple")
fred.forward(100)
[error] My er..... More

Print this item

  Function for grouping variables
Posted by: Scott - Nov-13-2018, 02:14 AM - Forum: General Coding Help - Replies (1)

Hi everyone,

I am trying to write a dynamic function for a dataframe that has about 20 columns. I am trying to bin variable values. So if they are ..... More

Print this item

  requests - handling exceptions
Posted by: Truman - Nov-13-2018, 12:49 AM - Forum: Web Scraping & Web Development - Replies (2)

I'm reading Web Scraping with Python by Ryan Mitchell and trying to use requests instead of urlib. When dealing with exceptions if the issue is that p..... More

Print this item

  Area, Perimeter Calculator. Help Pls.
Posted by: NZedMarine - Nov-12-2018, 09:43 PM - Forum: Homework - Replies (10)

Hi, I am a highschool student in auckland new zealand trying to write a code for a area and perimeter calculator for a square rectangle and a circle. ..... More

Print this item

  Help with a CLIENT command
Posted by: monstervoid - Nov-12-2018, 09:12 PM - Forum: General Coding Help - Replies (1)

Hello,first of all I want to say that I am very new to python and don't know much.Also English is not my native/mother tongue,but I will try my best t..... More

Print this item

  Time Data does not match format
Posted by: AshBax - Nov-12-2018, 08:09 PM - Forum: Data Science - Replies (2)

Hi,

I have the following code:

[python]import pandas as pdm
from datetime import datetime,timedelta
timeFormat = '%d/%m?%y %H:%M:%S'


data..... More

Print this item

  classes , error at line 88 name finnKategori not defined
Posted by: sydlender - Nov-12-2018, 08:01 PM - Forum: General Coding Help - Replies (3)

[python]class Bud:
def __init__(self, budgiver, budStr):
self._budgiver = budgiver
self._budStr = budStr
if budStr < 0..... More

Print this item

  Passing by reference or value
Posted by: CanadaGuy - Nov-12-2018, 07:57 PM - Forum: General Coding Help - Replies (4)

Being new to Python, I figured I was bound to run into something like this. I'm used to programming where values are passed around, and I had to go to..... More

Print this item

  LIST FORMATTING
Posted by: Nick1999 - Nov-12-2018, 07:47 PM - Forum: General Coding Help - Replies (2)

I have a list which prints like this:
Hello
My
Name
Is

but I want the first 3 letters of each word, eg.
HellMyNamIs printed like this but it p..... More

Print this item

  Extracting variable values from labels on csv file using Python
Posted by: Laura - Nov-12-2018, 06:20 PM - Forum: Homework - Replies (1)

Hello everyone.

I have a CSV file with one thousand row and each row its structure is like that (Show 2 lines):

[output]Line 219 (6420),Dh," ..... More

Print this item

  Student grade program help debug
Posted by: ccm1776 - Nov-12-2018, 05:29 PM - Forum: Homework - Replies (3)

Hello everyone. I am writing a program for school. I hit two snags. My first problem is when I run the program, the results are only printing only the..... More

Print this item

  Looking for Flsk web page to view table with logs
Posted by: georgelza - Nov-12-2018, 04:17 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi all

Wonder if anyone has created a Web page using Flask, that can interrogate a table in MySQL containing log information, with some drop downs ..... More

Print this item

  Python3 Regex Help.
Posted by: Stealthychu - Nov-12-2018, 04:03 PM - Forum: General Coding Help - Replies (12)

I currently have a script setup to ssh into a network device and extract parameters into a mysql database.

My data base displays the values: Hostna..... More

Print this item

  *4 BRAND NEW PYTHON DEVELOPER ROLES*
Posted by: CMENDEZJONES - Nov-12-2018, 04:00 PM - Forum: Jobs - No Replies

Python Developer, Python, SQL, MySQL, jQuery, MVC, Linux, Django, Pyramid, Android, iOs, Oxford, Oxfordshire, API, UK,

Job Opportunity – Python De..... More

Print this item

  Logging in python
Posted by: saisankalpj - Nov-12-2018, 03:54 PM - Forum: General Coding Help - Replies (1)

I have a logger method like as follows
[python]
import logging
def log():
logger = logging.getLogger("exampleApp")
logger.setLevel(loggin..... More

Print this item

  Basic question about Install
Posted by: peterhw - Nov-12-2018, 03:07 PM - Forum: News and Discussions - Replies (5)

Hi,
I have recently downloaded Python 3.7.1 and trying to do some very basic things.
I appear to have a 'Python Shell' loaded - and can type basic..... More

Print this item

  Python Backend Engineer in London (relocation offered)
Posted by: adosii - Nov-12-2018, 02:39 PM - Forum: Jobs - No Replies

Hi all,

Python Backend Engineer needed for full-time work @ London-based email security startup (relocation assistance provided).

Backend t..... More

Print this item

  Python scrapy scraped_items
Posted by: Baggelhsk95 - Nov-12-2018, 12:39 PM - Forum: Web Scraping & Web Development - Replies (2)

i was testing the following code to see the results and on debugging i saw the scraped_items and it was like 4.777,....that wasnt the results i wanted..... More

Print this item

  current directory issue
Posted by: saisankalpj - Nov-12-2018, 11:33 AM - Forum: General Coding Help - Replies (1)

i am having path variable as final_directory= os.getcwd()+"\\Logs\\"
and the code[python]
if not os.path.exists(final_directory):
os.makedirs(fi..... More

Print this item

  Unexpected error
Posted by: Tzikos - Nov-12-2018, 11:11 AM - Forum: General Coding Help - Replies (1)

I tried installing the pyentropy package (http://robince.github.io/pyentropy/install.html) but after i run the python setup.py install command (I have..... More

Print this item

  Generating web page from argparse parameters
Posted by: gontajones - Nov-12-2018, 10:57 AM - Forum: General Coding Help - Replies (3)

Hi guys,

Do you know any tool (module) or have any idea to do this?
I'd like to get some python scripts (all using argparse) and build a front-end..... More

Print this item

  check if the windows title chnaged !
Posted by: evilcode1 - Nov-12-2018, 10:10 AM - Forum: General Coding Help - Replies (2)

hey there ...

im writing a code to check the windows title ... but i need it to loop and wait if active windows changed print the title for the ne..... More

Print this item

  Full Stack Developer London £50,000 DOE
Posted by: DigitalDragonsLisa - Nov-12-2018, 10:09 AM - Forum: Jobs - Replies (3)

PM or Reply if you are interested in having a chat about this role Dance


The Role
• Pick up a task, or small project and take..... More

Print this item

  Having Trouble with Flask and SQLAlchemy
Posted by: FakeDeveloperFakeSociologist - Nov-12-2018, 06:43 AM - Forum: Web Scraping & Web Development - Replies (2)

Just a little tid bit, I've been self teaching my self programming for about a year now (I'd say on average I code/learn 3 times a week, for about 2-3..... More

Print this item

  Function responsibility in code
Posted by: CodeWolf - Nov-12-2018, 03:23 AM - Forum: General Coding Help - Replies (4)

I've heard the whole "design functions to do one thing well" mantra, but it's still a little vague to me. Recently I've been working on an input proce..... More

Print this item

  Code: Creating a basic python game?
Posted by: searching1 - Nov-12-2018, 12:47 AM - Forum: Homework - Replies (5)

Hi, I'm practicing coding using python and I'm working with this small project of mine. Im having issue running or calling the function into if else.
..... More

Print this item

  Learn to program with Minecraft
Posted by: SheeppOSU - Nov-11-2018, 11:22 PM - Forum: General Coding Help - Replies (15)

I did everything write but the import of minecraft on python wont work. Did they update the code to import it. The book says,"from mcpi.minecraft impo..... More

Print this item

  Dynamically Sized Widget
Posted by: CanadaGuy - Nov-11-2018, 10:48 PM - Forum: GUI - Replies (3)

I have a wx.Dialog box. In that dialog, I have widgetA. WidgetA contains widgetB. WidgetB can change its size at runtime in response to user selection..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My goal to be hired worki... 15 minutes ago GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 5 hours ago arbiel Gribouillis General Codin...
  My First App Yesterday, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... Yesterday, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
Most views
  The best Prog... 577188
  Tutorial Requ... 500125
  Web Scraping ... 440891
  Newbie with P... 384902
  New Users Int... 369143
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+ 12089
buran 8176
snippsat 7367
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Edzed4431 Yesterday
chaoh1911 Yesterday
KaydenJonah098 Yesterday
carlbidwell Yesterday
llarkin6 09-26

User Panel Messages

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