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,312
» Latest member: elizabethlittle6258
» Forum threads: 38,801
» Forum posts: 175,923

Full Statistics

Online Users
There are currently 31 online users.
» 1 Member(s) | 28 Guest(s)
Google, Bing

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
6 hours ago
» Replies: 11
» Views: 311
Python compiler
Forum: General Coding Help
Last Post: noisefloor
6 hours ago
» Replies: 1
» Views: 74
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 93
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 51
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,126
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 205
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 732
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,839
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 210
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 168

 
  How to aggregate rows with same column
Posted by: Leoni - Jul-08-2018, 08:04 PM - Forum: General Coding Help - Replies (1)

Hi all,

From this input:

google.com, hello, blublu
google.com, hello, blabla
google.com, nothello, bleble
facebook.com, hi, blabla
facebook...... More

Print this item

  Introduction to Python Through Examples
Posted by: tmose1106 - Jul-08-2018, 07:09 PM - Forum: Tutorial Requests and Submissions - No Replies

Hello internet,

A year ago I became an instructor for the Novice to Expert (N2E) Coding Club at Rutger..... More

Print this item

  Retrieve data from Terminal output or from an ASE variable.
Posted by: DreamingInsanity - Jul-08-2018, 05:51 PM - Forum: General Coding Help - No Replies

This has something to do with both Python and AppleScript so I wasnt sure where to post it, but since python forums are generally much more active, I ..... More

Print this item

  X value?
Posted by: MasterGame - Jul-08-2018, 03:46 PM - Forum: General Coding Help - Replies (1)

I'm relatively new to Python 2 and can't figure out how to do an 'X' value (a number that could be anything). A few days ago I noticed 4 is 2 squared ..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 6 hours ago Lou noisefloor General Codin...
  Python compiler 6 hours ago NeoQuant noisefloor General Codin...
  Trading Risk management s... Yesterday, 19:34 NeoQuant NeoQuant Code sharing
  Standard template Data En... Yesterday, 17:51 Hosthubac Hosthubac Code Review
  Python Online Compiler Yesterday, 07:39 alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... 11-28, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... 11-28, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
Most views
  The best Prog... 579512
  Tutorial Requ... 512955
  Web Scraping ... 442375
  Newbie with P... 386401
  New Users Int... 381781
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
elizabethlittle6258 Today
StepanVoronin Today
QABOB Today
adityaN Today
NeoQuant Yesterday

User Panel Messages

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