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,945
» Latest member: susan
» Forum threads: 38,726
» Forum posts: 175,523

Full Statistics

Online Users
There are currently 68 online users.
» 1 Member(s) | 62 Guest(s)
Bing, Google, AOL, Mojeek, AOL, Pedroski55

Latest Threads
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
3 minutes ago
» Replies: 5
» Views: 9,091
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
2 hours ago
» Replies: 0
» Views: 29
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
8 hours ago
» Replies: 2
» Views: 419
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
9 hours ago
» Replies: 0
» Views: 69
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 561
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,785
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,105
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,463
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,026
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,775

 
  Sqlite to GUI
Posted by: D_frucht - May-19-2018, 01:09 PM - Forum: GUI - No Replies

Hello.

I made a simple program the uses sqlite for importing and reading data.

I want to be able to import and read data using a GUI that runs in my..... More

Print this item

  error
Posted by: lovedeep - May-19-2018, 12:17 PM - Forum: Data Science - Replies (3)

[python]

import sklearn
import pandas as pd
import numpy as np
from sklearn.utils import shuffle
from sklearn.linear_model import LinearRegress..... More

Print this item

  Guess the dice roll mini-game
Posted by: tawnnx - May-19-2018, 12:01 PM - Forum: Code sharing - Replies (6)

Hey everyone, I just finished my first program, I've been learning python for about 3 days now.

I am wondering if there are ways I can make my code..... More

Print this item

  I Want To Download Many Files Of Same File Extension With Either Wget Or Python,
Posted by: eddywinch82 - May-19-2018, 10:55 AM - Forum: Web Scraping & Web Development - Replies (15)

I would like to download Files of the same File types .utu and .zip from the Following Microsoft Flight Simulator AI Traffic Websites :-

http://web..... More

Print this item

  single quote problem
Posted by: Rikk - May-19-2018, 10:00 AM - Forum: General Coding Help - Replies (2)

I have downloaded Python (3.6.5) on my iMac OS v. 10.13.4. When programming strings in Idle I used the single quote ...and Idle suddenly quit on me. ..... More

Print this item

  How to install latest version of 'pygame'
Posted by: sylas - May-19-2018, 08:48 AM - Forum: General Coding Help - Replies (1)

Hi all! I am with windows( on command prompt). First: is it possible to look first at all versions of 'pygame'. Second how to install latest version o..... More

Print this item

  Abaqus Python Scripting..Key error
Posted by: maddy - May-19-2018, 08:05 AM - Forum: General Coding Help - No Replies

from abaqus import *
from abaqusConstants import *
from caeModules import *
from driverUtils import executeOnCaeStartup
import odbAccess
from odb..... More

Print this item

  Debugging with PyCharm
Posted by: Ori756 - May-19-2018, 07:48 AM - Forum: Tutorial Requests and Submissions - No Replies

Hi,
I've published an article about how debugging python efficiently with PyCharm.
the link below:

https://medium.com/@ori75660/debugging-with-py..... More

Print this item

  a list of modules
Posted by: Skaperen - May-19-2018, 05:40 AM - Forum: General Coding Help - No Replies

how to create a list of modules to be returned from a function and how to import them?

Print this item

  Organizing the output of 2 for loops
Posted by: pythoneer - May-19-2018, 04:53 AM - Forum: Data Science - Replies (6)

I have 2 for loops that fetch data from 2 different data sources, one for loop prints an output of 15 rows and 6 columns and another for loop prints a..... More

Print this item

  Why there is no any input of the picture?
Posted by: Tony - May-19-2018, 04:12 AM - Forum: Homework - Replies (2)

