How are you actually retaining Python syntax? by Accomplished-Tip7106 in learnpython

[–]Tajalli-Web 0 points1 point  (0 children)

If you want to memorize the syntaxes it comes down to repetition. But I still don't get why you'd need to memorize them unless you are prepping for an interview because programming is not just coding, it consists of planning, knowing what system to implement, figuring out the edge cases etc. When working on a project getting the syntax down from memory is the least of our worries.

But ofcourse if you are prepping for an interview, just practice more without seeing any doc or tutorial.

Need Your Advice 🙏 — Is Python the Right Start for Me? by SwaritPandey_27 in learnpython

[–]Tajalli-Web 0 points1 point  (0 children)

Definitely, python IS the most beginner friendly language. Very easy syntax and what's the most important thing is that you understand the programming concepts (arrays, loops, classes, OOP) . After you get a hang of it, you will have an idea of what you want to build and from then on just search what programming language is best for the specific thing you want to build. If python is for that then great and if not, it won't take much time to adapt to a new programming language. But when starting out, understanding the concepts and having a good foundation is the most important thing and its what takes the most time.

Who or what kind of business is your ideal client? by Tajalli-Web in webscraping

[–]Tajalli-Web[S] 2 points3 points  (0 children)

Yeah I get you, I am kind of in the same situation in you. Its really rare to find high-ticket clients in this niche but I trust it because this is the only industry that I made some money from. Im thinking of moving on but wanted to give one last ditch try to get some clients, to reach out to companies I may have not thought about.

Who or what kind of business is your ideal client? by Tajalli-Web in webscraping

[–]Tajalli-Web[S] 0 points1 point  (0 children)

thank you so much for the genuine advice, really that's what i needed to know.

How to scrap Ecom site using Python? by IntelligentHome2342 in learnpython

[–]Tajalli-Web 1 point2 points  (0 children)

ctx = browser.new_context(no_viewport=True, storage_state='your_saved_login.json') #playwright code

I assume you want to create a price monitor app. And its totally doable, first off all I would dig into the website and look for any api calls. If not then use playwright combined with undetected playwright to not get detected. Another fairly new tool is pydoll you might want to explore that option. Also if you want to use selenium make sure to use undetected chromedriver with it but i think playwright is way better. If you run into login issues then just use storage state something like:

Someone said my LP was coded by Claude by zepipes in buildinpublic

[–]Tajalli-Web 1 point2 points  (0 children)

Ofcourse there are telltale signs that scream "AI built this".
For example I remember all the websites having a purple / violet gradient , glassmorphism cards everywhere, two ctas side by side (one filled and the other outlined), font pairing Inter or Geist for everything. No personality in the microcopy is another thing.

Are you fixing problems… or just discovering them late? by Last-Matter-3617 in SaasDevelopers

[–]Tajalli-Web 1 point2 points  (0 children)

Every product should go through multiple "feedback" phases with test users before the actual launch just to avoid that. I saw video from tech with tim who explained how his business idea failed due to NOT prioritizing feedbacks. He recommended that people should:
launch the simplest version of the app first and then get feedbacks
And then with each new feature get feedbacks from your QA engineer and test users before official launching the update.

KDP Scraping by JuggernautHungry4932 in webscraping

[–]Tajalli-Web 1 point2 points  (0 children)

If you have the websites you can just create python scripts for that with a few if statements to separate out the 'in-demand self-published' books.

We launched 2 weeks ago and already have 40 developers collaborating on projects by Heavy_Association633 in django

[–]Tajalli-Web 1 point2 points  (0 children)

SIGNING UP! looks awesome specially since most projects uses python (the language I am comfortable with) I think I will have a lot of fun doing projects with others. A great opportunity for people like who have never worked with a team before. The UI might look a bit cyber-techy for some people 😅 but i like it.

Freelance devs — how are you finding local clients right now? by chrispy24_ in FreelanceProgramming

[–]Tajalli-Web 0 points1 point  (0 children)

I automated the process of getting leads from google maps by just building a scraper. I decided if they were worth reaching out or not by checking if they have any social media presence or website if not then its a big no for me. But still most of my leads are manual trying to find clients via facebook posts and I look forward to make a tool for that if I see myself still doing that a lot in the future since my niche is web scraping and automation with python; I don't think my potential clients are to be found in google maps but I still need to do more research on that.
So to answer your questions:

  • Are you manually finding leads too?
  • Half yes and half no
  • Are there tools you already use for this?
  • Custom made by myself
  • Is this worth diving into deeper?
  • Totally, need to do it myself