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,237
» Latest member: lary_p
» Forum threads: 38,776
» Forum posts: 175,791

Full Statistics

Online Users
There are currently 58 online users.
» 0 Member(s) | 49 Guest(s)
Applebot, Bing, Google, AOL, Facebook

Latest Threads
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Today, 12:56 AM
» Replies: 4
» Views: 127
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 106
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 77
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 117
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,137
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,371
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,565
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 192
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,200
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,446

 
  LEAD RIGGING TD
Posted by: Axis Animation - Dec-07-2016, 04:12 PM - Forum: Jobs - No Replies

[color=#000000][size=medium][font=PlantinMTStd-Light,][size=small][color=#ff8c00][i][Image: slKPWC1.jpg]

Axis Animation
..... More

Print this item

  paramiko read stdout
Posted by: j.crater - Dec-07-2016, 02:54 PM - Forum: General Coding Help - Replies (2)

Hello,
I have a simple function that uses SSH via paramiko module. For example, if I have a line:
[python]
stdin, stdout, stderr = client.exec_command..... More

Print this item

  splitting up long number
Posted by: iFunKtion - Dec-07-2016, 02:17 PM - Forum: General Coding Help - Replies (7)

Hi there,

I have some timecodes in the format:

144345.20
how can convert this to a normal timecode that can then be used f..... More

Print this item

  Stupid Python Tricks: Q is for Quit
Posted by: ichabod801 - Dec-07-2016, 02:34 AM - Forum: Code sharing - Replies (1)

I write a lot of text interfaces, probably because I'm too lazy to write a GUI unless I need one. So I am frequently programming 'q' to quit the progr..... More

Print this item

  Totally off topic!
Posted by: Larz60+ - Dec-07-2016, 02:26 AM - Forum: Bar - Replies (3)

Does anyone know what the Microsoft windows process named 'TrustedInstaller' (which I don't trust) does?
If you google it, you usually get an answer ..... More

Print this item

  Cannot "Run" python on notepad++
Posted by: interconnected - Dec-07-2016, 01:33 AM - Forum: General Coding Help - Replies (6)

I am unable to "Run" python code on notepad++. It does nothing.


I link it to C:\Python3.5.2\Lib\idlelib\idle.py [color=#333333][size=small]-i "$(..... More

Print this item

  Recover currently running script?
Posted by: kbriden - Dec-06-2016, 10:57 PM - Forum: General Coding Help - Replies (3)

I have a program that I used Notebook++ to write, and I did not back it up for the past two weeks even though I put a ton of work into it.  I ran the ..... More

Print this item

  Negative Percentage PHP
Posted by: micseydel - Dec-06-2016, 10:29 PM - Forum: Board - Replies (6)

Not a critical issue, but I had this gem show up
   

Print this item

  How i can...?
Posted by: sajley - Dec-06-2016, 08:36 PM - Forum: General Coding Help - Replies (8)

hi guys
i'm new in python
how i can goto a line ...

How i can use this code, i wish my program if inpt is not '+-*/'   try to re input 

mylabe..... More

Print this item

  bug or feature?
Posted by: Mettler - Dec-06-2016, 06:05 PM - Forum: General Coding Help - Replies (6)

Hi people!

I have been playing around with python a little and came across this:
consider the following code in Python3

[python]
class THING:..... More

Print this item

  Robot Stay Inside Circular Ring
Posted by: webmanoffesto - Dec-06-2016, 02:54 PM - Forum: General Coding Help - Replies (4)

I have a Lego Mindstorms brick running ev3dev (open source Linux) and I am writing a Python program for it. I want to enter it in a friendly Sumo styl..... More

Print this item

  live(real time) database retrive
Posted by: x64 - Dec-06-2016, 07:38 AM - Forum: Web Scraping & Web Development - Replies (1)

hi,
i am using django in ubuntu 15.10 and python 3.52.
i am working on a project which is similar to shopping website.
here i want to retrive datab..... More

Print this item

  Python Launch Options
Posted by: Flexico - Dec-06-2016, 02:28 AM - Forum: General Coding Help - Replies (6)

I'm not sure if this is more a Python question or a Linux question, but here goes: I have a script file tied to the key combo Ctrl+Alt+P to navigate t..... More

Print this item

  Sympy Integration
Posted by: Flexico - Dec-06-2016, 01:17 AM - Forum: General Coding Help - Replies (5)

I couldn't find a Sympy forum, so I figured I'd post it here.

Please explain this to me:
[python]
>>> integrate(sin(x**2),x)
                   ..... More

Print this item

  Why doesn't this work?
Posted by: PickyBiker - Dec-05-2016, 10:56 PM - Forum: General Coding Help - Replies (3)

I am learning python and having a problem with reading .json files. There are 2 reads, one for status.json and the other for schedue.json
The code sh..... More

Print this item

  Show all available bindings for given widget
Posted by: Larz60+ - Dec-05-2016, 10:22 PM - Forum: Code sharing - No Replies

I needed to know available bindings for a ttk Notebook widget, and had a hard time finding them
This class will show available bindings for any widge..... More

Print this item

  Unintended output
Posted by: Nick_Wright - Dec-05-2016, 09:24 PM - Forum: General Coding Help - Replies (1)

[python]

j = [['4', '5'], ['1', '1'], ['1', '5'], ['3', '4'], ['3', '1']]
k = [['5', '2'], ['4', '2'], ['2', '4'], ['3', '3'], ['4', '3']]
t = [[..... More

Print this item

  rewrite_title
Posted by: roadrage - Dec-05-2016, 08:26 PM - Forum: Web Scraping & Web Development - Replies (12)

"""
Create a function called rewrite_title, taking two arguments:
  - String, representing HTML body (full or partial)
  - String, representing a..... More

Print this item

  Help configuring Geany for Python
Posted by: PickyBiker - Dec-05-2016, 07:49 PM - Forum: General Coding Help - No Replies

I am learning Python. In past programming languages I have used, the editor or GUI environment would add spaces around things automatically to make th..... More

Print this item

  list_reduction
Posted by: roadrage - Dec-05-2016, 05:30 PM - Forum: Homework - Replies (3)

"""
Write a function called list_reduction, that takes a single argument - a list
of strings, L. The function must:
  1. Transform the list, *in ..... More

Print this item

  setting evironment of Linux using python
Posted by: kgkhan - Dec-05-2016, 05:17 PM - Forum: General Coding Help - Replies (2)

Hi I am trying to convert a shell script to python. In shell script they are setting the Environment I don't know how to do that using the python here..... More

Print this item

  where to find advanced level guides
Posted by: Skaperen - Dec-05-2016, 07:43 AM - Forum: General Coding Help - Replies (3)

i am looking for advanced level guides to python for subprocess piping.

i want to be able to read data from a subprocess so this involves pipes whe..... More

Print this item

  How to get from linux command line to an array
Posted by: timfox123 - Dec-04-2016, 11:51 PM - Forum: General Coding Help - Replies (4)

Hello, I am a totally newby.

I am trying to convert from Linux Bash to python. 

I need the output of Linux commands to be stored in a Python arr..... More

Print this item

  Identifying Efficiency
Posted by: micseydel - Dec-04-2016, 11:46 PM - Forum: Bar - Replies (9)


I interviewed a candidate recently for a software engineering position who had a master's degree from UCLA with a 3.8 GPA and a 3.9 GPA in under..... More

Print this item

  Help with classes
Posted by: J125 - Dec-04-2016, 05:04 PM - Forum: General Coding Help - Replies (9)

Hi All,

I'm sure this forum is littered with Learn Python the Hard Way questions... here's another on exercise 43: learnpythonthehardway.org/book/e..... More

Print this item

  faster socket with multiprocessing.Pipe
Posted by: sixteenornumber - Dec-04-2016, 02:58 PM - Forum: General Coding Help - Replies (2)

I have a socket receiving a TCP stream that WAS getting bottle necked with some of the processing.  I fixed the problem by giving the socket it's own ..... More

Print this item

  Need apointer to python project deployment
Posted by: PickyBiker - Dec-04-2016, 02:53 PM - Forum: General Coding Help - Replies (2)

Can someone point me to a resource (book or link) to learn about python project deployment? 

I am using raspberry pi and I have some simple program..... More

Print this item

  rock,paper,scissors
Posted by: Jei - Dec-04-2016, 02:13 PM - Forum: Homework - Replies (11)

I need to make this classic game.
my problem is that i dont know how to compare them to each other.
Doh
maybe something like this?
[python]if ..... More

Print this item

  Luhn algorithm
Posted by: Skaperen - Dec-04-2016, 05:56 AM - Forum: General Coding Help - Replies (3)

has anyone here implemented the Luhn algorithm in Python, preferably Python 3 ?

Print this item

  Advent of Code 2016
Posted by: snippsat - Dec-03-2016, 10:27 PM - Forum: News and Discussions - Replies (4)

If someone has to much spare time before Christmas Snowman
Advent of Code 2016

Print this item

  Watson IOT Released by IBM
Posted by: Larz60+ - Dec-03-2016, 09:49 PM - Forum: News and Discussions - No Replies

This is interesting (In my Humble Opinion), IBM has released Watson for Raspberry Pi (and other MCU') free (sort of)
see: http://www.ibm.com/internet..... More

Print this item

  Fractional Exponent Question
Posted by: Flexico - Dec-03-2016, 08:07 PM - Forum: General Coding Help - Replies (2)

This response had me confused for a while:
[code]>>> (-6)**(1/3)
(0.9085602964160701+1.5736725951324722j)
>>> abs(_)
1.8171205928321397
>>> (-_)*..... More

Print this item

  loop trouble
Posted by: Jei - Dec-03-2016, 03:38 PM - Forum: Homework - Replies (3)

The problem here is that after i type "quit" it still asks one last time "write something"  before it quits Think

[python]keepgoing = True

..... More

Print this item

  pywinauto timings timout error
Posted by: stonetr33 - Dec-03-2016, 10:50 AM - Forum: General Coding Help - Replies (4)

I switch between several keyboard layouts and have made super primitive scripts with pywinauto to TAB and ENTER until the desired layout is added or r..... More

Print this item

  Beginning in Qt
Posted by: NetCancer - Dec-03-2016, 07:00 AM - Forum: GUI - Replies (2)

Hello people,

I recently started trying to code GUIs in Python. I already have prior expericence with the language, bit it is limited to console co..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Two arguments in input fu... Today, 00:56 Alfredd Pedroski55 General Codin...
  Backward compatibility qu... Yesterday, 10:39 yutaozhou buran News and Disc...
  [Tkinter] I’m building a ... 11-07, 19:29 tsgiannis tsgiannis GUI
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
  Can I develop a live vide... 11-05, 08:31 mtrkhan ankitsharma32 Web Scraping ...
  [SOLVED] Linefeed when wr... 11-04, 11:51 Winfried buran General Codin...
Most views
  The best Prog... 578704
  Tutorial Requ... 509228
  Web Scraping ... 441851
  Newbie with P... 385802
  New Users Int... 375137
Most reputation
buran 581
snippsat 510
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
lary_p Today
Cristiano Yesterday
Alfredd Yesterday
clayote Yesterday
yutaozhou 11-07

User Panel Messages

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