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,954
» Latest member: bianchiluca116
» Forum threads: 38,725
» Forum posts: 175,520

Full Statistics

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

Latest Threads
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
4 hours ago
» Replies: 10
» Views: 29,183
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 4
» Views: 9,321
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Yesterday, 09:08 AM
» Replies: 0
» Views: 197
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 624
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 222
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 791
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,050
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,290
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,653
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,203

 
  Archive (.7z, .zip, .rar, .tar, etc) Password Extractor
Posted by: btforensics - Jul-08-2018, 03:05 PM - Forum: General Coding Help - Replies (1)

Hi Everyone,

I'm just new to Python. I've already learned the basics by watching videos online.

I am planning to write a script that will autom..... More

Print this item

  cx_freeze exe does nothing
Posted by: taigi100 - Jul-08-2018, 02:11 PM - Forum: Data Science - No Replies

Hey,

I need to build an 'exe' for a python script. Actually, I don't really care what it is, as long as I can distribute it on other Windows PCs. I..... More

Print this item

  Different Virtual environments
Posted by: Pengwain - Jul-08-2018, 02:09 PM - Forum: General Coding Help - Replies (1)

I am new to Python and was wondering what differences there are in creating a virtual env in either Pycharm or through virtualbox or through the comma..... More

Print this item

  Auto-headers disable in importing CSV files
Posted by: zealjeung - Jul-08-2018, 12:10 PM - Forum: Data Science - Replies (3)

#phython3

Hi when I import my .csv file, it automatically makes my 1st row into headers which is wrong for I do not really have headers for my file..... More

Print this item

  Reading complex JSON dictionaries
Posted by: Gromis - Jul-08-2018, 11:20 AM - Forum: General Coding Help - Replies (5)

Right, I am writing here to know, if anyone knows a better and more convenient way of using the data, which you get from the response of some API, whi..... More

Print this item

  reading csv and store it into different variable
Posted by: boonyang - Jul-08-2018, 10:43 AM - Forum: General Coding Help - Replies (1)

#prompt user to input csv file title

[python]x=input("please enter the title of your .csv file,key in 'QUIT' when done:")
i=0
while x != "QUIT":..... More

Print this item

  Displaying a calendar
Posted by: oldDog - Jul-08-2018, 10:06 AM - Forum: General Coding Help - Replies (3)

I've been trying to display a calendar month using Python3.6 and whilst the code works perfect from the command-line it only produces a list of errors..... More

Print this item

  How to pass arguments to popen?
Posted by: zBernie - Jul-08-2018, 04:46 AM - Forum: General Coding Help - Replies (3)

I'm trying to pass an argument to the popen function below. I've tried various permutations of syntax, and still can't get it working. What I ultima..... More

Print this item

  str.format security vulnerability
Posted by: svetlanarosemond - Jul-08-2018, 02:31 AM - Forum: General Coding Help - Replies (1)

I was reading about str.format() and the security vulnerability that exists allowing an at..... More

Print this item

  code
Posted by: lokchi2017 - Jul-07-2018, 11:28 PM - Forum: General Coding Help - Replies (2)

