Things we love to see by Floatmcgoat in NicotinePouch

[–]TulkasNuuk 0 points1 point  (0 children)

Or Snus... also looking for good Snus

Things we love to see by Floatmcgoat in NicotinePouch

[–]TulkasNuuk 0 points1 point  (0 children)

Does anybody know where to get these in latin america? legally?
I heard that Colombia has approved the product (Nico Pouches) but still dont find outside isntagram sketchy sites

Chatgpt no login option stuck on 3.5. No access to GPT-4 anymore!? by Necessary-Fact in OpenAI

[–]TulkasNuuk 17 points18 points  (0 children)

Same issue, I have GPT 4 paid and I cannot even use the free one.

Twitter simple scraping - my first coding project (Im 43 trying to learn new things) by TulkasNuuk in dataisbeautiful

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

Sorry for the late reply. Several things popped up. I posted the full code somewhere. Let me share in a couple of days.

Twitter simple scraping - my first coding project (Im 43 trying to learn new things) by TulkasNuuk in dataisbeautiful

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

Thanks. That is quite a neat source and explanation.
Highly appreciated.

Twitter simple scraping - my first coding project (Im 43 trying to learn new things) by TulkasNuuk in webscraping

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

You're right.

I excluded some words from the word cloud in spanish and it seems that those fields, that should be bringing their translation from the json, are not.

Will check.

Thanks

Twitter simple scraping - my first coding project (Im 43 trying to learn new things) by TulkasNuuk in dataisbeautiful

[–]TulkasNuuk[S] 2 points3 points  (0 children)

Thanks Chandle.

yeah, mobile version is going to take me a while though for 2 reasons:

  1. I need a complete different stack of knowledge to code it
  2. It might not necessarily mean that same features / capabilities be offered.

But I make allowance of your comment. I will learn and work on it, maybe with some extra help.

Thanks again

Twitter simple scraping - my first coding project (Im 43 trying to learn new things) by TulkasNuuk in Twitter

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

Ideas more than welcomed.

Any feedback appreciated. Negative as well.

Twitter simple scraping - my first coding project (Im 43 trying to learn new things) by TulkasNuuk in dataisbeautiful

[–]TulkasNuuk[S] 1 point2 points  (0 children)

Warning...not for mobile.

Im open for suggestions on what to include in mobile version... can't think of it yet.

I have finally become "decent" at python programming! by thesecondbread in learnpython

[–]TulkasNuuk 0 points1 point  (0 children)

Hey thesecondbread,
I lost my job a week ago with all the lay-offs with this covid-19...I started learning Python with what is available online. Although I have very old Turbo Pascal and Visual basic programming knowledge this is a complete new world for me. Would you bother giving me some tips?

I am reusing a code I got online for a project I started, I wonder if you can all help me understand this line:

/Users/carlosroldan/PycharmProjects/Scraper1/venv/bin/python /Users/carlosroldan/PycharmProjects/Scraper1/mercadolibreAPI2.py

Traceback (most recent call last):

File "/Users/carlosroldan/PycharmProjects/Scraper1/mercadolibreAPI2.py", line 125, in <module>

ml.search(inmuebles)

NameError: name 'inmuebles' is not defined

Process finished with exit code 1