I have to use the module matplotlib to plot a scatter graph on the map.
here is my codes
[python]def map_of_sighting(altas_data):
"""this funct..... More

Print this item

  categorical encoder
Posted by: Scott - May-19-2018, 03:38 AM - Forum: General Coding Help - No Replies

Hi everyone,

I am working through a text book and I don't think my sklearn has the categorical encoder. I recently downloaded python 3 anaconda pac..... More

Print this item

  cx_freeze exe does not work?
Posted by: Skycoder - May-19-2018, 12:39 AM - Forum: General Coding Help - Replies (4)

Hi All

I have a very simple python file that I need to run of an exe. The program works perfectly through python console but when running the exe ..... More

Print this item

  sqlite3 db and table design
Posted by: pythonNoob - May-18-2018, 07:16 PM - Forum: General Coding Help - Replies (4)

I currently use an Excel sheet to run a library inside of a prison but I think I'd like a better tool for the job so I'm trying to create it. My curre..... More

Print this item

  email crawler in python
Posted by: aaa - May-18-2018, 07:03 PM - Forum: Web Scraping & Web Development - No Replies

Hello. We have a Python code. This code is part of a larger code. This code first receives a URL from the user, and then searches at a depth of 2 in t..... More

Print this item

  deltatime calculation
Posted by: D_frucht - May-18-2018, 06:14 PM - Forum: General Coding Help - Replies (6)

hello.

i have problems with delta time calc. there are 2 relevant var, that a user input: date of order and number of weeks to deliver the order.
..... More

Print this item

  A crazy project involving webpage interaction
Posted by: apsaditya - May-18-2018, 05:44 PM - Forum: Web Scraping & Web Development - Replies (7)

I have a crazy project in my mind.
Thus is what I what I want my program to do:
It accesses a website "http://www.msmcampuscare.in/Logon/Logon" usin..... More

Print this item

  Read a data from text file (Notepad)
Posted by: Leonzxd - May-18-2018, 03:35 PM - Forum: Homework - Replies (24)

Hi once again...

Edit: As previously mentioned, the notepad consists of 12 records of countries such as:

Malaysia, Kuala Lumpur
Japan, Tokyo
..... More

Print this item

  Is the paramiko's API threading safe?
Posted by: bsxfun - May-18-2018, 02:56 PM - Forum: Networking - No Replies

I want to download files using paramiko with multithreading.
But I am not sure if the paramiko's API is threading safe.
If the API is threading safe..... More

Print this item

  Whats wrong with this code?
Posted by: student1 - May-18-2018, 02:49 PM - Forum: General Coding Help - Replies (1)

[python]
def dijkstra1(successors, other_node):
vertices : length = successors
n = len(successors)
S = []
S.append(0)
L = di..... More

Print this item

  Removing dublicates from a string
Posted by: JoeNancy - May-18-2018, 12:33 PM - Forum: Homework - Replies (6)

Hello, I am new to python and would be glad if you assisted from time to time.

I want to write a function which will take one string argument contain..... More

Print this item

  I need help on this
Posted by: fellasallah - May-18-2018, 12:14 PM - Forum: General Coding Help - No Replies

TypeError at /computer_list/5/make_payment

coercing to Unicode: need string or buffer, NoneType found

Request Method: POST
Request URL: http:..... More

Print this item

  OSError: [WinError 10038] An operation was attempted on something that is not a socke
Posted by: vikas - May-18-2018, 11:23 AM - Forum: Networking - No Replies

Getting Error while sending message using kafka-python producer
OSError: [WinError 10038] An operation was attempted on something that is not a sock..... More

Print this item

  Fetching private ip address from instances of an autoscaling group
Posted by: deepsonune - May-18-2018, 10:32 AM - Forum: General Coding Help - No Replies

Dear All,

I am trying to fetch private ip address of an instances launched into autoscaling group.
There is no property 'private-ip-address' for a..... More

Print this item

  looking for full time python developer?
Posted by: Justin49 - May-18-2018, 10:20 AM - Forum: Jobs - No Replies

Hi.
I'm a python developer.

6+ Years (Python, Django, OpenERP, Web2Py, IOS/Android)

1. Have experience in working with Git-hub, SVN, git-lab a..... More

Print this item

  Arrangement of the Output
Posted by: Leonzxd - May-18-2018, 09:40 AM - Forum: Homework - Replies (2)

Hi all,

I would like to read a data from the text file (Notepad) that contain all sort of countries and its capitals. Such as below:

Malaysia, K..... More

Print this item

  webscraping - failing to extract specific text from data.gov
Posted by: rontar - May-18-2018, 08:26 AM - Forum: Web Scraping & Web Development - Replies (2)

Wanted to extract how many data sets are on 'https://catalog.data.gov/dataset#sec-organization_type'.

The HTML file was:
<body>
...
<div class..... More

Print this item

  How to compare two files and Display different results for text and for INT
Posted by: Prince_Bhatia - May-18-2018, 07:18 AM - Forum: Data Science - Replies (1)

hi,

I am trying to create a program that will compare two csv files and display the results in new csv file.
In csv files cells have text value and i..... More


Attached Files

.csv   Book1.csv (Size: 1.29 KB / Downloads: 43)
.csv   Book2.csv (Size: 1.37 KB / Downloads: 48)
Print this item

  Certification in Python
Posted by: SriRekha - May-18-2018, 07:10 AM - Forum: News and Discussions - Replies (1)

I am looking for any cerification available in python as i am new to this technology , it would be good if someone suggest the certification in python..... More

Print this item

  Why the IDE cannot show the result of zip function?
Posted by: Tony - May-18-2018, 05:10 AM - Forum: General Coding Help - Replies (2)

Here is my codes,I am trying to zip two lists

a = [1,2,3]
b = [4,5,6]

print(zip(a,b))
It just printed the location

[e..... More

Print this item

  save 2d array to file and load back
Posted by: ian - May-18-2018, 02:29 AM - Forum: Data Science - Replies (3)

I tried to save 2 dimensional array to a file and load it back. But not sure how to fix it. please advise. thanks.
[python]
import numpy as np
x = ..... More

Print this item

  a calculator command in python
Posted by: Skaperen - May-18-2018, 01:40 AM - Forum: News and Discussions - Replies (2)

a simple calculator command in python is rather easy to do. the eval() built-in function makes it nearly trivial. so what about one that does calcul..... More

Print this item

  Deleting value from dictionary.
Posted by: dbdb12 - May-18-2018, 01:38 AM - Forum: General Coding Help - Replies (3)

I was wondering how to remove values from a key if the length of the value was less than a certain amount. I'm not trying to remove the entire key/ite..... More

Print this item

  Tic-Tac-Toe player swap question
Posted by: kmchap - May-17-2018, 10:58 PM - Forum: Game Development - No Replies

Hello,

I am writing a program for tic-tac-toe as an assignment for a class I am taking. At the moment I am trying to create a tic-tac-toe game usin..... More

Print this item

  not able to import numpy in pthon_d
Posted by: leiwengi - May-17-2018, 09:46 PM - Forum: Data Science - No Replies

Hello,

I am trying to import numpy libary using the python_d.exe but get import error. Please see below:
[color=#3498DB]:\numpy>python_d
Python..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Creating a Mindmap progra... 3 minutes ago J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 2 hours ago compuman145 compuman145 General Codin...
  A coding beginner needs h... 8 hours ago Littlefish Littlefish General Codin...
  Is the interpreter that c... 9 hours ago helendamdam helendamdam General Codin...
  Using a For Loop to subtr... Yesterday, 20:56 Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  real community 09-15, 20:16 decuser decuser News and Disc...
Most views
  The best Prog... 576691
  Tutorial Requ... 498846
  Web Scraping ... 440510
  Newbie with P... 384461
  New Users Int... 368120
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 8176
snippsat 7368
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
susan Today
jatinkumar12 Today
angelhealu504 Today
helendamdam Today
pllrdvalery Yesterday

User Panel Messages

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