[PYTHON]
import random
question1 = input("Question!")
answer1 = input("Answer of question1")
question2 = input("Question!")
answer2 = input("Answ..... More

Print this item

  A look at @dataclass
Posted by: snippsat - Jul-07-2018, 11:01 PM - Forum: Tutorials - No Replies

This will be a look/tutorial at the biggest news with Python 3.7 which was @dataclass.
..... More

Print this item

  code wanted, but don't expect me to do it
Posted by: Skaperen - Jul-07-2018, 10:50 PM - Forum: Bar - No Replies

i think it would be cool if someone, somewhere (on this planet,at least) could develop a gcc target of the Python language. that is, run the produced..... More

Print this item

  should i use os.poll() for 2 reads?
Posted by: Skaperen - Jul-07-2018, 10:41 PM - Forum: General Coding Help - Replies (2)

i can't remember how long ago i asked this, but i don't think i got an answer and that may be because i asked in a poor way. i want to read from 2 (o..... More

Print this item

  to strings or to bytes, that is the question
Posted by: Skaperen - Jul-07-2018, 08:35 PM - Forum: News and Discussions - No Replies

when i convert control character representation to what it represents, should a function that does this return a string or return bytes (in python3)?..... More

Print this item

  python code wanted: grep IP address
Posted by: Skaperen - Jul-07-2018, 08:19 PM - Forum: Bar - Replies (7)

actually, this would be better as a function. given a string, find the first valid IPv4 or IPv6 address in the string, returning a 2-tuple of the sli..... More

Print this item

  Need help in optimising code, please.
Posted by: sandaab - Jul-07-2018, 06:59 PM - Forum: Jobs - Replies (6)

I need help in optimizing below code. I am a beginner in Python and used multiprocessing for the first time. Below script execution is taking a long t..... More

Print this item

  I can't understand what's wrong with me? please help me!!!
Posted by: 573462273 - Jul-07-2018, 06:30 PM - Forum: Web Scraping & Web Development - Replies (1)

I consider about this problem for 3days, and I can't find the reason.
url:[u]http://www.globalinterpark.com/detail/edetail?prdNo=18007954&dispNo=0100..... More

Print this item

  Invalid Syntax Error on Import
Posted by: arjunsingh2908 - Jul-07-2018, 03:01 PM - Forum: General Coding Help - Replies (3)

Hey All,

I am a beginner in Python and I am still in the learning stage. While I was learning an Example of Dual Mode code in my book, I came across ..... More

Print this item

  Python outside of web development
Posted by: svetlanarosemond - Jul-07-2018, 12:43 PM - Forum: Bar - Replies (4)

Outside of web development, in what way is Python being used professionally?

For example:

Print this item

  Can't figure out the syntax error, relatively simple code
Posted by: maho686868 - Jul-07-2018, 11:10 AM - Forum: General Coding Help - Replies (3)

Hi, I started learning python a few days ago and decided to code something that happened yesterday, I wanted to print a quote and then input a questio..... More

Print this item

  Once upon a time on Google
Posted by: Larz60+ - Jul-07-2018, 08:51 AM - Forum: Bar - Replies (8)

In the early days of Google, after it had matured some, you could ask for an exact match using something like:
[python]
+ 'pdf to print' + ...
[/py..... More

Print this item

  why is the append function gets empty on the loop?/python
Posted by: rhai - Jul-07-2018, 07:54 AM - Forum: Homework - Replies (3)

im trying to print all the result of the comparison of each input integers in one line. But it looks like that my list becomes empty as the loop goes...... More

Print this item

  Help with embedded python
Posted by: TheGreatMonkey - Jul-07-2018, 05:04 AM - Forum: General Coding Help - No Replies

I'm working on embedding python 3.6 into a C++ application.


To get the hang of how all this works I'm writing a function that simply posts a mess..... More

Print this item

  Clearing IDLE of text and homing
Posted by: Umlaut_The_Phonetic - Jul-07-2018, 04:01 AM - Forum: General Coding Help - Replies (1)

I used to enjoy writing games using BASIC way back in the day. I tried searching the forums but did not find an answer. Wondering if Python has a prog..... More

Print this item

  Open With
Posted by: Dracian_123457 - Jul-07-2018, 02:57 AM - Forum: General Coding Help - Replies (2)

I am making a program that converts files from one format to another. In order to use it, I would like to be able to make it so that I can open the f..... More

Print this item

  32 ASCII abbreviations as variables
Posted by: Skaperen - Jul-07-2018, 01:03 AM - Forum: Code sharing - Replies (2)

32 ASCII abbreviations as variables assigned with their ASCII code values. this can help make code that uses ASCII control character codes more mnemo..... More

Print this item

  Looking for help
Posted by: viperousvoices - Jul-06-2018, 10:05 PM - Forum: Jobs - Replies (6)

I know most people would want to work for money but i am really looking and desperate for help i need someone who understands python pycharm and knows..... More

Print this item

  Needs search the text from attachments in WordPress
Posted by: marcellofisher - Jul-06-2018, 07:52 PM - Forum: Web Scraping & Web Development - Replies (1)

Dear Coders,

I stuck in my project. I crete the website in Wordpress, i need some peace of code or script or plugin which can search in attach..... More

Print this item

  How to use pynotify for winodows
Posted by: mohanreddyk - Jul-06-2018, 07:41 PM - Forum: GUI - Replies (1)

Hi All,

Hope you are doing well. I am new to python. I wanted to create desktop notifications on windows. Please help me how to pynotify to achieve..... More

Print this item

  Non-resizable command prompt
Posted by: SlimeBOOS - Jul-06-2018, 07:11 PM - Forum: General Coding Help - Replies (1)

So i was wondering, is there a way to make the command prompt window not resizable?
Would be great if you could leave a code example. Thanks **smile..... More

Print this item

  Pyserial Issues with Python3.7 and Fluke Multimeter
Posted by: jfisher930 - Jul-06-2018, 06:55 PM - Forum: Data Science - Replies (11)

Hello All,
I am having issues running a very simple code to a Fluke 8846A Multimeter.

very curious as to what is wrong with such a simple code.
..... More

Print this item

  TurtleWorld on MAC in Python 3.6 issues
Posted by: benniehanas - Jul-06-2018, 05:33 PM - Forum: General Coding Help - Replies (3)

I have an issue getting TurtleWorld to work for my book "ThinkPython" for version 3.6. I cannot get it to work in pycharm or on my terminal CLI. These..... More

Print this item

  Traceback errors - too many
Posted by: tjnichols - Jul-06-2018, 05:29 PM - Forum: Web Scraping & Web Development - No Replies

Ok - I used to have a version of this that worked. It's been a while since I've used this (frustration, other project, vacation) but mostly frustratio..... More

Print this item

  Merge two simple scripts
Posted by: Kimzer - Jul-06-2018, 04:12 PM - Forum: General Coding Help - Replies (1)

This is so out of my league so i really need some help.
I want to merge theese two scripts.
There is a button function in the first script, wich i ..... More

Print this item

  Troubles with drop-down automation
Posted by: knowledge1st - Jul-06-2018, 03:53 PM - Forum: Web Scraping & Web Development - No Replies

I'm having some troubles with clicking a item in a drop-down menu/list..

I'm using Selenium Web Driver, Chrome specifically, and i have the next "b..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  pip install requests does... 4 hours ago misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... Yesterday, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... Yesterday, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... Yesterday, 03:29 Littlefish Littlefish General Codin...
  Is the interpreter that c... Yesterday, 02:36 helendamdam helendamdam General Codin...
  Using a For Loop to subtr... 09-22, 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...
Most views
  The best Prog... 576803
  Tutorial Requ... 499195
  Web Scraping ... 440588
  Newbie with P... 384557
  New Users Int... 368446
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+ 12088
buran 8176
snippsat 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
bianchiluca116 Today
ShanePulse Today
Jorgecog Today
adamsmith12 Today
Ronny Today

User Panel Messages

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