Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
  Question Thread: how to solve `'TypeError: 'int' object is not iterable`?
Post: how to solve `'TypeError: 'int' object is not iter...

def CSVR(): x52=[""] x166=[""] if request.method == 'POST': f = request.files['file'] l8=range(48,58) l81=[] l82=[] l9=range(97,103) for x1 in ...
netanelst General Coding Help 2 1,579 May-24-2022, 11:02 AM
    Thread: How to compile a Python script for a Windows / Linux executable?
Post: RE: How to compile a Python script for a Windows /...

thanks nate
netanelst General Coding Help 2 1,343 May-24-2022, 07:02 AM
    Thread: How to compile a Python script for a Windows / Linux executable?
Post: How to compile a Python script for a Windows / Lin...

TNX **smile** NATE
netanelst General Coding Help 2 1,343 May-22-2022, 10:11 AM
    Thread: do you have an idea for optimizing this code?
Post: RE: do you have an idea for optimizing this code?

(May-22-2022, 02:45 AM)stevendaprano Wrote: What are you trying to optimize for? memory use readability startup time run time speed network access something else? The answer will depend on w...
netanelst General Coding Help 3 1,374 May-22-2022, 07:34 AM
    Thread: do you have an idea to optimize this code[recursion]]?
Post: RE: do you have an idea to optimize this code[recu...

what is PEP20????
netanelst General Coding Help 4 1,301 May-20-2022, 01:09 PM
    Thread: do you have an idea to optimize this code[recursion]]?
Post: do you have an idea to optimize this code[recursio...

class y(): def __init__(self, id, d="", indicator="",type="",deleted=False,published_date=0,last_updated=0,reports=[],actors=[], malware_families=[''],kill_chains=[''],ip_address_types=[...
netanelst General Coding Help 4 1,301 May-19-2022, 08:37 AM
    Thread: do you have an idea for optimizing this code?
Post: do you have an idea for optimizing this code?

ip=0 import html from imp import C_EXTENSION import pandas as pd from werkzeug import utils from asyncio import get_running_loop from calendar import c import datetime import secrets #from locale imp...
netanelst General Coding Help 3 1,374 May-19-2022, 07:12 AM
  Bug Thread: do you have an idea to optimize this code[recursion]]?
Post: do you have an idea to optimize this code[recursio...

thanks netanel class l(): def __init__(self,name,created_on,last_valid_on): self.name=name self.created_on=created_on self.last_valid_on=last_valid_on class y(): def _...
netanelst Code Review 0 1,541 May-19-2022, 06:50 AM
    Thread: how to parse this array with pandas?
Post: RE: how to parse this array with pandas?

I also attached relevant code: def recursive_indicator(i,rec): li.append(f"{i} is found") try: ax=pd.DataFrame(data=i["relations"]) for xyz in i["relations"]: for...
netanelst General Coding Help 2 1,329 May-18-2022, 05:50 PM
    Thread: how to parse this array with pandas?
Post: how to parse this array with pandas?

i glad for any help because I tried without succeed I attached link to data in array: https://pastebin.com/WnQMnn54 thanks netanel
netanelst General Coding Help 2 1,329 May-18-2022, 09:26 AM
    Thread: how to parse this array with pandas?
Post: RE: how to parse this array with pandas?

I also attached relevant code: def recursive_indicator(i,rec): li.append(f"{i} is found") try: ax=pd.DataFrame(data=i["relations"]) for xyz in i["relations"]: for...
netanelst Data Science 1 1,374 May-17-2022, 12:42 PM
    Thread: how to parse this array with pandas?
Post: how to parse this array with pandas?

i glad for any help because I tried without succeed I attached link to data in array: https://pastebin.com/WnQMnn54 thanks netanel
netanelst Data Science 1 1,374 May-17-2022, 12:30 PM

User Panel Messages

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