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,313
» Latest member: wesley300
» Forum threads: 38,843
» Forum posts: 175,966

Full Statistics

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

Latest Threads
+27636605847 ۝Crystal met...
Forum: Board
Last Post: wesley300
29 minutes ago
» Replies: 0
» Views: 2
(ECSTACY) +27636605847 Bu...
Forum: Board
Last Post: wesley300
30 minutes ago
» Replies: 0
» Views: 1
+27636605847 BUY XANAX,CO...
Forum: Board
Last Post: wesley300
30 minutes ago
» Replies: 0
» Views: 1
((( (+27) 636605847)))*••...
Forum: Board
Last Post: wesley300
30 minutes ago
» Replies: 0
» Views: 1
MDMA In Dubai (QATAR) *+2...
Forum: Board
Last Post: wesley300
31 minutes ago
» Replies: 0
» Views: 1
+27636605847⚡Xanax,Lyrica...
Forum: Board
Last Post: wesley300
31 minutes ago
» Replies: 0
» Views: 1
RIYADH ꧅+27636605847 )•*C...
Forum: Board
Last Post: wesley300
31 minutes ago
» Replies: 0
» Views: 1
+27636605847 Crystal meth...
Forum: Board
Last Post: wesley300
31 minutes ago
» Replies: 0
» Views: 1
+27636605847 —– Xanax,Lyr...
Forum: Board
Last Post: wesley300
32 minutes ago
» Replies: 0
» Views: 1
Dubai ✓+|+27636605847☆Cry...
Forum: Board
Last Post: wesley300
32 minutes ago
» Replies: 0
» Views: 1

 
  UK Based Remote Developers Needed - PERMANENT up to £85,000
Posted by: DarrenCloudwise - May-30-2018, 02:30 PM - Forum: Jobs - Replies (1)

Role: Python Developers (WE NEED 2)
Salary: £60,000 - £85,000
Type: Permanent
Location: REMOTE (HOME BASED IN UK) with fortnight/monthly travel to ..... More

Print this item

  Error when creating child process on Windows 10
Posted by: Charles - May-30-2018, 01:24 PM - Forum: General Coding Help - No Replies

Hi,

I've come across an example code below and using PyCharm.

[python]
import multiprocessing

