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,669
» Latest member: chaless
» Forum threads: 38,646
» Forum posts: 175,052

Full Statistics

Online Users
There are currently 519 online users.
» 0 Member(s) | 515 Guest(s)
Google, Bing, Baidu, Yandex

Latest Threads
HOW TO RETRIEVE STOLEN CR...
Forum: Bar
Last Post: chaless
1 hour ago
» Replies: 0
» Views: 27
While loop is terminating...
Forum: Homework
Last Post: Plyth
9 hours ago
» Replies: 2
» Views: 211
PythonPath file
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 10:56 PM
» Replies: 7
» Views: 19,722
Building a food delivery ...
Forum: Homework
Last Post: nooryasmeen022
Yesterday, 04:12 PM
» Replies: 3
» Views: 7,515
Python Install Mager Help
Forum: News and Discussions
Last Post: snippsat
Yesterday, 09:43 AM
» Replies: 5
» Views: 360
RemoTe server operation w...
Forum: General Coding Help
Last Post: mario17
Yesterday, 07:18 AM
» Replies: 4
» Views: 291
Hide CLI while grabbing i...
Forum: GUI
Last Post: Gribouillis
Jul-03-2025, 08:12 AM
» Replies: 1
» Views: 141
Venv - Python Virtual Env...
Forum: General Coding Help
Last Post: Larz60+
Jul-02-2025, 05:41 PM
» Replies: 4
» Views: 660
textbox compare command n...
Forum: GUI
Last Post: deanhystad
Jul-02-2025, 01:40 PM
» Replies: 1
» Views: 234
Deploy Flask apps on Wind...
Forum: Web Scraping & Web Development
Last Post: DeaD_EyE
Jul-02-2025, 09:23 AM
» Replies: 2
» Views: 5,954

 
  Query related to automation testing of database
Posted by: purnima1 - Sep-29-2017, 08:27 AM - Forum: News and Discussions - No Replies

Hi all,

I am new in python. I actually want to know where we can use it practically .

I want to give brief about my project and want to discuss whe..... More

Print this item

  Widgets position
Posted by: antoniojescobar - Sep-29-2017, 08:16 AM - Forum: GUI - Replies (2)

Hello,last week I started to make a GUI with the Tkinter library.Now I'm trying to make that the position of the widgets adjust itself to the size of ..... More

Print this item

  keyError with dataframe.loc
Posted by: mymnr - Sep-29-2017, 04:50 AM - Forum: General Coding Help - No Replies

I have a dataframe with two columns 'ProductID' and 'Balance'.
Some 'Balance' columns have values =0 (df['Balance']=0).
My dataframe contains differe..... More

Print this item

  broken if statement????
Posted by: DarthTader - Sep-29-2017, 03:17 AM - Forum: General Coding Help - Replies (2)

ok so this sample code is intended to run (at this time) infinetly until i re-run the code (f5)

my current problem is after i call the button funct..... More

Print this item

  Check CSV file for value
Posted by: Brian1210 - Sep-29-2017, 12:35 AM - Forum: General Coding Help - Replies (5)

I'm new to python, I'm trying to set up raspberry pi for temp sensor. I got it writing values to CSV file. But now I want to check the Value and if ov..... More

Print this item

  Urgent Need Python Developer
Posted by: Harry - Sep-28-2017, 10:46 PM - Forum: Jobs - No Replies

Position: SR. Developer
Location: Beaverton, OR
Duration : 12+ months


Only W2

Qualifications
• 5 years’ experience as Python Developer ..... More

Print this item

  Find bug
Posted by: a1060724653 - Sep-28-2017, 09:45 PM - Forum: Homework - Replies (2)

def interleave(nums):
new_nums = []
index = 0
if len(nums) == 0:
return new_nums
for j in range(len(nums)):
for ..... More

Print this item

  Rock,paper,scissors Game(beginner)
Posted by: r0d - Sep-28-2017, 09:19 PM - Forum: Game Development - Replies (10)

Can someone explain to me whats wrong with my code, im new to python and i figure to practice a little, to create a rock paper scissors game
..... More

Print this item

  [Software Programming] Texture Gen Library, which lib ?
Posted by: JamieVanCadsand - Sep-28-2017, 08:49 PM - Forum: News and Discussions - Replies (4)

Hey Software Developers...

Which python library is the best for programming as example an texture generator or
3d software where you can generate ..... More

