Skip to content
View eupendra's full-sized avatar

Organizations

@coderecode-com

Block or report eupendra

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
eupendra/README.md

Hi there πŸ‘‹

I’m Upendra, a passionate coder and educator dedicated to helping others learn to code!

πŸŽ₯ YouTube Channel

Check out my YouTube channel, codeRECODE, where I share coding tutorials, tips, and project walkthroughs. Join our growing community of learners!

πŸ“š Online Courses

Explore my website, codeRECODE.com, for exclusive courses designed to enhance your coding skills:

πŸ”₯ codeRECODE.com EXCLUSIVE

πŸ” Looking for Code?

If you're looking for code that I wrote in a video, it should be in the description. Alternatively, you can visit codeRECODE GitHub.

πŸš€ Join the Community

Subscribe to my YouTube channel and visit my website to stay updated on the latest courses and content. Let's code together!

πŸ“« Business Inquiries

For any business inquiries, please visit my page: Business Inquiries

Thank you for your support! Happy coding! πŸŽ‰

Pinned Loading

  1. 2captcha_demo 2captcha_demo Public

    Python 10 10

  2. fast_scraping fast_scraping Public

    fastest scraper in python

    Python 8 6

  3. amz_scraper amz_scraper Public

    Python 7 4

  4. youtube_data_api_comments youtube_data_api_comments Public

    Python 8 1

  5. Download_Files_Crawl_Spider Download_Files_Crawl_Spider Public

    Python 7 2

  6. ntschools.py ntschools.py
    1
    # -*- coding: utf-8 -*-
    2
    import scrapy
    3
    
    
    4
    class AllSpider(scrapy.Spider):
    5
        name = "all"