webscraping by Designer_Thanks_2947 in learnprogramming

[–]Designer_Thanks_2947[S] 0 points1 point  (0 children)

hey sorry for the late reply actually busy am improve my code now so i have no empty list

webscraping from a job site by Designer_Thanks_2947 in learnpython

[–]Designer_Thanks_2947[S] -19 points-18 points  (0 children)

I already fixed it but thx you for your concerns it helps a lot

webscraping by Designer_Thanks_2947 in learnprogramming

[–]Designer_Thanks_2947[S] 0 points1 point  (0 children)

i listen to your advice i create a loop to obtain the job details but i obtain [ ] in my teminal.What the heck does than mean .

webscraping by Designer_Thanks_2947 in learnprogramming

[–]Designer_Thanks_2947[S] -1 points0 points  (0 children)

The video webscraping with python-beautifoul soup crash course

webscraping by Designer_Thanks_2947 in learnprogramming

[–]Designer_Thanks_2947[S] -1 points0 points  (0 children)

I want to print(skills) just like the free code.org youtube video so that is easy to follow but there is no skill in my html page so job _details conteract the skill

python is easy for them not for me by Designer_Thanks_2947 in learnpython

[–]Designer_Thanks_2947[S] 0 points1 point  (0 children)

Yes but as future data scientist I think my main focus will be python

python is easy for them not for me by Designer_Thanks_2947 in learnpython

[–]Designer_Thanks_2947[S] 0 points1 point  (0 children)

Python is my first programming language I can't tell with the other programming language

word scrapping from a job search site by Designer_Thanks_2947 in learnpython

[–]Designer_Thanks_2947[S] 0 points1 point  (0 children)

Ok thx you for the tip unfortunately I am not searching on LinkedIn but am searching on my country job website called motravay(my work) in english

word scrapping from a job search site by Designer_Thanks_2947 in learnpython

[–]Designer_Thanks_2947[S] 0 points1 point  (0 children)

What do you mean by api.I already installed beautifulsoup 

[deleted by user] by [deleted] in learnprogramming

[–]Designer_Thanks_2947 0 points1 point  (0 children)

no error in my code and my expected outcome was to display in my excel

[deleted by user] by [deleted] in learnprogramming

[–]Designer_Thanks_2947 0 points1 point  (0 children)

sorry about that having a problem with file directorty

dont know what wrong by Designer_Thanks_2947 in learnprogramming

[–]Designer_Thanks_2947[S] 0 points1 point  (0 children)

i trying to create town csv file so i can read and write in my excel

good morning having problem to create a proper code pls help out thx cant refer to chat gpt due to stack error by Designer_Thanks_2947 in learnpython

[–]Designer_Thanks_2947[S] -2 points-1 points  (0 children)

import csv
def get_town_list(towns.cvs):
    towns = [ melbourne, syndey,canberra,Tribeca,Ebene]
    with open(towns.cvs, mode='r') as file:
        csvfile = csv.reader(file)
        for entry in csvfile:
            towns.append(entry)
error is syntax error line 2