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,941
» Latest member: pllrdvalery
» Forum threads: 38,723
» Forum posts: 175,517

Full Statistics

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

Latest Threads
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
5 hours ago
» Replies: 9
» Views: 497
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
Yesterday, 08:55 AM
» Replies: 1
» Views: 342
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,709
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,041
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,398
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,949
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,714
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,791
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,935
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,493

 
  Default packages for MAC 11.13 (Python 2.7)
Posted by: georgelza - Apr-30-2018, 09:37 AM - Forum: News and Discussions - No Replies

.. so I've always installed packages into my general/root profile using sudo, ye ye I know it's not good.

I'm switching to using virtualenv, but wo..... More

Print this item

  Condensed sqlite tutorial (riff on sebastian raschka's) - part 1
Posted by: mepyyeti - Apr-30-2018, 06:12 AM - Forum: Tutorial Requests and Submissions - No Replies

This is part 1 of a tutorial on sqlite3 (part of the standard library and widely used). Sebastian Saschka wrot..... More

Print this item

  Using PIP
Posted by: Nedescon - Apr-30-2018, 05:47 AM - Forum: General Coding Help - Replies (3)

I am using windows and am trying to get netmiko.
This is what I get-
[python]C:\Program Files\Python36>pip install netmiko
Collecting netmiko
R..... More

Print this item

  Help, simply grab web content
Posted by: lvlinux - Apr-30-2018, 03:15 AM - Forum: Web Scraping & Web Development - No Replies

[python]import requests
from bs4 import BeautifulSoup
res=requests.get('http://127.0.0.1:8887/4.9/ActualCombat.html')
soup=BeautifulSoup(res.text,'..... More

Print this item

  files in my home directory
Posted by: Skaperen - Apr-30-2018, 02:12 AM - Forum: Bar - Replies (3)

in my home directory of the user name/id i use for doing coding i have lots of .pike and .py and [inline].sh[/inline..... More

Print this item

  Search window position in Trelby
Posted by: blackclover - Apr-29-2018, 10:49 PM - Forum: GUI - Replies (20)

Hi,
First off, I'm a writer and know nothing about coding and Python.
I use a writing program named Trelby, which is written in Python.
I want to m..... More

Print this item

  Hotspot automatic reconnect script
Posted by: blackknite - Apr-29-2018, 09:26 PM - Forum: Web Scraping & Web Development - Replies (4)

Hey guys.Im often connected to a nearby hotspot, but there is always a trouble cause I have to go to a login page and simply press "connect" like ever..... More

Print this item

  Atom, Anaconda & Co.
Posted by: Jack_Sparrow - Apr-29-2018, 06:44 PM - Forum: Data Science - Replies (6)

Hello there,
I am a new user and use python for some days. Blush
Last days I installed some programs like python 3.6, atom, anaconda and git ..... More

Print this item

  Regex Newbie
Posted by: yanhto - Apr-29-2018, 04:32 PM - Forum: Homework - Replies (2)

Hi,

I am beginning with regex in python and i am having trouble with an exercise.
It may be very simple and i am probably doing something very wro..... More

Print this item

  importing downloaded usb module
Posted by: kiyoshi7 - Apr-29-2018, 04:29 PM - Forum: General Coding Help - Replies (5)

Hi, I downloaded pywinusb from GitHub, but I can't remember how to import it. I unzipped it to a f..... More

Print this item

  Help needed adding a certain Argument
Posted by: StrongHandsDeepPockets - Apr-29-2018, 03:33 PM - Forum: General Coding Help - Replies (3)

I need to add a specific Argument at get_channel_participants. For some bloody reason, I can't. Here is the reference from Telethon's documentation (i..... More

Print this item

  AttributeError: 'set' object has no attribute 'items
Posted by: hey_arnold - Apr-29-2018, 03:31 PM - Forum: Data Science - Replies (3)

Hi All,

I am having problems trying to work out what I have done wrong, any help would be much appreciated :)

The error points to:

for heade..... More

Print this item

  prophet & (python) & excel ?
Posted by: PAOLG - Apr-29-2018, 03:00 PM - Forum: News and Discussions - Replies (4)

Hi all. Thanks for having me here, in this great community (entering closing door slowly..)

here is question: would you recommend this, python, as..... More

Print this item

  What is the best site or book to learn advanced python programming?
Posted by: aruntracer - Apr-29-2018, 02:25 PM - Forum: News and Discussions - Replies (2)

What is the best site or book to learn advanced python programming?
Ex: modules like Sub Process and OS

Print this item

  Automation script help
Posted by: Yui_18 - Apr-29-2018, 11:28 AM - Forum: General Coding Help - Replies (1)

Hi, I'm very new to python. I need an Automation script to remove few nos of certain past history terms from Chrome history, can someone help me write..... More

Print this item

  help with a simple script
Posted by: juanb007 - Apr-29-2018, 11:22 AM - Forum: General Coding Help - Replies (4)

Hi

im really new to python so i wrote this script:

#!/usr/local/bin/python

service postgresql start
service postgresql restart
msfdb rein..... More

Print this item

  Help needed building newly released FOSS 'Meshroom'
Posted by: mStuff - Apr-29-2018, 10:54 AM - Forum: General Coding Help - No Replies

AliceVision's 'Meshroom' was just released after a presentation at FMX, and they have made their source public.

..... More

Print this item

  For and If Loop not working as intended
Posted by: Jaykin - Apr-29-2018, 10:11 AM - Forum: Homework - Replies (1)

Question 3: Largest product in a series
View Past Answers
The four adjacent digits in the 1000-digit number that have the greatest product are 9 × 9..... More

Print this item

  how to move the 'Human' object using keys.
Posted by: ashik - Apr-29-2018, 08:00 AM - Forum: Game Development - No Replies

im developing an project similar to Mario game. i need to move an object ie human till he reaches his destination. below is my code. i tried different..... More

Print this item

  help with keeping score
Posted by: W3BL3Y - Apr-29-2018, 03:44 AM - Forum: General Coding Help - Replies (2)

Hi. I am new to the forums and Python in general. I have made a "simple" rock, paper, scissors game and am trying to keep a running score. Basically, ..... More

Print this item

  TypeError: exitfunc() missing 1 required positional argument: 'self'
Posted by: venkateshrathod - Apr-29-2018, 02:51 AM - Forum: General Coding Help - Replies (3)

HI All,

I am new to the python, i am trying to call a method defined in the same class but getting an error as
" return self.func(*args)
TypeErro..... More

Print this item

  Split string at specific number
Posted by: TimeMen - Apr-28-2018, 08:47 PM - Forum: General Coding Help - Replies (6)

Hey there,
at first, excuse my bad English. It's not my mother tongue.

Now to my question:
Through some experiments I got some random strings con..... More

Print this item

  Help with python and audio
Posted by: Burca - Apr-28-2018, 07:36 PM - Forum: General Coding Help - Replies (2)

I'm sorry if this is not the right place :(

I just started a home project for controlling the rgb light via wifi; The control part is working but ..... More

Print this item

  How to use python to do "for each 365 data, print the largest 18 value?
Posted by: ctliaf - Apr-28-2018, 07:25 PM - Forum: General Coding Help - Replies (1)

I have a text file which shows the daily temperature of a specific location in 20 years. Therefore, there are total 365x20=7300 data. What should I do..... More

Print this item

  Plot Pandas DataFrame using Dash
Posted by: niks250891 - Apr-28-2018, 05:07 PM - Forum: Data Science - No Replies

I have created Pandas DataFrame like this
[python]
import plotly
import pandas as pd
import cufflinks as cf
plotly.offline.init_noteb..... More

Print this item

  What Version of Python I should download
Posted by: G70115 - Apr-28-2018, 04:22 PM - Forum: General Coding Help - Replies (1)

I am confused with the AMD64, etc on the various download.

I wish to use the latest working Python for Win 10 Pro. I am currently using a 64-bit O..... More

Print this item

  Trying to use win32 Sendkeys to log into database overnight
Posted by: statiCat - Apr-28-2018, 03:59 PM - Forum: General Coding Help - No Replies

I am trying to log into and run a macro in an Access database while not at my computer. I have written a script that achieves what I want while I am l..... More

Print this item

  Watson Personality Insight: minimum number of words
Posted by: kiton - Apr-28-2018, 03:28 PM - Forum: General Coding Help - No Replies

Hello dear forum members,

I currently have a task of running about 9,000 files through IBM Watson Personality Insight api. To do this, together with ..... More

Print this item

  Byte to String Conversion
Posted by: subhankar2028 - Apr-28-2018, 01:43 PM - Forum: GUI - Replies (1)

I want to show COM PORT received count number into a text widget.
com port is receiving bytes from micro controller and those bytes are not acceptabl..... More

Print this item

  Run Script written in javascript from python
Posted by: Scientifix - Apr-28-2018, 10:44 AM - Forum: General Coding Help - Replies (3)

Hello everyone !!

I have written a scipt for a program called Javafoil and I want torun it from python.
I Therefore write this command in the pyth..... More

Print this item

  TypeError: can't contact str to bytes
Posted by: MartyXO - Apr-28-2018, 08:38 AM - Forum: Web Scraping & Web Development - No Replies

Hello dear friends!
I writing bruteforce script for fun.
And then I press enter (if I choosing wordlist) for choose darkstain-wl.txt I get error: Ty..... More

Print this item

  Job - Python developer - Lyon - France
Posted by: Cott - Apr-28-2018, 07:19 AM - Forum: Jobs - No Replies

You are a versatile software engineer willing to implement data processing solutions, and take part in innovative projects for international customers..... More

Print this item

  Need help with code
Posted by: Cerberus - Apr-28-2018, 06:59 AM - Forum: General Coding Help - Replies (2)

so i have this code but it wont seem to work can anyone help me?

[python]
# Enter Data
tag=raw_input("Enter Discord Tag ")
import time
import p..... More

Print this item

  test if a file really has Python code
Posted by: Skaperen - Apr-28-2018, 05:33 AM - Forum: News and Discussions - Replies (2)

i have found that the "file" command in Ubuntu Linux is doing a poor job at recognizing Python files. i ran it through all files in "/usr" that end i..... More

Print this item

  Python file parsing, can't catch strings in new line
Posted by: Philia - Apr-28-2018, 04:20 AM - Forum: General Coding Help - Replies (5)

So Parsing a large text file with 56,900 book titles with authors and a etext no. Trying to find the authors. By parsing the file. The file is a like ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Using a For Loop to subtr... 5 hours ago Anunderling deanhystad General Codin...
  A coding beginner needs h... Yesterday, 08:55 Littlefish paul18fr 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...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
Most views
  The best Prog... 576650
  Tutorial Requ... 498739
  Web Scraping ... 440489
  Newbie with P... 384415
  New Users Int... 367845
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 8175
snippsat 7368
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
pllrdvalery Yesterday
Littlefish Yesterday
Noya_Yonatan 09-21
Saipython555 09-21
Anunderling 09-21

User Panel Messages

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