Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Gmail Sent email LIMIT
Post: RE: Gmail Sent email LIMIT

(Apr-27-2021, 02:35 PM)DeaD_EyE Wrote: (Apr-27-2021, 02:11 AM)Johnse Wrote: Does someone know what is going on ? Yes, Google blocks spammer. I guess you can read it somewhere in the policy. If yo...
Johnse General Coding Help 5 7,126 Apr-28-2021, 07:52 PM
    Thread: Gmail Sent email LIMIT
Post: RE: Gmail Sent email LIMIT

(Apr-27-2021, 08:29 AM)snippsat Wrote: Fixed your code tag look at BBCode Add this to see the actual smtp conversation before it raise error. server = smtplib.SMTP('smtp.gmail.com', 587) server.set_...
Johnse General Coding Help 5 7,126 Apr-28-2021, 07:50 PM
    Thread: Gmail Sent email LIMIT
Post: Gmail Sent email LIMIT

Hello, I created a program, it sends email fine. However there is a limit (100) in the number of emails it can send before it crashed and gives an error. Does someone know what is going on ? Tha...
Johnse General Coding Help 5 7,126 Apr-27-2021, 02:11 AM
    Thread: python GUI - which to use ?
Post: RE: python GUI - which to use ?

(Sep-11-2019, 05:59 AM)buran Wrote: Johnse dateline="<a href="tel:1568173402">1568173402</a>' Wrote: Out of those which one is nice to know that can create professional GUI design The f...
Johnse News and Discussions 18 7,176 Sep-13-2019, 11:05 PM
    Thread: python GUI - which to use ?
Post: RE: python GUI - which to use ?

(Sep-11-2019, 12:00 PM)Larz60+ Wrote: Correct me If I am wrong, but PyQt5 is not free if used for commercial applications. Commercial application, you meant company use it or you help the company ...
Johnse News and Discussions 18 7,176 Sep-11-2019, 12:40 PM
    Thread: python GUI - which to use ?
Post: RE: python GUI - which to use ?

(Sep-11-2019, 05:35 AM)snippsat Wrote: Qt Designer is the most advance designer for GUI in Python,it's close looking to Visual Studio C#/Net designer. It free to use,install under start Qt Design...
Johnse News and Discussions 18 7,176 Sep-11-2019, 09:41 AM
    Thread: python GUI - which to use ?
Post: RE: python GUI - which to use ?

(Sep-10-2019, 12:02 PM)buran Wrote: wxFormBuilder Thanks, nice to know. Out of those which one is nice to know that can create professional GUI design ? I thought these are the big three. Tkinter,...
Johnse News and Discussions 18 7,176 Sep-11-2019, 03:43 AM
    Thread: python GUI - which to use ?
Post: RE: python GUI - which to use ?

Thanks to you both for answering my question. PyQT is a software application that needs installation and with that software you can design the GUI. Are the ones you mentioned software or we have t...
Johnse News and Discussions 18 7,176 Sep-10-2019, 11:37 AM
    Thread: Limitation in inserting DF
Post: RE: Limitation in inserting DF

(Sep-10-2019, 07:46 AM)perfringo Wrote: It's always good to read built-in help which usually contains useful information: >>> import pandas as pd >>> help(pd.DataFrame.iloc) Help ...
Johnse Data Science 3 2,242 Sep-10-2019, 08:27 AM
    Thread: python GUI - which to use ?
Post: python GUI - which to use ?

Hello, Could someone advise me on what software or package that is free and easy to use to build python GUI ? I have use pyQT before and it works great, there are currently two versions 4 and 5. ...
Johnse News and Discussions 18 7,176 Sep-10-2019, 02:23 AM
    Thread: Limitation in inserting DF
Post: Limitation in inserting DF

Hello, There is a limitation in inserting to a data frame. For example, I have data frame as: ndf = pd.DataFrame(columns=[‘A’, ‘B’]) ndf.iloc[5,0] = ‘a’I can’t insert more than 5 values or 5 indexe...
Johnse Data Science 3 2,242 Sep-09-2019, 04:21 PM
    Thread: insert into python DF by position
Post: insert into python DF by position

Hello, Can someone show me example on how to insert values store in variable into python data frame by position ? Thank you
Johnse Data Science 1 2,169 Sep-09-2019, 02:24 PM
    Thread: Use ~a.isin on an integer or float ?
Post: Use ~a.isin on an integer or float ?

Hello, isin seems to only work on strings and not integer or float. How do I work around that, where it works integer and floats too ? Please advise !
Johnse Data Science 2 3,240 Sep-07-2019, 09:25 PM
    Thread: Pandas DF filter base on another DF
Post: Pandas DF filter base on another DF

Can pandas data frame filter base on another data frame ?
Johnse Data Science 1 2,245 Sep-06-2019, 02:35 PM
    Thread: Loop pandas data frame by position ?
Post: Loop pandas data frame by position ?

Hello, Is there a way to loop a pandas data frame by position ? The loop is generally this way, For i, r in a.iterrows(): If I want to start at index 10, instead of the beginning how do I do tha...
Johnse Data Science 1 2,288 Sep-05-2019, 10:12 PM
    Thread: Bulk insert pandas df data into SQLite dB ?
Post: Bulk insert pandas df data into SQLite dB ?

Hello, Is there a way to insert BULK data from pandas data frame into SQLite database that is in memory ? Thanks
Johnse News and Discussions 1 3,065 Sep-05-2019, 12:36 AM
    Thread: Create database in python module ?
Post: RE: Create database in python module ?

(Sep-02-2019, 05:01 PM)buran Wrote: you can create sqlite3 database. support for it comes with the standard library https://docs.python.org/3.7/library/sqlite3.html you can store on disk for persist...
Johnse News and Discussions 5 2,921 Sep-05-2019, 12:00 AM
    Thread: SQL statements with python pandas
Post: SQL statements with python pandas

Hello, Is there a way to create SQL statements with python pandas without installing any python packages ? For example with pandasql We need to install it with pip install pandasql. If there is...
Johnse Data Science 0 1,272 Sep-03-2019, 01:56 PM
    Thread: Create database in python module ?
Post: RE: Create database in python module ?

(Sep-02-2019, 04:45 PM)buran Wrote: can you elaborate more on what your goal is? Yes the goal is to create exe to store data in the embedded program and run SQL statements or when connecting to ex...
Johnse News and Discussions 5 2,921 Sep-02-2019, 04:55 PM
    Thread: Create database in python module ?
Post: Create database in python module ?

Is there a way to create database in python not confuse with connect to external database. And then write, import to and from it to and from excel ? Like how .Net you can create a database in V...
Johnse News and Discussions 5 2,921 Sep-02-2019, 04:43 PM

User Panel Messages

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