Print this item

  Data through a websocket
Posted by: darkknight - Sep-28-2017, 07:05 PM - Forum: General Coding Help - Replies (1)

Hi,

I am a newbie to Python and to this forum. I have done a few courses on Python.

I am now trying to listen to data from a websocket. I inten..... More

Print this item

  How to gauge my level of Python proficiency?
Posted by: Athenaeum - Sep-28-2017, 06:37 PM - Forum: News and Discussions - Replies (7)

I recently began learning Python about 2-3 weeks ago because I wanted to be able to include it on my resume as a skillset. I had begun picking it up ..... More

Print this item

  Setter of class object
Posted by: maitreyaverma - Sep-28-2017, 05:53 PM - Forum: General Coding Help - Replies (1)

I am trying to override setter of a class in django. I have a class shown below
class Student:
details_done = models.BooleanField(default = False..... More

Print this item

  Moon earth sun orbit
Posted by: newfoundme - Sep-28-2017, 05:37 PM - Forum: General Coding Help - Replies (13)

Dear,

I found this code years ago on the internet; it used to work perfectly fine for what I needed it.
Now I want to run it again in more recent ..... More

Print this item

  Array of Listening Sockets
Posted by: abarnes - Sep-28-2017, 05:35 PM - Forum: General Coding Help - Replies (1)

I am trying to figure out how to create a server. Here is what I want:

- Service port runs on port 5000
- Client connects to port and receives a r..... More

Print this item

  How to run a loop till half of the string...without using inbuilt function
Posted by: krish - Sep-28-2017, 04:54 PM - Forum: General Coding Help - Replies (1)

please give a runnabl sample of your code with the full error text or a clear description of the problem

I know, i was asking some basic question....... More

Print this item

  Return options
Posted by: Kongurinn - Sep-28-2017, 02:28 PM - Forum: General Coding Help - Replies (1)

Hey every just starting my first class in Python this semester.

What is the difference between a print() and a return function, when defining a use..... More

Print this item

  ODBC Not Working
Posted by: Bonediggler - Sep-28-2017, 01:27 PM - Forum: General Coding Help - Replies (3)

Experts:

Print this item

  Use regular expression to return 5 words before and after target word.
Posted by: steve1040 - Sep-28-2017, 10:58 AM - Forum: General Coding Help - Replies (2)

Hello,
I've extracted doctor notes from our organization's database (Sequel Server) into a CSV file.

I'd like to use Python to add a new field wit..... More

Print this item

  Understanding the module python-craigslist
Posted by: duccio - Sep-28-2017, 09:19 AM - Forum: General Coding Help - Replies (2)

HI,
I am trying to understand how the module python-craigslist works.
The __init__.py file is too long to be posted here, so I cut a simplified ver..... More

Print this item

  Solving nth degree simultaneous equations
Posted by: hegdep - Sep-28-2017, 06:41 AM - Forum: Data Science - Replies (3)

I am completely new to Python and just figuring my way around the language. However, I was wondering if there was a way of solving 'n'th degree simult..... More

Print this item

  python socketio-client-2 and nod js socketio server communication is not success
Posted by: vmyadhu2 - Sep-28-2017, 06:02 AM - Forum: Networking - Replies (2)

Hi guys,
I am trying to connect a node js socketio server using my python socketio-client. But it is not working now, because the node js socke..... More

Print this item

  I have no clue whats wrong...
Posted by: Jack_03 - Sep-28-2017, 05:49 AM - Forum: General Coding Help - Replies (1)

I have no clue what I've done wrong but its giving me trackback errors when I run the man player type, and I have no clue whats gone wrong can anyone ..... More

Print this item

  Class Error
Posted by: OmarSinno - Sep-28-2017, 05:16 AM - Forum: General Coding Help - Replies (1)

[python]class Students:
def _init_(self,name,age,grade):
self.name = name
self.age = age
self.grade = grade

student..... More

Print this item

  (maybe) JSON to CSV
Posted by: PythonNewbster - Sep-28-2017, 04:34 AM - Forum: General Coding Help - Replies (12)

Hello All,

I am an ABSOLUTE beginner and I am about to ramp things up by taking the MIT Open Courseware course. I also have "Python Crash Course" a..... More

Print this item

  i want to make a cli command that ...
Posted by: Skaperen - Sep-28-2017, 03:44 AM - Forum: News and Discussions - Replies (9)

i want to make a cli command that does a combination of what head does and what tail does in posix/unix/linux.  with one stdin in..... More

Print this item

  printing engineering notation
Posted by: Skaperen - Sep-28-2017, 02:43 AM - Forum: General Coding Help - Replies (1)

is there a way to, or a module that can, do ..... More

Print this item

  Create list from String
Posted by: purnima1 - Sep-28-2017, 01:35 AM - Forum: General Coding Help - Replies (3)

Hello All,

I am new to Python. I have installed python recently few weeks back and started exploring it . I need one suggestion for from which boo..... More

Print this item

  Selenium - How to position yourself in a new tab
Posted by: Kalet - Sep-27-2017, 11:45 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello,

I have been working with Selenium as I mentioned here an admin and it is amazing. Only that I have a doubt, when I am in a tab and there is a ..... More

Print this item

  [Py2Exe] How can i convert py files to exe ?
Posted by: JamieVanCadsand - Sep-27-2017, 05:37 PM - Forum: News and Discussions - Replies (10)

Hey Guys...

Now i get installed py2exe for windows and python, from PIP.
But can anyone tell me how it works... or give my any tutorial ?...

I ..... More

Print this item

  Trying to create a child class in Python 2.7
Posted by: mac77 - Sep-27-2017, 05:09 PM - Forum: General Coding Help - Replies (1)

I appreciate any help - Using Python 2.7 -->
Also, it's unclear to me how to format code on this site -

Error --->

Traceback (most recent call ..... More

Print this item

  I need request POST for Facebook in My Profile
Posted by: Kalet - Sep-27-2017, 04:58 PM - Forum: Web Scraping & Web Development - Replies (4)

I will try to be as specific as possible. I am trying to make a request by POST method to publish a certain link in my profile. I've used the Facebook..... More

Print this item

  Neighbors of a grid
Posted by: beatyjl - Sep-27-2017, 04:57 PM - Forum: Homework - Replies (2)

Imagine that the user specifies the width and height of a grid, as well as two tiles. You will return either "True" or "False" depending on whether or..... More

Print this item

  Mirror of a grid
Posted by: beatyjl - Sep-27-2017, 04:55 PM - Forum: Homework - Replies (4)

Imagine that the user specifies with width and height of a grid, and a tile in that grid. Find the "mirror-mirror" of that tile, that is, if you folde..... More

Print this item

  Why am I getting this error?
Posted by: beemanjo - Sep-27-2017, 03:39 PM - Forum: Homework - Replies (4)

please give a runnable sample of your code with the full error text or a clear description of the problem

WHY AM I GETTING THIS ERROR
[python]

..... More

Print this item

  Problem with the '|' character?
Posted by: Saka - Sep-27-2017, 01:27 PM - Forum: General Coding Help - Replies (2)

Hello all, I'm trying to use the following method to find the "|" character in the following string as a little test:
[python][m.start() for m in re...... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  HOW TO RETRIEVE STOLEN CR... 1 hour ago chaless chaless Bar
  While loop is terminating... 9 hours ago jumpsworthnow Plyth Homework
  PythonPath file Yesterday, 22:56 JohnRLaw Pedroski55 General Codin...
  Building a food delivery ... Yesterday, 16:12 ElenaPapagia nooryasmeen022 Homework
  Python Install Mager Help Yesterday, 09:43 bowens1983 snippsat News and Disc...
  RemoTe server operation w... Yesterday, 07:18 mario17 mario17 General Codin...
  [WxPython] Hide CLI while... 07-03, 08:12 Winfried Gribouillis GUI
  Venv - Python Virtual Env... 07-02, 17:41 DanneA Larz60+ General Codin...
  [Tkinter] textbox compare... 07-02, 13:40 dmac6809 deanhystad GUI
  Deploy Flask apps on Wind... 07-02, 09:23 SpongeB0B DeaD_EyE Web Scraping ...
  How to ask Smart Question... 07-01, 08:10 metulburr Thatedge Board
Most views
  The best Prog... 572419
  Tutorial Requ... 485218
  Web Scraping ... 436952
  Newbie with P... 379798
  Thread remain... 351272
Most reputation
buran 581
snippsat 507
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+ 12070
buran 8173
snippsat 7344
deanhystad 6845
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
as1221 3
Newest members
chaless Today
agusputra99 Today
Andytan7 Today
SairamK Today
stackframer Yesterday

User Panel Messages

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