def myProcess():
print("{} Just performed X..... More

Print this item

  Statsmodels
Posted by: garikhgh0 - May-30-2018, 01:21 PM - Forum: General Coding Help - No Replies

hi, I have q question on how to define p,q and q values for Arima Models.

[python]
fig = plt.figure(figsize=(16,6))
model = ARIMA(ts_log, order=(17, ..... More


Attached Files

Thumbnail(s)
           
Print this item

  regular expression for a transformation
Posted by: bluefrog - May-30-2018, 11:29 AM - Forum: General Coding Help - Replies (1)

Hi

I cannot work out why the following works:

[python]import re
text = "Follow up on the new sales *order*. Do not consider the cancelled *orde..... More

Print this item

  type command does not work appropriately
Posted by: atharva - May-30-2018, 11:10 AM - Forum: General Coding Help - Replies (2)

when I assign a variable as given below type command works
for example :-

a = 2
type(a)
but when I assign a variable as given ..... More

Print this item

  Input error
Posted by: vijays3 - May-30-2018, 08:18 AM - Forum: General Coding Help - Replies (1)

Hi

I am taking input from user and when I run this code I get the error. Please help what I am doing wrong here.

[python]
print('Please enter ..... More

Print this item

  a script i might need to write
Posted by: Skaperen - May-30-2018, 05:54 AM - Forum: Bar - Replies (3)

a script i might need to write is to run another command is to capture both the stdout and stderr streams from that command, separately, with the orde..... More

Print this item

  [SOLVED] Create per button popup menu py2.7
Posted by: AceScottie - May-30-2018, 12:41 AM - Forum: GUI - Replies (5)

Simplified code:
[python]
from Tkinter import *
root = Tk()
def hello():
print("this is a hello:")
def test():
print("this is a test:")
def ..... More

Print this item

  need help using a returned value to import module
Posted by: Brave774 - May-29-2018, 10:47 PM - Forum: GUI - Replies (16)

Im a bit stuck!

Im new to python coding, this is my second project and Ive hit a wall.

Im trying to make a drinks dispenser for a big party

..... More

Print this item

  Any Google Voice users looking for a coding project?
Posted by: pydiot - May-29-2018, 10:22 PM - Forum: General Coding Help - Replies (3)

This is my first post on this board so I don't imagine I will be allowed to post links, sorry about that. But if anyone uses Google Voice and/or unde..... More

Print this item

  Pelco D protocol
Posted by: D_frucht - May-29-2018, 08:40 PM - Forum: General Coding Help - Replies (4)

Hello

i have a project that includes pelco d ptz camera tracking.

i have the pelco d protocol, for example:

FF 01 00 04 3F 00 44 - will pan ..... More

Print this item

  [PyGame] Block Game
Posted by: Zman350x - May-29-2018, 08:26 PM - Forum: Code sharing - Replies (3)

A simple game that lets you draw with blocks. Made in a few hours to test/first use pickle (actually cPickle). I know the code is messy, don't worry a..... More

Print this item

  How to correct, save, run with ptpython
Posted by: sylas - May-29-2018, 04:28 PM - Forum: General Coding Help - Replies (17)

Hi all. I am Administrator. With Notepad: I go to correct the error, then I click on "save" icon, then I go to Command Prompt and run with "python Fil..... More

Print this item

  Dictionary is empty
Posted by: ki4jgt - May-29-2018, 03:31 PM - Forum: General Coding Help - Replies (1)

I'm writing my own CRUD (more like URD) database -- for fun and possible production environment as I've needed a database which fits the requirements ..... More

Print this item

  using subpocess for both reading and writing simultaneously
Posted by: dauriac - May-29-2018, 02:13 PM - Forum: General Coding Help - Replies (11)

Hello
I have a very simple python code cpt.py:
[python]
for i in xrange(2):
print i # line 2
ans = raw_input() # line..... More

Print this item

  Improve this code (Receipt alike)
Posted by: Leonzxd - May-29-2018, 01:55 PM - Forum: Homework - Replies (10)

This is another question I got.

It given a lists of items and price tags of them.
It wanted to print out a receipt.
However, I couldn't one shot prin..... More

Print this item

  tale interactive fiction - looking for tutorial
Posted by: aryell8linx - May-29-2018, 11:21 AM - Forum: General Coding Help - Replies (1)

Hello Smile
I have installed tale - python3 in Linux, and I searched Youtube and google for a tutorial but am looking for help in finding a ste..... More

Print this item

  Pushing mysql db data from one schema to another schema?
Posted by: PrateekG - May-29-2018, 10:49 AM - Forum: Data Science - Replies (2)

Hi Experts!

I have created a python script for extracting,transforming the product related data from different merchants and after this I am loadin..... More

Print this item

  How to run different processes in a pool of 5
Posted by: lravikumarvsp - May-29-2018, 09:43 AM - Forum: General Coding Help - No Replies

Hi,

I had a python script which executes different processes in parallel.
How can I modify this script so that it can run the parallel processes i..... More

Print this item

  missing pandas even if in conda list
Posted by: metalray - May-29-2018, 09:14 AM - Forum: Data Science - Replies (2)

Dear Python Experts,

I wonder why pandas is noted as missing even if I have it in my list.

[python]
(donkey) C:\Users\HOL\d2>conda list
# pack..... More

Print this item

  Getting CategoricalEncoder
Posted by: Scott - May-29-2018, 06:53 AM - Forum: General Coding Help - Replies (1)

Hi Everyone,

My scikit-learn does not have the CategoricalEncoder and I cannot find out how to install it online. Has anyone installed it into pyth..... More

Print this item

  how to read a text file as bytes
Posted by: Skaperen - May-29-2018, 06:00 AM - Forum: General Coding Help - Replies (1)

i want to read a file as a list of byte types, one for each line where '\n' or '\r' or '\r\n' or even the unlikely '\n\r' are marking end of line. th..... More

Print this item

  Getting Error SSL Not verrify
Posted by: pramodb35 - May-29-2018, 03:30 AM - Forum: General Coding Help - No Replies

Hi Python,

I am fetching the some data from website. But the result is coming in below. Please help me out this.

[b]requests.exceptions.SSLError..... More

Print this item

  Creating a table from a dataset
Posted by: anthonylauly - May-29-2018, 02:37 AM - Forum: General Coding Help - Replies (2)

Hi, I am quite new to python, and I got confused how to transform a dataset into a table

[img]https://www.dropbox.com/s/xz1q791mlxotnnh/Screenshot%..... More

Print this item

  Help with code Python for "Ctrl+S"
Posted by: karlo_ds - May-28-2018, 10:40 PM - Forum: General Coding Help - Replies (1)

Hi everyone!

I am trying to download all web page in a folder, but only with code. I think as an alternative is the command "Ctrl + S", but I can n..... More

Print this item

  Values in date URL
Posted by: DrSavage - May-28-2018, 06:26 PM - Forum: General Coding Help - Replies (5)

Hi
First time here and newbie learning Python, so hope you can help me ?

This is the amended url, which works internally only and will return 5 se..... More

Print this item

  Need tips for speeding up python code
Posted by: iineo - May-28-2018, 06:01 PM - Forum: Data Science - Replies (1)

[python]from numpy import array, bitwise_or
from itertools import combinations, chain

n,k=map(int,input().split())
arr=list(map(int,input().spli..... More

Print this item

  I need assistance with re-gridding in python
Posted by: Lightning1800 - May-28-2018, 04:34 PM - Forum: General Coding Help - Replies (3)

I am working with climate model data from several models and would like to be able to interpolate each model's grid to a common model grid. I would li..... More

Print this item

  Error trying to draw a gif with graphics.py
Posted by: fierygaming - May-28-2018, 03:54 PM - Forum: Game Development - Replies (8)

Hey guys im sort of a noob at python and im really struggling with this. Im try to draw a image in a function but for some reason it doesnt work I don..... More

Print this item

  Import Error for Templates
Posted by: arohanajit232 - May-28-2018, 03:00 PM - Forum: Data Science - No Replies

[python]import numpy as np
from statistics import mean
x=[1,2,3,4,5]
y=[6,7,8,9,10]
m=((mean(x)*mean(y)-mean(x*y))/(mean(x)**2)-(m..... More

Print this item

  Rename files in two different folders
Posted by: MariaBelen - May-28-2018, 02:46 PM - Forum: Homework - Replies (1)

Hi everyone, I have a problem to solve. I have two folders like this

FOLDER 1:
- 05.xml
- 06.xml
- 07.xml
- 08.xml

FOLDER 2:
- 01_2500.jpeg ..... More

Print this item

  Combining the regex into single findall
Posted by: syoung - May-28-2018, 10:11 AM - Forum: General Coding Help - No Replies

Hello fellow Python Trekkers,

So, this program is a kind of prelude to a program involving SQLite. I'm not looking for help on that. At least not ..... More

Print this item

  Mac - pathnames
Posted by: capnahab - May-28-2018, 08:38 AM - Forum: General Coding Help - Replies (2)

I am using Jupyter Notebooks on a Mac 10.13.4 High Sierra , Python 3.6.4.
I want matplotlib to plot (histogram) some data from a sample table (csv fil..... More

Print this item

  issues while using Psexec from python code
Posted by: dev_devil_1983 - May-28-2018, 07:55 AM - Forum: General Coding Help - No Replies

Hi All,

I am relatively new to python and this forum as well. I was recently working on a code which requires me to connect to a remote machine via..... More

Print this item

  deleting from a set
Posted by: Skaperen - May-28-2018, 07:30 AM - Forum: General Coding Help - Replies (2)

i have a set which contains many words/strings. i want to delete one. but setname.remove(theword) will raise KeyError if it is not ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  +27636605847 ۝Crystal met... 29 minutes ago wesley300 wesley300 Board
  (ECSTACY) +27636605847 Bu... 30 minutes ago wesley300 wesley300 Board
  +27636605847 BUY XANAX,CO... 30 minutes ago wesley300 wesley300 Board
  ((( (+27) 636605847)))*••... 30 minutes ago wesley300 wesley300 Board
  MDMA In Dubai (QATAR) *+2... 31 minutes ago wesley300 wesley300 Board
  +27636605847⚡Xanax,Lyrica... 31 minutes ago wesley300 wesley300 Board
  RIYADH ꧅+27636605847 )•*C... 31 minutes ago wesley300 wesley300 Board
  +27636605847 Crystal meth... 31 minutes ago wesley300 wesley300 Board
  +27636605847 —– Xanax,Lyr... 32 minutes ago wesley300 wesley300 Board
  Dubai ✓+|+27636605847☆Cry... 32 minutes ago wesley300 wesley300 Board
  Abu dhabi✦Riyadh ✦+276366... 32 minutes ago wesley300 wesley300 Board
Most views
  The best Prog... 579514
  Tutorial Requ... 513010
  Web Scraping ... 442379
  Newbie with P... 386405
  New Users Int... 381797
Most reputation
buran 581
snippsat 511
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+ 12113
buran 8196
snippsat 7394
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
wesley300 Today
elizabethlittle6258 Today
StepanVoronin Today
QABOB Today
adityaN Today

User Panel Messages

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