openapi: 3.0.0
servers:
  - url: https://prod.api.market/api/v1/openwebninja/real-time-amazon-data
info:
  title: Real-Time Amazon Data API
  description: Fast, Reliable, and Extensive Amazon Data API - Get Products & ASIN
    Data, Reviews, Offers, Best Sellers & Deals, Seller Data, and More from
    Amazon.
  version: 1.0.0
paths:
  /search:
    get:
      tags:
        - default
      summary: Product Search
      description: Search for products & offers on Amazon with pagination support and
        multiple filters  and options such as sort option, price range, product
        condition filter, and more.
      parameters:
        - name: query
          in: query
          schema:
            type: string
          example: Phone
          description: Search query (supports both free-form text queries or a product
            asin).
        - name: page
          in: query
          schema:
            type: integer
          example: "1"
          description: Results page to return
        - name: country
          in: query
          schema:
            type: string
          example: US
          description: Sets the Amazon domain, marketplace country, language and currency
        - name: sort_by
          in: query
          schema:
            type: string
          example: RELEVANCE
          description: Return the results in a specific sort order
        - name: category_id
          in: query
          schema:
            type: string
          description: Find products in a specific category / department (e.g.
            computers-intl-ship). Use the Product Category List endpoint to get
            a list of valid categories and their ids for the country specified
            in the request. For numeric Amazon category IDs, use the category
            parameter instead.
        - name: category
          in: query
          schema:
            type: string
          description: "Filter by specific numeric Amazon category. The category ID can be
            obtained from the Amazon category results URL, for example:
            https://amazon.com/s?node=2858778013 - the Amazon Category ID is
            2858778013. Multiple category values can be separated by comma (e.g.
            categoryId1,categoryId2)."
        - name: min_price
          in: query
          schema:
            type: integer
          example: "105"
          description: Only return product offers with price greater than a certain value.
            Specified in the currency of the selected country. For example, in
            case country=US, a value of 105.34 means $105.34.
        - name: max_price
          in: query
          schema:
            type: integer
          example: "110"
          description: Only return product offers with price lower than a certain value.
            Specified in the currency of the selected country. For example, in
            case country=US, a value of 105.34 means $105.34.
        - name: product_condition
          in: query
          schema:
            type: string
          description: "Return products in a specific condition. Default: ALL Allowed
            values: ALL, NEW, USED, RENEWED, COLLECTIBLE"
        - name: brand
          in: query
          schema:
            type: string
          description: "Find products with a specific brand. Multiple brands can be
            specified as a comma (,) separated list. The brand values can be
            seen from Amazon's search left filters panel, as seen here.
            Examples: SAMSUNG Google,Apple"
        - name: seller_id
          in: query
          schema:
            type: string
          description: "Find products sold by specific seller (merchant). Multiple sellers
            can be specified as a comma (,) separated list. Examples:
            A02211013Q5HP3OMSZC7W AM7YCCDZROLB2,A1D09S7Q0OD6TH"
        - name: is_prime
          in: query
          schema:
            type: boolean
          description: "Only return prime products. Default: false"
        - name: deals_and_discounts
          in: query
          schema:
            type: string
          description: "Return deals and discounts in a specific condition. Default: NONE
            Allowed values: NONE, ALL_DISCOUNTS, TODAYS_DEALS"
        - name: four_stars_and_up
          in: query
          schema:
            type: boolean
          description: Return product listings with ratings of 4 stars & up.
        - name: additional_filters
          in: query
          schema:
            type: string
          description: "Any filters available on the Amazon page but not part of this
            endpoint's parameters. The filter values can be extracted from the
            rh parameter in the Amazon search URL after applying the filter of
            interest on the Amazon search results page. Multiple filters are
            supported and can be separated by comma (,).For example, when
            searching for science books with the Paperback book format filter
            selected, the Amazon URL is:
            https://www.amazon.com/s?k=science+books&rh=p_n_feature_brows
            e-bin%3A2656022011 and the rh parameter value is
            p_n_feature_browse-bin%3A2656022011 - To filter for Paperback books,
            set the value of
            additional_parameters=p_n_feature_browse-bin%3A2656022011."
        - name: fields
          in: query
          schema:
            type: string
          description: A comma separated list of product fields to include in the response
            (field projection). By default all fields are returned.
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        apply_options:
                          type: array
                          items:
                            type: object
                            properties:
                              apply_link:
                                type: string
                                description: The URL link to apply for the job
                                example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                              is_direct:
                                type: boolean
                                description: Indicates whether the job application is direct
                                example: false
                              publisher:
                                type: string
                                description: The platform or publisher of the job
                                example: LinkedIn
                        employer_company_type:
                          type: string
                          nullable: true
                          description: The type of employer company, null if not available
                          example: null
                        employer_logo:
                          type: string
                          nullable: true
                          description: URL of the employer's logo image
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name:
                          type: string
                          description: The name of the employer company
                          example: Info Way Solutions
                        employer_website:
                          type: string
                          nullable: true
                          description: URL of the employer's website, null if not available
                          example: null
                        job_apply_is_direct:
                          type: boolean
                          description: Indicates if the job application is direct
                          example: false
                        job_apply_link:
                          type: string
                          description: The URL to apply for the job
                          example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score:
                          type: number
                          description: Quality score of the job application
                          example: 0.6286
                        job_benefits:
                          type: array
                          nullable: true
                          items:
                            type: string
                          description: List of job benefits, null if not available
                          example: null
                        job_city:
                          type: string
                          description: The city where the job is located
                          example: Austin
                        job_country:
                          type: string
                          description: The country where the job is located
                          example: US
                        job_description:
                          type: string
                          description: Detailed description of the job role and requirements
                          example: >
                            Python with DevOps Experience


                            Sunnyvale, CA / Austin, TX


                            Primary skill : Python and DevOPs


                            Nice to have skill : Hadoop and AWS


                            Description:


                            • In this role you will be responsible for

                            engineering, integrating and maintaining an

                            analytics data platform based on a hybrid cloud

                            infrastructure.

                            • Work collaboratively with our Data Engineering

                            team to engineer custom solutions when required.

                            • Participate and provide support to our

                            stakeholders and platform users when required.


                            Key Qualifications:

                            • 3+ years of professional experience with the

                            Python programming language.

                            • 2+ years of professional software engineering

                            experience (APIs, services, tooling and automation).

                            • Knowledge and experience in working with Docker,

                            Kubernetes, and related technologies.

                            • Knowledge and experience with DevOps

                            methodologies.

                            • Excellent time management skills with the ability

                            to manage work to tight deadlines.

                            • Experience developing solid and scalable technical

                            solutions to business problems.

                            • Experience with agile development and work

                            management methodologies.

                            • Ability to pick up new technologies relatively

                            quickly.

                            • Ability to communicate effectively (written and

                            spoken).

                            • Ability to work with the multi-timezone

                            development teams and self-manage own work.

                            • A strong work ethic.


                            Nice to Have:

                            • Professional experience with Java/Scala based

                            analytics platforms (Hadoop, Spark, Hive, Trino,

                            etc.).

                            • Professional experience with Splunk, Flink,
                            Jupyter

                            Notebook, Apache Airflow (and related technologies)

                            is a big plus.
                        job_employment_type:
                          type: string
                          description: The type of employment for the job
                          example: CONTRACTOR
                        job_experience_in_place_of_education:
                          type: boolean
                          description: Indicates if experience can substitute for education
                          example: false
                        job_google_link:
                          type: string
                          description: URL to a Google search link for similar jobs
                          example: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          type: object
                          description: Key highlights of the job, including benefits, qualifications, and
                            responsibilities.
                        job_id:
                          type: string
                          description: Unique identifier for the job.
                          example: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote:
                          type: boolean
                          description: Indicates whether the job is remote.
                          example: false
                        job_job_title:
                          type: string
                          description: The title of the job.
                          example: null
                        job_latitude:
                          type: number
                          description: Latitude of the job location.
                          example: 30.267153
                        job_longitude:
                          type: number
                          description: Longitude of the job location.
                          example: -97.74306
                        job_max_salary:
                          type: number
                          description: Maximum salary for the job.
                          example: null
                        job_min_salary:
                          type: number
                          description: Minimum salary for the job.
                          example: null
                        job_naics_code:
                          type: string
                          description: NAICS code for the job industry.
                          example: null
                        job_naics_name:
                          type: string
                          description: NAICS industry name for the job.
                          example: null
                        job_occupational_categories:
                          type: array
                          description: List of occupational categories for the job.
                          items:
                            type: string
                        job_offer_expiration_datetime_utc:
                          type: string
                          description: UTC timestamp for when the job offer expires.
                          example: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp:
                          type: number
                          description: Unix timestamp for when the job offer expires.
                          example: 1720202881
                        job_onet_job_zone:
                          type: string
                          description: The O*NET job zone classification.
                          example: "4"
                        job_onet_soc:
                          type: string
                          description: The O*NET SOC code for the job.
                          example: "15113200"
                        job_posted_at_datetime_utc:
                          type: string
                          description: UTC timestamp for when the job was posted.
                          example: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp:
                          type: number
                          description: Unix timestamp for when the job was posted.
                          example: 1717610881
                        job_posting_language:
                          type: string
                          description: Language in which the job posting is written.
                          example: en
                        job_publisher:
                          type: string
                          description: The source or platform where the job was posted.
                          example: LinkedIn
                        job_required_education:
                          type: object
                          description: Details about the required education for the job.
                        job_required_experience:
                          type: object
                          description: Details about the required experience for the job.
                        job_required_skills:
                          type: array
                          description: List of required skills for the job.
                          items:
                            type: string
                        job_salary_currency:
                          type: string
                          description: Currency in which the salary is paid.
                          example: null
                        job_salary_period:
                          type: string
                          description: The period for which the salary is paid (e.g., hourly, monthly).
                          example: null
                        job_state:
                          type: string
                          description: State where the job is located.
                          example: TX
                        job_title:
                          type: string
                          description: The official title of the job.
                          example: Python Developer
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates if the company is actively hiring.
                        example: false
                      categories:
                        type: array
                        items: {}
                        description: A list of job categories.
                      company_types:
                        type: array
                        items: {}
                        description: A list of company types.
                      date_posted:
                        type: string
                        description: The date range when the job was posted.
                        example: all
                      employer:
                        type: array
                        items: {}
                        description: A list of employers.
                      employment_types:
                        type: array
                        items: {}
                        description: A list of employment types.
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: A list of job publishers to exclude.
                      job_requirements:
                        type: array
                        items: {}
                        description: A list of job requirements.
                      job_titles:
                        type: array
                        items: {}
                        description: A list of job titles.
                      num_pages:
                        type: number
                        description: The total number of pages available.
                        example: 1
                      page:
                        type: number
                        description: The current page number.
                        example: 1
                      query:
                        type: string
                        description: The search query for job listings.
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Indicates if only remote jobs should be included.
                        example: false
                  request_id:
                    type: string
                    description: A unique identifier for the request.
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: The status of the request.
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: 8b996d8b-de0c-4f3d-8377-306ecfea07aa
                    parameters:
                      query: Phone
                      country: US
                      sort_by: RELEVANCE
                      page: 1
                      is_prime: false
                    data:
                      total_products: 142342
                      country: US
                      domain: www.amazon.com
                      products:
                        - asin: B0CWHXVLXG
                          product_title: Moto G 5G | 2024 | Unlocked | Made for US 4/128GB | 50MP Camera |
                            Sage Green
                          product_price: $149.99
                          product_original_price: $199.99
                          currency: USD
                          product_star_rating: "4.2"
                          product_num_ratings: 1474
                          product_url: https://www.amazon.com/dp/B0CWHXVLXG
                          product_photo: https://m.media-amazon.com/images/I/71Sbx9zQN3L._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 3
                          product_minimum_offer_price: $103.48
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 2K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 Or fastest delivery Tomorrow, Feb 5
                          has_variations: true
                        - asin: B0CTW8TXGH
                          product_title: Tracfone | Motorola Moto g Play 2024 | Locked | 64GB | 5000mAh
                            Battery | 50MP Quad Pixel Camera | 6.5-in. HD+ 90Hz
                            Display | Sapphire Blue
                          product_price: $39.88
                          product_original_price: $49.99
                          currency: USD
                          product_star_rating: "4.4"
                          product_num_ratings: 282
                          product_url: https://www.amazon.com/dp/B0CTW8TXGH
                          product_photo: https://m.media-amazon.com/images/I/71CxUvG46rL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $39.88
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 3K+ bought in past month
                          delivery: FREE delivery Mon, Feb 10 Or fastest delivery Thu, Feb 6
                          has_variations: false
                        - asin: B0DFHRCMQQ
                          product_title: Total by Verizon | TCL 50 XE 5G | Locked | 128GB | 5000mAh
                            Battery | 50MP Camera | Blue
                          product_price: $79.99
                          product_original_price: null
                          currency: USD
                          product_star_rating: "3.4"
                          product_num_ratings: 8
                          product_url: https://www.amazon.com/dp/B0DFHRCMQQ
                          product_photo: https://m.media-amazon.com/images/I/61dQkzQULGL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $79.99
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: FREE delivery Sun, Feb 9 Or fastest delivery Thu, Feb 6
                          has_variations: false
                        - asin: B0DRDKHRPX
                          product_title: J24 | 2024 | All-Day Battery | GSM Unlocked | 6.5” Display |
                            3/32GB | 3000mAh | US Version | US Warranty | Blue
                          product_price: $49.99
                          product_original_price: null
                          currency: USD
                          product_star_rating: "3.9"
                          product_num_ratings: 9
                          product_url: https://www.amazon.com/dp/B0DRDKHRPX
                          product_photo: https://m.media-amazon.com/images/I/41SmgQ0jijL._AC_UY500_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $49.99
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 500+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 Or fastest delivery Tomorrow, Feb 5
                          has_variations: false
                        - asin: B0CSB22F9C
                          product_title: Samsung Galaxy A15 (SM-155M/DSN), 128GB 6GB RAM, Dual SIM,
                            Factory Unlocked GSM, International Version (Wall
                            Charger Bundle) (Light Blue)
                          product_price: $165.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.2"
                          product_num_ratings: 1471
                          product_url: https://www.amazon.com/dp/B0CSB22F9C
                          product_photo: https://m.media-amazon.com/images/I/31bNhi6E3eL._AC_UY650_FMwebp_QL65_.jpg
                          product_num_offers: 15
                          product_minimum_offer_price: $125.99
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          product_availability: Only 1 left in stock - order soon.
                          climate_pledge_friendly: false
                          sales_volume: 3K+ bought in past month
                          delivery: FREE delivery Feb 5 - 6 Only 1 left in stock - order soon.
                          has_variations: false
                        - asin: B08PNN2SKF
                          product_title: Apple iPhone 12 Mini, 64GB, Blue - Unlocked (Renewed)
                          product_price: $199.00
                          product_original_price: $311.76
                          currency: USD
                          product_star_rating: "4"
                          product_num_ratings: 14654
                          product_url: https://www.amazon.com/dp/B08PNN2SKF
                          product_photo: https://m.media-amazon.com/images/I/51-ZD+JBZ7L._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 30
                          product_minimum_offer_price: $172.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: true
                          sales_volume: 1K+ bought in past month
                          delivery: FREE delivery Tomorrow, Feb 5
                          has_variations: true
                        - asin: B0DHSV6LCN
                          product_title: Samsung Galaxy Z Flip 6 AI Cell Phone, 512GB Unlocked Android
                            Smartphone - (Renewed) (Blue, 512GB) (Blue)
                          product_price: $939.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "3.7"
                          product_num_ratings: 6
                          product_url: https://www.amazon.com/dp/B0DHSV6LCN
                          product_photo: https://m.media-amazon.com/images/I/51mRtvBdsqL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $939.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: FREE delivery
                          has_variations: true
                        - asin: B09GBLFSB2
                          product_title: SAMSUNG Galaxy Z Flip 3 5G, US Version, 128GB, Phantom Black -
                            Unlocked (Renewed)
                          product_price: $242.99
                          product_original_price: $629.98
                          currency: USD
                          product_star_rating: "4"
                          product_num_ratings: 4384
                          product_url: https://www.amazon.com/dp/B09GBLFSB2
                          product_photo: https://m.media-amazon.com/images/I/61hdrl3iMXL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 10
                          product_minimum_offer_price: $177.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          product_availability: Only 2 left in stock - order soon.
                          climate_pledge_friendly: true
                          sales_volume: 400+ bought in past month
                          delivery: FREE delivery Tomorrow, Feb 5 Only 2 left in stock - order soon.
                          has_variations: true
                        - asin: B09SM24S8C
                          product_title: Samsung Galaxy A03s Cell Phone, AT&amp;T GSM Unlocked Android
                            Smartphone, 32GB, Long Lasting Battery, Expandable
                            Storage, 3 Camera Lenses, Infinite Display - Black
                            (Renewed)
                          product_price: $72.00
                          product_original_price: $99.99
                          currency: USD
                          product_star_rating: "3.8"
                          product_num_ratings: 955
                          product_url: https://www.amazon.com/dp/B09SM24S8C
                          product_photo: https://m.media-amazon.com/images/I/51m45B3Yy+L._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 14
                          product_minimum_offer_price: $58.95
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 2K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 Or fastest delivery Tomorrow, Feb 5
                          has_variations: true
                        - asin: B08PP5MSVB
                          product_title: Apple iPhone 12, 64GB, Black - Fully Unlocked (Renewed)
                          product_price: $223.82
                          product_original_price: $274.00
                          currency: USD
                          product_star_rating: "4.1"
                          product_num_ratings: 28410
                          product_url: https://www.amazon.com/dp/B08PP5MSVB
                          product_photo: https://m.media-amazon.com/images/I/51fYXSnSu9L._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 63
                          product_minimum_offer_price: $199.99
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: 2K+ bought in past month
                          delivery: FREE delivery Feb 10 - 12 Or fastest delivery Feb 7 - 10
                          has_variations: true
                          product_badge: Best Seller
                        - asin: B0CRFB8HW4
                          product_title: SAMSUNG Galaxy A05 (128GB, 4GB) 6.7&quot; Dual SIM Fully Unlocked
                            Global 4G LTE A055M/DS (Black)
                          product_price: $112.20
                          product_original_price: null
                          currency: USD
                          product_star_rating: "3.9"
                          product_num_ratings: 327
                          product_url: https://www.amazon.com/dp/B0CRFB8HW4
                          product_photo: https://m.media-amazon.com/images/I/61UjBLFlH2L._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 15
                          product_minimum_offer_price: $89.50
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: 1K+ bought in past month
                          delivery: FREE delivery Tomorrow, Feb 5
                          has_variations: true
                        - asin: B0CV4NQYFP
                          product_title: SAMSUNG Galaxy A35 5G A Series Cell Phone, 128GB Unlocked Android
                            Smartphone, AMOLED Display, Advanced Triple Camera
                            System, Expandable Storage, Rugged Design, US
                            Version, 2024, Awesome Navy
                          product_price: $324.99
                          product_original_price: $399.99
                          currency: USD
                          product_star_rating: "4.4"
                          product_num_ratings: 744
                          product_url: https://www.amazon.com/dp/B0CV4NQYFP
                          product_photo: https://m.media-amazon.com/images/I/71YwZXmVcEL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 2
                          product_minimum_offer_price: $250.42
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: true
                          sales_volume: 1K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 Or fastest delivery Thu, Feb 6
                          has_variations: true
                          product_badge: Limited time deal
                        - asin: B0BZG14KFJ
                          product_title: Panasonic Cordless Phone with Answering Machine, Advanced Call
                            Block, Bilingual Caller ID and Easy to Read
                            High-Contrast Display, Expandable System with 2
                            Handsets - KX-TGD832M (Metallic Black)
                          product_price: $59.99
                          unit_price: $30.00
                          unit_count: 2
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.3"
                          product_num_ratings: 4981
                          product_url: https://www.amazon.com/dp/B0BZG14KFJ
                          product_photo: https://m.media-amazon.com/images/I/81nkYlfA5ZL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 3
                          product_minimum_offer_price: $22.17
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 4K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 Or fastest delivery Tomorrow, Feb 5
                          has_variations: false
                        - asin: B0BN96CCM6
                          product_title: Apple iPhone 14 Pro, 256GB, Space Black - Unlocked (Renewed)
                          product_price: $524.95
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4"
                          product_num_ratings: 2890
                          product_url: https://www.amazon.com/dp/B0BN96CCM6
                          product_photo: https://m.media-amazon.com/images/I/41al5-lNvML._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 29
                          product_minimum_offer_price: $480.90
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          product_availability: Only 16 left in stock - order soon.
                          climate_pledge_friendly: false
                          sales_volume: 1K+ bought in past month
                          delivery: FREE delivery Tomorrow, Feb 5 Only 16 left in stock - order soon.
                          has_variations: true
                        - asin: B0DLHNWHRF
                          product_title: SAMSUNG Galaxy A16 5G A Series Cell Phone, Unlocked Android
                            Smartphone, Large AMOLED Display, Durable Design,
                            Super Fast Charging, Expandable Storage, US Version,
                            2025, Blue Black
                          product_price: $174.99
                          product_original_price: $199.99
                          currency: USD
                          product_star_rating: "4.2"
                          product_num_ratings: 51
                          product_url: https://www.amazon.com/dp/B0DLHNWHRF
                          product_photo: https://m.media-amazon.com/images/I/71KGkQ+KOKL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 2
                          product_minimum_offer_price: $173.24
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 2K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 Or fastest delivery Tomorrow, Feb 5
                          has_variations: true
                          product_badge: Limited time deal
                        - asin: B08L34JQ9C
                          product_title: Samsung Galaxy S20 FE 5G, 128GB, Cloud Navy - Unlocked (Renewed)
                          product_price: $157.00
                          product_original_price: $169.02
                          currency: USD
                          product_star_rating: "3.9"
                          product_num_ratings: 9164
                          product_url: https://www.amazon.com/dp/B08L34JQ9C
                          product_photo: https://m.media-amazon.com/images/I/51yxI5nkPWL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 41
                          product_minimum_offer_price: $129.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: true
                          sales_volume: 1K+ bought in past month
                          delivery: FREE delivery Tomorrow, Feb 5
                          has_variations: true
                        - asin: B0DCLD9PLY
                          product_title: SAMSUNG Galaxy S24 FE AI Phone, 128GB Unlocked Android
                            Smartphone, High-Res 50MP Camera, Long Battery Life,
                            Brighter Display Screen, US Version, 2024, US 1 Yr
                            Manufacturer Warranty, Gray
                          product_price: $499.99
                          product_original_price: $649.99
                          currency: USD
                          product_star_rating: "4.5"
                          product_num_ratings: 399
                          product_url: https://www.amazon.com/dp/B0DCLD9PLY
                          product_photo: https://m.media-amazon.com/images/I/61bXUCHBw+L._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $499.99
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 100+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 Or fastest delivery Tomorrow, Feb 5
                          has_variations: false
                          product_badge: Limited time deal
                        - asin: B08FXRTYPH
                          product_title: $30/mo. Mint Mobile Phone Plan with Unlimited Talk, Text &amp;
                            Data for 3 Months (3-in-1 SIM Card)
                          product_price: $90.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.2"
                          product_num_ratings: 17896
                          product_url: https://www.amazon.com/dp/B08FXRTYPH
                          product_photo: https://m.media-amazon.com/images/I/61GjGBJErFL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $90.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 2K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 Or fastest delivery Tomorrow, Feb 5
                          has_variations: false
    parameters:
      - &a1
        description: API.market API Key
        in: header
        name: x-api-market-key
        value: Please Login/Signup to get an API Key
        required: true
        schema:
          type: string
  /products-by-category:
    get:
      tags:
        - default
      summary: Product by Category
      description: Get products & offers in a specific Amazon category with pagination
        support and  multiple filters and options such as sort option, price
        range, product condition filter, and more.
      parameters:
        - name: category_id
          in: query
          schema:
            type: string
          description: "The Amazon category for which to return results. The category ID
            can be obtained from the Amazon category results URL, for example:
            https://amazon.com/s?node=2858778013 - the Amazon Category ID is
            2858778013. Multiple category values can be separated by comma (e.g.
            categoryId1,categoryId2). example: '2478868012'"
        - name: page
          in: query
          schema:
            type: integer
          description: Page to return.
          example: "1"
        - name: country
          in: query
          schema:
            type: string
          example: US
          description: Sets the Amazon domain, marketplace country, language and currency.
        - name: sort_by
          in: query
          schema:
            type: string
          example: RELEVANCE
          description: Return the results in a specific sort order.
        - name: product_condition
          in: query
          schema:
            type: string
          example: ALL
          description: Return products in a specific condition
        - name: min_price
          in: query
          schema:
            type: number
          example: "105"
          description: Only return product offers with price greater than a certain value.
            Specified in the currency of the selected country. For example, in
            case country=US, a value of 105.34 means $105.34.
        - name: max_price
          in: query
          schema:
            type: number
          example: "110"
          description: Only return product offers with price lower than a certain value.
            Specified in the currency of the selected country. For example, in
            case country=US, a value of 105.34 means $105.34.
        - name: brand
          in: query
          schema:
            type: string
          description: Only return products of a specific brand. Multiple brands can be
            specified as a comma (,) separated list. The brand values can be
            seen from Amazon's search left filters panel, as seen here.
        - name: is_prime
          in: query
          schema:
            type: boolean
          description: "Only return prime products. Default: false"
        - name: deals_and_discounts
          in: query
          schema:
            type: string
          description: "Return deals and discounts in a specific condition. Default: NONE
            Allowed values: NONE, ALL_DISCOUNTS, TODAYS_DEALS"
        - name: four_stars_and_up
          in: query
          schema:
            type: boolean
          description: Return product listings with ratings of 4 stars & up.
        - name: additional_filters
          in: query
          schema:
            type: string
          description: "Any filters available on the Amazon page but not part of this
            endpoint's parameters. The filter values can be extracted from the
            rh parameter in the Amazon search URL after applying the filter of
            interest on the Amazon search results page. Multiple filters are
            supported and can be separated by comma (,). For example, when
            searching for science books with the Paperback book format filter
            selected, the Amazon URL is:
            https://www.amazon.com/s?k=science+books&rh=p_n_feature_browse-bin%\
            3A2656022011 and the rh parameter value is
            p_n_feature_browse-bin%3A2656022011 - To filter for Paperback books,
            set the value of
            additional_parameters=p_n_feature_browse-bin%3A2656022011."
        - name: fields
          in: query
          schema:
            type: string
          description: "A comma separated list of product fields to include in the
            response (field projection). By default all fields are returned.
            Example: product_price,product_url,is_best_seller,sales_volume"
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        employer_name:
                          type: string
                          description: The name of the employer
                          example: Info Way Solutions
                        employer_logo:
                          type: string
                          description: The URL to the employer's logo
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        job_apply_is_direct:
                          type: boolean
                          description: Indicates if the job application is direct
                          example: false
                        job_city:
                          type: string
                          description: The city where the job is located
                          example: Austin
                        job_country:
                          type: string
                          description: The country where the job is located
                          example: US
                        job_description:
                          type: string
                          description: A description of the job role
                          example: "Python with DevOps Experience Sunnyvale, CA / Austin, TX Primary skill
                            : Python and DevOPs Nice to have skill : Hadoop and
                            AWS"
                        job_employment_type:
                          type: string
                          description: The type of employment (e.g., contractor, full-time)
                          example: CONTRACTOR
                        job_experience_in_place_of_education:
                          type: boolean
                          description: Indicates if experience can substitute for education
                          example: false
                        job_google_link:
                          type: string
                          description: A link to the job on Google Jobs
                          example: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_id:
                          type: string
                          description: The unique identifier for the job
                          example: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote:
                          type: boolean
                          description: Indicates if the job is remote
                          example: false
                        job_latitude:
                          type: number
                          description: The latitude of the job location
                          example: 30.267153
                        job_longitude:
                          type: number
                          description: The longitude of the job location
                          example: -97.74306
                        job_max_salary:
                          type: number
                          description: The maximum salary for the job
                          example: null
                        job_min_salary:
                          type: number
                          description: The minimum salary for the job
                          example: null
                        job_offer_expiration_datetime_utc:
                          type: string
                          description: The expiration date and time of the job offer in UTC
                          example: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp:
                          type: number
                          description: The expiration timestamp of the job offer
                          example: 1720202881
                        job_onet_job_zone:
                          type: string
                          description: The job zone for the position (level of education and experience)
                          example: "4"
                        job_onet_soc:
                          type: string
                          description: The Standard Occupational Classification (SOC) code for the job
                          example: "15113200"
                        job_posted_at_datetime_utc:
                          type: string
                          description: The date and time the job was posted in UTC
                          example: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp:
                          type: number
                          description: The timestamp of when the job was posted
                          example: 1717610881
                        job_posting_language:
                          type: string
                          description: The language of the job posting
                          example: en
                        job_publisher:
                          type: string
                          description: The platform or publisher of the job listing
                          example: LinkedIn
                        job_state:
                          type: string
                          description: The state where the job is located
                          example: TX
                        job_title:
                          type: string
                          description: The title of the job position
                          example: Python Developer
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates whether the company is actively hiring.
                        example: false
                      categories:
                        type: array
                        items: {}
                        description: List of job categories.
                      company_types:
                        type: array
                        items: {}
                        description: List of company types.
                      date_posted:
                        type: string
                        description: The time range for job postings.
                        example: all
                      employer:
                        type: array
                        items: {}
                        description: List of employers.
                      employment_types:
                        type: array
                        items: {}
                        description: List of employment types.
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: List of job publishers to exclude.
                      job_requirements:
                        type: array
                        items: {}
                        description: List of job requirements.
                      job_titles:
                        type: array
                        items: {}
                        description: List of job titles.
                      num_pages:
                        type: number
                        description: The total number of pages available.
                        example: 1
                      page:
                        type: number
                        description: The current page number.
                        example: 1
                      query:
                        type: string
                        description: The job search query.
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Indicates whether to filter for remote jobs only.
                        example: false
                  request_id:
                    type: string
                    description: Unique identifier for the request.
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: The status of the API response.
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: afbd3e96-4c73-4e42-8f44-058b1b1a9dd1
                    parameters:
                      category_id: "2478868012"
                      country: US
                      sort_by: RELEVANCE
                      page: 1
                      is_prime: false
                    data:
                      total_products: 983312
                      country: US
                      domain: www.amazon.com
                      products:
                        - asin: B0DJQVYV99
                          product_title: "Forgotten Home Apothecary : 250 Powerful Remedies at Your
                            Fingertips"
                          product_price: $37.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 1315
                          book_format: Paperback
                          product_url: https://www.amazon.com/dp/B0DJQVYV99
                          product_photo: https://m.media-amazon.com/images/I/91-E86oM2IL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 2
                          product_minimum_offer_price: $33.00
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: $4.99 delivery Feb 12 - 19 Or fastest delivery Feb 11 - 14
                          has_variations: false
                          product_badge: Best Seller
                          product_byline: by Dr. Nicole Apelian
                          product_byline_links:
                            - text: Dr. Nicole Apelian
                              link: https://www.amazon.com/Dr-Nicole-Apelian/e/B07WX1319L?ref=sr_ntt_srch_lnk_1&qid=1738659436&sr=8-1
                        - asin: B0DFMZMKFJ
                          product_title: "The Let Them Theory: A Life-Changing Tool That Millions of
                            People Can’t Stop Talking About"
                          product_price: $0.00
                          product_original_price: $33.90
                          currency: USD
                          product_star_rating: "4.6"
                          product_num_ratings: 4055
                          book_format: Audible Audiobook
                          product_url: https://www.amazon.com/dp/B0DFMZMKFJ
                          product_photo: https://m.media-amazon.com/images/I/91citwjfRtL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly
                          has_variations: false
                          product_badge: Best Seller
                          product_byline: by Mel Robbins and Audible Studios
                        - asin: B0DHYGWYJ6
                          product_title: TurboTax Deluxe 2024 Tax Software, Federal &amp; State Tax Return
                            [PC/MAC Download]
                          product_price: $44.99
                          product_original_price: $79.99
                          currency: USD
                          product_star_rating: "4"
                          product_num_ratings: 2185
                          book_format: PC/MAC Download
                          product_url: https://www.amazon.com/dp/B0DHYGWYJ6
                          product_photo: https://m.media-amazon.com/images/I/71UbHaUeeUL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $44.99
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available now
                          has_variations: false
                          product_badge: Best Seller
                          product_byline: by Intuit
                        - asin: B017250D16
                          product_title: Paramount+
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "3.7"
                          product_num_ratings: 417155
                          book_format: App
                          product_url: https://www.amazon.com/dp/B017250D16
                          product_photo: https://m.media-amazon.com/images/I/31UpyS76j+L._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: Oct 23, 2015
                        - asin: B00KDSGIPK
                          product_title: Pluto TV - Watch Free Movies, Shows and Live TV
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.2"
                          product_num_ratings: 786804
                          book_format: App
                          product_url: https://www.amazon.com/dp/B00KDSGIPK
                          product_photo: https://m.media-amazon.com/images/I/41-BIhPLNdL._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: May 18, 2014
                        - asin: B0DD7X5V3V
                          product_title: "The Fall Risk: A Short Story"
                          product_price: $1.99
                          product_original_price: $1.99
                          currency: USD
                          product_star_rating: "4.5"
                          product_num_ratings: 3939
                          book_format: Kindle
                          product_url: https://www.amazon.com/dp/B0DD7X5V3V
                          product_photo: https://m.media-amazon.com/images/I/71tJcegYh8L._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $1.99
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: null
                          has_variations: false
                          product_badge: Best Seller
                          product_byline: by Abby Jimenez
                          product_byline_links:
                            - text: Abby Jimenez
                              link: https://www.amazon.com/Abby-Jimenez/e/B07KX5X24Y?ref=sr_ntt_srch_lnk_6&qid=1738659436&sr=8-6
                        - asin: B0CW1FKFB9
                          product_title: Onyx Storm (The Empyrean Book 3)
                          product_price: $14.99
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 93381
                          book_format: Kindle
                          product_url: https://www.amazon.com/dp/B0CW1FKFB9
                          product_photo: https://m.media-amazon.com/images/I/91rcGxdclIL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $14.99
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly
                          has_variations: false
                          product_badge: Best Seller
                        - asin: B0D54JZTHY
                          product_title: Apple AirTag 4 Pack
                          product_price: $69.99
                          product_original_price: $99.00
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 12338
                          product_url: https://www.amazon.com/dp/B0D54JZTHY
                          product_photo: https://m.media-amazon.com/images/I/61bMNCeAUAL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 5
                          product_minimum_offer_price: $64.39
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 10K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 Or fastest delivery Tomorrow, Feb 5
                          has_variations: false
                        - asin: B0D6VY6NBC
                          product_title: "Magic Tiles 3: Music games - rhythm rush &amp; piano app"
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "3.6"
                          product_num_ratings: 58
                          book_format: App
                          product_url: https://www.amazon.com/dp/B0D6VY6NBC
                          product_photo: https://m.media-amazon.com/images/I/61sSsF0I1aL._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: Jul 1, 2024
                        - asin: B08NGK7BML
                          product_title: YouTube,Movies,Music,Sports,Shorts,NFL,NBA,MLB,WWE...
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.2"
                          product_num_ratings: 13363
                          book_format: App
                          product_url: https://www.amazon.com/dp/B08NGK7BML
                          product_photo: https://m.media-amazon.com/images/I/21MC0f27QQL._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: Nov 16, 2020
                        - asin: B0DJQ2V9QR
                          product_title: H&amp;R Block Tax Software Deluxe + State 2024 with Refund Bonus
                            Offer (Amazon Exclusive) Win/Mac [PC/Mac Online
                            Code]
                          product_price: $29.99
                          product_original_price: $59.99
                          currency: USD
                          product_star_rating: "3.7"
                          product_num_ratings: 639
                          book_format: PC/Mac Download
                          product_url: https://www.amazon.com/dp/B0DJQ2V9QR
                          product_photo: https://m.media-amazon.com/images/I/51+fonAXhPL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $29.99
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available now
                          has_variations: false
                          product_byline: by H&R Block
                        - asin: B01N0BP507
                          product_title: Downloader
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.2"
                          product_num_ratings: 669812
                          book_format: App
                          product_url: https://www.amazon.com/dp/B01N0BP507
                          product_photo: https://m.media-amazon.com/images/I/31KVvZnHbuL._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: Nov 11, 2016
                        - asin: B0D1XD1ZV3
                          product_title: Apple AirPods Pro 2 Wireless Earbuds, Active Noise Cancellation,
                            Hearing Aid Feature, Bluetooth Headphones,
                            Transparency, Personalized Spatial Audio,
                            High-Fidelity Sound, H2 Chip, USB-C Charging
                          product_price: $169.00
                          product_original_price: $249.00
                          currency: USD
                          product_star_rating: "4.6"
                          product_num_ratings: 18523
                          product_url: https://www.amazon.com/dp/B0D1XD1ZV3
                          product_photo: https://m.media-amazon.com/images/I/61SUj2aKoEL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 3
                          product_minimum_offer_price: $163.93
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 10K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 Or fastest delivery Tomorrow, Feb 5
                          has_variations: false
                          product_badge: Best Seller
                        - asin: B0CJM1GNFQ
                          product_title: Amazon Fire TV Stick 4K (newest model) with AI-powered Fire TV
                            Search, Wi-Fi 6, stream over 1.5 million movies and
                            shows, free &amp; live TV
                          product_price: $29.99
                          product_original_price: $49.99
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 54079
                          product_url: https://www.amazon.com/dp/B0CJM1GNFQ
                          product_photo: https://m.media-amazon.com/images/I/51s-dIOI5zL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $29.99
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 10K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Fri, Feb 7
                          has_variations: false
                          product_badge: Best Seller
                        - asin: B0DHYHPSMC
                          product_title: TurboTax Home &amp; Business 2024 Tax Software, Federal &amp;
                            State Tax Return [PC/MAC Download]
                          product_price: $75.99
                          product_original_price: $129.99
                          currency: USD
                          product_star_rating: "3.9"
                          product_num_ratings: 629
                          book_format: PC/MAC Download
                          product_url: https://www.amazon.com/dp/B0DHYHPSMC
                          product_photo: https://m.media-amazon.com/images/I/71b5aAzdXOL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $75.99
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available now
                          has_variations: false
                          product_badge: Limited time deal
                          product_byline: by Intuit
                        - asin: B0DHYH1R3N
                          product_title: TurboTax Premier 2024 Tax Software, Federal &amp; State Tax
                            Return [PC/MAC Download]
                          product_price: $64.99
                          product_original_price: $114.99
                          currency: USD
                          product_star_rating: "3.9"
                          product_num_ratings: 1044
                          book_format: PC/MAC Download
                          product_url: https://www.amazon.com/dp/B0DHYH1R3N
                          product_photo: https://m.media-amazon.com/images/I/71yj6wGqynL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $64.99
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available now
                          has_variations: false
                          product_badge: Limited time deal
                          product_byline: by Intuit
                        - asin: B08BG9MPT9
                          product_title: Peacock TV
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.2"
                          product_num_ratings: 441558
                          book_format: App
                          product_url: https://www.amazon.com/dp/B08BG9MPT9
                          product_photo: https://m.media-amazon.com/images/I/61GbrxjZXHL._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: Jun 24, 2021
                        - asin: B0DGHMNQ5Z
                          product_title: Apple AirPods 4 Wireless Earbuds, Bluetooth Headphones,
                            Personalized Spatial Audio, Sweat and Water
                            Resistant, USB-C Charging Case, H2 Chip, Up to 30
                            Hours of Battery Life, Effortless Setup for iPhone
                          product_price: $99.99
                          product_original_price: $129.00
                          currency: USD
                          product_star_rating: "4.4"
                          product_num_ratings: 3022
                          product_url: https://www.amazon.com/dp/B0DGHMNQ5Z
                          product_photo: https://m.media-amazon.com/images/I/61iBtxCUabL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 6
                          product_minimum_offer_price: $91.99
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 10K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 Or fastest delivery Tomorrow, Feb 5
                          has_variations: false
                          product_badge: Save 22%
                        - asin: B0CWXNS552
                          product_title: Apple AirTag
                          product_price: $22.99
                          product_original_price: $29.00
                          currency: USD
                          product_star_rating: "4.6"
                          product_num_ratings: 20040
                          product_url: https://www.amazon.com/dp/B0CWXNS552
                          product_photo: https://m.media-amazon.com/images/I/71rP7f78eFL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 5
                          product_minimum_offer_price: $20.09
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 10K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                          product_badge: Best Seller
                        - asin: B00N1XIY5Q
                          product_title: Spotify - Music and Podcasts
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.5"
                          product_num_ratings: 355268
                          book_format: App
                          product_url: https://www.amazon.com/dp/B00N1XIY5Q
                          product_photo: https://m.media-amazon.com/images/I/31B2Nyzd8XL._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: Sep 12, 2014
                        - asin: B0DFMNV4Z3
                          product_title: "Eleven Numbers: A Short Story"
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.3"
                          product_num_ratings: 13061
                          book_format: Kindle
                          product_url: https://www.amazon.com/dp/B0DFMNV4Z3
                          product_photo: https://m.media-amazon.com/images/I/81IJM45XYDL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly
                          has_variations: false
                          product_badge: Best Seller
                          product_byline: by Lee Child
                          product_byline_links:
                            - text: Lee Child
                              link: https://www.amazon.com/Lee-Child/e/B000APO0PQ?ref=sr_ntt_srch_lnk_21&qid=1738659436&sr=8-21
                        - asin: "0385546890"
                          product_title: "The Secret of Secrets: A Novel (Robert Langdon)"
                          product_price: $22.80
                          product_original_price: $38.00
                          currency: USD
                          product_star_rating: null
                          product_num_ratings: 0
                          book_format: Hardcover
                          product_url: https://www.amazon.com/dp/0385546890
                          product_photo: https://m.media-amazon.com/images/I/71x9W5NXfjL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $22.80
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: FREE delivery Mon, Sep 15, 2025 on $35 of items shipped by AmazonOr
                            fastest delivery Tue, Sep 9, 2025 This title will be
                            released on September 9, 2025.
                          has_variations: false
                          product_badge: Best Seller
                        - asin: B004Y1WCDE
                          product_title: "Plex: Stream Movies &amp; TV"
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4"
                          product_num_ratings: 212651
                          book_format: App
                          product_url: https://www.amazon.com/dp/B004Y1WCDE
                          product_photo: https://m.media-amazon.com/images/I/21hopceMfJL._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: Apr 27, 2011
                        - asin: "1546171460"
                          product_title: Sunrise on the Reaping (A Hunger Games Novel) (The Hunger Games)
                          product_price: $19.59
                          product_original_price: $27.99
                          currency: USD
                          product_star_rating: null
                          product_num_ratings: 0
                          book_format: Hardcover
                          product_url: https://www.amazon.com/dp/1546171460
                          product_photo: https://m.media-amazon.com/images/I/71InK67X-sL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $19.59
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: FREE delivery Mon, Mar 24 on $35 of items shipped by AmazonOr fastest
                            delivery Tue, Mar 18 This title will be released on
                            March 18, 2025.
                          has_variations: false
                          product_badge: Best Seller
                        - asin: B07XDD7GYT
                          product_title: Apple TV
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.1"
                          product_num_ratings: 465500
                          book_format: App
                          product_url: https://www.amazon.com/dp/B07XDD7GYT
                          product_photo: https://m.media-amazon.com/images/I/513naL3U+8L._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: Sep 13, 2019
                        - asin: B07XF2P9KR
                          product_title: YouTube TV
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.4"
                          product_num_ratings: 366635
                          book_format: App
                          product_url: https://www.amazon.com/dp/B07XF2P9KR
                          product_photo: https://m.media-amazon.com/images/I/31rcquarKXL._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: Sep 6, 2019
                        - asin: B076X8FKXP
                          product_title: Fawesome - Free Awesome TV &amp; Movies
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "3.8"
                          product_num_ratings: 54372
                          book_format: App
                          product_url: https://www.amazon.com/dp/B076X8FKXP
                          product_photo: https://m.media-amazon.com/images/I/81VLg+9NcRL._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: Oct 28, 2017
                        - asin: B0CHTKNWBL
                          product_title: Amazon.com Gift Card Balance Reload
                          product_price: $5.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 524380
                          product_url: https://www.amazon.com/dp/B0CHTKNWBL
                          product_photo: https://m.media-amazon.com/images/I/71bnrYNtI6L._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $5.00
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: null
                          has_variations: false
                          product_badge: Best Seller
                        - asin: B0DNLMFDX7
                          product_title: Wicked (4K Ultra HD + Blu-ray+ Digital)
                          product_price: $29.95
                          product_original_price: $34.98
                          currency: USD
                          product_star_rating: "4.3"
                          product_num_ratings: 87
                          book_format: 4K
                          product_url: https://www.amazon.com/dp/B0DNLMFDX7
                          product_photo: https://m.media-amazon.com/images/I/8130+FZ-XQL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $29.95
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 10K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Thu, Feb 6
                          has_variations: false
                          product_badge: Best Seller
                        - asin: B075NTHVJW
                          product_title: "Tubi: Watch Free Movies &amp; TV Shows"
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.3"
                          product_num_ratings: 641375
                          book_format: App
                          product_url: https://www.amazon.com/dp/B075NTHVJW
                          product_photo: https://m.media-amazon.com/images/I/71T6N+MCczL._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: Oct 17, 2017
                        - asin: "1464227322"
                          product_title: The Crash
                          product_price: $11.27
                          product_original_price: $17.99
                          currency: USD
                          product_star_rating: "4.2"
                          product_num_ratings: 17693
                          book_format: Paperback
                          product_url: https://www.amazon.com/dp/1464227322
                          product_photo: https://m.media-amazon.com/images/I/81IM6vEPvLL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $11.27
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Thu, Feb 6
                          has_variations: false
                          product_byline: by Freida McFadden
                          product_byline_links:
                            - text: Freida McFadden
                              link: https://www.amazon.com/Freida-McFadden/e/B00ELQLN2I?ref=sr_ntt_srch_lnk_31&qid=1738659436&sr=8-31
                        - asin: B07YJFWNBR
                          product_title: Amazon.com eGift Card (Instant Email or Text Delivery)
                          product_price: $5.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.8"
                          product_num_ratings: 787447
                          product_url: https://www.amazon.com/dp/B07YJFWNBR
                          product_photo: https://m.media-amazon.com/images/I/41h8CpL9M1L._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $5.00
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: null
                          has_variations: false
                          product_badge: Best Seller
                        - asin: B08F3C99KN
                          product_title: Apple Gift Card - App Store, iTunes, iPhone, iPad, AirPods,
                            MacBook, accessories and more (eGift)
                          product_price: $15.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.6"
                          product_num_ratings: 67269
                          product_url: https://www.amazon.com/dp/B08F3C99KN
                          product_photo: https://m.media-amazon.com/images/I/3116MYrPLyL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $15.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: FREE Shipping on eligible orders
                          has_variations: false
                        - asin: B0CQMRKRV5
                          product_title: Amazon Fire TV Stick HD (newest model), free and live TV, Alexa
                            Voice Remote, smart home controls, HD streaming
                          product_price: $24.99
                          product_original_price: $34.99
                          currency: USD
                          product_star_rating: "4.6"
                          product_num_ratings: 5137
                          product_url: https://www.amazon.com/dp/B0CQMRKRV5
                          product_photo: https://m.media-amazon.com/images/I/51GHEdUznQL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $24.99
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 10K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                          product_badge: Limited time deal
                        - asin: B01J62Q632
                          product_title: DIRECTV
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.1"
                          product_num_ratings: 64852
                          book_format: App
                          product_url: https://www.amazon.com/dp/B01J62Q632
                          product_photo: https://m.media-amazon.com/images/I/61Glut4dzOL._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: Sep 19, 2016
                        - asin: B0D7FVQ1ZB
                          product_title: Apple EarPods Headphones with Lightning Connector, Wired Ear Buds
                            for iPhone with Built-in Remote to Control Music,
                            Phone Calls, and Volume
                          product_price: $15.96
                          product_original_price: $19.00
                          currency: USD
                          product_star_rating: "4.6"
                          product_num_ratings: 4944
                          product_url: https://www.amazon.com/dp/B0D7FVQ1ZB
                          product_photo: https://m.media-amazon.com/images/I/317eB4+yU6L._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 3
                          product_minimum_offer_price: $14.46
                          is_best_seller: false
                          is_amazon_choice: true
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 10K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                          product_badge: Amazon's
                        - asin: B0CV4FQPY1
                          product_title: Bounty Select-A-Size Paper Towels, White, 8 Triple Rolls = 24
                            Regular Rolls
                          product_price: $23.99
                          unit_price: $2.22
                          unit_count: 11
                          product_original_price: $27.99
                          currency: USD
                          product_star_rating: "4.8"
                          product_num_ratings: 4401
                          product_url: https://www.amazon.com/dp/B0CV4FQPY1
                          product_photo: https://m.media-amazon.com/images/I/81jYzN4cAdL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $23.99
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 100K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                          product_byline: 135 sheet (Pack of 8)
                        - asin: B0CDZJ9JJC
                          product_title: Charmin Ultra Soft Toilet Paper 6 Mega Rolls = 24 Regular Rolls
                          product_price: $7.97
                          unit_price: $0.59
                          unit_count: 14
                          product_original_price: $10.99
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 10673
                          product_url: https://www.amazon.com/dp/B0CDZJ9JJC
                          product_photo: https://m.media-amazon.com/images/I/81nd7vEzWpL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $7.97
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: true
                          sales_volume: 100K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                          product_byline: 224 sheet (Pack of 6)
                        - asin: B0DBHTZQF1
                          product_title: "A Navy SEAL&#x27;s Bug-In Guide: How to Turn Your House into the
                            Safest Place on Earth"
                          product_price: $38.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.6"
                          product_num_ratings: 868
                          book_format: Paperback
                          product_url: https://www.amazon.com/dp/B0DBHTZQF1
                          product_photo: https://m.media-amazon.com/images/I/71bStYhOWOL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 2
                          product_minimum_offer_price: $34.00
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: $4.99 delivery Feb 12 - 19 Or fastest delivery Feb 11 - 14
                          has_variations: false
                          product_badge: Best Seller
                          product_byline: by Joel Lambert
                          product_byline_links:
                            - text: Joel Lambert
                              link: https://www.amazon.com/Joel-Lambert/e/B0DGQZ1VB7?ref=sr_ntt_srch_lnk_39&qid=1738659436&sr=8-39
                        - asin: B013J1XB02
                          product_title: BYUtv
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.3"
                          product_num_ratings: 7575
                          book_format: App
                          product_url: https://www.amazon.com/dp/B013J1XB02
                          product_photo: https://m.media-amazon.com/images/I/31Q4BsxH-RL._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: Aug 7, 2015
                        - asin: B009108SGS
                          product_title: Duracell 2032 Lithium Battery. 4 Count Pack. Child Safety
                            Features. Compatible with Apple AirTag, Key Fob, and
                            other devices. CR2032 Lithium 3V Cell. 2032 Battery,
                            Lithium Coin Battery
                          product_price: $5.69
                          unit_price: $1.42
                          unit_count: 4
                          product_original_price: $13.19
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 77902
                          product_url: https://www.amazon.com/dp/B009108SGS
                          product_photo: https://m.media-amazon.com/images/I/71QrkenaWbL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 53
                          product_minimum_offer_price: $5.65
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 100K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                          product_badge: Best Seller
                          product_byline: 4 count
                        - asin: B0DV9M3W6H
                          product_title: MAYHEM (Amazon Exclusive Opaque White Vinyl)
                          product_price: $39.98
                          product_original_price: null
                          currency: USD
                          product_star_rating: null
                          product_num_ratings: 0
                          book_format: Vinyl
                          product_url: https://www.amazon.com/dp/B0DV9M3W6H
                          product_photo: https://m.media-amazon.com/images/I/61vT9BecuyL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $39.98
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: FREE delivery Tue, Mar 11 Or fastest delivery Fri, Mar 7 This title
                            will be released on March 7, 2025.
                          has_variations: false
                          product_byline: by Lady Gaga
                        - asin: B0BVDJ293G
                          product_title: "Fourth Wing: Empyrean, Book 1"
                          product_price: $0.00
                          product_original_price: $25.79
                          currency: USD
                          product_star_rating: "4.8"
                          product_num_ratings: 338843
                          book_format: Audible Audiobook
                          product_url: https://www.amazon.com/dp/B0BVDJ293G
                          product_photo: https://m.media-amazon.com/images/I/A15A7wamBML._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly
                          has_variations: false
                          product_badge: Best Seller
                        - asin: "1734654805"
                          product_title: "INNER EXCELLENCE: Train Your Mind for Extraordinary Performance
                            and the Best Possible life"
                          product_price: $15.55
                          product_original_price: $17.97
                          currency: USD
                          product_star_rating: "4.8"
                          product_num_ratings: 869
                          book_format: Paperback
                          product_url: https://www.amazon.com/dp/1734654805
                          product_photo: https://m.media-amazon.com/images/I/61azTLgsSwL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $15.55
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Thu, Feb 6
                          has_variations: false
                          product_badge: Best Seller
                          product_byline: by JIM MURPHY
                          product_byline_links:
                            - text: JIM MURPHY
                              link: https://www.amazon.com/JIM-MURPHY/e/B001K8EOTE?ref=sr_ntt_srch_lnk_44&qid=1738659436&sr=8-44
                        - asin: B0D5FZGY8W
                          product_title: URO Vaginal Probiotics for Women pH Balance with Prebiotics &amp;
                            Lactobacillus Probiotic Blend - Women&#x27;s Vaginal
                            Health Supplement - Promote Healthy Vaginal Odor
                            &amp; Vaginal Flora, 60 Count (Pack of 1)
                          product_price: $24.99
                          unit_price: $0.42
                          unit_count: 60
                          product_original_price: $31.99
                          currency: USD
                          product_star_rating: "4.4"
                          product_num_ratings: 8569
                          product_url: https://www.amazon.com/dp/B0D5FZGY8W
                          product_photo: https://m.media-amazon.com/images/I/61tYAHJi3LL._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $24.99
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: 100K+ bought in past month
                          delivery: FREE delivery Feb 10 - 13
                          has_variations: false
                          product_badge: Best Seller
                        - asin: B089QXRRHD
                          product_title: The Roku Channel
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.3"
                          product_num_ratings: 147161
                          book_format: App
                          product_url: https://www.amazon.com/dp/B089QXRRHD
                          product_photo: https://m.media-amazon.com/images/I/51ci2HHAigL._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: Oct 8, 2020
                        - asin: B0D6F74FQY
                          product_title: Jeopardy! - Volley Games
                          product_price: $0.00
                          product_original_price: null
                          currency: USD
                          product_star_rating: "3.8"
                          product_num_ratings: 115
                          book_format: App
                          product_url: https://www.amazon.com/dp/B0D6F74FQY
                          product_photo: https://m.media-amazon.com/images/I/81HE8npJfhL._AC_UL960_FMwebp_QL65_.png
                          product_num_offers: 1
                          product_minimum_offer_price: $0.00
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: null
                          delivery: Available instantly on compatible devices
                          has_variations: false
                          product_byline: Jun 7, 2024
                        - asin: B07G7KRQQ5
                          product_title: Duracell 2032 Lithium Battery. 2 Count Pack. Child Safety
                            Features. Compatible with Apple AirTag, Key Fob, and
                            other devices. CR2032 Lithium 3V Cell. 2032 Battery,
                            Lithium Coin Battery
                          product_price: $3.39
                          unit_price: $1.70
                          unit_count: 2
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 17023
                          product_url: https://www.amazon.com/dp/B07G7KRQQ5
                          product_photo: https://m.media-amazon.com/images/I/61oI7c3Pb3L._AC_UL960_FMwebp_QL65_.jpg
                          product_num_offers: 26
                          product_minimum_offer_price: $3.34
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 60K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                          product_byline: 2 Count (Pack of 1)
    parameters:
      - *a1
  /product-details:
    get:
      tags:
        - default
      summary: Product Details
      description: "Get extensive Amazon product details and information available on
        the Amazon product page by asin,  including title, price data, ratings
        data, photos, product details  (brand, weight, package size, model, etc)
        product variations (colors, sizes, flavors, etc), and many other data
        points.  Here's an example product page:
        [https://www.amazon.com/dp/B0CMZFCQ6D](https://www.amazon.com/dp/B0CMZF\
        CQ6D)."
      parameters:
        - name: asin
          in: query
          schema:
            type: string
          description: "Product ASIN for which to get details. Supports batching of up to
            10 ASINs in a single request, separated by comma. Examples:
            B08BHXG144 B08PPDJWC8,B07ZPKBL9V,B08BHXG144 Note that each ASIN in a
            batch request is counted as a single request against the plan
            quota."
        - name: country
          in: query
          schema:
            type: string
          description: Sets the Amazon domain, marketplace country, language and currency.
          example: US
        - name: more_info_query
          in: query
          schema:
            type: string
          description: A query to search and get more info about the product as part of
            Product Information, Customer Q&As, and Customer Reviews.A query to
            search and get more info about the product as part of Product
            Information, Customer Q&As, and Customer Reviews.
        - name: fields
          in: query
          schema:
            type: string
          description: "A comma separated list of product fields to include in the
            response (field projection). By default all fields are returned.
            Example: product_price,product_url,is_best_seller,sales_volume"
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        employer_company_type:
                          type: string
                          nullable: true
                          description: The type of company posting the job
                          example: null
                        employer_logo:
                          type: string
                          nullable: true
                          description: URL of the employer's logo
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name:
                          type: string
                          description: Name of the employer
                          example: Info Way Solutions
                        employer_website:
                          type: string
                          nullable: true
                          description: URL of the employer's website
                          example: null
                        job_apply_is_direct:
                          type: boolean
                          description: Indicates if the job application is a direct application
                          example: false
                        job_apply_link:
                          type: string
                          description: URL to apply for the job
                          example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score:
                          type: number
                          description: Quality score for the job application link
                          example: 0.6286
                        job_city:
                          type: string
                          description: City where the job is located
                          example: Austin
                        job_country:
                          type: string
                          description: Country where the job is located
                          example: US
                        job_description:
                          type: string
                          description: Detailed description of the job position
                          example: Python with DevOps Experience...
                        job_employment_type:
                          type: string
                          description: Type of employment for the job
                          example: CONTRACTOR
                        job_experience_in_place_of_education:
                          type: boolean
                          description: Indicates if experience can replace formal education requirements
                          example: false
                        job_google_link:
                          type: string
                          description: Google Jobs search link for the job posting
                          example: https://www.google.com/search?...
                        job_id:
                          type: string
                          description: Unique identifier for the job posting
                          example: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote:
                          type: boolean
                          description: Indicates if the job is remote
                          example: false
                        job_latitude:
                          type: number
                          description: Latitude of the job location
                          example: 30.267153
                        job_longitude:
                          type: number
                          description: Longitude of the job location
                          example: -97.74306
                        job_max_salary:
                          type: number
                          nullable: true
                          description: Maximum salary for the job position
                          example: null
                        job_min_salary:
                          type: number
                          nullable: true
                          description: Minimum salary for the job position
                          example: null
                        job_offer_expiration_datetime_utc:
                          type: string
                          description: UTC datetime when the job offer expires
                          example: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp:
                          type: number
                          description: Unix timestamp when the job offer expires
                          example: 1720202881
                        job_posted_at_datetime_utc:
                          type: string
                          description: UTC datetime when the job was posted
                          example: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp:
                          type: number
                          description: Unix timestamp when the job was posted
                          example: 1717610881
                        job_posting_language:
                          type: string
                          description: Language of the job posting
                          example: en
                        job_publisher:
                          type: string
                          description: Name of the publisher posting the job
                          example: LinkedIn
                        job_state:
                          type: string
                          description: State where the job is located
                          example: TX
                        job_title:
                          type: string
                          description: Title of the job position
                          example: Python Developer
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates if the employer is actively hiring
                        example: false
                      categories:
                        type: array
                        items: {}
                        description: List of job categories
                      company_types:
                        type: array
                        items: {}
                        description: List of company types
                      date_posted:
                        type: string
                        description: Specifies when the job was posted
                        example: all
                      employer:
                        type: array
                        items: {}
                        description: List of employers
                      employment_types:
                        type: array
                        items: {}
                        description: List of employment types (e.g., full-time, part-time)
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: List of job publishers to exclude
                      job_requirements:
                        type: array
                        items: {}
                        description: List of job requirements
                      job_titles:
                        type: array
                        items: {}
                        description: List of job titles
                      num_pages:
                        type: number
                        description: Total number of pages available in the search results
                        example: 1
                      page:
                        type: number
                        description: Current page number
                        example: 1
                      query:
                        type: string
                        description: The search query for job listings
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Indicates if only remote jobs should be included
                        example: false
                  request_id:
                    type: string
                    description: Unique identifier for the request
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: Status of the API response
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: 257d30b6-ec5e-4bce-8bd1-031ac5fa5c5e
                    parameters:
                      asin: B07ZPKBL9V
                      country: US
                    data:
                      asin: B07ZPKBL9V
                      product_title: Apple iPhone 11, 64GB, (PRODUCT)RED - Fully Unlocked (Renewed)
                      product_price: $211.00
                      product_original_price: null
                      currency: USD
                      country: US
                      product_byline: Visit the Amazon Renewed Store
                      product_byline_link: https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?ie=UTF8&node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed
                      product_byline_links:
                        - https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?ie=UTF8&node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed
                      product_star_rating: "4.2"
                      product_num_ratings: 54870
                      product_url: https://www.amazon.com/dp/B07ZPKBL9V
                      product_photo: https://m.media-amazon.com/images/I/514k7uOBMwL._AC_SL1000_.jpg
                      product_num_offers: 44
                      product_availability: In Stock
                      is_best_seller: false
                      is_amazon_choice: false
                      is_prime: false
                      climate_pledge_friendly: true
                      sales_volume: 400+ bought in past month
                      about_product:
                        - This phone is unlocked and compatible with any carrier
                          of choice on GSM and CDMA networks (e.g. AT&T,
                          T-Mobile, Sprint, Verizon, US Cellular, Cricket,
                          Metro, Tracfone, Mint Mobile, etc.).
                        - Tested for battery health and guaranteed to have a
                          minimum battery capacity of 80%.
                        - Successfully passed a full diagnostic test which
                          ensures like-new functionality and removal of any
                          prior-user personal information.
                      product_description: 'The iPhone 11 features a 6.1-inch LCD display that Apple
                        calls a "Liquid Retina HD Display." It features a 1792 x
                        828 resolution at 326ppi, a 1400:1 contrast ratio, 625
                        nits max brightness, True Tone support for adjusting the
                        white balance to the ambient lighting, and wide color
                        support for true-to-life colors. The iPhone 11 is
                        available in six different colors: White, Black, Yellow,
                        (PRODUCT)RED, Purple, and Green.'
                      product_information:
                        Product Dimensions: 7 x 5 x 4 inches
                        Item Weight: 6.7 ounces
                        ASIN: B07ZPKBL9V
                        Item model number: iPhone 11
                        Batteries: 1 Lithium Ion batteries required. (included)
                        Best Sellers Rank: "#461 in Cell Phones & Accessories (See Top 100 in Cell
                          Phones & Accessories)   #5 in Renewed Smartphones   #6
                          in Cell Phones"
                        Is Discontinued By Manufacturer: No
                        OS: iOS 16
                        RAM: 4 GB
                        Wireless communication technologies: Cellular
                        Connectivity technologies: Bluetooth, Wi-Fi, USB, NFC
                        GPS: "True"
                        Special features: Built-In GPS
                        Other display features: Wireless
                        Human Interface Input: Touchscreen
                        Scanner Resolution: 1792x828
                        Other camera features: Front, Rear
                        Form Factor: Smartphone
                        Color: Red
                        Battery Power Rating: "3600"
                        Whats in the box: Apple iPhone, USB Data Cable
                        Manufacturer: Apple Computer
                        Date First Available: October 28, 2019
                        Memory Storage Capacity: 64 GB
                        Standing screen display size: 6.1 Inches
                        Ram Memory Installed Size: 4 GB
                        Weight: 0.19 Kilograms
                      product_photos:
                        - https://m.media-amazon.com/images/I/514k7uOBMwL._AC_SL1000_.jpg
                        - https://m.media-amazon.com/images/I/71fBbZoMdGL._AC_SL1500_.jpg
                        - https://m.media-amazon.com/images/I/61PdhJpC4NL._AC_SL1500_.jpg
                        - https://m.media-amazon.com/images/I/61Ed2L5egWL._AC_SL1500_.jpg
                      product_videos: []
                      has_video: false
                      product_details:
                        Brand: Apple
                        Operating System: iOS 16
                        Ram Memory Installed Size: 4 GB
                        CPU Model: A13
                        CPU Speed: 690 MHz
                        Memory Storage Capacity: 64 GB
                        Screen Size: 6.1 Inches
                        Resolution: 1792x828
                        Refresh Rate: 60 Hz
                        Model Name: iPhone 11
                      customers_say: Customers find the cell phone to have good functionality,
                        quality, and value for money. They appreciate its
                        reliable performance, good looks, and no blemishes.
                        However, some customers dislike the sound quality. There
                        are mixed opinions on battery life, screen scratches,
                        and charging ability.
                      delivery: FREE delivery Tomorrow, February 5. Order within 9 hrs. Details Or
                        fastest delivery February 17 - 25
                      primary_delivery_time: Tomorrow, February 5
                      category:
                        id: aps
                        name: All Departments
                      category_path:
                        - id: "2335752011"
                          name: Cell Phones & Accessories
                          link: https://www.amazon.com/cell-phones-service-plans-accessories/b/ref=dp_bc_aui_C_1?ie=UTF8&node=2335752011
                        - id: "7072561011"
                          name: Cell Phones
                          link: https://www.amazon.com/cell-phone-devices/b/ref=dp_bc_aui_C_2?ie=UTF8&node=7072561011
                      product_variations: []
                      has_aplus: false
                      has_brandstory: false
    parameters:
      - *a1
  /product-offers:
    get:
      tags:
        - default
      summary: Product Offers
      description: Get all Amazon product details as available via the Product Details
        endpoint with an additional `offers` array  containing product offers
        (The first offer in the array is the pinned offer returned by the
        **Search** endpoint).  Supports pagination using the `page` and `limit`
        parameters.
      parameters:
        - name: asin
          in: query
          schema:
            type: string
          example: B0BXV2XKVF
          description: Product ASIN for which to get offers. Supports batching of up to 10
            ASINs in a single request, separated by comma (e.g.
            B08PPDJWC8,B07ZPKBL9V, B08BHXG144). Note that each ASIN in a batch
            request is counted as a single request against the plan quota.
        - name: country
          in: query
          schema:
            type: string
          example: US
          description: Sets the Amazon domain, marketplace country, language and currency.
        - name: limit
          in: query
          schema:
            type: integer
          example: "100"
          description: Maximum number of offers to return.
        - name: page
          in: query
          schema:
            type: integer
          example: "1"
          description: Results page to return.
        - name: product_condition
          in: query
          schema:
            type: string
          description: "Find products in specific conditions, specified as a comma
            delimited list of the following values: NEW, USED_LIKE_NEW,
            USED_VERY_GOOD, USED_GOOD, USED_ACCEPTABLE."
        - name: delivery
          in: query
          schema:
            type: string
          description: "Find products with specific delivery option, specified as a comma
            delimited list of the following values:
            PRIME_ELIGIBLE,FREE_DELIVERY."
        - name: fields
          in: query
          schema:
            type: string
          description: "A comma separated list of product and offer fields to include in
            the response (field projection). By default all fields are returned.
            Example:
            product_price,product_information,product_condition,ships_from"
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        employer_name:
                          type: string
                          example: Info Way Solutions
                          description: The name of the employer company
                        employer_logo:
                          type: string
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                          description: The URL of the employer's logo
                        job_apply_is_direct:
                          type: boolean
                          example: false
                          description: Indicates whether the job apply link is direct
                        job_apply_link:
                          type: string
                          example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                          description: The URL link to apply for the job
                        job_city:
                          type: string
                          example: Austin
                          description: The city where the job is located
                        job_country:
                          type: string
                          example: US
                          description: The country where the job is located
                        job_description:
                          type: string
                          example: |-
                            Python with DevOps Experience

                            Sunnyvale, CA / Austin, TX

                            Primary skill : Python and DevOPs
                          description: The description of the job position
                        job_employment_type:
                          type: string
                          example: CONTRACTOR
                          description: The employment type for the job
                        job_highlights:
                          type: object
                          description: Highlights of the job position
                        job_id:
                          type: string
                          example: AjfXRt4hOefXQs3xAAAAAA==
                          description: The unique job ID
                        job_is_remote:
                          type: boolean
                          example: false
                          description: Indicates whether the job is remote
                        job_latitude:
                          type: number
                          example: 30.267153
                          description: The latitude of the job location
                        job_longitude:
                          type: number
                          example: -97.74306
                          description: The longitude of the job location
                        job_max_salary:
                          type: number
                          example: null
                          description: The maximum salary for the job (nullable)
                        job_min_salary:
                          type: number
                          example: null
                          description: The minimum salary for the job (nullable)
                        job_offer_expiration_datetime_utc:
                          type: string
                          example: 2024-07-05T18:08:01.000Z
                          description: The UTC datetime when the job offer expires
                        job_offer_expiration_timestamp:
                          type: number
                          example: 1720202881
                          description: The timestamp when the job offer expires
                        job_onet_job_zone:
                          type: string
                          example: "4"
                          description: The O*NET job zone of the job
                        job_onet_soc:
                          type: string
                          example: "15113200"
                          description: The O*NET Standard Occupational Classification code
                        job_posted_at_datetime_utc:
                          type: string
                          example: 2024-06-05T18:08:01.000Z
                          description: The UTC datetime when the job was posted
                        job_posted_at_timestamp:
                          type: number
                          example: 1717610881
                          description: The timestamp when the job was posted
                        job_posting_language:
                          type: string
                          example: en
                          description: The language in which the job posting is written
                        job_publisher:
                          type: string
                          example: LinkedIn
                          description: The platform or publisher posting the job
                        job_state:
                          type: string
                          example: TX
                          description: The state where the job is located
                        job_title:
                          type: string
                          example: Python Developer
                          description: The job title
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates if the company is actively hiring.
                        example: false
                      categories:
                        type: array
                        items: {}
                        description: List of job categories.
                      company_types:
                        type: array
                        items: {}
                        description: Types of companies posting jobs.
                      date_posted:
                        type: string
                        description: Specifies the time range for job postings.
                        example: all
                      employer:
                        type: array
                        items: {}
                        description: List of employers.
                      employment_types:
                        type: array
                        items: {}
                        description: Types of employment (e.g., full-time, part-time).
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: List of job publishers to exclude.
                      job_requirements:
                        type: array
                        items: {}
                        description: List of job requirements.
                      job_titles:
                        type: array
                        items: {}
                        description: List of job titles.
                      num_pages:
                        type: number
                        description: The total number of pages available.
                        example: 1
                      page:
                        type: number
                        description: The current page number.
                        example: 1
                      query:
                        type: string
                        description: The search query used to find jobs.
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Indicates if only remote jobs should be included.
                        example: false
                  request_id:
                    type: string
                    description: A unique identifier for the request.
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: The status of the request.
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: fb256b6d-61c9-4d32-a4bb-430130943edf
                    parameters:
                      asin: B09SM24S8C
                      country: US
                      limit: 100
                      page: 1
                    data:
                      asin: B09SM24S8C
                      product_title: Samsung Galaxy A03s Cell Phone, AT&T GSM Unlocked Android
                        Smartphone, 32GB, Long Lasting Battery, Expandable
                        Storage, 3 Camera Lenses, Infinite Display - Black
                        (Renewed)
                      product_price: $72.00
                      product_original_price: null
                      product_price_max: $59.00
                      currency: USD
                      country: US
                      product_byline: Visit the Amazon Renewed Store
                      product_byline_link: https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?ie=UTF8&node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed
                      product_byline_links:
                        - https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?ie=UTF8&node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed
                      product_star_rating: "3.8"
                      product_num_ratings: 955
                      product_url: https://www.amazon.com/dp/B09SM24S8C
                      product_photo: https://m.media-amazon.com/images/I/51m45B3Yy+L._AC_SL1000_.jpg
                      product_num_offers: 18
                      product_availability: In Stock
                      is_best_seller: false
                      is_amazon_choice: false
                      is_prime: false
                      climate_pledge_friendly: false
                      sales_volume: 2K+ bought in past month
                      about_product:
                        - 6.5" 720 x 1600 (HD+) PLS TFT LCD Infinity-V Display,
                          5000mAh Battery, Fingerprint (side-mounted)
                        - 64GB ROM, 4GB RAM, MediaTek MT6765 Helio P35 (12nm),
                          Octa-core, PowerVR GE8320, Android 11, upgradable to
                          Android 12, One UI 4.1 Core
                        - "Rear Camera: 13MP, f/2.2, (macro) + 2MP, F2.4,
                          (depth) + 2MP, F2.4, Front Camera: 5 MP, f/2.2,
                          Bluetooth 5.0"
                        - "2G: 850/900/1800/1900MHz, 3G:
                          850/900/1700(AWS)/1900/2100, 4G LTE:
                          B2(1900)/B4(AWS)/B5(850)/B12(700)/B14(700) - Single
                          SIM"
                        - American 4G LTE - Will work with Most GSM SIM cards in
                          the U.S. like AT&T, T-Mobile, Etc. Will NOT work with
                          CDMA Carriers Such as Verizon, Sprint, Boost
                      product_description: "This pre-owned or refurbished product has been
                        professionally inspected and tested to work and look
                        like new. How a product becomes part of Amazon Renewed,
                        your destination for pre-owned, refurbished products: A
                        customer buys a new product and returns it or trades it
                        in for a newer or different model. That product is
                        inspected and tested to work and look like new by
                        Amazon-qualified suppliers. Then, the product is sold as
                        an Amazon Renewed product on Amazon. If not satisfied
                        with the purchase, renewed products are eligible for
                        replacement or refund under the Amazon Renewed
                        Guarantee."
                      product_information:
                        Product Dimensions: 6.46 x 2.99 x 0.36 inches
                        Item Weight: 0.317 ounces
                        ASIN: B09SM24S8C
                        Item model number: SM-A037W
                        Batteries: 1 CR5 batteries required. (included)
                        Best Sellers Rank: "#1,914 in Cell Phones & Accessories (See Top 100 in Cell
                          Phones & Accessories)   #24 in Renewed
                          Smartphones   #36 in Cell Phones"
                        OS: Android
                        RAM: 2 GB
                        Wireless communication technologies: Cellular
                        Connectivity technologies: Bluetooth, Wi-Fi, USB
                        GPS: "True"
                        Other display features: Wireless
                        Human Interface Input: Touchscreen
                        Scanner Resolution: 720 x 1600
                        Other camera features: Rear, Front
                        Form Factor: Slate
                        Color: Black
                        Battery Power Rating: 5000 Milliamp Hours
                        Phone Talk Time: 36 Hours
                        Whats in the box: Hybrid SIM Tray
                        Manufacturer: Samsung Electronics
                        Date First Available: February 16, 2022
                        Memory Storage Capacity: 32 GB
                        Standing screen display size: 6.5 Inches
                        Ram Memory Installed Size: 3 GB
                        Battery Capacity: 5000 Milliamp Hours
                      product_photos:
                        - https://m.media-amazon.com/images/I/51m45B3Yy+L._AC_SL1000_.jpg
                        - https://m.media-amazon.com/images/I/51AsFWD7w0L._AC_SL1000_.jpg
                        - https://m.media-amazon.com/images/I/416B2HchDnL._AC_SL1000_.jpg
                        - https://m.media-amazon.com/images/I/210ATIA6wfL._AC_.jpg
                        - https://m.media-amazon.com/images/I/51jT4YVwygL._AC_SL1000_.jpg
                        - https://m.media-amazon.com/images/I/31CWNTAMvIL._AC_SL1000_.jpg
                      product_videos: []
                      has_video: false
                      product_details:
                        Brand: SAMSUNG
                        Operating System: Android
                        Ram Memory Installed Size: 3 GB
                        CPU Model: Cortex
                        CPU Speed: 2.35 GHz
                        Memory Storage Capacity: 32 GB
                        Screen Size: 6.5 Inches
                        Resolution: 720 x 1600
                        Model Name: SM-A037U
                        Wireless Carrier: Unlocked for All Carriers
                      customers_say: Customers find the cell phone works well and is good value for
                        money. They are satisfied with its ease of use. However,
                        some customers have reported issues with the phone being
                        locked and not unlockable. There are mixed opinions on
                        the phone quality, battery life, and screen scratches.
                      delivery: FREE delivery Sunday, February 9 Or Prime members get FREE delivery
                        Tomorrow, February 5. Order within 9 hrs 25 mins. Join
                        Prime
                      primary_delivery_time: Sunday, February 9
                      category:
                        id: aps
                        name: All Departments
                      category_path:
                        - id: "2335752011"
                          name: Cell Phones & Accessories
                          link: https://www.amazon.com/cell-phones-service-plans-accessories/b/ref=dp_bc_aui_C_1?ie=UTF8&node=2335752011
                        - id: "7072561011"
                          name: Cell Phones
                          link: https://www.amazon.com/cell-phone-devices/b/ref=dp_bc_aui_C_2?ie=UTF8&node=7072561011
                      product_variations: []
                      has_aplus: false
                      has_brandstory: false
                      product_offers:
                        - product_price: $72.00
                          product_original_price: $99.99
                          product_condition: Refurbished - Excellent
                          ships_from: Amazon.com
                          seller: Techrific Deals
                          seller_id: AXDQETSB4MUQT
                          seller_link: https://www.amazon.com/gp/aag/main?ie=UTF8&seller=AXDQETSB4MUQT&isAmazonFulfilled=1&asin=B09SM24S8C&ref_=olp_merch_name_0
                          seller_star_rating: "4.5"
                          seller_star_rating_info: |-
                            (633 ratings)
                            89% positive over last 12 months
                          currency: USD
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                        - product_price: $58.95
                          product_original_price: $99.99
                          product_condition: Refurbished - Acceptable
                          ships_from: bayshine Trading
                          seller: bayshine Trading
                          seller_id: A31G8YJZ1LFU8F
                          seller_link: https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A31G8YJZ1LFU8F&isAmazonFulfilled=0&asin=B09SM24S8C&ref_=olp_merch_name_1
                          seller_star_rating: "4.5"
                          seller_star_rating_info: |-
                            (11996 ratings)
                            82% positive over last 12 months
                          currency: USD
                          delivery_price: FREE
                          delivery_time: Wednesday, February 12
                        - product_price: $59.00
                          product_original_price: $99.99
                          product_condition: Refurbished - Good
                          ships_from: Amazon.com
                          seller: Techrific Deals
                          seller_id: AXDQETSB4MUQT
                          seller_link: https://www.amazon.com/gp/aag/main?ie=UTF8&seller=AXDQETSB4MUQT&isAmazonFulfilled=1&asin=B09SM24S8C&ref_=olp_merch_name_2
                          seller_star_rating: "4.5"
                          seller_star_rating_info: |-
                            (633 ratings)
                            89% positive over last 12 months
                          currency: USD
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                        - product_price: $69.48
                          product_original_price: $99.99
                          product_condition: Refurbished - Excellent
                          ships_from: Garage Cell LLC
                          seller: Garage Cell LLC
                          seller_id: A1RG86STU1DUMK
                          seller_link: https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A1RG86STU1DUMK&isAmazonFulfilled=0&asin=B09SM24S8C&ref_=olp_merch_name_3
                          seller_star_rating: "4"
                          seller_star_rating_info: |-
                            (57 ratings)
                            72% positive over last 12 months
                          currency: USD
                          delivery_price: FREE
                          delivery_time: Wednesday, February 12
                        - product_price: $69.49
                          product_original_price: $99.99
                          product_condition: Refurbished - Excellent
                          ships_from: Amazon.com
                          seller: BesTechDeal
                          seller_id: A1OFNH7X27CXTU
                          seller_link: https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A1OFNH7X27CXTU&isAmazonFulfilled=1&asin=B09SM24S8C&ref_=olp_merch_name_4
                          seller_star_rating: "4.5"
                          seller_star_rating_info: |-
                            (531 ratings)
                            91% positive over last 12 months
                          currency: USD
                          delivery_price: FREE
                          delivery_time: February 17 - 26
                        - product_price: $70.00
                          product_original_price: $99.99
                          product_condition: Refurbished - Excellent
                          ships_from: Amazon.com
                          seller: Mamo Trading
                          seller_id: A3SQUSYTCP9PSD
                          seller_link: https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A3SQUSYTCP9PSD&isAmazonFulfilled=1&asin=B09SM24S8C&ref_=olp_merch_name_5
                          seller_star_rating: "4.5"
                          seller_star_rating_info: |-
                            (191 ratings)
                            89% positive over lifetime
                          currency: USD
                          delivery_price: FREE
                          delivery_time: February 17 - 25
                        - product_price: $72.00
                          product_original_price: $99.99
                          product_condition: Refurbished - Excellent
                          ships_from: Amazon.com
                          seller: Stalion ReQuip
                          seller_id: A3JRDLDHLEV86Q
                          seller_link: https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A3JRDLDHLEV86Q&isAmazonFulfilled=1&asin=B09SM24S8C&ref_=olp_merch_name_6
                          seller_star_rating: "4.5"
                          seller_star_rating_info: |-
                            (1440 ratings)
                            92% positive over last 12 months
                          currency: USD
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                        - product_price: $72.00
                          product_original_price: $99.99
                          product_condition: Refurbished - Excellent
                          ships_from: Amazon.com
                          seller: thegadgetdeals
                          seller_id: A20EQ1BQB4Q2FF
                          seller_link: https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A20EQ1BQB4Q2FF&isAmazonFulfilled=1&asin=B09SM24S8C&ref_=olp_merch_name_7
                          seller_star_rating: "4.5"
                          seller_star_rating_info: |-
                            (8121 ratings)
                            92% positive over last 12 months
                          currency: USD
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                        - product_price: $77.99
                          product_original_price: $99.99
                          product_condition: Refurbished - Excellent
                          ships_from: Amazon.com
                          seller: IBUZZ
                          seller_id: A2ULPVWE0GX7KH
                          seller_link: https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A2ULPVWE0GX7KH&isAmazonFulfilled=1&asin=B09SM24S8C&ref_=olp_merch_name_8
                          seller_star_rating: "4"
                          seller_star_rating_info: |-
                            (192 ratings)
                            83% positive over lifetime
                          currency: USD
                          delivery_price: FREE
                          delivery_time: Monday, February 10
                        - product_price: $79.99
                          product_original_price: $99.99
                          product_condition: Refurbished - Good
                          ships_from: OlympicWireless
                          seller: OlympicWireless
                          seller_id: A1S7YS0EBKHU3D
                          seller_link: https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A1S7YS0EBKHU3D&isAmazonFulfilled=0&asin=B09SM24S8C&ref_=olp_merch_name_9
                          seller_star_rating: "5"
                          seller_star_rating_info: |-
                            (21072 ratings)
                            97% positive over last 12 months
                          currency: USD
                          delivery_price: FREE
                          delivery_time: February 11 - 12
                        - product_price: $80.00
                          product_original_price: $99.99
                          product_condition: Refurbished - Excellent
                          ships_from: Amazon.com
                          seller: NextGen_Gadgets
                          seller_id: A67P7SDDMA5H3
                          seller_link: https://www.amazon.com/gp/aag/main?ie=UTF8&seller=A67P7SDDMA5H3&isAmazonFulfilled=1&asin=B09SM24S8C&ref_=olp_merch_name_10
                          seller_star_rating: null
                          seller_star_rating_info: New Seller
                          currency: USD
                          delivery_price: FREE
                          delivery_time: February 17 - 27
    parameters:
      - *a1
  /product-reviews:
    get:
      tags:
        - default
      summary: Product Reviews
      description: Get and paginate through product reviews on Amazon. Each page
        contains up to 10 reviews.
      parameters:
        - name: asin
          in: query
          schema:
            type: string
          example: B07ZPKN6YR
          description: Product asin for which to get reviews.
        - name: country
          in: query
          schema:
            type: string
          example: US
          description: Sets the Amazon domain, marketplace country, language and currency.
        - name: sort_by
          in: query
          schema:
            type: string
          example: TOP_REVIEWS
          description: Return reviews in a specific sort order.
        - name: star_rating
          in: query
          schema:
            type: string
          example: ALL
          description: Only return reviews with a specific star rating.
        - name: verified_purchases_only
          in: query
          schema:
            type: boolean
          example: "false"
          description: Only return reviews by reviewers who made a verified purchase.
        - name: images_or_videos_only
          in: query
          schema:
            type: boolean
          example: "false"
          description: Only return reviews containing images and / or videos.
        - name: current_format_only
          in: query
          schema:
            type: boolean
          example: "false"
          description: Only return reviews of the current format (product variant - e.g.
            Color). By default reviews are returned for all product variants
        - name: page
          in: query
          schema:
            type: integer
          example: "1"
          description: Results page to return.
        - name: query
          in: query
          schema:
            type: string
          description: Find reviews matching a search query.
        - name: fields
          in: query
          schema:
            type: string
          description: "A comma separated list of review fields to include in the response
            (field projection). By default all fields are returned. Example:
            review_title,review_images,review_date,country"
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        job_city:
                          type: string
                          description: The city where the job is located
                          example: Austin
                        job_country:
                          type: string
                          description: The country where the job is located
                          example: US
                        job_description:
                          type: string
                          description: A detailed description of the job
                          example: Python with DevOps Experience
                        job_employment_type:
                          type: string
                          description: The type of employment (e.g., contractor, full-time)
                          example: CONTRACTOR
                        job_id:
                          type: string
                          description: Unique identifier for the job posting
                          example: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote:
                          type: boolean
                          description: Indicates if the job is remote
                          example: false
                        job_latitude:
                          type: number
                          description: The latitude of the job location
                          example: 30.267153
                        job_longitude:
                          type: number
                          description: The longitude of the job location
                          example: -97.74306
                        job_max_salary:
                          type: number
                          description: The maximum salary for the job
                          example: null
                        job_min_salary:
                          type: number
                          description: The minimum salary for the job
                          example: null
                        job_offer_expiration_datetime_utc:
                          type: string
                          description: The UTC datetime when the job offer expires
                          example: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp:
                          type: number
                          description: The timestamp when the job offer expires
                          example: 1720202881
                        job_posted_at_datetime_utc:
                          type: string
                          description: The UTC datetime when the job was posted
                          example: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp:
                          type: number
                          description: The timestamp when the job was posted
                          example: 1717610881
                        job_publisher:
                          type: string
                          description: The publisher of the job posting
                          example: LinkedIn
                        job_state:
                          type: string
                          description: The state where the job is located
                          example: TX
                        job_title:
                          type: string
                          description: The title of the job
                          example: Python Developer
                        job_salary_currency:
                          type: string
                          description: The currency of the job salary
                          example: null
                        job_salary_period:
                          type: string
                          description: The period for the job salary (e.g., annual, hourly)
                          example: null
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates whether the company is actively hiring
                        example: false
                      categories:
                        type: array
                        items: {}
                        description: List of job categories
                      company_types:
                        type: array
                        items: {}
                        description: List of company types
                      date_posted:
                        type: string
                        description: The time frame in which the job was posted
                        example: all
                      employer:
                        type: array
                        items: {}
                        description: List of employers
                      employment_types:
                        type: array
                        items: {}
                        description: List of employment types
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: List of job publishers to exclude
                      job_requirements:
                        type: array
                        items: {}
                        description: List of job requirements
                      job_titles:
                        type: array
                        items: {}
                        description: List of job titles
                      num_pages:
                        type: number
                        description: Total number of pages in the response
                        example: 1
                      page:
                        type: number
                        description: The current page number of the response
                        example: 1
                      query:
                        type: string
                        description: Search query for job listings
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Indicates if only remote jobs should be included
                        example: false
                  request_id:
                    type: string
                    description: Unique identifier for the request
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: Status of the API response
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: c95b237c-5814-49c7-ae47-8ad25732e4b5
                    parameters:
                      asin: B07ZPKN6YR
                      country: US
                      sort_by: TOP_REVIEWS
                      verified_purchases_only: false
                      images_or_videos_only: false
                      current_format_only: false
                      star_rating: ALL
                      page: 1
                    data:
                      asin: B07ZPKN6YR
                      total_reviews: 12533
                      total_ratings: 54870
                      country: US
                      domain: www.amazon.com
                      reviews:
                        - review_id: R3IP3AW6JCCIH6
                          review_title: EXCELLENT PHONE & BEYOND AMAZING SELLER/CUSTOMER SERVICE!!!
                          review_comment: >-
                            I honestly can’t say enough amazing things about my
                            experience buying a renewed iPhone 11 from this
                            seller and dealing with their customer service! I
                            would 1000/10 recommend anyone and everyone even
                            considering purchasing a phone from them to
                            absolutely do so because you won’t be
                            disappointed!!! But read below for the full
                            story/review, both good and bad opinions.


                            My oldest daughter dropped her iPhone XR in the
                            toilet and it completely died. This seller had the
                            best priced renewed iPhone I found with next day
                            delivery and good reviews, so I purchased the phone.
                            It was my first time buying a phone that wasn’t
                            brand new, so I was nervous about what condition the
                            phone and battery would be in.


                            The phone was sent via UPS, which I didn’t love
                            because they left the package at the gate on the
                            street instead of driving into our ranch and
                            delivering it to our house in the back corner like
                            Amazon and USPS do. Not to mention it was supposed
                            to be here between by like 1:45 or 2:45 and they
                            didn’t deliver it until 10pm! But that’s an issue
                            with UPS, not the seller.


                            When we opened the package I was pleased to see that
                            there were very minimal dents or scuff marks on the
                            phone and it appeared to be in really good
                            condition. One thing I wasn’t pleased with was the
                            fact that the phone arrived dead. I worried that
                            meant the battery wasn’t great, but I was wrong.
                            After charging for a bit I checked the battery
                            health and it was 100%, so they clearly installed a
                            brand new battery! I was really happy with my
                            purchase, but upon setting up the phone I noticed
                            there was this awful high pitched screech/glitching
                            sound coming from the speaker, so I reached out to
                            the seller to try and get a replacement sent instead
                            of going thru the hassle and delay of returning it
                            and having to order a new one once the refund
                            posted.


                            The seller responded almost immediately (they did so
                            every single time we communicated over the course of
                            a week, even when I reached out at almost 8pm their
                            time!) and offered to send me the shipping label and
                            then they’d overnight a replacement to me once they
                            received the phone. I asked them if I could pay to
                            overnight the phone to them so there wouldn’t be as
                            long of a wait without a phone, and they said they
                            would do me one better and as soon as I took the
                            phone to the post office to send them a copy of my
                            receipt and they’d overnight me the replacement
                            then! This took place on a Friday and I didn’t want
                            the shipping delay the weekend would cause, so I
                            told them I’d reach out Monday for the shipping
                            label and that I had out a brand new screen
                            protector on the phone when I got it so I’d be
                            sending it back with it on.


                            Life got hectic and I didn’t reach out until
                            Thursday afternoon, but they quickly sent me the
                            shipping label. When trying to wipe the phone there
                            was an hour delay because stolen phone protection
                            was on, so I missed making it to the post office by
                            like 6 mins and had to go Friday morning instead.


                            I went to the post office and all was well until I
                            mentioned that there was a phone in the package when
                            I asked them for extra tape, and she said they
                            couldn’t ship a used phone via priority mail (only
                            new never used phones) so I needed to have them send
                            me a hazardous shipping label instead. When I told
                            the seller they offered to send me a new label, but
                            I chose to try another post office first and just
                            not mention the contents of the package because the
                            battery WAS brand new, and I didn’t want to go thru
                            the hassle of sending the label somewhere to be
                            printed since I don’t have a printer, going there
                            and paying to have it printed, and then going back
                            to the post office. I took it to another post office
                            nearby and had zero issues sending it.


                            When I got back to the car I sent them a copy of the
                            receipt, and true to their word within only like
                            5-10 minutes they had already send me the tracking
                            information for the replacement shipment and let me
                            know they put a screen protector on the new phone
                            for me! Of course there were issues with UPS again
                            including a delay that showed it wasn’t going to
                            come until Monday, but thankfully it arrived on
                            Saturday like it was supposed to, and fairly early
                            (10-11am).


                            When I opened the replacement package and inspected
                            the phone I was SHOCKED! I thought the first phone
                            was is great condition, but this one looked BRAND
                            NEW! There wasn’t a single scratch or dent or scuff
                            or any abnormality on the exterior of the phone!
                            It’s also worth noting that the phone wasn't dead
                            this time, it was midway charged. I checked the
                            battery health again and it was also 100%! I tested
                            out the speaker and there were no issues with the
                            phone whatsoever. Honestly if you put it side by
                            side with a brand new phone nobody could tell the
                            difference, and it was a fraction of the cost of a
                            new phone!


                            I also reached out to the seller a few days later
                            for a friend of mine to see if they also sold
                            Androids and they were super helpful in getting me
                            the info I was looking for!


                            Between the phenomenal condition of the phone and
                            the excellent customer service, I won't buy a
                            renewed phone from anyone else in the future when
                            one of my daughters inevitably break their phone!
                            This was honestly the best experience I've ever had
                            with a seller/replacement item on Amazon in the 15+
                            years I've used the site!
                          review_star_rating: "5"
                          review_link: https://www.amazon.com/gp/customer-reviews/R3IP3AW6JCCIH6
                          review_author: Chely
                          review_author_avatar: https://images-na.ssl-images-amazon.com/images/S/amazon-avatars-global/default._CR0,0,1024,1024_SX48_.png
                          review_images: []
                          review_video: null
                          review_date: Reviewed in the United States on September 18, 2024
                          is_verified_purchase: true
                          helpful_vote_statement: 73 people found this helpful
                          reviewed_product_asin: B07ZPKN6YR
                        - review_id: R2GYZTEOMRWF6O
                          review_title: Almost prefect phone
                          review_comment: I had a iPhone 11 once before but in purple and I loved that
                            phone. This was my first phone I’ve ever bought off
                            Amazon and I was a bit skeptical and nervous. I was
                            afraid that my phone would be cracked or the battery
                            health would be low but everything was great. No
                            scratches or cracks, battery health came at 90%,
                            camera quality is good too. Only thing that I don’t
                            like are that the buttons are a bit hard to push
                            sometimes but it’s not the worst thing. When I
                            pulled it out of the box and unwrapped it, even my
                            parents had told me they’re thinking about getting
                            one too. Overall, great purchase.
                          review_star_rating: "5"
                          review_link: https://www.amazon.com/gp/customer-reviews/R2GYZTEOMRWF6O
                          review_author: Lillian Saltsgiver
                          review_author_avatar: https://images-na.ssl-images-amazon.com/images/S/amazon-avatars-global/7d3e6e19-d1b4-4447-a9cd-fa247e9e7836._CR0,0,375,375_SX48_.jpg
                          review_images: []
                          review_video: null
                          review_date: Reviewed in the United States on January 16, 2025
                          is_verified_purchase: true
                          helpful_vote_statement: 2 people found this helpful
                          reviewed_product_asin: B07ZPJW2XH
                        - review_id: R283NGKPO2ZILG
                          review_title: GREAT EXCEPT
                          review_comment: this phone is great esp for the price however around the camera
                            the color it a little chipped, but tht doesnt affect
                            anything so its still a great phone. it did say tht
                            the battery wasnt a verified apple battery but its
                            working great and the battery life is 100% so🤷🏽‍♀️
                          review_star_rating: "5"
                          review_link: https://www.amazon.com/gp/customer-reviews/R283NGKPO2ZILG
                          review_author: Tamoia Linton
                          review_author_avatar: https://images-na.ssl-images-amazon.com/images/S/amazon-avatars-global/default._CR0,0,1024,1024_SX48_.png
                          review_images:
                            - https://m.media-amazon.com/images/I/31weQJqhKOL._SY88.jpg
                          review_video: null
                          review_date: Reviewed in the United States on January 19, 2025
                          is_verified_purchase: true
                          helpful_vote_statement: 3 people found this helpful
                          reviewed_product_asin: B07ZPKBL9V
                        - review_id: RSVGACWFTNLHY
                          review_title: Nice phone, decent price
                          review_comment: >-
                            I needed a new unlocked iPhone for my wife, since
                            her 6 plus cannot run on any recent IOS iterations
                            and is getting dropped by our mobile carrier.  Sooo,
                            a used 11 seemed a logical choice, since her needs
                            are minimal.  I have one as well and love it (no
                            plans to upgrade).


                            After hunting around for about a week, I finally
                            committed.  The phone arrived early and properly
                            packaged.  There were some scratches on the edges,
                            but only one of note.  It even had a (perfect)
                            screen protector.  It was unlocked, easy to set up,
                            and seems to run flawlessly.  The battery reserve so
                            far is okay, although iPhone Settings claim it is an
                            aftermarket replacement, and cannot tell me anything
                            about battery health.  Battery issues ae commonly
                            reported with used phones, but mine seems fine.


                            A couple of minor issues.  While the edge scratches
                            were not functional, they were borderline for
                            condition rated as "excellent."  Also, when
                            ordering, play the extra $5 for FedEx or UPS
                            delivery.  Ours came USPS and arrived unexpected
                            early.  It was left on the top of our mailbox, but I
                            was able to get it before heading off for a short
                            trip.


                            To sum up, this was a good phone at a decent price
                            (about$225 with 128 GB memory).  When my phone needs
                            replacement, I would go with this seller again, but
                            would not buy anything rated less than "excellent
                            condition".
                          review_star_rating: "4"
                          review_link: https://www.amazon.com/gp/customer-reviews/RSVGACWFTNLHY
                          review_author: RickS
                          review_author_avatar: https://images-na.ssl-images-amazon.com/images/S/amazon-avatars-global/default._CR0,0,1024,1024_SX48_.png
                          review_images:
                            - https://m.media-amazon.com/images/I/61oNrKSM1PL._SY88.jpg
                            - https://m.media-amazon.com/images/I/71Wt4dyJbOL._SY88.jpg
                          review_video: null
                          review_date: Reviewed in the United States on January 22, 2025
                          is_verified_purchase: true
                          helpful_vote_statement: 2 people found this helpful
                          reviewed_product_asin: B07ZPK3KWH
                        - review_id: R32DMRWNHIP8CY
                          review_title: Great phone
                          review_comment: I bought this phone with my own money (first job and first
                            iPhone ever)  it came in good condition and was very
                            easy to set up, but there was a few concerns like
                            that I can’t activate hotspot unless contacting the
                            carrier (which was hard to do and when I did the
                            instructions they gave didn’t work) also I have free
                            minutes for data on my sims card and it worked with
                            the phone for a few months but afterwards it
                            completely stopped working with it at all. But other
                            than those concerns it was a good investment. Camera
                            quality is amazing, it’s a perfect size for everyday
                            use, I have dropped it a few times but no cracking
                            so very durable. And it does have a very good speed
                            with things which is amazing as well. So it does
                            have its benefits and its limits but id 100% buy it
                            again!
                          review_star_rating: "5"
                          review_link: https://www.amazon.com/gp/customer-reviews/R32DMRWNHIP8CY
                          review_author: Daii
                          review_author_avatar: https://images-na.ssl-images-amazon.com/images/S/amazon-avatars-global/default._CR0,0,1024,1024_SX48_.png
                          review_images: []
                          review_video: null
                          review_date: Reviewed in the United States on December 26, 2024
                          is_verified_purchase: true
                          helpful_vote_statement: 4 people found this helpful
                          reviewed_product_asin: B07ZPKN6YR
                        - review_id: R8BMLIEN8SHVK
                          review_title: So far so good! -UPDATED IN NOVEMBER
                          review_comment: >-
                            I have been using the phone for a few days now and
                            have been very pleased.

                            Good batter life, came with screen protector already
                            installed, no cosmetic damage, charges great and
                            haven’t noticed any heat issues or battery problems.

                            When I use the camera, the flash on the back seems
                            to cause a weird fog effect- though this may just be
                            due to my phone case choice :)

                            Touch screen works perfectly, connected without
                            issue to my unlocked phone carrier.

                            The packaging was good and box arrived without
                            damage. Came with the phone itself- with a tempered
                            glass screen protector installed, and a charging
                            cord (no block).


                            **November 27th; still working great so far! Still
                            in great condition, no glitching, no issues. The
                            battery does drain quickly if I am using the phone
                            for games or watching videos; however, this is
                            perfectly normal for any phone. Data takes energy
                            :). This is a GREAT option for someone with a low
                            budget, and isn’t picky about a USED item not being
                            brand new out of the box (be realistic).
                          review_star_rating: "5"
                          review_link: https://www.amazon.com/gp/customer-reviews/R8BMLIEN8SHVK
                          review_author: Ashley Lawyer
                          review_author_avatar: https://images-na.ssl-images-amazon.com/images/S/amazon-avatars-global/42c1773f-fa6b-4fc3-b952-beefd6b6e120._CR0,0,375,375_SX48_.jpg
                          review_images: []
                          review_video: null
                          review_date: Reviewed in the United States on October 7, 2024
                          is_verified_purchase: true
                          helpful_vote_statement: 18 people found this helpful
                          reviewed_product_asin: B07ZPHSHPG
                        - review_id: R2JM06D6S9B0K4
                          review_title: IPHONE
                          review_comment: I bought this for my daughter because prices of iphones are too
                            high in price and I have to say it's a great phone
                            that came with a screen protector and battery life
                            is at 100% amazing the only bad thing about is that
                            my daughter complains that the phone over heats too
                            much but overall it's an amazing phone.
                          review_star_rating: "5"
                          review_link: https://www.amazon.com/gp/customer-reviews/R2JM06D6S9B0K4
                          review_author: Tanya.
                          review_author_avatar: https://images-na.ssl-images-amazon.com/images/S/amazon-avatars-global/default._CR0,0,1024,1024_SX48_.png
                          review_images: []
                          review_video: null
                          review_date: Reviewed in the United States on January 30, 2025
                          is_verified_purchase: true
                          reviewed_product_asin: B07ZPJW2XH
                        - review_id: R2ZVBLH6S76ORZ
                          review_title: Apple iPhone 11 – "Smooth Performance, But Battery Life Could Be
                            Better"
                          review_comment: I’ve been using the iPhone 11 for a while now, and overall, I’m
                            really happy with it. The performance is smooth, and
                            the camera quality is excellent for taking photos
                            and videos. I’ve also found the face recognition
                            feature to be really convenient. However, I’ve
                            noticed that the battery life isn’t as long-lasting
                            as I hoped. I have to charge it halfway through the
                            day if I’m using it a lot. Still, it’s a great phone
                            for those looking for a reliable iPhone without
                            breaking the bank.
                          review_star_rating: "4"
                          review_link: https://www.amazon.com/gp/customer-reviews/R2ZVBLH6S76ORZ
                          review_author: sadie
                          review_author_avatar: https://images-na.ssl-images-amazon.com/images/S/amazon-avatars-global/default._CR0,0,1024,1024_SX48_.png
                          review_images: []
                          review_video: null
                          review_date: Reviewed in the United States on January 30, 2025
                          is_verified_purchase: true
                          reviewed_product_asin: B07ZPKR714
                        - review_id: R1X38IZ431LZ32
                          review_title: Need a new phone for a good price
                          review_comment: This phone is almost excellent it has a good battery life, good
                            screen touch response, and everything else seems to
                            be in good condition except the speakers the left
                            speaker doesn’t seem to produce any sound only the
                            right speaker does which is kinda annoying the phone
                            itself also seems to heat up slowly but surely, it’s
                            still a great purchase I just think everything
                            should be tested to its fullest capability
                            especially if a person orders “excellent” but
                            overall I’d give this a 8.5
                          review_star_rating: "4"
                          review_link: https://www.amazon.com/gp/customer-reviews/R1X38IZ431LZ32
                          review_author: sonia
                          review_author_avatar: https://images-na.ssl-images-amazon.com/images/S/amazon-avatars-global/default._CR0,0,1024,1024_SX48_.png
                          review_images: []
                          review_video: null
                          review_date: Reviewed in the United States on January 30, 2025
                          is_verified_purchase: true
                          reviewed_product_asin: B07ZPKN6YR
                        - review_id: RX40WS7U317EH
                          review_title: iPhone 11
                          review_comment: Ordered the yellow iPhone 11 for my mom who is currently still
                            using the 8+ with a broken screen.  The shipping was
                            extremely fast. When I hear or read the word
                            “refurbished” I assume “fixed up”, in this case it
                            only seems to have been factory reset. The phone
                            wasn’t cleaned before sent or anything. There is
                            gunk along the sides where the previous owner would
                            have used a case and things got trapped inside and
                            stuck to the phone. It’s also around the charging
                            port. The screen came with the clear plastic as if
                            it were a new screen but there is some scratches
                            (understandable) . The cosmetic blemishes are very
                            minor and for the price, I think it was a great
                            purchase for the price! For a used phone, I would
                            consider the condition great.
                          review_star_rating: "5"
                          review_link: https://www.amazon.com/gp/customer-reviews/RX40WS7U317EH
                          review_author: Shelsea Storm
                          review_author_avatar: https://images-na.ssl-images-amazon.com/images/S/amazon-avatars-global/default._CR0,0,1024,1024_SX48_.png
                          review_images:
                            - https://m.media-amazon.com/images/I/71IgIt2rdfL._SY88.jpg
                          review_video: null
                          review_date: Reviewed in the United States on January 16, 2025
                          is_verified_purchase: true
                          helpful_vote_statement: 2 people found this helpful
                          reviewed_product_asin: B07ZPJ8YZ6
    parameters:
      - *a1
  /best-sellers:
    get:
      tags:
        - default
      summary: Best Sellers
      description: "Get Amazon Best Sellers, including prices, ratings, rank and more
        data points available on Amazon Best Sellers listings.  Supports all
        Amazon Best Seller list types using the `type` parameter:  **Best
        Sellers**, **New Releases**, **Movers & Shakers**, **Most Wished For**,
        **Gift Ideas**."
      parameters:
        - name: type
          in: query
          schema:
            type: string
          example: BEST_SELLERS
          description: Type of Best Seller list to return.
        - name: page
          in: query
          schema:
            type: integer
          example: "1"
          description: Results page to return.
        - name: country
          in: query
          schema:
            type: string
          example: US
          description: Sets the Amazon domain, marketplace country, language and currency.
        - name: category
          in: query
          schema:
            type: string
          example: software
          description: Best sellers category to return products for. Supports top level
            best sellers categories (e.g. software). In addition, subcategories
            / category path can be specified as well, separated by / (e.g.
            software/229535) - this can be seen in best sellers URLs, e.g.
            https://www.amazon.com/Best-Sellers-Software-Business-Office/zgbs/software/229535.
        - name: fields
          in: query
          schema:
            type: string
          description: "A comma separated list of product fields to include in the
            response (field projection). By default all fields are returned.
            Example: product_title,product_url,product_photo"
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        employer_name:
                          type: string
                          example: Info Way Solutions
                          description: The name of the employer company.
                        employer_logo:
                          type: string
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                          description: URL to the employer's logo.
                        employer_website:
                          type: string
                          nullable: true
                          example: null
                          description: URL to the employer's website.
                        job_apply_is_direct:
                          type: boolean
                          example: false
                          description: Indicates if the job application is direct or not.
                        job_apply_link:
                          type: string
                          example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                          description: The URL where the job can be applied.
                        job_apply_quality_score:
                          type: number
                          example: 0.6286
                          description: A score representing the quality of the job posting.
                        job_city:
                          type: string
                          example: Austin
                          description: The city where the job is located.
                        job_country:
                          type: string
                          example: US
                          description: The country where the job is located.
                        job_description:
                          type: string
                          example: Python with DevOps Experience
                          description: A brief description of the job role and responsibilities.
                        job_employment_type:
                          type: string
                          example: CONTRACTOR
                          description: The type of employment for the job (e.g., contractor, full-time).
                        job_experience_in_place_of_education:
                          type: boolean
                          example: false
                          description: Indicates if experience is considered in place of education.
                        job_google_link:
                          type: string
                          example: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa
                          description: A Google link for job search results.
                        job_id:
                          type: string
                          example: AjfXRt4hOefXQs3xAAAAAA==
                          description: A unique identifier for the job posting.
                        job_is_remote:
                          type: boolean
                          example: false
                          description: Indicates whether the job is remote or not.
                        job_latitude:
                          type: number
                          example: 30.267153
                          description: The latitude of the job location.
                        job_longitude:
                          type: number
                          example: -97.74306
                          description: The longitude of the job location.
                        job_max_salary:
                          type: number
                          nullable: true
                          example: null
                          description: The maximum salary offered for the job.
                        job_min_salary:
                          type: number
                          nullable: true
                          example: null
                          description: The minimum salary offered for the job.
                        job_offer_expiration_datetime_utc:
                          type: string
                          example: 2024-07-05T18:08:01.000Z
                          description: The expiration date and time of the job offer in UTC.
                        job_offer_expiration_timestamp:
                          type: number
                          example: 1720202881
                          description: The expiration timestamp of the job offer.
                        job_onet_job_zone:
                          type: string
                          example: "4"
                          description: The O*NET job zone level.
                        job_onet_soc:
                          type: string
                          example: "15113200"
                          description: The O*NET SOC (Standard Occupational Classification) code.
                        job_posted_at_datetime_utc:
                          type: string
                          example: 2024-06-05T18:08:01.000Z
                          description: The date and time the job was posted in UTC.
                        job_posted_at_timestamp:
                          type: number
                          example: 1717610881
                          description: The timestamp of when the job was posted.
                        job_posting_language:
                          type: string
                          example: en
                          description: The language of the job posting.
                        job_publisher:
                          type: string
                          example: LinkedIn
                          description: The publisher of the job posting.
                        job_required_education:
                          type: object
                          description: The education requirements for the job.
                        job_required_experience:
                          type: object
                          description: The experience requirements for the job.
                        job_required_skills:
                          type: array
                          nullable: true
                          items:
                            type: string
                          example: null
                          description: The required skills for the job.
                        job_salary_currency:
                          type: string
                          nullable: true
                          example: null
                          description: The currency of the job salary.
                        job_salary_period:
                          type: string
                          nullable: true
                          example: null
                          description: The salary period (e.g., hourly, monthly).
                        job_state:
                          type: string
                          example: TX
                          description: The state where the job is located.
                        job_title:
                          type: string
                          example: Python Developer
                          description: The title of the job position.
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates if the company is actively hiring.
                        example: false
                      categories:
                        type: array
                        items: {}
                        description: List of job categories.
                      company_types:
                        type: array
                        items: {}
                        description: Types of companies offering the job.
                      date_posted:
                        type: string
                        description: The time frame in which the job was posted.
                        example: all
                      employer:
                        type: array
                        items: {}
                        description: List of employers posting the job.
                      employment_types:
                        type: array
                        items: {}
                        description: Types of employment available (e.g., full-time, part-time).
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: List of job publishers to exclude.
                      job_requirements:
                        type: array
                        items: {}
                        description: List of job requirements.
                      job_titles:
                        type: array
                        items: {}
                        description: List of job titles being searched for.
                      num_pages:
                        type: number
                        description: Total number of pages available.
                        example: 1
                      page:
                        type: number
                        description: Current page number of the results.
                        example: 1
                      query:
                        type: string
                        description: The search query used for finding jobs.
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Indicates if only remote jobs should be included.
                        example: false
                  request_id:
                    type: string
                    description: Unique identifier for the request.
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: Status of the request.
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: ea8fd76c-13fb-4919-96cb-69151e861866
                    parameters:
                      country: US
                      type: BEST_SELLERS
                      page: 1
                      category: software
                    data:
                      best_sellers:
                        - rank: 1
                          asin: B0DHYGWYJ6
                          product_title: TurboTax Deluxe 2024 Tax Software, Federal & State Tax Return
                            [PC/MAC Download]
                          product_price: $44.99
                          product_star_rating: "4"
                          product_num_ratings: 2186
                          product_url: https://www.amazon.com/dp/B0DHYGWYJ6
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71UbHaUeeUL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 2
                          asin: B0DHYH1R3N
                          product_title: TurboTax Premier 2024 Tax Software, Federal & State Tax Return
                            [PC/MAC Download]
                          product_price: $64.99
                          product_star_rating: "3.9"
                          product_num_ratings: 1044
                          product_url: https://www.amazon.com/dp/B0DHYH1R3N
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71yj6wGqynL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 3
                          asin: B0DHYHPSMC
                          product_title: TurboTax Home & Business 2024 Tax Software, Federal & State Tax
                            Return [PC/MAC Download]
                          product_price: $75.99
                          product_star_rating: "3.9"
                          product_num_ratings: 629
                          product_url: https://www.amazon.com/dp/B0DHYHPSMC
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71b5aAzdXOL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 4
                          asin: B0DJQ2V9QR
                          product_title: H&R Block Tax Software Deluxe + State 2024 with Refund Bonus
                            Offer (Amazon Exclusive) Win/Mac [PC/Mac Online
                            Code]
                          product_price: $29.99
                          product_star_rating: "3.7"
                          product_num_ratings: 639
                          product_url: https://www.amazon.com/dp/B0DJQ2V9QR
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/51+fonAXhPL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 5
                          asin: B0DHYJ23KG
                          product_title: TurboTax Deluxe 2024 Tax Software, Federal Tax Return [PC/MAC
                            Download]
                          product_price: $36.99
                          product_star_rating: "3.9"
                          product_num_ratings: 539
                          product_url: https://www.amazon.com/dp/B0DHYJ23KG
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71QcK4dsRbL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 6
                          asin: B0DHYL1TLZ
                          product_title: TurboTax Business 2024 Tax Software, Federal Tax Return [PC
                            Download]
                          product_price: $113.99
                          product_star_rating: "3.8"
                          product_num_ratings: 139
                          product_url: https://www.amazon.com/dp/B0DHYL1TLZ
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71NKT0cDwnL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 7
                          asin: B0DJQ2SYND
                          product_title: H&R Block Tax Software Deluxe 2024 Win/Mac with Refund Bonus
                            Offer (Amazon Exclusive) [PC/Mac Online Code]
                          product_price: $25.99
                          product_star_rating: "3.6"
                          product_num_ratings: 127
                          product_url: https://www.amazon.com/dp/B0DJQ2SYND
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/512dhP2BIfL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 8
                          asin: B0DJQ37VM7
                          product_title: H&R Block Tax Software Premium 2024 Win/Mac with Refund Bonus
                            Offer (Amazon Exclusive) [PC/Mac Online Code]
                          product_price: $42.49
                          product_star_rating: "3.6"
                          product_num_ratings: 122
                          product_url: https://www.amazon.com/dp/B0DJQ37VM7
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/51tob7UDgCL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 9
                          asin: B0DGVQMGBB
                          product_title: "Microsoft Office Home 2024 | Classic Apps: Word, Excel,
                            PowerPoint | One-Time Purchase for 1 PC/MAC |
                            Instant Download | Form"
                          product_price: $149.99
                          product_star_rating: "3.9"
                          product_num_ratings: 336
                          product_url: https://www.amazon.com/dp/B0DGVQMGBB
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/61phY52G-OL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 10
                          asin: B07Q33SJDW
                          product_title: Norton 360 Deluxe 2025, Antivirus software for 5 Devices with
                            Auto Renewal - Includes VPN, PC Cloud Backup & Dark
                            Web Monitor
                          product_price: $24.99
                          product_star_rating: "4.1"
                          product_num_ratings: 15133
                          product_url: https://www.amazon.com/dp/B07Q33SJDW
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71jhUY6iurL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 11
                          asin: B0DJQ1XRSB
                          product_title: H&R Block Tax Software Premium & Business 2024 Win with Refund
                            Bonus Offer (Amazon Exclusive) [PC Online code]
                          product_price: $49.99
                          product_star_rating: "2.7"
                          product_num_ratings: 63
                          product_url: https://www.amazon.com/dp/B0DJQ1XRSB
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/51yZ-hIg8vL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 12
                          asin: B0823GT5JG
                          product_title: iFit Train - Monthly Membership
                          product_price: $15.00
                          product_star_rating: "3.5"
                          product_num_ratings: 591
                          product_url: https://www.amazon.com/dp/B0823GT5JG
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/518nPPYk0iL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 13
                          asin: B0BB2N69J8
                          product_title: McAfee Total Protection 3-Device 2025 Ready |Security Software
                            Includes Antivirus, Secure VPN, Password Manager,
                            Identity Mon
                          product_price: $19.99
                          product_star_rating: "4"
                          product_num_ratings: 5359
                          product_url: https://www.amazon.com/dp/B0BB2N69J8
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/61IL197c4ML._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 14
                          asin: B09MYJ1R6L
                          product_title: Microsoft System Builder | Windоws 11 Home | Intended use for new
                            systems | Install on a new PC | Branded by Microsoft
                          product_price: $119.99
                          product_star_rating: "4.2"
                          product_num_ratings: 1638
                          product_url: https://www.amazon.com/dp/B09MYJ1R6L
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/61JfosHunyL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 15
                          asin: B0DHYGLRM9
                          product_title: TurboTax Basic 2024 Tax Software, Federal Tax Return [PC/MAC
                            Download]
                          product_price: $49.99
                          product_star_rating: "4.2"
                          product_num_ratings: 34
                          product_url: https://www.amazon.com/dp/B0DHYGLRM9
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71RwchwAsJL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 16
                          asin: B07Q6B5YL5
                          product_title: Norton 360 Premium 2025, Antivirus software for 10 Devices with
                            Auto Renewal - Includes VPN, PC Cloud Backup & Dark
                            Web Monit
                          product_price: $29.99
                          product_star_rating: "4.1"
                          product_num_ratings: 5000
                          product_url: https://www.amazon.com/dp/B07Q6B5YL5
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71GIRASHzBL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 17
                          asin: B0CLBV27N2
                          product_title: "[Old Version] TurboTax Deluxe 2023, Federal & State Tax Return
                            [PC/Mac Download]"
                          product_price: $69.99
                          product_star_rating: "4.4"
                          product_num_ratings: 15619
                          product_url: https://www.amazon.com/dp/B0CLBV27N2
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/719rCYQpjdL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 18
                          asin: B0DJQ2HLC6
                          product_title: H&R Block Tax Software Basic 2024 with Refund Bonus Offer (Amazon
                            Exclusive) Win/Mac [PC/Mac Online Code]
                          product_price: $34.97
                          product_star_rating: "3.9"
                          product_num_ratings: 39
                          product_url: https://www.amazon.com/dp/B0DJQ2HLC6
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/5181AWwUanL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 19
                          asin: B0BB2GF9WW
                          product_title: McAfee Total Protection 5-Device 2025 Ready | Security Software
                            Includes Antivirus, Secure VPN, Password Manager,
                            Identity Mo
                          product_price: $29.99
                          product_star_rating: "4.1"
                          product_num_ratings: 1396
                          product_url: https://www.amazon.com/dp/B0BB2GF9WW
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71JRzalF1PL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 20
                          asin: B09MYBD79G
                          product_title: Microsoft OEM System Builder | Windоws 11 Pro | Intended use for
                            new systems | Authorized by Microsoft
                          product_price: $159.98
                          product_star_rating: "4.2"
                          product_num_ratings: 1638
                          product_url: https://www.amazon.com/dp/B09MYBD79G
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/61p-Ylv5vtL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 21
                          asin: B0CFSX431Z
                          product_title: Quicken Classic Deluxe for New Subscribers| 1 Year [PC/Mac Online
                            Code]
                          product_price: $41.88
                          product_star_rating: "3.9"
                          product_num_ratings: 227
                          product_url: https://www.amazon.com/dp/B0CFSX431Z
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/61ypcFpjCuL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 22
                          asin: B092M5G1G7
                          product_title: Mullvad VPN | 12 Months for 5 Devices | Protect Your Privacy with
                            Easy-To-Use Security VPN Service
                          product_price: $57.00
                          product_star_rating: "4.8"
                          product_num_ratings: 911
                          product_url: https://www.amazon.com/dp/B092M5G1G7
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/31QJJ68ENgL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 23
                          asin: B09WCTTXQ6
                          product_title: Windows 11 Pro Upgrade, from Windows 11 Home (Digital Download)
                          product_price: $99.00
                          product_star_rating: "3.7"
                          product_num_ratings: 582
                          product_url: https://www.amazon.com/dp/B09WCTTXQ6
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/61R6ivLSfrL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 24
                          asin: B0CLC5MKTP
                          product_title: "[Old Version] TurboTax Home & Business 2023, Federal & State Tax
                            Return [PC/Mac Download]"
                          product_price: $119.99
                          product_star_rating: "4.4"
                          product_num_ratings: 4636
                          product_url: https://www.amazon.com/dp/B0CLC5MKTP
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71K4wikrrkL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 25
                          asin: B07QLYWQRQ
                          product_title: Norton 360 Deluxe 2025, Antivirus software for 5 Devices with
                            Auto Renewal - Includes VPN, PC Cloud Backup & Dark
                            Web Monitor
                          product_price: $24.99
                          product_star_rating: "4.2"
                          product_num_ratings: 4386
                          product_url: https://www.amazon.com/dp/B07QLYWQRQ
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71ANSYyAWvL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 26
                          asin: B07K98XDX8
                          product_title: McAfee Total Protection 3-Device 2025 Ready |Security Software
                            Includes Antivirus, Secure VPN, Password Manager,
                            Identity Mon
                          product_price: $19.99
                          product_star_rating: "4"
                          product_num_ratings: 5359
                          product_url: https://www.amazon.com/dp/B07K98XDX8
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71q-Zfik8rL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 27
                          asin: B07DDL3N69
                          product_title: Webroot Internet Security Complete | Antivirus Software 2025 | 5
                            Device | 1 Year Download for
                            PC/Mac/Chromebook/Android/IOS +
                          product_price: $29.99
                          product_star_rating: "4.3"
                          product_num_ratings: 1813
                          product_url: https://www.amazon.com/dp/B07DDL3N69
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71dSKXXc54L._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 28
                          asin: B09H7F77JR
                          product_title: Microsoft Office Home & Business 2021 | Word, Excel, PowerPoint,
                            Outlook | One-time purchase for 1 PC or Mac |
                            Instant Downlo
                          product_price: $229.99
                          product_star_rating: "4.1"
                          product_num_ratings: 909
                          product_url: https://www.amazon.com/dp/B09H7F77JR
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/61hSSVPvT3L._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 29
                          asin: B07QCVZW81
                          product_title: Norton 360 Premium 2025, Antivirus software for 10 Devices with
                            Auto Renewal - Includes VPN, PC Cloud Backup & Dark
                            Web Monit
                          product_price: $29.99
                          product_star_rating: "4.2"
                          product_num_ratings: 6588
                          product_url: https://www.amazon.com/dp/B07QCVZW81
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71+0sewCxOL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 30
                          asin: B076VQ4Y4J
                          product_title: Laplink PCmover Ultimate 11 - Easily Transfer Files to New
                            Computer - Efficient Migration of Applications from
                            Old PC to a Ne
                          product_price: $39.95
                          product_star_rating: "4.1"
                          product_num_ratings: 5379
                          product_url: https://www.amazon.com/dp/B076VQ4Y4J
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/51MC+P+rEpL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 31
                          asin: B0B9VY13PM
                          product_title: McAfee Total Protection 3-Device 2025 Ready |Security Software
                            Includes Antivirus, Secure VPN, Password Manager,
                            Identity Mon
                          product_price: $19.99
                          product_star_rating: "4"
                          product_num_ratings: 413
                          product_url: https://www.amazon.com/dp/B0B9VY13PM
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/61D+GtZWfIL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 32
                          asin: B0BB2N3SM3
                          product_title: McAfee+ Premium Individual Unlimited Devices 2025 Ready |
                            Cybersecurity Software Includes Antivirus, Secure
                            VPN, Password Man
                          product_price: $34.99
                          product_star_rating: "4.2"
                          product_num_ratings: 344
                          product_url: https://www.amazon.com/dp/B0BB2N3SM3
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71CTpbqhDjL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 33
                          asin: B09RFBX42Y
                          product_title: TurboTax DLX Plus State 2021
                          product_price: $39.99
                          product_star_rating: "4.3"
                          product_num_ratings: 275
                          product_url: https://www.amazon.com/dp/B09RFBX42Y
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/51jH-LX1drL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 34
                          asin: B07DDNL2BJ
                          product_title: Webroot Antivirus Software 2025 | 3 Device | 1 Year Download for
                            PC/Mac
                          product_price: $16.99
                          product_star_rating: "4.2"
                          product_num_ratings: 2970
                          product_url: https://www.amazon.com/dp/B07DDNL2BJ
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71564zohGmL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 35
                          asin: B07F3TQ6DQ
                          product_title: Microsoft 365 Personal | 12-Month Subscription, 1 person | Word,
                            Excel, PowerPoint | 1TB OneDrive cloud storage |
                            PC/Mac Inst
                          product_price: $99.99
                          product_star_rating: "4.3"
                          product_num_ratings: 11027
                          product_url: https://www.amazon.com/dp/B07F3TQ6DQ
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/61IUDtLeZaL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 36
                          asin: B07CYFFH4H
                          product_title: Bitdefender Total Security - 5 Devices | 1 year Subscription |
                            PC/Mac | Activation Code by email
                          product_price: $44.99
                          product_star_rating: "4.3"
                          product_num_ratings: 2411
                          product_url: https://www.amazon.com/dp/B07CYFFH4H
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/81tKxKRWTlL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 37
                          asin: B0BB2P338G
                          product_title: McAfee Total Protection 1-Device 2025 Ready | Security Software
                            Includes Antivirus, Secure VPN, Password Manager,
                            Identity Mo
                          product_price: $17.99
                          product_star_rating: "4.1"
                          product_num_ratings: 312
                          product_url: https://www.amazon.com/dp/B0BB2P338G
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/617JC2bWNPL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 38
                          asin: B092M55HJ2
                          product_title: Mullvad VPN | 5 Devices for 6 Months | Protect Your Privacy with
                            Easy-To-Use Security VPN Service
                          product_price: $29.00
                          product_star_rating: "4.8"
                          product_num_ratings: 911
                          product_url: https://www.amazon.com/dp/B092M55HJ2
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/61+MBtXYA1L._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 39
                          asin: B09C1RQQ2Z
                          product_title: Norton 360 for Amazon 2025, Antivirus software for up to 5
                            Devices with Auto Renewal [Subscription]
                          product_price: $34.99
                          product_star_rating: "4.1"
                          product_num_ratings: 568
                          product_url: https://www.amazon.com/dp/B09C1RQQ2Z
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/710R2j7jEQL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 40
                          asin: B0B9W5QP16
                          product_title: McAfee Total Protection 5-Device 2025 Ready | Security Software
                            Includes Antivirus, Secure VPN, Password Manager,
                            Identity Mo
                          product_price: $24.99
                          product_star_rating: "4.2"
                          product_num_ratings: 326
                          product_url: https://www.amazon.com/dp/B0B9W5QP16
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71CvSh+e8HL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 41
                          asin: B07Q8JGCSQ
                          product_title: Norton 360 Deluxe 2025, Antivirus software for 3 Devices with
                            Auto Renewal - Includes VPN, PC Cloud Backup & Dark
                            Web Monitor
                          product_price: $24.30
                          product_star_rating: "3.9"
                          product_num_ratings: 5511
                          product_url: https://www.amazon.com/dp/B07Q8JGCSQ
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71WxMqnr4tL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 42
                          asin: B0DRDFPYL5
                          product_title: TurboTax Deluxe 2024 Tax Software, Federal & State [PC/MAC
                            Download] & McAfee Total Protection 3 Devices
                          product_price: $54.98
                          product_star_rating: null
                          product_num_ratings: null
                          product_url: https://www.amazon.com/dp/B0DRDFPYL5
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/51rya+NikcL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 43
                          asin: B0BB2N2YQ9
                          product_title: McAfee AntiVirus 2025 Ready | Real-Time PC Protection from New
                            and Evolving Threats | Download
                          product_price: $12.99
                          product_star_rating: "4.1"
                          product_num_ratings: 840
                          product_url: https://www.amazon.com/dp/B0BB2N2YQ9
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/51hmYT1gb4L._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 44
                          asin: B07DDJRKWV
                          product_title: Webroot Internet Security Plus | Antivirus Software 2025 | 3
                            Device | 1 Year Download for
                            PC/Mac/Chromebook/Android/IOS + Pas
                          product_price: $23.99
                          product_star_rating: "4.2"
                          product_num_ratings: 1158
                          product_url: https://www.amazon.com/dp/B07DDJRKWV
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71KhybsqehL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 45
                          asin: B07Q6ZPC1Q
                          product_title: Acrobat Pro | 1-Month Subscription | PDF Software |Convert, Edit,
                            E-Sign, Protect |Activation Required [PC/Mac Online
                            Code]
                          product_price: $29.99
                          product_star_rating: "3.8"
                          product_num_ratings: 1443
                          product_url: https://www.amazon.com/dp/B07Q6ZPC1Q
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/517ul+lt2GL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 46
                          asin: B07Q4QZGFR
                          product_title: Adobe Acrobat Pro | PDF Software | Convert, Edit, E-Sign, Protect
                            | PC/Mac Online Code | Activation Required
                          product_price: $239.88
                          product_star_rating: "4"
                          product_num_ratings: 1123
                          product_url: https://www.amazon.com/dp/B07Q4QZGFR
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/51XI9kYWK8L._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 47
                          asin: B0771TK6CR
                          product_title: Laplink PCmover Ultimate 11 - Migration of your Applications,
                            Files and Settings from an Old PC to a New PC - Data
                            Transfer S
                          product_price: $61.95
                          product_star_rating: "4.1"
                          product_num_ratings: 5379
                          product_url: https://www.amazon.com/dp/B0771TK6CR
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71XddZXQSzL._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 48
                          asin: B0BH5MZ7VT
                          product_title: "[Old Version] TurboTax Deluxe 2022 Tax Software, Federal and
                            State Tax Return, [Amazon Exclusive] [PC/MAC
                            Download]"
                          product_price: $69.99
                          product_star_rating: "4.4"
                          product_num_ratings: 10924
                          product_url: https://www.amazon.com/dp/B0BH5MZ7VT
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/71IgMkror-L._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 49
                          asin: B0CJCWHXH2
                          product_title: (Old Version) H&R Block Tax Software Deluxe + State 2023 with
                            Refund Bonus Offer (Amazon Exclusive) (PC/MAC
                            Download)
                          product_price: $49.99
                          product_star_rating: "4.2"
                          product_num_ratings: 4429
                          product_url: https://www.amazon.com/dp/B0CJCWHXH2
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/51WNth-N57L._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                        - rank: 50
                          asin: B07F3SNQT5
                          product_title: "Microsoft 365 Family | 12-Month Subscription, Up to 6 People |
                            Word, Excel, PowerPoint | 1TB OneDrive Cloud Storage
                            | PC/MAC "
                          product_price: $129.99
                          product_star_rating: "4.3"
                          product_num_ratings: 2794
                          product_url: https://www.amazon.com/dp/B07F3SNQT5
                          product_photo: https://images-na.ssl-images-amazon.com/images/I/61mPBUmHt1L._AC_UL900_SR900,600_.jpg
                          rank_change_label: null
                      country: US
                      domain: www.amazon.com
    parameters:
      - *a1
  /deals-v2:
    get:
      tags:
        - default
      summary: Deals
      description: Get Amazon Deals (Today's Deals / Top Deals, Best Deals, and
        Lightning Deals)  with support for all deal types, filters, and options
        available on Amazon.
      parameters:
        - name: country
          in: query
          schema:
            type: string
          example: US
          description: Sets the Amazon domain, marketplace country, language and currency.
        - name: min_product_star_rating
          in: query
          schema:
            type: string
          example: ALL
          description: Return deals with products star rating greater than a specific value
        - name: price_range
          in: query
          schema:
            type: string
          example: ALL
          description: Return deals with price within a specific price range. 1 is lowest
            price range shown on Amazon (e.g. Under $25) while 5 is the highest
            price range (e.g. $200 & Above).
        - name: discount_range
          in: query
          schema:
            type: string
          example: ALL
          description: Return deals with discount within a specific discount range. 1 is
            lowest discount range shown on Amazon (e.g. 10% off or more) while 5
            is the highest discount range (e.g. 70% off or more).
        - name: offset
          in: query
          schema:
            type: string
          description: Number of results to skip / index to start from (for pagination).
        - name: categories
          in: query
          schema:
            type: string
          description: Return deals with products in specific categories / departments.
            Multiple categories can be specified as a comma (,) separated list.
            Numeric category id's can be found in the URL after selecting a
            specific category on https://www.amazon.com/deals.
        - name: prime_early_access
          in: query
          schema:
            type: boolean
          example: Do not include in request
          description: Only return prime early access deals.
        - name: prime_exclusive
          in: query
          schema:
            type: boolean
          example: Do not include in request
          description: Only return prime exclusive deals.
        - name: brands
          in: query
          schema:
            type: string
          description: Return deals with products by specific brands. Multiple brands can
            be specified separated by comma (,). In addition, brand names can be
            found under the Brand filter on the filter/refinements panel on
            https://www.amazon.com/deals (when applicable).
        - name: lightning_deals
          in: query
          schema:
            type: boolean
          example: Do not include in request
          description: Only return lightning deals
        - name: fields
          in: query
          schema:
            type: string
          description: "A comma separated list of deal fields to include in the response
            (field projection). By default all fields are returned. Example:
            deal_type,deal_title,deal_ends_at, savings_amount"
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        employer_company_type:
                          type: string
                          nullable: true
                          description: Type of employer company.
                          example: null
                        employer_logo:
                          type: string
                          nullable: true
                          description: URL of the employer's logo.
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name:
                          type: string
                          description: Name of the employer.
                          example: Info Way Solutions
                        employer_website:
                          type: string
                          nullable: true
                          description: URL of the employer's website.
                          example: null
                        job_apply_is_direct:
                          type: boolean
                          description: Indicates if the application is direct.
                          example: false
                        job_apply_link:
                          type: string
                          description: URL for applying to the job.
                          example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score:
                          type: number
                          description: Quality score for job application.
                          example: 0.6286
                        job_city:
                          type: string
                          description: City where the job is located.
                          example: Austin
                        job_country:
                          type: string
                          description: Country where the job is located.
                          example: US
                        job_description:
                          type: string
                          description: Full job description.
                          example: Python with DevOps Experience.
                        job_employment_type:
                          type: string
                          description: Type of employment (e.g., full-time, contractor).
                          example: CONTRACTOR
                        job_experience_in_place_of_education:
                          type: boolean
                          description: Indicates if experience can replace education requirements.
                          example: false
                        job_google_link:
                          type: string
                          description: Google Jobs link to the job posting.
                          example: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa
                        job_id:
                          type: string
                          description: Unique job identifier.
                          example: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote:
                          type: boolean
                          description: Indicates if the job is remote.
                          example: false
                        job_latitude:
                          type: number
                          description: Latitude of the job location.
                          example: 30.267153
                        job_longitude:
                          type: number
                          description: Longitude of the job location.
                          example: -97.74306
                        job_max_salary:
                          type: number
                          nullable: true
                          description: Maximum salary offered for the position.
                          example: null
                        job_min_salary:
                          type: number
                          nullable: true
                          description: Minimum salary offered for the position.
                          example: null
                        job_offer_expiration_datetime_utc:
                          type: string
                          description: Job offer expiration date in UTC.
                          example: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp:
                          type: number
                          description: Timestamp for job offer expiration.
                          example: 1720202881
                        job_onet_job_zone:
                          type: string
                          description: Job zone classification based on O*NET.
                          example: "4"
                        job_onet_soc:
                          type: string
                          description: Standard Occupational Classification (SOC) code.
                          example: "15113200"
                        job_posted_at_datetime_utc:
                          type: string
                          description: Date and time when the job was posted in UTC.
                          example: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp:
                          type: number
                          description: Timestamp when the job was posted.
                          example: 1717610881
                        job_posting_language:
                          type: string
                          description: Language of the job posting.
                          example: en
                        job_publisher:
                          type: string
                          description: Name of the job listing publisher.
                          example: LinkedIn
                        job_state:
                          type: string
                          description: State where the job is located.
                          example: TX
                        job_title:
                          type: string
                          description: Title of the job position.
                          example: Python Developer
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates if the employer is actively hiring.
                        example: false
                      categories:
                        type: array
                        items: {}
                        description: List of job categories.
                      company_types:
                        type: array
                        items: {}
                        description: List of company types.
                      date_posted:
                        type: string
                        description: Specifies the date range for job postings.
                        example: all
                      employer:
                        type: array
                        items: {}
                        description: List of employers.
                      employment_types:
                        type: array
                        items: {}
                        description: List of employment types.
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: List of job publishers to exclude.
                      job_requirements:
                        type: array
                        items: {}
                        description: List of job requirements.
                      job_titles:
                        type: array
                        items: {}
                        description: List of job titles.
                      num_pages:
                        type: number
                        description: Number of pages in the search results.
                        example: 1
                      page:
                        type: number
                        description: Current page number in pagination.
                        example: 1
                      query:
                        type: string
                        description: Search query used for job searching.
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Specifies if only remote jobs should be included.
                        example: false
                  request_id:
                    type: string
                    description: Unique identifier for the request.
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: Status of the request.
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: ab8b3bf0-d778-4304-9520-0762ab1008eb
                    parameters:
                      country: US
                      price_range: ALL
                      discount_range: ALL
                      num_pages: 1
                    data:
                      deals:
                        - deal_id: 116374d3
                          deal_type: BEST_DEAL
                          deal_title: SAMSUNG Galaxy S25 Ultra Cell Phone + $200 Amazon Gift Card, 256GB
                            AI Smartphone, Unlocked Android, 200MP AI Camera, S
                            Pen, Fast Processor, Long Battery Life, 2025,
                            Titanium Silverblue
                          deal_photo: https://m.media-amazon.com/images/I/51lpEpDYoNL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/SAMSUNG-Smartphone-Unlocked-Processor-Silverblue/dp/B0DSQZWBL6
                          canonical_deal_url: https://www.amazon.com/deal/116374d3
                          deal_starts_at: 2025-01-22T18:00:00.000Z
                          deal_ends_at: 2025-02-22T07:55:00.000Z
                          deal_price:
                            amount: "1299.99"
                            currency: USD
                          list_price:
                            amount: "1499.99"
                            currency: USD
                          savings_percentage: 13
                          savings_amount:
                            amount: "200.0"
                            currency: USD
                          deal_badge: 13% off
                          type: SINGLE_ITEM
                          product_asin: B0DSQZWBL6
                        - deal_id: 8df7b147
                          deal_type: BEST_DEAL
                          deal_title: Beats Solo 4 - Wireless Bluetooth On-Ear Headphones, Apple & Android
                            Compatible, Up to 50 Hours of Battery Life - Matte
                            Black
                          deal_photo: https://m.media-amazon.com/images/I/51sZFm7L2BL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Beats-Solo-Wireless-Headphones-Matte/dp/B0CZPLV566
                          canonical_deal_url: https://www.amazon.com/deal/8df7b147
                          deal_starts_at: 2025-02-02T08:00:00.000Z
                          deal_ends_at: 2025-02-16T07:59:59.000Z
                          deal_price:
                            amount: "99.99"
                            currency: USD
                          list_price:
                            amount: "199.95"
                            currency: USD
                          savings_percentage: 50
                          savings_amount:
                            amount: "99.96"
                            currency: USD
                          deal_badge: 50% off
                          type: SINGLE_ITEM
                          product_asin: B0CZPLV566
                        - deal_id: 8ae2a7d9
                          deal_type: BEST_DEAL
                          deal_title: NETGEAR Nighthawk Multi-Gig Cable Modem (CM1100) - Compatible With
                            All Cable Providers Incl. Xfinity, Spectrum, Cox -
                            For Cable Plans Up To 2Gbps – 2 x 1G Ethernet Ports
                            - DOCSIS 3.1
                          deal_photo: https://m.media-amazon.com/images/I/51h9mHIG0QL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Netgear-CM1100-100NAS-Nighthawk-DOCSIS-Cable/dp/B01MXC4532
                          canonical_deal_url: https://www.amazon.com/deal/8ae2a7d9
                          deal_starts_at: 2025-02-04T08:00:00.000Z
                          deal_ends_at: 2025-03-03T07:59:59.000Z
                          deal_price:
                            amount: "119.97"
                            currency: USD
                          list_price:
                            amount: "179.99"
                            currency: USD
                          savings_percentage: 33
                          savings_amount:
                            amount: "60.02"
                            currency: USD
                          deal_badge: 33% off
                          type: SINGLE_ITEM
                          product_asin: B01MXC4532
                        - deal_id: 68cbbb7b
                          deal_type: BEST_DEAL
                          deal_title: Amazon Fire TV Stick 4K (newest model) with AI-powered Fire TV
                            Search, Wi-Fi 6, stream over 1.5 million movies and
                            shows, free & live TV
                          deal_photo: https://m.media-amazon.com/images/I/51s-dIOI5zL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Amazon-Fire-TV-Stick-4K-streaming-device/dp/B0CJM1GNFQ
                          canonical_deal_url: https://www.amazon.com/deal/68cbbb7b
                          deal_starts_at: 2025-01-31T16:00:00.000Z
                          deal_ends_at: 2025-02-15T16:00:00.000Z
                          deal_price:
                            amount: "29.99"
                            currency: USD
                          list_price:
                            amount: "49.99"
                            currency: USD
                          savings_percentage: 40
                          savings_amount:
                            amount: "20.0"
                            currency: USD
                          deal_badge: 40% off
                          type: SINGLE_ITEM
                          product_asin: B0CJM1GNFQ
                        - deal_id: a363314c
                          deal_type: BEST_DEAL
                          deal_title: All-new Ring Battery Doorbell, Head-to-Toe Video, Live View with
                            Two-Way Talk, and Motion Detection & Alerts (2024
                            release), Satin Nickel
                          deal_photo: https://m.media-amazon.com/images/I/41TNy71EYwL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Ring-Battery-Doorbell-Head-to-Toe-Video-Satin-Nickel/dp/B0BZWRSRWV
                          canonical_deal_url: https://www.amazon.com/deal/a363314c
                          deal_starts_at: 2025-02-02T05:00:00.000Z
                          deal_ends_at: 2025-02-18T05:00:00.000Z
                          deal_price:
                            amount: "59.99"
                            currency: USD
                          list_price:
                            amount: "99.99"
                            currency: USD
                          savings_percentage: 40
                          savings_amount:
                            amount: "40.0"
                            currency: USD
                          deal_badge: 40% off
                          type: SINGLE_ITEM
                          product_asin: B0BZWRSRWV
                        - deal_id: 8df7b147
                          deal_type: BEST_DEAL
                          deal_title: Beats Studio Pro - Wireless Bluetooth Noise Cancelling Headphones -
                            Personalized Spatial Audio, USB-C Lossless Audio,
                            Apple & Android Compatibility, Up to 40 Hours
                            Battery Life - Black
                          deal_photo: https://m.media-amazon.com/images/I/61u-OaDSfQL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Beats-Studio-Pro-Personalized-Compatibility/dp/B0C8PR4W22
                          canonical_deal_url: https://www.amazon.com/deal/8df7b147
                          deal_starts_at: 2025-02-02T08:00:00.000Z
                          deal_ends_at: 2025-02-16T07:59:59.000Z
                          deal_price:
                            amount: "179.99"
                            currency: USD
                          list_price:
                            amount: "349.99"
                            currency: USD
                          savings_percentage: 49
                          savings_amount:
                            amount: "170.0"
                            currency: USD
                          deal_badge: 49% off
                          type: SINGLE_ITEM
                          product_asin: B0C8PR4W22
                        - deal_id: 2af6c556
                          deal_type: BEST_DEAL
                          deal_title: Quest Nutrition Nacho Cheese Tortilla Style Protein Chips, 18g
                            Protein, 4g Net Carb, Low Carb, Gluten Free, 1.1 oz
                            (Pack of 12)
                          deal_photo: https://m.media-amazon.com/images/I/81IqKdsFOvL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Quest-Nutrition-Tortilla-Protein-Cheese/dp/B07RRRV5CT
                          canonical_deal_url: https://www.amazon.com/deal/2af6c556
                          deal_starts_at: 2025-01-31T08:00:00.000Z
                          deal_ends_at: 2025-02-09T07:59:59.000Z
                          deal_price:
                            amount: "22.99"
                            currency: USD
                          list_price:
                            amount: "29.99"
                            currency: USD
                          savings_percentage: 23
                          savings_amount:
                            amount: "7.0"
                            currency: USD
                          deal_badge: 23% off
                          type: SINGLE_ITEM
                          product_asin: B07RRRV5CT
                        - deal_id: 162e861c
                          deal_type: BEST_DEAL
                          deal_title: Shyft DualRide with Carryall Storage Infant Car Seat and Stroller
                            Combo (Boone Gray)
                          deal_photo: https://m.media-amazon.com/images/I/61u13fCjFtL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/DualRide-Carryall-Storage-Infant-Stroller/dp/B0BH9GDZ8H
                          canonical_deal_url: https://www.amazon.com/deal/162e861c
                          deal_starts_at: 2025-02-04T08:00:00.000Z
                          deal_ends_at: 2025-02-18T07:59:59.000Z
                          deal_price:
                            amount: "205.26"
                            currency: USD
                          list_price:
                            amount: "549.99"
                            currency: USD
                          savings_percentage: 63
                          savings_amount:
                            amount: "344.73"
                            currency: USD
                          deal_badge: 63% off
                          type: SINGLE_ITEM
                          product_asin: B0BH9GDZ8H
                        - deal_id: 109b9cdb
                          deal_type: BEST_DEAL
                          deal_title: MOLBIUS Queen Mattress | 12 Inch Queen Size Hybrid Mattresses in a
                            Box | Medium Firm Memory Foam and Individual Pocket
                            Springs | Fiberglass Free Bed Mattres | Breathable |
                            CertiPUR-US
                          deal_photo: https://m.media-amazon.com/images/I/81o3yzDvV6L.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/MOLBIUS-Queen-12-Mattresses-CertiPUR-US/dp/B0CG83MF7F
                          canonical_deal_url: https://www.amazon.com/deal/109b9cdb
                          deal_starts_at: 2025-02-03T08:00:00.000Z
                          deal_ends_at: 2025-02-10T07:45:00.000Z
                          deal_price:
                            amount: "175.99"
                            currency: USD
                          list_price:
                            amount: "289.77"
                            currency: USD
                          savings_percentage: 39
                          savings_amount:
                            amount: "113.78"
                            currency: USD
                          deal_badge: 39% off
                          type: SINGLE_ITEM
                          product_asin: B0CG83MF7F
                        - deal_id: 76d6e07d
                          deal_type: BEST_DEAL
                          deal_title: Amazon Brand - Solimo Dark Roast Coffee Pods, Compatible with Keurig
                            2.0 K-Cup Brewers 100 Count(Pack of 1)
                          deal_photo: https://m.media-amazon.com/images/I/610TN-4nYjL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Amazon-Brand-Solimo-Compatible-Brewers/dp/B079V8CKDM
                          canonical_deal_url: https://www.amazon.com/deal/76d6e07d
                          deal_starts_at: 2025-01-31T08:00:00.000Z
                          deal_ends_at: 2025-02-15T07:59:59.000Z
                          deal_price:
                            amount: "27.38"
                            currency: USD
                          list_price:
                            amount: "37.8"
                            currency: USD
                          savings_percentage: 28
                          savings_amount:
                            amount: "10.42"
                            currency: USD
                          deal_badge: 28% off
                          type: SINGLE_ITEM
                          product_asin: B079V8CKDM
                        - deal_id: b375499c
                          deal_type: BEST_DEAL
                          deal_title: Anker SOLIX C1000 Portable Power Station with 200W Solar Panel,
                            1800W Solar Generator, 1056wh LFP (LiFePO4) Battery,
                            6 AC Outlets, Up to 2400W for Home, Power Outages,
                            and Outdoor Camping
                          deal_photo: https://m.media-amazon.com/images/I/71w5cMnzaIL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Anker-Portable-Station-Generator-LiFePO4/dp/B0CDGKRX4X
                          canonical_deal_url: https://www.amazon.com/deal/b375499c
                          deal_starts_at: 2025-02-03T08:00:00.000Z
                          deal_ends_at: 2025-02-10T07:45:00.000Z
                          deal_price:
                            amount: "699.0"
                            currency: USD
                          list_price:
                            amount: "1548.0"
                            currency: USD
                          savings_percentage: 55
                          savings_amount:
                            amount: "849.0"
                            currency: USD
                          deal_badge: 55% off
                          type: SINGLE_ITEM
                          product_asin: B0CDGKRX4X
                        - deal_id: 0f807cfe
                          deal_type: BEST_DEAL
                          deal_title: Essentia Water Bottled, Ionized Alkaline Water:99.9% Pure, Infused
                            With Electrolytes, 9.5 pH Or Higher With A Clean,
                            Smooth Taste, 1 Litre (Pack of 12)
                          deal_photo: https://m.media-amazon.com/images/I/71ziKOlbGJL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Essentia-Water-Electrolytes-Rehydration-Overachievers/dp/B005HG9ESG
                          canonical_deal_url: https://www.amazon.com/deal/0f807cfe
                          deal_starts_at: 2025-01-31T08:00:00.000Z
                          deal_ends_at: 2025-02-09T07:59:59.000Z
                          deal_price:
                            amount: "17.83"
                            currency: USD
                          list_price:
                            amount: "23.78"
                            currency: USD
                          savings_percentage: 25
                          savings_amount:
                            amount: "5.95"
                            currency: USD
                          deal_badge: 25% off
                          type: SINGLE_ITEM
                          product_asin: B005HG9ESG
                        - deal_id: d1bb9213
                          deal_type: BEST_DEAL
                          deal_title: Momcozy KleanPal Pro Baby Bottle Washer, Sterilizer & Dryer -
                            All-in-One Cleaning Machine for Bottles, Pump Parts
                            & Baby Essentials - Time-Saving & Effortless Care
                          deal_photo: https://m.media-amazon.com/images/I/61lFYnw53uL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Momcozy-KleanPal-Baby-Bottle-Washer/dp/B0CWLHKQNT
                          canonical_deal_url: https://www.amazon.com/deal/d1bb9213
                          deal_starts_at: 2025-02-03T08:00:00.000Z
                          deal_ends_at: 2025-02-10T07:45:00.000Z
                          deal_price:
                            amount: "279.99"
                            currency: USD
                          list_price:
                            amount: "349.99"
                            currency: USD
                          savings_percentage: 20
                          savings_amount:
                            amount: "70.0"
                            currency: USD
                          deal_badge: 20% off
                          type: SINGLE_ITEM
                          product_asin: B0CWLHKQNT
                        - deal_id: bff2db7b
                          deal_type: BEST_DEAL
                          deal_title: NETGEAR Nighthawk Advanced Whole Home Mesh WiFi 6 System (MK63S)
                            with Free Armor Security – AX1800 Router with 2
                            Satellite Extenders, Coverage up to 4,500 sq. ft.
                            and 25+ devices
                          deal_photo: https://m.media-amazon.com/images/I/41ReowU1HaL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/NETGEAR-Nighthawk-Advanced-System-Security/dp/B08V3PMGBR
                          canonical_deal_url: https://www.amazon.com/deal/bff2db7b
                          deal_starts_at: 2025-02-04T08:00:00.000Z
                          deal_ends_at: 2025-03-03T07:59:59.000Z
                          deal_price:
                            amount: "129.97"
                            currency: USD
                          list_price:
                            amount: "299.99"
                            currency: USD
                          savings_percentage: 57
                          savings_amount:
                            amount: "170.02"
                            currency: USD
                          deal_badge: 57% off
                          type: SINGLE_ITEM
                          product_asin: B08V3PMGBR
                        - deal_id: 2137679b
                          deal_type: BEST_DEAL
                          deal_title: Clean Nutraceuticals Sea Moss Black Seed Oil Ashwagandha Turmeric
                            Bladderwrack Burdock & Vitamin C Vitamin D3 with
                            Elderberry Manuka Dandelion Yellow Dock Iodine
                            Chlorophyll ACV
                          deal_photo: https://m.media-amazon.com/images/I/71AtbXDcD2L.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Black-Seed-Oil-Ashwagandha-Bladderwrack/dp/B0BG94RWYN
                          canonical_deal_url: https://www.amazon.com/deal/2137679b
                          deal_starts_at: 2025-02-03T08:00:00.000Z
                          deal_ends_at: 2025-02-10T07:45:00.000Z
                          deal_price:
                            amount: "23.96"
                            currency: USD
                          list_price:
                            amount: "39.99"
                            currency: USD
                          savings_percentage: 40
                          savings_amount:
                            amount: "16.03"
                            currency: USD
                          deal_badge: 40% off
                          type: SINGLE_ITEM
                          product_asin: B0BG94RWYN
                        - deal_id: 4b4d564a
                          deal_type: BEST_DEAL
                          deal_title: roborock Qrevo Curv Robot Vacuum and Mop, 18,500Pa Suction,
                            Zero-Tangling, DuoDivide Main Brush, FlexiArm Arc
                            Side Brush, FlexiArm Mop, AdaptiLift Chassis, Auto
                            Mop Washing & Drying, Self-Emptying
                          deal_photo: https://m.media-amazon.com/images/I/618t1V37iWL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/roborock-Qrevo-Curv-Zero-Tangling-Self-Emptying/dp/B0D81675BQ
                          canonical_deal_url: https://www.amazon.com/deal/4b4d564a
                          deal_starts_at: 2025-02-03T08:00:00.000Z
                          deal_ends_at: 2025-02-10T07:45:00.000Z
                          deal_price:
                            amount: "1299.99"
                            currency: USD
                          list_price:
                            amount: "1599.99"
                            currency: USD
                          savings_percentage: 19
                          savings_amount:
                            amount: "300.0"
                            currency: USD
                          deal_badge: 19% off
                          type: SINGLE_ITEM
                          product_asin: B0D81675BQ
                        - deal_id: c807ef7b
                          deal_type: BEST_DEAL
                          deal_title: GLAMOUR BOUTIQUE 27 Preserved Roses in a Heart Box - Flowers Forever
                            Valentine's Day, Roses Forever for Women, Roses
                            Forever in a Box, Birthday Gifts for Her, Red
                          deal_photo: https://m.media-amazon.com/images/I/81owzkfRicL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/GLAMOUR-BOUTIQUE-27-Piece-Forever-Flowers/dp/B0BCV9RTS3
                          canonical_deal_url: https://www.amazon.com/deal/c807ef7b
                          deal_starts_at: 2025-02-03T08:00:00.000Z
                          deal_ends_at: 2025-02-10T07:45:00.000Z
                          deal_price:
                            amount: "59.94"
                            currency: USD
                          list_price:
                            amount: "129.95"
                            currency: USD
                          savings_percentage: 54
                          savings_amount:
                            amount: "70.01"
                            currency: USD
                          deal_badge: 54% off
                          type: SINGLE_ITEM
                          product_asin: B0BCV9RTS3
                        - deal_id: 4efb2ac4
                          deal_type: BEST_DEAL
                          deal_title: Ultra High Strength Berberine HCl 500mg from The Himalayas -
                            Berberine Supplement - 97% Tested Purity Extract -
                            Wild Harvested - Concentrated Berberine 500mg
                            Supplements -90 Veggie Capsules
                          deal_photo: https://m.media-amazon.com/images/I/81RkdjH9xnL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Ultra-High-Strength-Berberine-Himalayas/dp/B07X4B7QFM
                          canonical_deal_url: https://www.amazon.com/deal/4efb2ac4
                          deal_starts_at: 2025-02-03T08:00:00.000Z
                          deal_ends_at: 2025-02-10T07:45:00.000Z
                          deal_price:
                            amount: "22.19"
                            currency: USD
                          list_price:
                            amount: "29.97"
                            currency: USD
                          savings_percentage: 26
                          savings_amount:
                            amount: "7.78"
                            currency: USD
                          deal_badge: 26% off
                          type: SINGLE_ITEM
                          product_asin: B07X4B7QFM
                        - deal_id: 1e8b6c2e
                          deal_type: BEST_DEAL
                          deal_title: BioEmblem Triple Magnesium Complex | 300mg of Magnesium Glycinate,
                            Malate, & Citrate for Muscles, Nerves, & Energy |
                            High Absorption | Vegan, Non-GMO | 90 Capsules
                          deal_photo: https://m.media-amazon.com/images/I/71HqecwSyLL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/BioEmblem-Magnesium-Glycinate-Relaxation-Absorption/dp/B07TNJRN9N
                          canonical_deal_url: https://www.amazon.com/deal/1e8b6c2e
                          deal_starts_at: 2025-02-03T08:00:00.000Z
                          deal_ends_at: 2025-02-10T07:45:00.000Z
                          deal_price:
                            amount: "23.79"
                            currency: USD
                          list_price:
                            amount: "27.99"
                            currency: USD
                          savings_percentage: 15
                          savings_amount:
                            amount: "4.2"
                            currency: USD
                          deal_badge: 15% off
                          type: SINGLE_ITEM
                          product_asin: B07TNJRN9N
                        - deal_id: 4f528117
                          deal_type: BEST_DEAL
                          deal_title: Physician's CHOICE Probiotics for Women - PH Balance, Digestive, UT,
                            & Feminine Health - 50 Billion CFU - 6 Unique
                            Strains for Her - Organic Prebiotics, Cranberry
                            Extract+ - Women Probiotic - 30 CT
                          deal_photo: https://m.media-amazon.com/images/I/81c89GA+ELL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Physicians-Choice-Probiotics-Women-Prebiotics/dp/B07B8BSGPL
                          canonical_deal_url: https://www.amazon.com/deal/4f528117
                          deal_starts_at: 2025-02-03T08:00:00.000Z
                          deal_ends_at: 2025-02-10T07:45:00.000Z
                          deal_price:
                            amount: "21.57"
                            currency: USD
                          list_price:
                            amount: "29.38"
                            currency: USD
                          savings_percentage: 27
                          savings_amount:
                            amount: "7.81"
                            currency: USD
                          deal_badge: 27% off
                          type: SINGLE_ITEM
                          product_asin: B07B8BSGPL
                        - deal_id: e5030a32
                          deal_type: BEST_DEAL
                          deal_title: Jackery Portable Power Station Explorer 300, 293Wh Backup Lithium
                            Battery, Solar Generator for Outdoors Camping Travel
                            Hunting Blackout (Solar Panel Optional)
                          deal_photo: https://m.media-amazon.com/images/I/81Fq5thlrnS.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Jackery-Portable-Explorer-Generator-Optional/dp/B082TMBYR6
                          canonical_deal_url: https://www.amazon.com/deal/e5030a32
                          deal_starts_at: 2025-02-03T08:00:00.000Z
                          deal_ends_at: 2025-02-10T07:45:00.000Z
                          deal_price:
                            amount: "169.0"
                            currency: USD
                          list_price:
                            amount: "259.0"
                            currency: USD
                          savings_percentage: 35
                          savings_amount:
                            amount: "90.0"
                            currency: USD
                          deal_badge: 35% off
                          type: SINGLE_ITEM
                          product_asin: B082TMBYR6
                        - deal_id: 4e8618f4
                          deal_type: BEST_DEAL
                          deal_title: The Mushroom Coffee by Everyday Dose Premium Coffee Extract with
                            Grass-Fed Collagen, Chaga, Lions Mane & L-Theanine
                            for Better Focus, Energy, Digestion, Skin, and
                            Immunity 30 Servings
                          deal_photo: https://m.media-amazon.com/images/I/710L1J88V3L.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Everyday-Dose-Grass-Fed-L-Theanine-Suntheanine/dp/B0B53Y7Z7D
                          canonical_deal_url: https://www.amazon.com/deal/4e8618f4
                          deal_starts_at: 2025-02-03T08:00:00.000Z
                          deal_ends_at: 2025-02-10T07:45:00.000Z
                          deal_price:
                            amount: "31.99"
                            currency: USD
                          list_price:
                            amount: "39.99"
                            currency: USD
                          savings_percentage: 20
                          savings_amount:
                            amount: "8.0"
                            currency: USD
                          deal_badge: 20% off
                          type: SINGLE_ITEM
                          product_asin: B0B53Y7Z7D
                        - deal_id: 4465ba62
                          deal_type: BEST_DEAL
                          deal_title: SAMSUNG 65-Inch Class Crystal UHD 4K DU7200 Series HDR Smart TV
                            w/Object Tracking Sound Lite, PurColor, Motion
                            Xcelerator, Mega Contrast, Q-Symphony (UN65DU7200,
                            2024 Model)
                          deal_photo: https://m.media-amazon.com/images/I/71T3tmMx2FL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/SAMSUNG-Tracking-Xcelerator-Q-Symphony-UN65DU7200/dp/B0CVS1XHJL
                          canonical_deal_url: https://www.amazon.com/deal/4465ba62
                          deal_starts_at: 2025-01-21T18:15:00.000Z
                          deal_ends_at: 2025-02-10T07:59:59.000Z
                          deal_price:
                            amount: "397.99"
                            currency: USD
                          list_price:
                            amount: "469.99"
                            currency: USD
                          savings_percentage: 15
                          savings_amount:
                            amount: "72.0"
                            currency: USD
                          deal_badge: 15% off
                          type: SINGLE_ITEM
                          product_asin: B0CVS1XHJL
                        - deal_id: dfa2acd5
                          deal_type: BEST_DEAL
                          deal_title: BISSELL Little Green Multi-Purpose Portable Carpet and Upholstery
                            Cleaner, Car and Auto Detailer, with Exclusive
                            Specialty Tools, Green, 1400B
                          deal_photo: https://m.media-amazon.com/images/I/71V0kbGwsTL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Bissell-Multi-Purpose-Portable-Upholstery-1400B/dp/B0016HF5GK
                          canonical_deal_url: https://www.amazon.com/deal/dfa2acd5
                          deal_starts_at: 2025-01-18T08:00:00.000Z
                          deal_ends_at: 2025-02-16T07:59:59.000Z
                          deal_price:
                            amount: "99.99"
                            currency: USD
                          list_price:
                            amount: "123.59"
                            currency: USD
                          savings_percentage: 19
                          savings_amount:
                            amount: "23.6"
                            currency: USD
                          deal_badge: 19% off
                          type: SINGLE_ITEM
                          product_asin: B0016HF5GK
                        - deal_id: ec087126
                          deal_type: BEST_DEAL
                          deal_title: grace & stella Under Eye Mask - Valentines Day Gifts for Women -
                            Reduce Dark Circles, Puffy Eyes, Undereye Bags,
                            Wrinkles - Gel Under Eye Patches - Bridesmaid Gifts
                            - Vegan Self Care (24 Pairs, Gold)
                          deal_photo: https://m.media-amazon.com/images/I/710PMr1T+qL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Under-Eye-Patches-Gold-24-Pairs/dp/B014E2D6BY
                          canonical_deal_url: https://www.amazon.com/deal/ec087126
                          deal_starts_at: 2025-02-03T08:00:00.000Z
                          deal_ends_at: 2025-02-10T07:45:00.000Z
                          deal_price:
                            amount: "15.95"
                            currency: USD
                          list_price:
                            amount: "29.0"
                            currency: USD
                          savings_percentage: 45
                          savings_amount:
                            amount: "13.05"
                            currency: USD
                          deal_badge: 45% off
                          type: SINGLE_ITEM
                          product_asin: B014E2D6BY
                        - deal_id: 76d6e07d
                          deal_type: BEST_DEAL
                          deal_title: Amazon Brand - Happy Belly Dark Roast Coffee Pods, Compatible with
                            Keurig 2.0 K-Cup Brewers, 100 Count
                          deal_photo: https://m.media-amazon.com/images/I/81TxPTi8ykL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Amazon-Brand-Coffee-Compatible-Brewers/dp/B07NYQ6ML7
                          canonical_deal_url: https://www.amazon.com/deal/76d6e07d
                          deal_starts_at: 2025-01-31T08:00:00.000Z
                          deal_ends_at: 2025-02-15T07:59:59.000Z
                          deal_price:
                            amount: "25.99"
                            currency: USD
                          list_price:
                            amount: "33.0"
                            currency: USD
                          savings_percentage: 21
                          savings_amount:
                            amount: "7.01"
                            currency: USD
                          deal_badge: 21% off
                          type: SINGLE_ITEM
                          product_asin: B07NYQ6ML7
                        - deal_id: 9251f627
                          deal_type: BEST_DEAL
                          deal_title: Amazon Fire HD 10 tablet (newest model) built for relaxation, 10.1"
                            vibrant Full HD screen, octa-core processor, 3 GB
                            RAM, 32 GB, Black
                          deal_photo: https://m.media-amazon.com/images/I/71t3j00C-yL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Amazon_Fire_HD_10/dp/B0BHZT5S12
                          canonical_deal_url: https://www.amazon.com/deal/9251f627
                          deal_starts_at: 2025-02-02T17:00:00.000Z
                          deal_ends_at: 2025-02-18T07:59:59.000Z
                          deal_price:
                            amount: "94.99"
                            currency: USD
                          list_price:
                            amount: "139.99"
                            currency: USD
                          savings_percentage: 32
                          savings_amount:
                            amount: "45.0"
                            currency: USD
                          deal_badge: 32% off
                          type: SINGLE_ITEM
                          product_asin: B0BHZT5S12
                        - deal_id: 4b027f0f
                          deal_type: BEST_DEAL
                          deal_title: Ring Stick Up Cam Battery | Weather-Resistant Outdoor Camera, Live
                            View, Color Night Vision, Two-way Talk, Motion
                            alerts, Works with Alexa | White
                          deal_photo: https://m.media-amazon.com/images/I/41EMzkDF2KL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/Ring-Battery-security-privacy-controls/dp/B0C5QRZ47P
                          canonical_deal_url: https://www.amazon.com/deal/4b027f0f
                          deal_starts_at: 2025-01-27T05:00:00.000Z
                          deal_ends_at: 2025-02-18T05:00:00.000Z
                          deal_price:
                            amount: "59.99"
                            currency: USD
                          list_price:
                            amount: "99.99"
                            currency: USD
                          savings_percentage: 40
                          savings_amount:
                            amount: "40.0"
                            currency: USD
                          deal_badge: 40% off
                          type: SINGLE_ITEM
                          product_asin: B0C5QRZ47P
                        - deal_id: d780dbdd
                          deal_type: BEST_DEAL
                          deal_title: SAMSUNG Galaxy S24 FE AI Phone, 256GB Unlocked Android Smartphone,
                            High-Res 50MP Camera, Long Battery Life, Brighter
                            Display Screen, US Version, 2024, US 1 Yr
                            Manufacturer Warranty, Graphite
                          deal_photo: https://m.media-amazon.com/images/I/61uakkLoHxL.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/SAMSUNG-Unlocked-Smartphone-High-Res-Manufacturer/dp/B0DCLGFD1D
                          canonical_deal_url: https://www.amazon.com/deal/d780dbdd
                          deal_starts_at: 2025-02-03T08:00:00.000Z
                          deal_ends_at: 2025-02-17T07:59:59.000Z
                          deal_price:
                            amount: "559.99"
                            currency: USD
                          list_price:
                            amount: "709.99"
                            currency: USD
                          savings_percentage: 21
                          savings_amount:
                            amount: "150.0"
                            currency: USD
                          deal_badge: 21% off
                          type: SINGLE_ITEM
                          product_asin: B0DCLGFD1D
                        - deal_id: bb0e777c
                          deal_type: BEST_DEAL
                          deal_title: INIU Portable Charger, Slimmest 10000mAh 5V/3A Power Bank, USB C
                            in&out High-Speed Charging Battery Pack, External
                            Phone Powerbank Compatible with iPhone 16 15 14 13
                            12 Samsung S22 S21 Google iPad etc
                          deal_photo: https://m.media-amazon.com/images/I/516tnauVb+L.jpg
                          deal_state: AVAILABLE
                          deal_url: https://www.amazon.com/INIU-High-Speed-Flashlight-Powerbank-Compatible/dp/B07CZDXDG8
                          canonical_deal_url: https://www.amazon.com/deal/bb0e777c
                          deal_starts_at: 2025-02-03T08:00:00.000Z
                          deal_ends_at: 2025-02-10T07:45:00.000Z
                          deal_price:
                            amount: "17.99"
                            currency: USD
                          list_price:
                            amount: "21.98"
                            currency: USD
                          savings_percentage: 18
                          savings_amount:
                            amount: "3.99"
                            currency: USD
                          deal_badge: 18% off
                          type: SINGLE_ITEM
                          product_asin: B07CZDXDG8
                      total_deals: 10000
                      country: US
                      domain: www.amazon.com
    parameters:
      - *a1
  /deal-products:
    get:
      tags:
        - default
      summary: Deal Products
      description: Get the products of a specific deal by Deal ID. Supports pagination
        using the *page* parameter.  For now, only works for MULTI_ITEM deals
        with no canonical_deal_url  (i.e. when deal_url is in the form of
        *https://amazon_domain/deal/deal_id*).
      parameters:
        - name: deal_id
          in: query
          schema:
            type: string
          example: Deal
          description: Deal ID
        - name: country
          in: query
          schema:
            type: string
          example: US
          description: Sets the Amazon domain, marketplace country, language and currency.
        - name: sort_by
          in: query
          schema:
            type: string
          example: FEATURED
          description: Return products in a specific order.
        - name: page
          in: query
          schema:
            type: integer
          example: "1"
          description: Results page to return.
        - name: fields
          in: query
          schema:
            type: string
          description: "A comma separated list of deal product fields to include in the
            response (field projection). By default all fields are returned.
            Example: product_title,deal_price,deal_badge"
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        employer_name:
                          type: string
                          example: Info Way Solutions
                          description: The name of the employer company.
                        employer_logo:
                          type: string
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                          description: URL to the employer's logo.
                        job_apply_is_direct:
                          type: boolean
                          example: false
                          description: Indicates whether the job application is direct or not.
                        job_apply_link:
                          type: string
                          example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                          description: The link to apply for the job.
                        job_city:
                          type: string
                          example: Austin
                          description: City where the job is located.
                        job_country:
                          type: string
                          example: US
                          description: Country where the job is located.
                        job_description:
                          type: string
                          example: |-
                            Python with DevOps Experience
                            Sunnyvale, CA / Austin, TX
                            Primary skill : Python and DevOPs ...
                          description: Detailed description of the job role.
                        job_employment_type:
                          type: string
                          example: CONTRACTOR
                          description: The type of employment for the job.
                        job_highlights:
                          type: object
                          description: A collection of key highlights for the job.
                        job_id:
                          type: string
                          example: AjfXRt4hOefXQs3xAAAAAA==
                          description: Unique identifier for the job posting.
                        job_is_remote:
                          type: boolean
                          example: false
                          description: Indicates whether the job is remote.
                        job_latitude:
                          type: number
                          example: 30.267153
                          description: Latitude of the job location.
                        job_longitude:
                          type: number
                          example: -97.74306
                          description: Longitude of the job location.
                        job_max_salary:
                          type: number
                          example: null
                          description: The maximum salary for the job (if provided).
                        job_min_salary:
                          type: number
                          example: null
                          description: The minimum salary for the job (if provided).
                        job_offer_expiration_datetime_utc:
                          type: string
                          example: 2024-07-05T18:08:01.000Z
                          description: The UTC date and time when the job offer expires.
                        job_posted_at_datetime_utc:
                          type: string
                          example: 2024-06-05T18:08:01.000Z
                          description: The UTC date and time when the job was posted.
                        job_posting_language:
                          type: string
                          example: en
                          description: The language in which the job posting is written.
                        job_publisher:
                          type: string
                          example: LinkedIn
                          description: The platform where the job is posted.
                        job_required_education:
                          type: object
                          description: The required educational qualifications for the job.
                        job_required_experience:
                          type: object
                          description: The required experience for the job.
                        job_required_skills:
                          type: array
                          nullable: true
                          items:
                            type: string
                          example: null
                          description: Skills required for the job.
                        job_salary_currency:
                          type: string
                          nullable: true
                          example: null
                          description: Currency of the job's salary.
                        job_salary_period:
                          type: string
                          nullable: true
                          example: null
                          description: The period for the job's salary (e.g., hourly, yearly).
                        job_state:
                          type: string
                          example: TX
                          description: The state where the job is located.
                        job_title:
                          type: string
                          example: Python Developer
                          description: The job title.
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates if the job posting is from an actively hiring company.
                        example: false
                      categories:
                        type: array
                        items: {}
                        description: The job categories relevant to the search.
                      company_types:
                        type: array
                        items: {}
                        description: The types of companies included in the search results.
                      date_posted:
                        type: string
                        description: The timeframe when the job was posted.
                        example: all
                      employer:
                        type: array
                        items: {}
                        description: The employers associated with the job listings.
                      employment_types:
                        type: array
                        items: {}
                        description: The types of employment (e.g., full-time, part-time) included in
                          the search.
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: List of job publishers to be excluded from the search results.
                      job_requirements:
                        type: array
                        items: {}
                        description: The specific requirements for the job listings.
                      job_titles:
                        type: array
                        items: {}
                        description: The job titles included in the search query.
                      num_pages:
                        type: number
                        description: The total number of pages in the search results.
                        example: 1
                      page:
                        type: number
                        description: The current page number of the search results.
                        example: 1
                      query:
                        type: string
                        description: The search query used to find job listings.
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Indicates if only remote jobs should be included in the search
                          results.
                        example: false
                  request_id:
                    type: string
                    description: A unique identifier for the request.
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: The status of the API response.
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: 87e953e1-f10c-49bc-a134-fbd74d85eb5c
                    data:
                      products:
                        - product_asin: B07CJRHT14
                          product_title: Women's Pull-On Knit Jegging (Available in Plus Size)
                          product_url: https://www.amazon.com/dp/B07CJRHT14
                          product_photo: https://m.media-amazon.com/images/I/31B7ArsuakL._AC_SR400,600_.jpg
                          deal_price: $13.40
                          list_price: $18.80
                          savings_percentage: -29%
                          deal_badge: Limited time deal
                          additional_info:
                            - FREE Shipping on orders over $35.00 shipped by
                              Amazon.
                        - product_asin: B07XQJYRKQ
                          product_title: Women's Slim-Fit Thin Strap Tank, Pack of 2
                          product_url: https://www.amazon.com/dp/B07XQJYRKQ
                          product_photo: https://m.media-amazon.com/images/I/311jbCxqmoL._AC_SR400,600_.jpg
                          deal_price: $8.20
                          list_price: $9.80
                          savings_percentage: -16%
                          deal_badge: Limited time deal
                          additional_info:
                            - FREE Shipping on orders over $35.00 shipped by
                              Amazon.
                        - product_asin: B07HZ7YF25
                          product_title: Women's Cotton Bikini Brief Underwear (Available in Plus Size),
                            Multipacks
                          product_url: https://www.amazon.com/dp/B07HZ7YF25
                          product_photo: https://m.media-amazon.com/images/I/31hGy4MhQtL._AC_SR400,600_.jpg
                          deal_price: $10.60
                          list_price: $12.70
                          savings_percentage: -17%
                          deal_badge: Limited time deal
                          additional_info:
                            - FREE Shipping on orders over $35.00 shipped by
                              Amazon.
                        - product_asin: B079R8JRHB
                          product_title: Women's Long-Sleeve Lightweight Crewneck Sweater (Available in
                            Plus Size)
                          product_url: https://www.amazon.com/dp/B079R8JRHB
                          product_photo: https://m.media-amazon.com/images/I/31OJJQL632L._AC_SR400,600_.jpg
                          deal_price: $18.40
                          list_price: $24.90
                          savings_percentage: -26%
                          deal_badge: Limited time deal
                          additional_info:
                            - FREE Shipping on orders over $35.00 shipped by
                              Amazon.
                        - product_asin: B07QD31RD4
                          product_title: Women's Classic-Fit Lightweight Long-Sleeve Turtleneck Sweater
                            (Available in Plus Size)
                          product_url: https://www.amazon.com/dp/B07QD31RD4
                          product_photo: https://m.media-amazon.com/images/I/31+pwHrIscL._AC_SR400,600_.jpg
                          deal_price: $17.80
                          list_price: $29.90
                          savings_percentage: -40%
                          deal_badge: Limited time deal
                          additional_info:
                            - FREE Shipping on orders over $35.00 shipped by
                              Amazon.
                        - product_asin: B07FSBBDPG
                          product_title: Women's Belice Ballet Flat
                          product_url: https://www.amazon.com/dp/B07FSBBDPG
                          product_photo: https://m.media-amazon.com/images/I/31YRf2mIQYL._AC_SR400,600_.jpg
                          deal_price: $19.90
                          list_price: $23.70
                          savings_percentage: -16%
                          deal_badge: Limited time deal
                          additional_info:
                            - FREE Shipping on orders over $35.00 shipped by
                              Amazon.
                        - product_asin: B07BJ8NLF7
                          product_title: Women's French Terry Fleece Full-Zip Hoodie (Available in Plus
                            Size)
                          product_url: https://www.amazon.com/dp/B07BJ8NLF7
                          product_photo: https://m.media-amazon.com/images/I/41N+6oOCXNL._AC_SR400,600_.jpg
                          deal_price: $22.30
                          list_price: $27.10
                          savings_percentage: -18%
                          deal_badge: Limited time deal
                          additional_info:
                            - FREE Shipping on orders over $35.00 shipped by
                              Amazon.
                        - product_asin: B08JVMRL3H
                          product_title: Women's Linen Blend Drawstring Wide Leg Pant (Available in Plus
                            Size)
                          product_url: https://www.amazon.com/dp/B08JVMRL3H
                          product_photo: https://m.media-amazon.com/images/I/317nw7zFygL._AC_SR400,600_.jpg
                          deal_price: $23.90
                          list_price: $29.90
                          savings_percentage: -20%
                          deal_badge: Limited time deal
                          additional_info:
                            - FREE Shipping on orders over $35.00 shipped by
                              Amazon.
                        - product_asin: B07767BHGY
                          product_title: Women's Classic-Fit Short-Sleeve V-Neck T-Shirt, Multipacks
                          product_url: https://www.amazon.com/dp/B07767BHGY
                          product_photo: https://m.media-amazon.com/images/I/31ZDzTfPoSL._AC_SR400,600_.jpg
                          deal_price: $15.90
                          list_price: $19.00
                          savings_percentage: -16%
                          deal_badge: Limited time deal
                          additional_info:
                            - FREE Shipping on orders over $35.00 shipped by
                              Amazon.
                        - product_asin: B01M18XCNE
                          product_title: Certified 14k Gold Diamond with Screw Back and Post Stud Earrings
                            (J-K Color, I1-I2 Clarity) (previously Amazon
                            Collection)
                          product_url: https://www.amazon.com/dp/B01M18XCNE
                          product_photo: https://m.media-amazon.com/images/I/41FN2vRHFzL._AC_SR400,600_.jpg
                          deal_price: $161.60
                          list_price: $246.90
                          savings_percentage: -35%
                          deal_badge: Limited time deal
                          additional_info:
                            - FREE Shipping
                      country: US
                      domain: www.amazon.com
    parameters:
      - *a1
  /asin-to-gtin:
    get:
      tags:
        - default
      summary: ASIN to GTIN
      description: Convert an Amazon ASIN to GTIN / EAN / UPS identifiers. Valid
        values for `type` are `EAN-13`, `UPC`, or `ISBN`.
      parameters:
        - name: asin
          in: query
          schema:
            type: string
          example: B01FHOWYA2
          description: Amazon product ASIN to convert.
        - name: country
          in: query
          schema:
            type: string
          example: US
          description: Sets the Amazon domain, marketplace country, language and currency.
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        employer_company_type:
                          type: string
                          nullable: true
                          description: The type of company posting the job
                          example: null
                        employer_logo:
                          type: string
                          nullable: true
                          description: URL to the employer's logo image
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name:
                          type: string
                          description: The name of the employer
                          example: Info Way Solutions
                        employer_website:
                          type: string
                          nullable: true
                          description: The employer's website URL
                          example: null
                        job_apply_is_direct:
                          type: boolean
                          description: Indicates if the job application is direct
                          example: false
                        job_apply_link:
                          type: string
                          description: URL to apply for the job
                          example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score:
                          type: number
                          description: Quality score of the job application link
                          example: 0.6286
                        job_city:
                          type: string
                          description: The city where the job is located
                          example: Austin
                        job_country:
                          type: string
                          description: The country where the job is located
                          example: US
                        job_description:
                          type: string
                          description: The description of the job position
                          example: Python with DevOps Experience...
                        job_employment_type:
                          type: string
                          description: The employment type of the job
                          example: CONTRACTOR
                        job_experience_in_place_of_education:
                          type: boolean
                          description: Indicates if experience can replace education requirements
                          example: false
                        job_google_link:
                          type: string
                          description: Google search link for the job listing
                          example: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa...
                        job_id:
                          type: string
                          description: Unique identifier for the job
                          example: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote:
                          type: boolean
                          description: Indicates if the job is remote
                          example: false
                        job_latitude:
                          type: number
                          description: Latitude of the job location
                          example: 30.267153
                        job_longitude:
                          type: number
                          description: Longitude of the job location
                          example: -97.74306
                        job_max_salary:
                          type: number
                          nullable: true
                          description: Maximum salary offered for the job
                          example: null
                        job_min_salary:
                          type: number
                          nullable: true
                          description: Minimum salary offered for the job
                          example: null
                        job_offer_expiration_datetime_utc:
                          type: string
                          description: Job offer expiration date in UTC
                          example: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp:
                          type: number
                          description: Timestamp of job offer expiration
                          example: 1720202881
                        job_onet_job_zone:
                          type: string
                          description: Job zone classification based on ONET
                          example: "4"
                        job_onet_soc:
                          type: string
                          description: Standard Occupational Classification (SOC) code
                          example: "15113200"
                        job_posted_at_datetime_utc:
                          type: string
                          description: Datetime when the job was posted in UTC
                          example: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp:
                          type: number
                          description: Timestamp when the job was posted
                          example: 1717610881
                        job_posting_language:
                          type: string
                          description: Language of the job posting
                          example: en
                        job_publisher:
                          type: string
                          description: Publisher of the job posting
                          example: LinkedIn
                        job_salary_currency:
                          type: string
                          nullable: true
                          description: Currency of the salary offered
                          example: null
                        job_salary_period:
                          type: string
                          nullable: true
                          description: Salary period (e.g., hourly, yearly)
                          example: null
                        job_state:
                          type: string
                          description: State where the job is located
                          example: TX
                        job_title:
                          type: string
                          description: Title of the job position
                          example: Python Developer
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates if the employer is actively hiring
                        example: false
                      categories:
                        type: array
                        items: {}
                        description: List of job categories
                      company_types:
                        type: array
                        items: {}
                        description: Types of companies offering the job
                      date_posted:
                        type: string
                        description: The time frame in which the job was posted
                        example: all
                      employer:
                        type: array
                        items: {}
                        description: List of employers posting the job
                      employment_types:
                        type: array
                        items: {}
                        description: Types of employment (e.g., full-time, part-time)
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: Job publishers to exclude from search results
                      job_requirements:
                        type: array
                        items: {}
                        description: Specific requirements for the job
                      job_titles:
                        type: array
                        items: {}
                        description: Job titles related to the search
                      num_pages:
                        type: number
                        description: Total number of pages available in the results
                        example: 1
                      page:
                        type: number
                        description: The current page number of the results
                        example: 1
                      query:
                        type: string
                        description: The search query for job listings
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Indicates if only remote jobs should be included
                        example: false
                  request_id:
                    type: string
                    description: A unique identifier for the request
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: The status of the API response
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: 589729ac-88fa-407d-9b4d-572d21fb8071
                    parameters:
                      asin: B01FHOWYA2
                      country: US
                    data:
                      asin: B01FHOWYA2
                      results:
                        - value: "0622356537070"
                          type: EAN-13
                        - value: "758710429542"
                          type: UPC
    parameters:
      - *a1
  /product-category-list:
    get:
      tags:
        - default
      summary: Product Category List
      description: Get Amazon product categories per country / Amazon domain (for use
        with the "category_id" parameter of the Product Search only).
      parameters:
        - name: country
          in: query
          schema:
            type: string
          example: US
          description: Sets the Amazon domain, marketplace country, language and currency.
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        employer_company_type:
                          type: string
                          description: The type of company offering the job
                          example: null
                        employer_logo:
                          type: string
                          description: The URL of the employer's logo
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name:
                          type: string
                          description: The name of the employer
                          example: Info Way Solutions
                        employer_website:
                          type: string
                          description: The employer's website URL
                          example: null
                        job_apply_is_direct:
                          type: boolean
                          description: Indicates if the application link is direct
                          example: false
                        job_apply_link:
                          type: string
                          description: The URL to apply for the job
                          example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score:
                          type: number
                          description: Quality score of the job application link
                          example: 0.6286
                        job_city:
                          type: string
                          description: The city where the job is located
                          example: Austin
                        job_country:
                          type: string
                          description: The country where the job is located
                          example: US
                        job_description:
                          type: string
                          description: The full job description
                          example: Python with DevOps Experience...
                        job_employment_type:
                          type: string
                          description: The type of employment (e.g., full-time, contractor)
                          example: CONTRACTOR
                        job_experience_in_place_of_education:
                          type: boolean
                          description: Indicates if experience can replace formal education
                          example: false
                        job_google_link:
                          type: string
                          description: Google search link for the job
                          example: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa...
                        job_id:
                          type: string
                          description: Unique identifier for the job
                          example: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote:
                          type: boolean
                          description: Indicates if the job is remote
                          example: false
                        job_latitude:
                          type: number
                          description: Latitude of the job location
                          example: 30.267153
                        job_longitude:
                          type: number
                          description: Longitude of the job location
                          example: -97.74306
                        job_max_salary:
                          type: number
                          description: Maximum salary for the job position
                          example: null
                        job_min_salary:
                          type: number
                          description: Minimum salary for the job position
                          example: null
                        job_offer_expiration_datetime_utc:
                          type: string
                          description: Expiration date of the job offer in UTC
                          example: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp:
                          type: number
                          description: Expiration timestamp of the job offer
                          example: 1720202881
                        job_posted_at_datetime_utc:
                          type: string
                          description: Date and time the job was posted in UTC
                          example: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp:
                          type: number
                          description: Timestamp of when the job was posted
                          example: 1717610881
                        job_posting_language:
                          type: string
                          description: Language of the job posting
                          example: en
                        job_publisher:
                          type: string
                          description: The platform where the job is posted
                          example: LinkedIn
                        job_state:
                          type: string
                          description: The state where the job is located
                          example: TX
                        job_title:
                          type: string
                          description: The title of the job position
                          example: Python Developer
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates whether the company is actively hiring.
                        example: false
                      categories:
                        type: array
                        items: {}
                        description: A list of job categories.
                      company_types:
                        type: array
                        items: {}
                        description: A list of company types.
                      date_posted:
                        type: string
                        description: The timeframe in which the job was posted.
                        example: all
                      employer:
                        type: array
                        items: {}
                        description: A list of employers.
                      employment_types:
                        type: array
                        items: {}
                        description: A list of employment types.
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: A list of job publishers to exclude.
                      job_requirements:
                        type: array
                        items: {}
                        description: A list of job requirements.
                      job_titles:
                        type: array
                        items: {}
                        description: A list of job titles.
                      num_pages:
                        type: number
                        description: The number of pages available in the results.
                        example: 1
                      page:
                        type: number
                        description: The current page number of the results.
                        example: 1
                      query:
                        type: string
                        description: The search query for job listings.
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Indicates if only remote jobs should be included.
                        example: false
                  request_id:
                    type: string
                    description: A unique identifier for the request.
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: The status of the response.
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: 5dd00feb-129e-46ac-8e2c-d9d653c1e120
                    parameters:
                      country: US
                    data:
                      - name: All Departments
                        id: aps
                      - name: Alexa Skills
                        id: alexa-skills
                      - name: Amazon Devices
                        id: amazon-devices
                      - name: Amazon Explore
                        id: live-explorations
                      - name: Amazon Fresh
                        id: amazonfresh
                      - name: Amazon Pharmacy
                        id: amazon-pharmacy
                      - name: Amazon Warehouse
                        id: warehouse-deals
                      - name: Appliances
                        id: appliances
                      - name: Apps & Games
                        id: mobile-apps
                      - name: Arts, Crafts & Sewing
                        id: arts-crafts
                      - name: Audible Books & Originals
                        id: audible
                      - name: Automotive Parts & Accessories
                        id: automotive
                      - name: AWS Courses
                        id: courses
                      - name: Baby
                        id: baby-products
                      - name: Beauty & Personal Care
                        id: beauty
                      - name: Books
                        id: stripbooks
                      - name: CDs & Vinyl
                        id: popular
                      - name: Cell Phones & Accessories
                        id: mobile
                      - name: Clothing, Shoes & Jewelry
                        id: fashion
                      - name:    Women
                        id: fashion-womens
                      - name:    Men
                        id: fashion-mens
                      - name:    Girls
                        id: fashion-girls
                      - name:    Boys
                        id: fashion-boys
                      - name:    Baby
                        id: fashion-baby
                      - name: Collectibles & Fine Art
                        id: collectibles
                      - name: Computers
                        id: computers
                      - name: Credit and Payment Cards
                        id: financial
                      - name: Digital Educational Resources
                        id: edu-alt-content
                      - name: Digital Music
                        id: digital-music
                      - name: Electronics
                        id: electronics
                      - name: Garden & Outdoor
                        id: lawngarden
                      - name: Gift Cards
                        id: gift-cards
                      - name: Grocery & Gourmet Food
                        id: grocery
                      - name: Handmade
                        id: handmade
                      - name: Health, Household & Baby Care
                        id: hpc
                      - name: Home & Business Services
                        id: local-services
                      - name: Home & Kitchen
                        id: garden
                      - name: Industrial & Scientific
                        id: industrial
                      - name: Just for Prime
                        id: prime-exclusive
                      - name: Kindle Store
                        id: digital-text
                      - name: Luggage & Travel Gear
                        id: fashion-luggage
                      - name: Luxury Stores
                        id: luxury
                      - name: Magazine Subscriptions
                        id: magazines
                      - name: Movies & TV
                        id: movies-tv
                      - name: Musical Instruments
                        id: mi
                      - name: Office Products
                        id: office-products
                      - name: Pet Supplies
                        id: pets
                      - name: Premium Beauty
                        id: luxury-beauty
                      - name: Prime Video
                        id: instant-video
                      - name: Smart Home
                        id: smart-home
                      - name: Software
                        id: software
                      - name: Sports & Outdoors
                        id: sporting
                      - name: Subscribe & Save
                        id: specialty-aps-sns
                      - name: Subscription Boxes
                        id: subscribe-with-amazon
                      - name: Tools & Home Improvement
                        id: tools
                      - name: Toys & Games
                        id: toys-and-games
                      - name: Under $10
                        id: under-ten-dollars
                      - name: Video Games
                        id: videogames
                      - name: Whole Foods Market
                        id: wholefoods
    parameters:
      - *a1
  /influencer-profile:
    get:
      tags:
        - default
      summary: Influencer Profile
      description: Get Amazon Influencer profile details from the Amazon Influencer
        store page (e.g. https://www.amazon.com/shop/tastemade).
      parameters:
        - name: influencer_name
          in: query
          schema:
            type: string
          description: The Amazon Influencer name for which to get profile details
        - name: fields
          in: query
          schema:
            type: string
          description: "A comma separated list of influencer profile fields to include in
            the response (field projection). By default all fields are returned.
            Example: name,profile_link,posts_count,facebook_url"
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        employer_company_type:
                          type: string
                          description: The type of company the employer is categorized as.
                          example: null
                        employer_logo:
                          type: string
                          description: URL of the employer's logo.
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name:
                          type: string
                          description: The name of the employer.
                          example: Info Way Solutions
                        employer_website:
                          type: string
                          description: The official website of the employer.
                          example: null
                        job_apply_is_direct:
                          type: boolean
                          description: Indicates if the job application is direct.
                          example: false
                        job_apply_link:
                          type: string
                          description: The direct link to apply for the job.
                          example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score:
                          type: number
                          description: The quality score of the job application link.
                          example: 0.6286
                        job_city:
                          type: string
                          description: The city where the job is located.
                          example: Austin
                        job_country:
                          type: string
                          description: The country where the job is located.
                          example: US
                        job_description:
                          type: string
                          description: A detailed description of the job role and requirements.
                          example: Python with DevOps Experience...
                        job_employment_type:
                          type: string
                          description: The type of employment (e.g., full-time, contractor).
                          example: CONTRACTOR
                        job_experience_in_place_of_education:
                          type: boolean
                          description: Indicates if experience can replace educational requirements.
                          example: false
                        job_google_link:
                          type: string
                          description: Google job search link for this job.
                          example: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas
                        job_id:
                          type: string
                          description: Unique identifier for the job.
                          example: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote:
                          type: boolean
                          description: Indicates if the job is remote.
                          example: false
                        job_latitude:
                          type: number
                          description: Latitude coordinate of the job location.
                          example: 30.267153
                        job_longitude:
                          type: number
                          description: Longitude coordinate of the job location.
                          example: -97.74306
                        job_max_salary:
                          type: number
                          description: Maximum salary offered for the job.
                          example: null
                        job_min_salary:
                          type: number
                          description: Minimum salary offered for the job.
                          example: null
                        job_naics_code:
                          type: string
                          description: NAICS industry classification code for the job.
                          example: null
                        job_naics_name:
                          type: string
                          description: NAICS industry classification name for the job.
                          example: null
                        job_offer_expiration_datetime_utc:
                          type: string
                          description: The expiration date of the job offer in UTC.
                          example: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp:
                          type: number
                          description: Timestamp for when the job offer expires.
                          example: 1720202881
                        job_onet_job_zone:
                          type: string
                          description: O*NET job zone classification.
                          example: "4"
                        job_onet_soc:
                          type: string
                          description: O*NET Standard Occupational Classification (SOC) code.
                          example: "15113200"
                        job_posted_at_datetime_utc:
                          type: string
                          description: Date and time the job was posted in UTC.
                          example: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp:
                          type: number
                          description: Timestamp for when the job was posted.
                          example: 1717610881
                        job_posting_language:
                          type: string
                          description: Language in which the job posting is written.
                          example: en
                        job_publisher:
                          type: string
                          description: The name of the platform where the job is published.
                          example: LinkedIn
                        job_salary_currency:
                          type: string
                          description: The currency of the salary (e.g., USD, EUR).
                          example: null
                        job_salary_period:
                          type: string
                          description: The period for which salary is mentioned (e.g., yearly, hourly).
                          example: null
                        job_state:
                          type: string
                          description: The state where the job is located.
                          example: TX
                        job_title:
                          type: string
                          description: The title of the job position.
                          example: Python Developer
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates whether the employer is actively hiring.
                        example: false
                      categories:
                        type: array
                        items: {}
                        description: A list of job categories.
                      company_types:
                        type: array
                        items: {}
                        description: A list of company types.
                      date_posted:
                        type: string
                        description: The timeframe when the job was posted.
                        example: all
                      employer:
                        type: array
                        items: {}
                        description: A list of employers.
                      employment_types:
                        type: array
                        items: {}
                        description: A list of employment types.
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: A list of job publishers to exclude.
                      job_requirements:
                        type: array
                        items: {}
                        description: A list of job requirements.
                      job_titles:
                        type: array
                        items: {}
                        description: A list of job titles.
                      num_pages:
                        type: number
                        description: The total number of pages in the job search results.
                        example: 1
                      page:
                        type: number
                        description: The current page number in the job search results.
                        example: 1
                      query:
                        type: string
                        description: The search query for job listings.
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Indicates whether only remote jobs should be included.
                        example: false
                  request_id:
                    type: string
                    description: A unique identifier for the request.
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: The status of the request.
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: bd159c58-502b-45a4-b48d-bddf01a6945d
                    parameters:
                      influencer_name: tastemade
                      country: US
                    data:
                      name: Tastemade
                      country: US
                      domain: www.amazon.com
                      profile_description: A global community of food, travel and home & design
                        enthusiasts.
                      profile_link: https://www.amazon.com/shop/tastemade
                      is_top_creator: true
                      affiliate_status: Earns commissions
                      has_curations: false
                      posts_count: 3083
    parameters:
      - *a1
  /influencer-posts:
    get:
      tags:
        - default
      summary: Influencer Posts
      description: Get all Amazon Influencer posts with pagination support.
      parameters:
        - name: influencer_name
          in: query
          schema:
            type: string
          description: The Amazon Influencer name for which to get posts
        - name: country
          in: query
          schema:
            type: string
          description: "Sets the Amazon domain, marketplace country, language and
            currency. Default: US Allowed values: US, AU, BR, CA, CN, FR, DE,
            IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG"
        - name: scope
          in: query
          schema:
            type: string
          description: "Return the results in a specific scope. Default: ALL Allowed
            values: ALL, IDEA_LISTS, PHOTOS, VIDEOS "
        - name: query
          in: query
          schema:
            type: string
          description: Find posts matching a search query.
        - name: cursor
          in: query
          schema:
            type: string
          description: "A cursor to get the next set of results, it can be used for for
            paging purposes. Note: the cursor value for the next set of results
            is returned by this endpoint under data.cursor. "
        - name: limit
          in: query
          schema:
            type: integer
          description: "Maximum number of posts to return. Default: 20 Allowed values:
            1-100"
        - name: fields
          in: query
          schema:
            type: string
          description: "A comma separated list of influencer post fields to include in the
            response (field projection). By default all fields are returned.
            Example: post_url,post_title,is_pinned,video_duration"
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        employer_company_type:
                          type: string
                          nullable: true
                          description: The type of company the employer is
                          example: null
                        employer_logo:
                          type: string
                          nullable: true
                          description: URL to the employer's logo
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name:
                          type: string
                          description: The name of the employer
                          example: Info Way Solutions
                        employer_website:
                          type: string
                          nullable: true
                          description: URL to the employer's website
                          example: null
                        job_apply_is_direct:
                          type: boolean
                          description: Indicates whether the application is direct
                          example: false
                        job_apply_link:
                          type: string
                          description: The link to apply for the job
                          example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score:
                          type: number
                          description: A quality score for the job application
                          example: 0.6286
                        job_city:
                          type: string
                          description: The city where the job is located
                          example: Austin
                        job_country:
                          type: string
                          description: The country where the job is located
                          example: US
                        job_description:
                          type: string
                          description: The description of the job listing
                          example: Python with DevOps Experience
                        job_employment_type:
                          type: string
                          description: The type of employment for the job
                          example: CONTRACTOR
                        job_experience_in_place_of_education:
                          type: boolean
                          description: Indicates whether experience can substitute for education
                          example: false
                        job_google_link:
                          type: string
                          description: Google Jobs link for the job
                          example: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type
                        job_id:
                          type: string
                          description: The unique identifier for the job listing
                          example: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote:
                          type: boolean
                          description: Indicates if the job is remote
                          example: false
                        job_latitude:
                          type: number
                          description: The latitude of the job location
                          example: 30.267153
                        job_longitude:
                          type: number
                          description: The longitude of the job location
                          example: -97.74306
                        job_max_salary:
                          type: number
                          nullable: true
                          description: The maximum salary for the job
                          example: null
                        job_min_salary:
                          type: number
                          nullable: true
                          description: The minimum salary for the job
                          example: null
                        job_offer_expiration_datetime_utc:
                          type: string
                          description: The expiration date of the job offer in UTC
                          example: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp:
                          type: number
                          description: The expiration timestamp of the job offer
                          example: 1720202881
                        job_posted_at_datetime_utc:
                          type: string
                          description: The date and time the job was posted in UTC
                          example: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp:
                          type: number
                          description: The timestamp of when the job was posted
                          example: 1717610881
                        job_posting_language:
                          type: string
                          description: The language of the job posting
                          example: en
                        job_publisher:
                          type: string
                          description: The publisher of the job listing
                          example: LinkedIn
                        job_salary_currency:
                          type: string
                          nullable: true
                          description: The currency of the salary offered
                          example: null
                        job_salary_period:
                          type: string
                          nullable: true
                          description: The period for which the salary is specified
                          example: null
                        job_state:
                          type: string
                          description: The state where the job is located
                          example: TX
                        job_title:
                          type: string
                          description: The title of the job
                          example: Python Developer
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        example: false
                        description: Indicates whether the company is actively hiring.
                      categories:
                        type: array
                        items: {}
                        description: List of job categories.
                      company_types:
                        type: array
                        items: {}
                        description: List of company types.
                      date_posted:
                        type: string
                        example: all
                        description: Date range of the job posting (e.g., 'all' for no filter).
                      employer:
                        type: array
                        items: {}
                        description: List of employers associated with the job postings.
                      employment_types:
                        type: array
                        items: {}
                        description: List of employment types (e.g., full-time, part-time).
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: List of job publishers to exclude from the search.
                      job_requirements:
                        type: array
                        items: {}
                        description: List of job requirements.
                      job_titles:
                        type: array
                        items: {}
                        description: List of job titles related to the search.
                      num_pages:
                        type: number
                        example: 1
                        description: Number of pages to retrieve in the response.
                      page:
                        type: number
                        example: 1
                        description: Page number for pagination.
                      query:
                        type: string
                        example: python developer in texas, usa
                        description: Search query to find relevant job postings.
                      remote_jobs_only:
                        type: boolean
                        example: false
                        description: Indicates whether only remote jobs should be included.
                      request_id:
                        type: string
                        example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                        description: Unique identifier for the request.
                      status:
                        type: string
                        example: OK
                        description: Status of the response.
              example:
                Example:
                  value:
                    status: OK
                    request_id: 4f229936-92fd-4e3a-93b3-b1c4399898fc
                    parameters:
                      influencer_name: tastemade
                      country: US
                      limit: 20
                      scope: ALL
                    data:
                      name: tastemade
                      country: US
                      domain: www.amazon.com
                      has_next_page: true
                      cursor: amzn1.vse.video.0dcea58d0f274c788f62a650d6697d94_0_2023-06-22T17:45:09.913Z
                      posts: []
    parameters:
      - *a1
  /influencer-post-products:
    get:
      tags:
        - default
      summary: Influencer Post Products
      description: Get the list of products related to a "List" type post by Post ID.
      parameters:
        - name: influencer_name
          in: query
          schema:
            type: string
        - name: post_id
          in: query
          schema:
            type: string
          description: Influencer Post ID (e.g. amzn1.ideas.1N84PQ3CI4NW0) of the list
            post for which to get product items (only posts with post_type=List
            are allowed).
        - name: cursor
          in: query
          schema:
            type: string
          description: Set the cursor value from the response of the previous call to get
            the next results page.
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        employer_company_type:
                          type: string
                          description: Type of employer company
                          example: null
                        employer_logo:
                          type: string
                          description: URL of the employer's logo
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name:
                          type: string
                          description: Name of the employer
                          example: Info Way Solutions
                        employer_website:
                          type: string
                          description: Website of the employer
                          example: null
                        job_apply_is_direct:
                          type: boolean
                          description: Indicates if the job application is direct
                          example: false
                        job_apply_link:
                          type: string
                          description: URL for applying to the job
                          example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score:
                          type: number
                          description: Quality score of the job application link
                          example: 0.6286
                        job_city:
                          type: string
                          description: City where the job is located
                          example: Austin
                        job_country:
                          type: string
                          description: Country where the job is located
                          example: US
                        job_employment_type:
                          type: string
                          description: Type of employment for the job
                          example: CONTRACTOR
                        job_experience_in_place_of_education:
                          type: boolean
                          description: Indicates if experience can substitute education
                          example: false
                        job_google_link:
                          type: string
                          description: Google search link for the job
                          example: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa
                        job_id:
                          type: string
                          description: Unique identifier for the job posting
                          example: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote:
                          type: boolean
                          description: Indicates if the job is remote
                          example: false
                        job_latitude:
                          type: number
                          description: Latitude coordinate of the job location
                          example: 30.267153
                        job_longitude:
                          type: number
                          description: Longitude coordinate of the job location
                          example: -97.74306
                        job_max_salary:
                          type: number
                          description: Maximum salary offered for the job
                          example: null
                        job_min_salary:
                          type: number
                          description: Minimum salary offered for the job
                          example: null
                        job_offer_expiration_datetime_utc:
                          type: string
                          description: Expiration date and time of the job offer in UTC
                          example: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp:
                          type: number
                          description: Timestamp of the job offer expiration
                          example: 1720202881
                        job_onet_job_zone:
                          type: string
                          description: O*NET job zone classification
                          example: "4"
                        job_onet_soc:
                          type: string
                          description: O*NET Standard Occupational Classification (SOC) code
                          example: "15113200"
                        job_posted_at_datetime_utc:
                          type: string
                          description: Date and time the job was posted in UTC
                          example: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp:
                          type: number
                          description: Timestamp when the job was posted
                          example: 1717610881
                        job_posting_language:
                          type: string
                          description: Language of the job posting
                          example: en
                        job_publisher:
                          type: string
                          description: Publisher of the job posting
                          example: LinkedIn
                        job_required_education:
                          type: object
                          description: Details about required education for the job
                        job_required_experience:
                          type: object
                          description: Details about required experience for the job
                        job_required_skills:
                          type: array
                          description: List of required skills for the job
                          items:
                            type: string
                        job_salary_currency:
                          type: string
                          description: Currency of the salary offered
                          example: null
                        job_salary_period:
                          type: string
                          description: Period of the salary payment (e.g., yearly, hourly)
                          example: null
                        job_state:
                          type: string
                          description: State where the job is located
                          example: TX
                        job_title:
                          type: string
                          description: Title of the job position
                          example: Python Developer
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates if the company is actively hiring
                        example: false
                      categories:
                        type: array
                        items: {}
                        description: List of job categories
                      company_types:
                        type: array
                        items: {}
                        description: List of company types
                      date_posted:
                        type: string
                        description: The date filter for job postings
                        example: all
                      employer:
                        type: array
                        items: {}
                        description: List of employers
                      employment_types:
                        type: array
                        items: {}
                        description: List of employment types (e.g., full-time, part-time)
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: List of job publishers to exclude
                      job_requirements:
                        type: array
                        items: {}
                        description: List of job requirements
                      job_titles:
                        type: array
                        items: {}
                        description: List of job titles
                      num_pages:
                        type: number
                        description: Total number of pages available
                        example: 1
                      page:
                        type: number
                        description: Current page number in pagination
                        example: 1
                      query:
                        type: string
                        description: Search query for job listings
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Indicates if only remote jobs should be included
                        example: false
                  request_id:
                    type: string
                    description: Unique identifier for the request
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: Response status
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: 20a802af-0f12-49dd-ab98-ab7859dd8850
                    parameters:
                      post_id: amzn1.ideas.382NVFBNK3GGQ
                      country: US
                      language: en
                    data:
                      post_id: amzn1.ideas.382NVFBNK3GGQ
                      country: US
                      domain: www.amazon.com
                      has_next_page: true
                      cursor: ESHV2_AAAAAAAAAAAfz4rf0MX03GZujAfOj01I-gAAAAAAAADDEja2i1dqYbXEXH_zg3d4rjZTTlgi3iyxIi20UTgOxISBuiPRI6ftc2cwP4YyQU5bWgKJqUDccWiHTy2MMpLtteCKDdhPq6EuQJtGwvOJCfltwu4DDn4C5w2NWhtsI0oh08QHP7iA6CgkRArbxBnWnBJkCNy896KetAyiVLzrR1BuwVoElGsnsfDw4QOeHscw5cgHYFqeUuROTc8VPz0Bd0gpJH9s9xo4adNG5l_RuD35HgBQTcq4YlWU5X0Budx4tWUk2F7JJTF7d-IYq_tHO7Qzk8o-yJ3c4QumbkrlRPPNOPuE2Nug7BcWAir4Xvx6gH2uvsAp0qfn
                      products:
                        - asin: B0BNT23SSN
                          product_title: "TEMPTU One Airbrush Make-up Kit with Cordless Compressor, 6
                            Shades: 11-Piece Set, Portable Air Brush Machine &
                            Airpod Pro, 3 Shades of Foundation, Blush, Bronzer,
                            Instant Concealer, Perfect Complexion"
                          product_price: $189.00
                          product_url: https://www.amazon.com/dp/B0BNT23SSN
                          product_brand: TEMPTU
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                          is_best_seller: false
                        - asin: B0BLT4LT1K:amzn1.deal.de070de4
                          product_title: Real Techniques 4 Piece Face Base Makeup Brush Set, For
                            Concealer, Foundation, Contour, & Setting Powder,
                            Makeup Brushes For Blending & Buffing, & Sculpting,
                            Travel Friendly, Gift Set, Cruelty-Free
                          product_price: $9.79
                          product_url: https://www.amazon.com/dp/B0BLT4LT1K:amzn1.deal.de070de4
                          product_brand: Real Techniques
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                          deal_badge_label: 51% off
                          deal_badge_message: Limited time deal
                          is_best_seller: false
                        - asin: B07NLGM96X
                          product_title: Real Techniques Foundation Makeup Blender, Kabuki Brush For Face
                            or Body Makeup, Works With Liquid or Cream
                            Foundation, No Handle, Blend & Buff Makeup, Dense
                            Synthetic Bristles, 1 Count
                          product_price: $8.97
                          product_url: https://www.amazon.com/dp/B07NLGM96X
                          product_brand: Real Techniques
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                          is_best_seller: false
                        - asin: B007O7AZBG
                          product_title: Real Techniques Expert Face Professional Foundation Makeup Brush
                            for Even Streak Free Application, Dense Bristles For
                            Buffing, Orange, 1 Count
                          product_price: $8.73
                          product_url: https://www.amazon.com/dp/B007O7AZBG
                          product_brand: Real Techniques
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                          is_best_seller: false
                        - asin: B07FTXBNVL
                          product_title: Real Techniques 5 Piece Everyday Essentials Makeup Brush Set,
                            Includes 4 Brushes & Makeup Sponge, For Foundation,
                            Blush, Bronzer, Contour, Eyeshadow, & Powder, Travel
                            Gift Set, Cruelty-Free & Vegan
                          product_price: $18.77
                          product_url: https://www.amazon.com/dp/B07FTXBNVL
                          product_brand: Real Techniques
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                          is_best_seller: false
                        - asin: B08BX1V7CS
                          product_title: Real Techniques 8 Piece Everyday Eye Essentials Makeup Brush Set,
                            Eye Brushes for Eye Liner, Eyeshadow, Brows, &
                            Lashes, Travel Friendly, Gift Set, Synthetic
                            Bristles, Cruelty-Free & Vegan
                          product_price: $14.04
                          product_url: https://www.amazon.com/dp/B08BX1V7CS
                          product_brand: Real Techniques
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                          is_best_seller: false
                        - asin: B08GSTPT8Y
                          product_title: AOA Studio Collection makeup Sponge Set Latex Free and
                            High-definition Set of 6 makeup Wonder blender For
                            Powder Cream and Liquid, Super Soft Wonder Beauty
                            Cosmetic
                          product_price: $9.95
                          product_url: https://www.amazon.com/dp/B08GSTPT8Y
                          product_brand: AOA STUDIO
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                          is_best_seller: true
                        - asin: B01JINOV5E
                          product_title: Real Techniques Miracle Complexion Sponge, Makeup Blender for
                            Liquid and Cream Foundation, Full Coverage,
                            Streak-Free Professional Makeup Tool, Cruelty Free,
                            Vegan, Latex Free, 4 Count
                          product_price: $16.93
                          product_url: https://www.amazon.com/dp/B01JINOV5E
                          product_brand: Real Techniques
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                          is_best_seller: false
                        - asin: B07CYC322W
                          product_title: TEMPTU S-One Advanced Airbrush Compressor For Beauty & Full Body
                            Work | Ideal For School, Salon & Workstation Use |
                            Built In psi Regulator, Thermally Protected Motor
                          product_price: null
                          product_url: https://www.amazon.com/dp/B07CYC322W
                          product_brand: TEMPTU
                          is_best_seller: false
                        - asin: B0BFSP7JBY
                          product_title: "TEMPTU Air Intro Airbrush Makeup Kit: 9-Piece Set Includes
                            Cordless Device, Refillable Makeup Cartridge, 3
                            Perfect Canvas Semi-Matte Foundations, Primer,
                            Blush, Highlighter & Cleaner"
                          product_price: $265.00
                          product_url: https://www.amazon.com/dp/B0BFSP7JBY
                          product_brand: TEMPTU
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                          is_best_seller: false
                        - asin: B07CYXLSF2
                          product_title: "TEMPTU Airbrush Makeup System 2.0 Premier Kit: Airbrush Makeup
                            Set for Professionals Includes S/B Silicone-Based
                            Foundation Starter Set & Cleaning Kit,
                            Travel-Friendly"
                          product_price: null
                          product_url: https://www.amazon.com/dp/B07CYXLSF2
                          product_brand: TEMPTU
                          is_best_seller: false
                        - asin: B00ZPWR0N8
                          product_title: EltaMD UV Clear Tinted Face Sunscreen, SPF 46 Oil- Free Tinted
                            Sunscreen with Zinc Oxide, Dermatologist Recommended
                            Sunscreen, 1.7 oz Pump
                          product_price: $46.00
                          product_url: https://www.amazon.com/dp/B00ZPWR0N8
                          product_brand: EltaMD
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                          is_best_seller: false
                        - asin: B088ZRZ668
                          product_title: Supergoop! Glowscreen SPF 40, Sunrise (Champagne Glow) - 1.7 fl
                            oz - Glowy Primer + Broad Spectrum Sunscreen - Helps
                            Filter Blue Light - Boosts Hydration with Hyaluronic
                            Acid, Vitamin B5 & Niacinamide
                          product_price: null
                          product_url: https://www.amazon.com/dp/B088ZRZ668
                          product_brand: Supergoop!
                          is_best_seller: false
                        - asin: B0BJFP4PQ3
                          product_title: caliray Freedreaming Clean Blurring Skin Tint - The 6
                          product_price: null
                          product_url: https://www.amazon.com/dp/B0BJFP4PQ3
                          product_brand: caliray
                          is_best_seller: false
                        - asin: B00354QIEU
                          product_title: jane iredale PureMatte Finishing Powder Refill
                          product_price: $40.00
                          product_url: https://www.amazon.com/dp/B00354QIEU
                          product_brand: jane iredale
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                          is_best_seller: false
                        - asin: B00PC0ZWHO
                          product_title: jane iredale PurePressed Base Mineral Foundation Refill or
                            Refillable Compact Set| Semi Matte Pressed Powder
                            with SPF | Talc Free, Vegan, Cruelty-Free
                          product_price: $46.00
                          product_url: https://www.amazon.com/dp/B00PC0ZWHO
                          product_brand: jane iredale
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                          is_best_seller: false
                        - asin: B0BRZTDDNV
                          product_title: MAKEUP BY MARIO SurrealSkin™ Liquid Foundation 9W
                          product_price: null
                          product_url: https://www.amazon.com/dp/B0BRZTDDNV
                          product_brand: Makeup By Mario
                          is_best_seller: false
                        - asin: B09CG9S98C
                          product_title: One size Patrick Starrr Turn Up The Base Versatile Powder
                            Foundation - Light 3 (NG) Light, Neutral Golden
                            Undertones Face Pressed Makeup Medium-to-Full
                            Coverage, Soft Matte Finish 0.28 Ounce
                          product_price: null
                          product_url: https://www.amazon.com/dp/B09CG9S98C
                          product_brand: One size
                          is_best_seller: false
                        - asin: B079ZX2QBD
                          product_title: NYX PROFESSIONAL MAKEUP Slim Lip Pencil, Long-Lasting Creamy Lip
                            Liner - Espresso
                          product_price: $4.96
                          product_url: https://www.amazon.com/dp/B079ZX2QBD
                          product_brand: NYX PROFESSIONAL MAKEUP
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                          is_best_seller: false
                        - asin: B07B16318X
                          product_title: NYX PROFESSIONAL MAKEUP Slim Lip Pencil, Long-Lasting Creamy Lip
                            Liner - Ever
                          product_price: $4.96
                          product_url: https://www.amazon.com/dp/B07B16318X
                          product_brand: NYX PROFESSIONAL MAKEUP
                          delivery_price: FREE
                          delivery_time: Sunday, February 9
                          is_best_seller: false
    parameters:
      - *a1
  /promo-code-details:
    get:
      tags:
        - default
      summary: Promo Code Details
      description: Get the products offered by an Amazon promo code.
      parameters:
        - name: promo_code
          in: query
          schema:
            type: string
          description: Promo code for which to get products. The promo code can be
            extracted from the /promocode Amazon URL. For example the promo code
            for https://www.amazon.com /promocode/A31M10S4V50SOU is
            A31M10S4V50SOU.
        - name: country
          in: query
          schema:
            type: string
          description: "Sets the Amazon domain, marketplace country, language and
            currency. Default: US Allowed values: US, AU, BR, CA, CN, FR, DE,
            IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG"
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        employer_company_type:
                          type: string
                          nullable: true
                          description: The type of company offering the job.
                          example: null
                        employer_logo:
                          type: string
                          nullable: true
                          description: URL of the employer's logo.
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name:
                          type: string
                          description: The name of the employer.
                          example: Info Way Solutions
                        employer_website:
                          type: string
                          nullable: true
                          description: The employer's website URL.
                          example: null
                        job_apply_is_direct:
                          type: boolean
                          description: Indicates if the job application is direct.
                          example: false
                        job_apply_link:
                          type: string
                          description: URL for applying to the job.
                          example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score:
                          type: number
                          description: Quality score of the job application link.
                          example: 0.6286
                        job_city:
                          type: string
                          description: The city where the job is located.
                          example: Austin
                        job_country:
                          type: string
                          description: The country where the job is located.
                          example: US
                        job_description:
                          type: string
                          description: The detailed description of the job position.
                          example: Python with DevOps Experience
                        job_employment_type:
                          type: string
                          description: The employment type for the job.
                          example: CONTRACTOR
                        job_experience_in_place_of_education:
                          type: boolean
                          description: Indicates if experience can replace formal education.
                          example: false
                        job_google_link:
                          type: string
                          description: Google job listing link.
                          example: https://www.google.com/search?...
                        job_id:
                          type: string
                          description: Unique identifier for the job listing.
                          example: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote:
                          type: boolean
                          description: Indicates if the job is remote.
                          example: false
                        job_latitude:
                          type: number
                          description: Latitude of the job location.
                          example: 30.267153
                        job_longitude:
                          type: number
                          description: Longitude of the job location.
                          example: -97.74306
                        job_max_salary:
                          type: number
                          nullable: true
                          description: Maximum salary for the position.
                          example: null
                        job_min_salary:
                          type: number
                          nullable: true
                          description: Minimum salary for the position.
                          example: null
                        job_offer_expiration_datetime_utc:
                          type: string
                          description: The expiration date and time of the job offer in UTC.
                          example: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp:
                          type: number
                          description: Timestamp of the job offer expiration.
                          example: 1720202881
                        job_posted_at_datetime_utc:
                          type: string
                          description: The date and time the job was posted in UTC.
                          example: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp:
                          type: number
                          description: Timestamp of when the job was posted.
                          example: 1717610881
                        job_posting_language:
                          type: string
                          description: The language in which the job posting is written.
                          example: en
                        job_publisher:
                          type: string
                          description: The source where the job posting was published.
                          example: LinkedIn
                        job_state:
                          type: string
                          description: The state where the job is located.
                          example: TX
                        job_title:
                          type: string
                          description: The title of the job position.
                          example: Python Developer
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates if the company is actively hiring.
                        example: false
                      categories:
                        type: array
                        items: {}
                        description: List of job categories.
                      company_types:
                        type: array
                        items: {}
                        description: Types of companies posting jobs.
                      date_posted:
                        type: string
                        description: The timeframe in which jobs were posted.
                        example: all
                      employer:
                        type: array
                        items: {}
                        description: List of employers posting jobs.
                      employment_types:
                        type: array
                        items: {}
                        description: Types of employment available (full-time, part-time, etc.).
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: Job publishers to be excluded.
                      job_requirements:
                        type: array
                        items: {}
                        description: List of job requirements.
                      job_titles:
                        type: array
                        items: {}
                        description: List of job titles being searched.
                      num_pages:
                        type: number
                        description: Number of pages in the search result.
                        example: 1
                      page:
                        type: number
                        description: Current page number of the search results.
                        example: 1
                      query:
                        type: string
                        description: The job search query entered by the user.
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Indicates if only remote jobs should be included.
                        example: false
                  request_id:
                    type: string
                    description: Unique identifier for the request.
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: Status of the API response.
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: 7865ab14-935e-4d47-9d7d-5c73b04a6a3f
                    parameters:
                      country: US
                      promo_code: AZDIA7AYE39P2
                    data:
                      is_promo_available: false
                      discount_percentage: null
                      products:
                        - asin: B0D1GHMV2B
                          product_title: ArtbyHannah 11x14 Picture Frame Set of 3, Walnut Picture Frames
                            for Wall Mount, Photo Frame for Posters&Art Prints
                            (Including Extra Fall Wall Art Prints)
                          product_price: $36.99
                          product_url: https://www.amazon.com/dp/B0D1GHMV2B
                          product_star_rating: "4.7"
                          product_num_ratings: "30"
                          product_photo: https://m.media-amazon.com/images/I/31jMTRW1RnL._SR400,400_.jpg
                          product_availability: In Stock
                        - asin: B0D1GLD75X
                          product_title: ArtbyHannah Fall Wall Deocr Framed 3d Fall Wall Art, Rustic
                            Thanksgiving Decor with Fall Pumpkin Wreath Pictures
                            Decor Vintage Fall Decorations for Home Kitchen
                            Living Room(12×16 Inch Brown Framed)
                          product_price: $32.99
                          product_url: https://www.amazon.com/dp/B0D1GLD75X
                          product_star_rating: "5.0"
                          product_num_ratings: "7"
                          product_photo: https://m.media-amazon.com/images/I/41zUNXejWYL._SR400,400_.jpg
                          product_availability: In Stock
                        - asin: B0D1G6FRYX
                          product_title: ArtbyHannah Framed Fall Wall Art Fall Wall Decor, 5 Pack
                            Thanksgiving Decor for Autumn Decor with Pumpkins
                            Prints, Fall Decorations for Home, Office, Living
                            Room
                          product_price: $39.99
                          product_url: https://www.amazon.com/dp/B0D1G6FRYX
                          product_star_rating: "4.6"
                          product_num_ratings: "3"
                          product_photo: https://m.media-amazon.com/images/I/41YwPJBQd1L._SR400,400_.jpg
                          product_availability: In Stock
                        - asin: B0D1GKYK12
                          product_title: ArtbyHannah Rustic Framed Canvas Wall Art, Landscape Fall Wall
                            Art with Autumn Barn & Country Farmhouse Scene, for
                            Living Room Bedroom Office Decor, 20"x28"
                          product_price: $54.99
                          product_url: https://www.amazon.com/dp/B0D1GKYK12
                          product_star_rating: "4.8"
                          product_num_ratings: "11"
                          product_photo: https://m.media-amazon.com/images/I/41qNGFvKH4L._SR400,400_.jpg
                          product_availability: In Stock
                        - asin: B0D1GGMQJC
                          product_title: ArtbyHannah Fall Wall Art Framed Fall Wall Decor with Blue
                            Pumpkin, Fall Canvas Wall Art for Thanksgiving
                            Decor, Thanksgiving Decorations for Home Bathroom
                            Office Living Room(12x12Inch 4pack)
                          product_price: $32.99
                          product_url: https://www.amazon.com/dp/B0D1GGMQJC
                          product_star_rating: "4.3"
                          product_num_ratings: "14"
                          product_photo: https://m.media-amazon.com/images/I/41e--zm+JmL._SR400,400_.jpg
                          product_availability: In Stock
                        - asin: B0D1GK4Q41
                          product_title: ArtbyHannah Fall Wall Deocr Framed 3d Fall Wall Art,Rustic
                            Thanksgiving Decor with Pumpkins Fall Pictures Wall
                            Decor,Vintage Fall Decorations for Home Kitchen
                            Living Room(12×16 Inch Brown Framed)
                          product_price: $32.99
                          product_url: https://www.amazon.com/dp/B0D1GK4Q41
                          product_star_rating: "5.0"
                          product_num_ratings: "2"
                          product_photo: https://m.media-amazon.com/images/I/41FAmX+SlIL._SR400,400_.jpg
                          product_availability: In Stock
                        - asin: B0D1GGMN7P
                          product_title: ArtbyHannah Fall Wall Art Framed Fall Wall Decor with Pumpkin,
                            Fall Canvas Wall Art for Thanksgiving Decor,
                            Thanksgiving Decorations for Home Bathroom Office
                            Living Room(12x12Inch 4Pack)
                          product_price: $32.99
                          product_url: https://www.amazon.com/dp/B0D1GGMN7P
                          product_star_rating: "4.3"
                          product_num_ratings: "14"
                          product_photo: https://m.media-amazon.com/images/I/514yJdgPN0L._SR400,400_.jpg
                          product_availability: In Stock
                        - asin: B0C592XJPT
                          product_title: ArtbyHannah 10x10 Picture Frame Set of 3, Walnut Picture Frames
                            for Wall Mount, Photo Frame for Posters&Art Prints
                            (Including Extra Prints)
                          product_price: $34.99
                          product_url: https://www.amazon.com/dp/B0C592XJPT
                          product_star_rating: "4.2"
                          product_num_ratings: "31"
                          product_photo: https://m.media-amazon.com/images/I/31U6qievHSL._SR400,400_.jpg
                          product_availability: In Stock
                        - asin: B0D1GHRJML
                          product_title: ArtbyHannah 10x10 Picture Frame Set of 4, Walnut Picture Frames
                            for Wall Mount, Photo Frame for Posters&Art Prints
                            (Including Extra Fall Wall Art Prints)
                          product_price: $34.99
                          product_url: https://www.amazon.com/dp/B0D1GHRJML
                          product_star_rating: "4.2"
                          product_num_ratings: "31"
                          product_photo: https://m.media-amazon.com/images/I/31Z4D6YyRYL._SR400,400_.jpg
                          product_availability: In Stock
                        - asin: B0D1GH53BD
                          product_title: ArtbyHannah Fall Wall Deocr Framed 3d Fall Wall Art, Thanksgiving
                            Decor Rustic Autumn Decor Vintage Fall Decorations
                            for Home Kitchen Living Room(12×16 Inch Brown
                            Framed)
                          product_price: $32.99
                          product_url: https://www.amazon.com/dp/B0D1GH53BD
                          product_star_rating: "4.9"
                          product_num_ratings: "16"
                          product_photo: https://m.media-amazon.com/images/I/41ghVa3WCuL._SR400,400_.jpg
                          product_availability: In Stock
                        - asin: B0D1G48VNT
                          product_title: ArtbyHannah 5 Pack Picture Frames Set, Gallery Wall Frame Set,
                            Picture Frames Collage Wall Decor for Home Decor
                            Including 1 PC 11x14, 2 PCS 8x10, 2 PCS 6x8
                            (Including Extra Fall Wall Art Prints)
                          product_price: $39.99
                          product_url: https://www.amazon.com/dp/B0D1G48VNT
                          product_star_rating: "5.0"
                          product_num_ratings: "6"
                          product_photo: https://m.media-amazon.com/images/I/31o765M1s7L._SR400,400_.jpg
                          product_availability: In Stock
                        - asin: B0C592S4S5
                          product_title: ArtbyHannah 11x14 Picture Frame Set of 3, Walnut Picture Frames
                            for Wall Mount, Photo Frame for Posters&Art Prints
                            (Including Extra Fall Wall Art Prints)
                          product_price: $36.99
                          product_url: https://www.amazon.com/dp/B0C592S4S5
                          product_star_rating: "4.7"
                          product_num_ratings: "30"
                          product_photo: https://m.media-amazon.com/images/I/31bUwlnKu4L._SR400,400_.jpg
                          product_availability: In Stock
                      country: US
                      domain: www.amazon.com
    parameters:
      - *a1
  /seller-profile:
    get:
      tags:
        - default
      summary: Seller Profile
      description: Get Amazon Seller profile details from the Amazon Seller profile
        page (e.g. https://www.amazon.com/sp?seller=A1D09S7Q0OD6TH).
      parameters:
        - name: seller_id
          in: query
          schema:
            type: string
          description: The Amazon Seller ID for which to get seller profile details
        - name: country
          in: query
          schema:
            type: string
          description: "Sets the Amazon domain, marketplace country, language and
            currency. Default: US Allowed values: US, AU, BR, CA, CN, FR, DE,
            IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG"
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        employer_company_type:
                          type: string
                          nullable: true
                          description: The type of company offering the job
                          example: null
                        employer_logo:
                          type: string
                          nullable: true
                          description: URL of the employer's logo
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name:
                          type: string
                          description: Name of the employer company
                          example: Info Way Solutions
                        employer_website:
                          type: string
                          nullable: true
                          description: Employer's official website
                          example: null
                        job_apply_is_direct:
                          type: boolean
                          description: Indicates if the application is direct
                          example: false
                        job_apply_link:
                          type: string
                          description: URL for applying to the job
                          example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score:
                          type: number
                          description: Quality score for the job application link
                          example: 0.6286
                        job_city:
                          type: string
                          description: City where the job is located
                          example: Austin
                        job_country:
                          type: string
                          description: Country where the job is located
                          example: US
                        job_description:
                          type: string
                          description: Detailed description of the job role
                          example: Python with DevOps Experience...
                        job_employment_type:
                          type: string
                          description: Type of employment (e.g., CONTRACTOR, FULL_TIME)
                          example: CONTRACTOR
                        job_experience_in_place_of_education:
                          type: boolean
                          description: Indicates if experience can replace formal education
                          example: false
                        job_google_link:
                          type: string
                          description: Google Jobs search link for the job posting
                          example: https://www.google.com/search?...
                        job_id:
                          type: string
                          description: Unique identifier for the job posting
                          example: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote:
                          type: boolean
                          description: Indicates if the job is remote
                          example: false
                        job_latitude:
                          type: number
                          description: Latitude of the job location
                          example: 30.267153
                        job_longitude:
                          type: number
                          description: Longitude of the job location
                          example: -97.74306
                        job_max_salary:
                          type: number
                          nullable: true
                          description: Maximum salary offered for the position
                          example: null
                        job_min_salary:
                          type: number
                          nullable: true
                          description: Minimum salary offered for the position
                          example: null
                        job_offer_expiration_datetime_utc:
                          type: string
                          description: UTC timestamp when the job offer expires
                          example: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp:
                          type: number
                          description: Unix timestamp for job offer expiration
                          example: 1720202881
                        job_onet_job_zone:
                          type: string
                          description: Job zone classification based on ONET
                          example: "4"
                        job_onet_soc:
                          type: string
                          description: ONET Standard Occupational Classification code
                          example: "15113200"
                        job_posted_at_datetime_utc:
                          type: string
                          description: UTC timestamp when the job was posted
                          example: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp:
                          type: number
                          description: Unix timestamp for when the job was posted
                          example: 1717610881
                        job_posting_language:
                          type: string
                          description: Language in which the job posting is written
                          example: en
                        job_publisher:
                          type: string
                          description: Platform where the job is posted
                          example: LinkedIn
                        job_state:
                          type: string
                          description: State where the job is located
                          example: TX
                        job_title:
                          type: string
                          description: Official title of the job position
                          example: Python Developer
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates whether the company is actively hiring.
                        example: false
                      categories:
                        type: array
                        items: {}
                        description: List of job categories.
                      company_types:
                        type: array
                        items: {}
                        description: Types of companies offering the job.
                      date_posted:
                        type: string
                        description: Specifies the date range when the job was posted.
                        example: all
                      employer:
                        type: array
                        items: {}
                        description: List of employers posting the jobs.
                      employment_types:
                        type: array
                        items: {}
                        description: Types of employment (e.g., full-time, part-time).
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: List of job publishers to exclude from the search.
                      job_requirements:
                        type: array
                        items: {}
                        description: Specific job requirements.
                      job_titles:
                        type: array
                        items: {}
                        description: List of job titles for filtering.
                      num_pages:
                        type: number
                        description: Number of pages in the search results.
                        example: 1
                      page:
                        type: number
                        description: The current page number of the search results.
                        example: 1
                      query:
                        type: string
                        description: The search query for job listings.
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Indicates if only remote jobs should be included.
                        example: false
                  request_id:
                    type: string
                    description: A unique identifier for the request.
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: The status of the API response.
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: eadfd9a1-efba-4d16-abaa-47c1fbe760cb
                    parameters:
                      seller_id: A02211013Q5HP3OMSZC7W
                      country: US
                    data:
                      seller_id: A02211013Q5HP3OMSZC7W
                      country: US
                      domain: www.amazon.com
                      name: MemoryWhiz
                      seller_link: https://www.amazon.com/sp?seller=A02211013Q5HP3OMSZC7W
                      store_link: https://www.amazon.com/s?ie=UTF8&marketplaceID=ATVPDKIKX0DER&me=A02211013Q5HP3OMSZC7W
                      logo: https://m.media-amazon.com/images/I/01inXJbpK2L.gif
                      phone: 909-610-9170
                      business_name: Alast Corporation
                      business_address: 20651 GOLDEN SPRINGS DRIVE Suite 111 Walnut CA 91789 US
                      detailed_information: "Business Name: Alast Corporation Business Address: 20651
                        GOLDEN SPRINGS DRIVE Suite 111 Walnut CA 91789 US"
                      rating: 4.9
                      ratings_total: 50862
                      ratings_total_percentage: 99
                      review_summary:
                        thirty_days:
                          positive_percent: 100
                          neutral_percent: 0
                          negative_percent: 0
                          count: 100
                        ninety_days:
                          positive_percent: 100
                          neutral_percent: 0
                          negative_percent: 0
                          count: 265
                        twelve_months:
                          positive_percent: 100
                          neutral_percent: 0
                          negative_percent: 0
                          count: 1147
                        lifetime:
                          positive_percent: 99
                          neutral_percent: 0
                          negative_percent: 0
                          count: 50862
    parameters:
      - *a1
  /seller-reviews:
    get:
      tags:
        - default
      summary: Seller Reviews
      description: Get and paginate through Amazon Seller reviews / feedback as shown
        on the Seller profile page  (e.g.
        https://www.amazon.com/sp?seller=A1D09S7Q0OD6TH). Each page contains up
        to 5 reviews.
      parameters:
        - name: seller_id
          in: query
          schema:
            type: string
          description: The Amazon Seller ID for which to get seller reviews
        - name: country
          in: query
          schema:
            type: string
          description: "Sets the Amazon domain, marketplace country, language and
            currency. Default: US Allowed values: US, AU, BR, CA, CN, FR, DE,
            IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG"
        - name: star_rating
          in: query
          schema:
            type: string
          description: "Only return reviews with a specific star rating or positive /
            negative sentiment. Default: ALL Allowed values: ALL, 5_STARS,
            4_STARS, 3_STARS, 2_STARS, 1_STARS, POSITIVE, CRITICAL"
        - name: page
          in: query
          schema:
            type: integer
          description: "The page of seller feedback results to retrieve. Default: 1"
        - name: fields
          in: query
          schema:
            type: string
          description: "A comma separated list of seller review fields to include in the
            response (field projection). By default all fields are returned.
            Example: review_star_rating,review_date"
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        employer_company_type:
                          type: string
                          nullable: true
                          description: The type of employer company
                          example: null
                        employer_logo:
                          type: string
                          nullable: true
                          description: The logo URL of the employer
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name:
                          type: string
                          description: The name of the employer
                          example: Info Way Solutions
                        employer_website:
                          type: string
                          nullable: true
                          description: The website of the employer
                          example: null
                        job_apply_is_direct:
                          type: boolean
                          description: Indicates if the job application is direct
                          example: false
                        job_apply_link:
                          type: string
                          description: The link to apply for the job
                          example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score:
                          type: number
                          description: The quality score of the job application link
                          example: 0.6286
                        job_city:
                          type: string
                          description: The city where the job is located
                          example: Austin
                        job_country:
                          type: string
                          description: The country where the job is located
                          example: US
                        job_description:
                          type: string
                          description: A detailed description of the job role
                          example: Python with DevOps Experience...
                        job_employment_type:
                          type: string
                          description: The type of employment for the job
                          example: CONTRACTOR
                        job_experience_in_place_of_education:
                          type: boolean
                          description: Indicates if experience can substitute education
                          example: false
                        job_google_link:
                          type: string
                          description: A Google job search link for this position
                          example: https://www.google.com/search?...
                        job_id:
                          type: string
                          description: A unique identifier for the job posting
                          example: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote:
                          type: boolean
                          description: Indicates if the job is remote
                          example: false
                        job_latitude:
                          type: number
                          description: Latitude of the job location
                          example: 30.267153
                        job_longitude:
                          type: number
                          description: Longitude of the job location
                          example: -97.74306
                        job_max_salary:
                          type: number
                          nullable: true
                          description: The maximum salary offered for the job
                          example: null
                        job_min_salary:
                          type: number
                          nullable: true
                          description: The minimum salary offered for the job
                          example: null
                        job_offer_expiration_datetime_utc:
                          type: string
                          description: The UTC expiration date of the job offer
                          example: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp:
                          type: number
                          description: The timestamp for when the job offer expires
                          example: 1720202881
                        job_onet_job_zone:
                          type: string
                          description: The O*NET job zone classification
                          example: "4"
                        job_onet_soc:
                          type: string
                          description: The O*NET SOC code for the job
                          example: "15113200"
                        job_posted_at_datetime_utc:
                          type: string
                          description: The UTC datetime when the job was posted
                          example: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp:
                          type: number
                          description: The timestamp when the job was posted
                          example: 1717610881
                        job_posting_language:
                          type: string
                          description: The language used in the job posting
                          example: en
                        job_publisher:
                          type: string
                          description: The publisher of the job posting
                          example: LinkedIn
                        job_salary_currency:
                          type: string
                          nullable: true
                          description: The currency in which salary is paid
                          example: null
                        job_salary_period:
                          type: string
                          nullable: true
                          description: The period for which salary is calculated (e.g., hourly, yearly)
                          example: null
                        job_state:
                          type: string
                          description: The state where the job is located
                          example: TX
                        job_title:
                          type: string
                          description: The title of the job position
                          example: Python Developer
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates if the employer is actively hiring
                        example: false
                      date_posted:
                        type: string
                        description: The time range when the job was posted
                        example: all
                      num_pages:
                        type: number
                        description: The total number of pages in the search results
                        example: 1
                      page:
                        type: number
                        description: The current page number in the search results
                        example: 1
                      query:
                        type: string
                        description: The job search query entered by the user
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Indicates if only remote jobs should be included
                        example: false
                  request_id:
                    type: string
                    description: A unique identifier for the request
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: The status of the API response
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: e9deacce-6b43-4c5b-b230-0f0a703e4a37
                    parameters:
                      seller_id: A02211013Q5HP3OMSZC7W
                      country: US
                      page: 1
                      star_rating: ALL
                    data:
                      seller_id: A02211013Q5HP3OMSZC7W
                      country: US
                      domain: www.amazon.com
                      has_next_page: true
                      seller_reviews:
                        - review_author: "1LooseCannon "
                          review_comment: Overnight delivery early afternoon. Excellent.
                          review_star_rating: 5
                          has_response: false
                          review_date: February 3, 2025
                        - review_author: Steves
                          review_comment: Got them super fast
                          review_star_rating: 5
                          has_response: false
                          review_date: February 3, 2025
                        - review_author: Sukey
                          review_comment: Great Service. Product is just what I need.
                          review_star_rating: 5
                          has_response: false
                          review_date: February 3, 2025
                        - review_author: skeet
                          review_comment: Great job
                          review_star_rating: 5
                          has_response: false
                          review_date: February 2, 2025
                        - review_author: Martin A Wiener
                          review_comment: Super fast shipping.
                          review_star_rating: 5
                          has_response: false
                          review_date: February 2, 2025
    parameters:
      - *a1
  /seller-products:
    get:
      tags:
        - default
      summary: Seller Products
      description: Get and paginate through the products sold by an Amazon Seller
      parameters:
        - name: seller_id
          in: query
          schema:
            type: string
          description: The Amazon Seller ID for which to get seller product listings
        - name: country
          in: query
          schema:
            type: string
          description: "Sets the Amazon domain, marketplace country, language and
            currency. Default: US Allowed values: US, AU, BR, CA, CN, FR, DE,
            IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG"
        - name: page
          in: query
          schema:
            type: integer
          description: "The page of seller products results to retrieve Seller products
            result page to retrieve. Default: 1"
        - name: sort_by
          in: query
          schema:
            type: string
          description: "Return the results in a specific sort order. Default: RELEVANCE
            Allowed values: RELEVANCE, LOWEST_PRICE, HIGHEST_PRICE, REVIEWS,
            NEWEST, BEST_SELLERS"
        - name: fields
          in: query
          schema:
            type: string
          description: "A comma separated list of seller product fields to include in the
            response (field projection). By default all fields are returned.
            Example: product_price,product_url,is_prime"
      responses:
        "200":
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        employer_company_type:
                          type: string
                          nullable: true
                          description: The type of company employing for the job.
                          example: null
                        employer_logo:
                          type: string
                          nullable: true
                          description: URL to the employer's logo image.
                          example: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name:
                          type: string
                          description: Name of the employer offering the job.
                          example: Info Way Solutions
                        employer_website:
                          type: string
                          nullable: true
                          description: URL of the employer's website.
                          example: null
                        job_apply_is_direct:
                          type: boolean
                          description: Indicates if the job application is direct.
                          example: false
                        job_apply_link:
                          type: string
                          description: URL to apply for the job.
                          example: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score:
                          type: number
                          description: Score indicating the quality of the application process.
                          example: 0.6286
                        job_city:
                          type: string
                          description: The city where the job is located.
                          example: Austin
                        job_country:
                          type: string
                          description: The country where the job is located.
                          example: US
                        job_description:
                          type: string
                          description: Detailed description of the job position.
                          example: Python with DevOps Experience...
                        job_employment_type:
                          type: string
                          description: Type of employment (e.g., CONTRACTOR, FULL_TIME).
                          example: CONTRACTOR
                        job_experience_in_place_of_education:
                          type: boolean
                          description: Indicates if experience can be substituted for education.
                          example: false
                        job_google_link:
                          type: string
                          description: Google search link for the job.
                          example: https://www.google.com/search?...
                        job_id:
                          type: string
                          description: Unique identifier for the job listing.
                          example: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote:
                          type: boolean
                          description: Indicates if the job is remote.
                          example: false
                        job_latitude:
                          type: number
                          description: Latitude coordinate of the job location.
                          example: 30.267153
                        job_longitude:
                          type: number
                          description: Longitude coordinate of the job location.
                          example: -97.74306
                        job_max_salary:
                          type: number
                          nullable: true
                          description: Maximum salary for the job position.
                          example: null
                        job_min_salary:
                          type: number
                          nullable: true
                          description: Minimum salary for the job position.
                          example: null
                        job_offer_expiration_datetime_utc:
                          type: string
                          description: Expiration date of the job offer in UTC.
                          example: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp:
                          type: number
                          description: Timestamp for when the job offer expires.
                          example: 1720202881
                        job_onet_job_zone:
                          type: string
                          description: O*NET job zone classification.
                          example: "4"
                        job_onet_soc:
                          type: string
                          description: O*NET Standard Occupational Classification (SOC) code.
                          example: "15113200"
                        job_posted_at_datetime_utc:
                          type: string
                          description: Date and time the job was posted in UTC.
                          example: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp:
                          type: number
                          description: Timestamp for when the job was posted.
                          example: 1717610881
                        job_posting_language:
                          type: string
                          description: Language of the job posting.
                          example: en
                        job_publisher:
                          type: string
                          description: Name of the publisher listing the job.
                          example: LinkedIn
                        job_salary_currency:
                          type: string
                          nullable: true
                          description: Currency in which the salary is paid.
                          example: null
                        job_salary_period:
                          type: string
                          nullable: true
                          description: Salary payment period (e.g., hourly, monthly).
                          example: null
                        job_state:
                          type: string
                          description: State where the job is located.
                          example: TX
                        job_title:
                          type: string
                          description: Title of the job position.
                          example: Python Developer
                    example:
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.jobilize.com/job/us-tx-austin-python-developer-info-way-solutions-hiring-now-job-immediately
                            is_direct: false
                            publisher: Jobilize
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dnYZKFN7akNCaoFuUvfm4GNTxS3wtOltpTeQ&s=0
                        employer_name: Info Way Solutions
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-info-way-solutions-3943122440
                        job_apply_quality_score: 0.6286
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Python with DevOps Experience


                          Sunnyvale, CA / Austin, TX


                          Primary skill : Python and DevOPs


                          Nice to have skill : Hadoop and AWS


                          Description:


                          • In this role you will be responsible for
                          engineering, integrating and maintaining an analytics
                          data platform based on a hybrid cloud infrastructure.


                          • Work collaboratively with our Data Engineering team
                          to engineer custom solutions when required.


                          • Participate and provide support to our stakeholders
                          and platform users when required.


                          Key Qualifications:


                          • 3+ years of professional experience with the Python
                          programming language.


                          • 2+ years of professional software engineering
                          experience (APIs, services, tooling and automation).


                          • Knowledge and experience in working with Docker,
                          Kubernetes, and related technologies.


                          • Knowledge and experience with DevOps methodologies.


                          • Excellent time management skills with the ability to
                          manage work to tight deadlines.


                          • Experience developing solid and scalable technical
                          solutions to business problems.


                          • Experience with agile development and work
                          management methodologies.


                          • Ability to pick up new technologies relatively
                          quickly.


                          • Ability to communicate effectively (written and
                          spoken).


                          • Ability to work with the multi-timezone development
                          teams and self-manage own work.


                          • A strong work ethic.


                          Nice to Have:


                          Professional experience with Java/Scala based
                          analytics platforms (Hadoop, Spark, Hive, Trino,
                          etc.).


                          Professional experience with Splunk, Flink, Jupyter
                          Notebook, Apache Airflow (and related technologies) is
                          a big plus.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=AjfXRt4hOefXQs3xAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - "Primary skill : Python and DevOPs"
                            - "Nice to have skill : Hadoop and AWS"
                            - 3+ years of professional experience with the
                              Python programming language
                            - 2+ years of professional software engineering
                              experience (APIs, services, tooling and
                              automation)
                            - Knowledge and experience in working with Docker,
                              Kubernetes, and related technologies
                            - Knowledge and experience with DevOps methodologies
                            - Excellent time management skills with the ability
                              to manage work to tight deadlines
                            - Experience developing solid and scalable technical
                              solutions to business problems
                            - Experience with agile development and work
                              management methodologies
                            - Ability to pick up new technologies relatively
                              quickly
                            - Ability to communicate effectively (written and
                              spoken)
                            - Ability to work with the multi-timezone
                              development teams and self-manage own work
                            - A strong work ethic
                            - Professional experience with Java/Scala based
                              analytics platforms (Hadoop, Spark, Hive, Trino,
                              etc.)
                            - Professional experience with Splunk, Flink,
                              Jupyter Notebook, Apache Airflow (and related
                              technologies) is a big plus
                          Responsibilities:
                            - In this role you will be responsible for
                              engineering, integrating and maintaining an
                              analytics data platform based on a hybrid cloud
                              infrastructure
                            - Work collaboratively with our Data Engineering
                              team to engineer custom solutions when required
                            - Participate and provide support to our
                              stakeholders and platform users when required
                        job_id: AjfXRt4hOefXQs3xAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T18:08:01.000Z
                        job_offer_expiration_timestamp: 1720202881
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:08:01.000Z
                        job_posted_at_timestamp: 1717610881
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://supplyindustrycareers.com/job/sr-python-developer-data-scientists/
                            is_direct: false
                            publisher: Supply Industry Careers
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3AoGfUp8KCgyugkW89_iK-oXwaCuTX5bH2Kd&s=0
                        employer_name: Reece USA
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-reece-usa-3938806517
                        job_apply_quality_score: 0.6241
                        job_benefits: null
                        job_city: Dallas
                        job_country: US
                        job_description: >-
                          The Reece Digital Solutions is growing! We’re looking
                          for a Python Developer with experience in data science
                          to work directly on our NLP based e-commerce search
                          tool while working in coordination with our Innovation
                          team building AI based prototypes. In this role,
                          you'll become an integral part of a team thriving in a
                          dynamic environment, crafting tools for the next
                          generation of Reece employees and customers.
                          Candidates successfully passing the initial two
                          interview rounds will be required to complete a brief
                          online coding test; please refrain from applying if
                          you are unwilling to undertake the test.


                          Key Responsibilities


                          • Serve as the lead developer on our NLP-based
                          e-commerce search tool.


                          • Play an active role in solutioning and developing
                          new digital prototypes.


                          • Collaborate within a team environment to transform
                          approved prototypes into production-ready tools.


                          • Embrace a "student of the business" mindset,
                          understanding the "why" behind all prototypes and
                          productionized tools.


                          • Think creatively and contribute innovative ideas for
                          digital tools, enhancing both customer and team member
                          experiences.


                          • Write clean, modular, high-quality,
                          high-performance, and maintainable code.


                          • Mentor and develop less experienced Python
                          developers to play an active role in search
                          improvements and maintenance.


                          Tech Stack:

                          • Python

                          • Typscript

                          • React

                          • Docker

                          • Lambda

                          • AWS

                          • EC2

                          • Elasticsearch

                          • Redis


                          Qualifications


                          • Prior experience in e-commerce, parts of speech
                          tagging, and elastic search preferred.


                          • At least 3 years in professional software
                          engineering or data science, specifically leveraging
                          Python for the development of AI-driven/related tools.


                          • Bachelor's degree in computer science, engineering,
                          mathematics, physics, or similar technical
                          disciplines.


                          • Strong knowledge of data structures, algorithms, and
                          architectural patterns.


                          • Experience in developing practical applications
                          rather than solely focusing on research and
                          development.


                          • Experience with cloud platforms.


                          • Strong English communication skills.


                          All About You


                          • You “get it” – when the “what” and “why” of projects
                          are presented, the “how” is quickly obvious.


                          • Prioritize MVP first, with the ability to thrive in
                          a startup-style, fast-paced team.


                          • Inclination towards identifying the simplest tech
                          solutions for complex problems.


                          • Motivated to tackle challenging real-world problems
                          without obvious prior solutions.


                          • Strong interpersonal skills with a passion for
                          collaboration and teamwork, coupled with the ability
                          to articulate technical vision to non-technical
                          stakeholders.


                          • Enthusiasm for delving into new technologies and
                          quickly adapting to them.


                          • Measure personal success by the success of your
                          team.


                          • Bias for action – self-starter, taking the lead
                          without waiting for others.


                          • Comfortable with ambiguity.


                          • Fun, upbeat personality with a sense of humor.


                          Nice-to-haves


                          • M.S. degree in Computer Science or related advanced
                          degree preferred.


                          • Previous startup experience.


                          • Examples of projects led from start to finish as the
                          lead Python developer.


                          • Experience as a lead data scientist working on AI
                          initiatives.


                          • Understanding of automation and its optimization for
                          business needs.


                          • Exposure to big data and analytics would be
                          advantageous.


                          • Experience working in globally disbursed teams.


                          • Bonus points for showing examples of projects you
                          led that solved real-world problems (big or small!).
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=w5t3eq9SKhtEK-kGAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - At least 3 years in professional software
                              engineering or data science, specifically
                              leveraging Python for the development of
                              AI-driven/related tools
                            - Bachelor's degree in computer science,
                              engineering, mathematics, physics, or similar
                              technical disciplines
                            - Strong knowledge of data structures, algorithms,
                              and architectural patterns
                            - Experience in developing practical applications
                              rather than solely focusing on research and
                              development
                            - Experience with cloud platforms
                            - Strong English communication skills
                            - Prioritize MVP first, with the ability to thrive
                              in a startup-style, fast-paced team
                            - Inclination towards identifying the simplest tech
                              solutions for complex problems
                            - Motivated to tackle challenging real-world
                              problems without obvious prior solutions
                            - Strong interpersonal skills with a passion for
                              collaboration and teamwork, coupled with the
                              ability to articulate technical vision to
                              non-technical stakeholders
                            - Enthusiasm for delving into new technologies and
                              quickly adapting to them
                            - Measure personal success by the success of your
                              team
                            - Bias for action – self-starter, taking the lead
                              without waiting for others
                            - Comfortable with ambiguity
                            - Fun, upbeat personality with a sense of humor
                            - Previous startup experience
                            - Examples of projects led from start to finish as
                              the lead Python developer
                            - Experience as a lead data scientist working on AI
                              initiatives
                            - Understanding of automation and its optimization
                              for business needs
                            - Exposure to big data and analytics would be
                              advantageous
                            - Experience working in globally disbursed teams
                            - Bonus points for showing examples of projects you
                              led that solved real-world problems (big or
                              small!)
                          Responsibilities:
                            - In this role, you'll become an integral part of a
                              team thriving in a dynamic environment, crafting
                              tools for the next generation of Reece employees
                              and customers
                            - Serve as the lead developer on our NLP-based
                              e-commerce search tool
                            - Play an active role in solutioning and developing
                              new digital prototypes
                            - Collaborate within a team environment to transform
                              approved prototypes into production-ready tools
                            - Embrace a "student of the business" mindset,
                              understanding the "why" behind all prototypes and
                              productionized tools
                            - Think creatively and contribute innovative ideas
                              for digital tools, enhancing both customer and
                              team member experiences
                            - Write clean, modular, high-quality,
                              high-performance, and maintainable code
                            - Mentor and develop less experienced Python
                              developers to play an active role in search
                              improvements and maintenance
                        job_id: w5t3eq9SKhtEK-kGAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.776665
                        job_longitude: -96.79699
                        job_max_salary: 125000
                        job_min_salary: 120000
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-03T13:51:36.000Z
                        job_offer_expiration_timestamp: 1720014696
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T13:51:36.000Z
                        job_posted_at_timestamp: 1717422696
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.salary.com/job/enexus-global-inc/python-developer/j202302240126483877321
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://www.interlinkjobs.com/jobs/61964633-python-developer
                            is_direct: false
                            publisher: Interlink Jobs
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVxp9GiLtQQ-J2YDVjAIWTw7aD65J3pIvTLahJ&s=0
                        employer_name: Enexus Global Inc.
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-enexus-global-inc-3941961977
                        job_apply_quality_score: 0.6289
                        job_benefits: null
                        job_city: Plano
                        job_country: US
                        job_description: >-
                          Job Description


                          We are looking for 2 Python developers for a client
                          position to work on development, support of back-end
                          applications for an important surveillance /
                          compliance tool.

                          • Work with Product owner to refine/elaborate
                          requirements for enhancements / new development

                          • Develop and enhance back-end jobs to support new
                          requirements, business rules and scenarios

                          • Diagnose and fix issues with existing jobs. This
                          will include working with Database developers to
                          create and execute database queries.

                          • Provide L1/L2 support for existing programs. This
                          will include investigating databases, logs etc.

                          • Co-ordinate between various stakeholders and
                          development teams to clarify requirements, execute and
                          implement changes


                          Experience / Skills Needed

                          • 8+ years' experience in Python development of
                          back-end programs

                          • 4+ years' experience writing SQL queries

                          • Experience with writing / maintaining Autosys jobs
                          is a plus

                          • PL/SQL query and stored procedure experience is a
                          plus

                          • Must have ability to work independently with minimal
                          direction

                          • Strong interpersonal & communication skills
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-ykhwXzdXbbcvU1CAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 8+ years' experience in Python development of
                              back-end programs
                            - 4+ years' experience writing SQL queries
                            - Must have ability to work independently with
                              minimal direction
                            - Strong interpersonal & communication skills
                          Responsibilities:
                            - We are looking for 2 Python developers for a
                              client position to work on development, support of
                              back-end applications for an important
                              surveillance / compliance tool
                            - Work with Product owner to refine/elaborate
                              requirements for enhancements / new development
                            - Develop and enhance back-end jobs to support new
                              requirements, business rules and scenarios
                            - Diagnose and fix issues with existing jobs
                            - This will include working with Database developers
                              to create and execute database queries
                            - Provide L1/L2 support for existing programs
                            - This will include investigating databases, logs etc
                            - Co-ordinate between various stakeholders and
                              development teams to clarify requirements, execute
                              and implement changes
                        job_id: -ykhwXzdXbbcvU1CAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 33.019844
                        job_longitude: -96.69888
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-02T22:03:08.000Z
                        job_offer_expiration_timestamp: 1719957788
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T22:03:54.000Z
                        job_posted_at_timestamp: 1717538634
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: true
                          no_experience_required: false
                          required_experience_in_months: 96
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                            is_direct: false
                            publisher: LinkedIn
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaniWNLE-QBJ2wp3ZHczdb8CEh6e5vMNxmOlnv&s=0
                        employer_name: Prestige Staffing
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/sr-python-engineer-austin-tx-residents-only-at-prestige-staffing-3917549329
                        job_apply_quality_score: 0.6218
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Sr Backend (Python) Engineer


                          Direct Hire W2 (No C2C; No H1)


                          Hybrid Austin 78702 (must already live in Austin, TX)


                          Qualifications:

                          • Experience doing backend development using Python

                          • Proficient with PostgreSQL or other relational
                          databases

                          • Experience with Infrastructure as Code (IaC);
                          Terraform

                          • Kubernetes, Dockers, Github CI/CD, GCP cloud


                          Benefits:

                          • Medical/Dental/Vision coverage

                          • Life insurance paid by employer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=-GDTyBea8-9R3kiaAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - Medical/Dental/Vision coverage
                            - Life insurance paid by employer
                          Qualifications:
                            - Experience doing backend development using Python
                            - Proficient with PostgreSQL or other relational
                              databases
                            - Experience with Infrastructure as Code (IaC);
                              Terraform
                            - Kubernetes, Dockers, Github CI/CD, GCP cloud
                        job_id: -GDTyBea8-9R3kiaAAAAAA==
                        job_is_remote: false
                        job_job_title: Engineer
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-07T14:43:33.000Z
                        job_offer_expiration_timestamp: 1720363413
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T18:29:18.000Z
                        job_posted_at_timestamp: 1717612158
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Sr Python Engineer (Austin, TX Residents Only)
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.ziprecruiter.com/c/Softpath-System-LLC/Job/Python-Developers/-in-Addison,TX?jid=249b8095e4c1c653
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.dice.com/job-detail/98b39199-d69f-4153-936d-57c870fec409
                            is_direct: true
                            publisher: Dice
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-addison-tx-charlotte-nc-denver-co-chicago-il-local-at-dice-3942958199
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Addison
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client, 1
                          Point System, is seeking the following. Apply via Dice
                          today!


                          Role: Python Developer


                          Locations: Addison, TX OR Charlotte, NC or Denver, CO
                          or Chicago, IL (Hybrid)


                          Contract/contract to hire and Contract Length: 18
                          months

                          • Top 3 requirements:

                          • 3-5 yrs of python development experience

                          • REST APIs

                          • SQL

                          • Willingness to pick up new technologies outside of
                          Python


                          Day to Day Responsibilities/project specifics:


                          Work with stakeholders directly to build, design,
                          deliver, re-write, and maintain efficient, reusable,
                          and reliable security automations using Python. This
                          role is highly detail oriented and will require
                          hands-on knowledge of programming languages, APIs, and
                          integrations.


                          Review API documentation and connect third-party
                          services


                          Produce custom code in Python


                          This role will be responsible for the whole lifecycle
                          of an automation playbook, from requirements gathering
                          and -planning to design, testing, implementation, and
                          maintenance


                          Create detailed technical documentation regarding to
                          your orchestration


                          Collaborate with other internal teams


                          Follow all change management processes and
                          requirements on integrations


                          Python Developer::Addison TX::Charlotte, NC::Denver,
                          CO::Chicago, IL(Local)
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Et5wJYbykCwnGPJfAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 3-5 yrs of python development experience
                            - SQL
                            - Willingness to pick up new technologies outside of
                              Python
                          Responsibilities:
                            - Work with stakeholders directly to build, design,
                              deliver, re-write, and maintain efficient,
                              reusable, and reliable security automations using
                              Python
                            - This role is highly detail oriented and will
                              require hands-on knowledge of programming
                              languages, APIs, and integrations
                            - Review API documentation and connect third-party
                              services
                            - Produce custom code in Python
                            - This role will be responsible for the whole
                              lifecycle of an automation playbook, from
                              requirements gathering and -planning to design,
                              testing, implementation, and maintenance
                            - Create detailed technical documentation regarding
                              to your orchestration
                            - Collaborate with other internal teams
                            - Follow all change management processes and
                              requirements on integrations
                        job_id: Et5wJYbykCwnGPJfAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.96179
                        job_longitude: -96.82917
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:59.000Z
                        job_offer_expiration_timestamp: 1720193339
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:59.000Z
                        job_posted_at_timestamp: 1717601339
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 36
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer::Addison TX::Charlotte, NC::Denver, CO::Chicago,
                          IL(Local)
                      - apply_options:
                          - apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                            is_direct: true
                            publisher: Dice
                          - apply_link: https://www.careerbuilder.com/job/J3Q6PV6ZTMMYP5230RC
                            is_direct: false
                            publisher: CareerBuilder
                          - apply_link: https://jooble.org/jdp/-5655910625360218956
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://lifeworq.com/job/ac6baf00-2973-4b7f-9521-e10d661d661c
                            is_direct: false
                            publisher: LifeworQ
                          - apply_link: https://www.salary.com/job/arthur-lawrence/sap-application-developer/j202405180437521643291
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://us.bebee.com/job/ccba59835ff2fdbc65d12ac4bff2d244
                            is_direct: false
                            publisher: BeBee
                          - apply_link: https://us.trabajo.org/job-2951-34ec032c8ca01fdbad690dec5579f526
                            is_direct: false
                            publisher: Trabajo.org
                          - apply_link: https://us.jobrapido.com/jobpreview/3280438807
                            is_direct: false
                            publisher: Jobrapido.com
                        employer_company_type: null
                        employer_logo: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/uqybhmcprfr94mkrqtac
                        employer_name: Arthur Lawrence
                        employer_website: http://www.arthurlawrence.net
                        job_apply_is_direct: true
                        job_apply_link: https://www.dice.com/job-detail/4f7c3988-2b64-4a06-b513-69a0b9820b51
                        job_apply_quality_score: 0.5945
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          Arthur Lawrence is looking to hire a Python Developer
                          having expertise in data engineering based in Houston,
                          TX. Please find the job description below and send us
                          your updated resume, if interested:


                          Core Requirements:

                          • 7+ years of strong experience in Python programming

                          • Experience with NumPy, Pandas, and other Python Data
                          Engineering packages

                          • Demonstrated experience with SQL relational
                          databases, and Object Storage, etc.

                          • Exposure to testing, packaging and deploying machine
                          learning models

                          • Proficient in developing and maintaining data
                          pipelines, API endpoints & microservices

                          • In-depth understanding of MLOps, and Machine
                          Learning Platform technologies

                          • Strong experience in Python Object-Oriented
                          Programming (OOP)


                          About Us:


                          Arthur Lawrence is a management and technology
                          consulting firm providing enterprise-wide business
                          transformation and business applications
                          implementation services to Fortune 100 and Big 4
                          organizations. Our in-depth technical knowledge and
                          broad experience in working with world-class companies
                          enable organizations to leverage our capabilities in
                          developing winning strategies and cost-effective
                          solutions.


                          We are a UN Women Empowerment Principal Signatory and
                          are certified by National Minority Supplier
                          Development Council.


                          Recent Associations & Acknowledgments:

                          • Been recognized as a 2023 TOP WORK PLACE by the
                          Houston Chronicle

                          • IAOP Award; Ranked in the top 100 internationally

                          • Ranked among the Inc 5000 twice - as one of the
                          FASTEST GROWING COMPANIES OF AMERICA

                          • Member of HMSDC, NMSDC and NY&NJMSDC


                          Our Seven Pillars:


                          We rely on the seven core values that we believe
                          enable us to deliver quality for our consultants and
                          clients: Education, Integrity, Value Creation,
                          Collaboration, Best Client, Best People, and
                          Stewardship. Through strict adherence to these core
                          values, we have achieved success beyond all documented
                          forecasts and anticipation.
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=h4pXEC8mFLaITVAhAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - 7+ years of strong experience in Python programming
                            - Experience with NumPy, Pandas, and other Python
                              Data Engineering packages
                            - Demonstrated experience with SQL relational
                              databases, and Object Storage, etc
                            - Exposure to testing, packaging and deploying
                              machine learning models
                            - Proficient in developing and maintaining data
                              pipelines, API endpoints & microservices
                            - In-depth understanding of MLOps, and Machine
                              Learning Platform technologies
                            - Strong experience in Python Object-Oriented
                              Programming (OOP)
                        job_id: h4pXEC8mFLaITVAhAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-04T15:46:54.000Z
                        job_offer_expiration_timestamp: 1720108014
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T15:46:54.000Z
                        job_posted_at_timestamp: 1717429614
                        job_posting_language: en
                        job_publisher: Dice
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills:
                          - Python Development
                          - Python OOP
                          - Python Data Engineering
                          - NumPy
                          - Pandas
                          - Python Data Engineering Packages
                          - Machine Learning Platform Technologies
                          - MLOps
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.dice.com/job-detail/4169dcac-58f9-4220-9c2e-8fd522707530
                            is_direct: true
                            publisher: Dice.com
                          - apply_link: https://www.salary.com/job/nityo-infotech-corporation/oracle-pl-sql-with-python-developer/j202406050518255755049
                            is_direct: false
                            publisher: Salary.com
                          - apply_link: https://pythonjob.xyz/job/2hQhnI6UKnffn5yP49ySfz8EMRB/Oracle%20Pl-SQL%20With%20Python%20Developer
                            is_direct: false
                            publisher: Python Jobs
                        employer_company_type: Information
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQKlgydP7sElaJC9qPrtNHwBhyTMHYgii1RPWsy&s=0
                        employer_name: Dice
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/oracle-pl-sql-with-python-developer-at-dice-3942957031
                        job_apply_quality_score: 0.647
                        job_benefits: null
                        job_city: Austin
                        job_country: US
                        job_description: >-
                          Dice is the leading career destination for tech
                          experts at every stage of their careers. Our client,
                          Nityo Infotech Corporation, is seeking the following.
                          Apply via Dice today!

                          • Candidate should have experience in working in
                          support, with onsite-offshore working model

                          • At least 4 Years of experience working in developing
                          Python and Oracle pl/sql applications.

                          • At least 3 Years Python scripting, using pandas data
                          frame etc.

                          • At least 3 Oracle pl/sql, packages, procedures,
                          functions, triggers, db links, etc.

                          • Good hands-on experience in performance tuning
                          concepts using hints, AWR reports, etc.

                          • Should have good logical and analytical capability.


                          Oracle Pl/SQL With Python Developer
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=EmcCmBMeFVEejN7sAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - Candidate should have experience in working in
                              support, with onsite-offshore working model
                            - At least 4 Years of experience working in
                              developing Python and Oracle pl/sql applications
                            - At least 3 Years Python scripting, using pandas
                              data frame etc
                            - At least 3 Oracle pl/sql, packages, procedures,
                              functions, triggers, db links, etc
                            - Good hands-on experience in performance tuning
                              concepts using hints, AWR reports, etc
                            - Should have good logical and analytical capability
                        job_id: EmcCmBMeFVEejN7sAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 30.267153
                        job_longitude: -97.74306
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: "519130"
                        job_naics_name: Internet Publishing and Broadcasting and Web Search Portals
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-07-05T15:28:39.000Z
                        job_offer_expiration_timestamp: 1720193319
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-05T15:28:39.000Z
                        job_posted_at_timestamp: 1717601319
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 48
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Oracle Pl/SQL With Python Developer
                      - apply_options:
                          - apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                            is_direct: true
                            publisher: Indeed
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-zodiac-solutions-JV_IC1140006_KO0,16_KE17,33.htm?jl=1009308551406
                            is_direct: true
                            publisher: Glassdoor
                          - apply_link: https://www.simplyhired.com/job/MIAoR0pUHnkHVEMQUGz_e3S4mFwhHbSyPK2r4_W_zfkAdGLyTu5GhQ
                            is_direct: false
                            publisher: SimplyHired
                          - apply_link: https://lazyapply.com/jobpreview/job_ebd8623e20657fd7
                            is_direct: true
                            publisher: LazyApply
                        employer_company_type: null
                        employer_logo: null
                        employer_name: Zodiac Solutions
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.indeed.com/viewjob?jk=ebd8623e20657fd7
                        job_apply_quality_score: 0.6282
                        job_benefits:
                          - health_insurance
                          - dental_coverage
                          - retirement_savings
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          Job Title: Python Developer


                          Location: Hybrid Jersey City, NJ, Irving, TX,


                          fulltime


                          Responsibilities:

                          • 7+ years of full-time development experience using
                          Python

                          • Developing a data-centric application, hosting many
                          data pipelines.

                          • Experience with Python application frameworks
                          (Django, Flask, Pyramid, Tornado)

                          • Experience with Python testing and code analysis
                          tools (Pytest, Pylint)

                          • Strong SQL skills

                          • Strong troubleshooting skills

                          • On-point communication skills


                          Skills: Python, Django, Flask, SQL, Oracle


                          Job Type: Full-time


                          Pay: $101,143.02 - $121,806.65 per year


                          Benefits:

                          • 401(k)

                          • Dental insurance

                          • Health insurance


                          Schedule:

                          • 8 hour shift


                          Experience:

                          • REST: 1 year (Preferred)


                          Work Location: In person
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=ESnfWSFksxIeEsamAAAAAA%3D%3D
                        job_highlights:
                          Benefits:
                            - "Pay: $101,143.02 - $121,806.65 per year"
                            - 401(k)
                            - Dental insurance
                            - Health insurance
                          Qualifications:
                            - Experience with Python testing and code analysis
                              tools (Pytest, Pylint)
                            - Strong troubleshooting skills
                            - "Skills: Python, Django, Flask, SQL, Oracle"
                          Responsibilities:
                            - Developing a data-centric application, hosting
                              many data pipelines
                            - Experience with Python application frameworks
                              (Django, Flask, Pyramid, Tornado)
                        job_id: ESnfWSFksxIeEsamAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: 121806.65
                        job_min_salary: 101143.02
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-10-04T09:32:14.000Z
                        job_offer_expiration_timestamp: 1728034334
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T14:10:58.000Z
                        job_posted_at_timestamp: 1717510258
                        job_posting_language: en
                        job_publisher: Indeed
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: 84
                        job_required_skills: null
                        job_salary_currency: USD
                        job_salary_period: YEAR
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                            is_direct: true
                            publisher: ZipRecruiter
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-ea-team-inc-3939015429
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://jooble.org/jdp/3557705416031359608
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://us.jora.com/job/Python-Developer-3eab1e859e4fd848e7651622d267091a
                            is_direct: false
                            publisher: Jora
                          - apply_link: https://reactjsjob.com/job/2hNWdzn4ZTgc96TJ0i9oydsTpbn
                            is_direct: false
                            publisher: React Jobs
                          - apply_link: https://us.jobrapido.com/jobpreview/3281088650
                            is_direct: false
                            publisher: Jobrapido.com
                          - apply_link: https://www.devengineerjobs.com/job/o3ikm4xh/houston/python-developer
                            is_direct: false
                            publisher: Dev Engineer Jobs
                        employer_company_type: null
                        employer_logo: null
                        employer_name: EA Team Inc.
                        employer_website: null
                        job_apply_is_direct: true
                        job_apply_link: https://www.ziprecruiter.com/c/EA-Team-Inc./Job/Python-Developer/-in-Houston,TX?jid=b043fb61ea5b3e3a
                        job_apply_quality_score: 0.6282
                        job_benefits: null
                        job_city: Houston
                        job_country: US
                        job_description: >-
                          • They need senior most Python development expert who
                          knows .net. Eventually ask is someone who started his
                          career in .net and later moved to Python and is strong
                          on Python skill.

                          • The developers will work with business directly, so
                          they are asking for strong profiles only.
                        job_employment_type: FULLTIME
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=LBTLxpk_A-HrwUKAAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - They need senior most Python development expert
                              who knows .net
                        job_id: LBTLxpk_A-HrwUKAAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 29.760427
                        job_longitude: -95.369804
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories:
                          - "15-1132.00: Software Developers, Applications"
                        job_offer_expiration_datetime_utc: 2024-07-04T00:00:00.000Z
                        job_offer_expiration_timestamp: 1720051200
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-04T03:28:15.000Z
                        job_posted_at_timestamp: 1717471695
                        job_posting_language: en
                        job_publisher: ZipRecruiter
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: false
                          degree_mentioned: false
                          degree_preferred: false
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: false
                        job_required_experience:
                          experience_mentioned: false
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python Developer
                      - apply_options:
                          - apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                            is_direct: false
                            publisher: LinkedIn
                          - apply_link: https://www.indeed.com/viewjob?jk=d6c8fd8442d92c59
                            is_direct: false
                            publisher: Indeed
                          - apply_link: https://www.ziprecruiter.com/c/Radiant-Digital/Job/Python-developer/-in-Irving,TX?jid=280a13da54bdbe8c
                            is_direct: false
                            publisher: ZipRecruiter
                          - apply_link: https://www.monster.com/job-openings/python-developer-irving-tx--cd566404-4b5a-4e94-88ac-bda7599a9aa8
                            is_direct: false
                            publisher: Monster
                          - apply_link: https://www.glassdoor.com/job-listing/python-developer-radiant-digital-JV_IC1140006_KO0,16_KE17,32.htm?jl=1009307259514
                            is_direct: false
                            publisher: Glassdoor
                          - apply_link: https://www.levels.fyi/jobs?jobId=94534723149144774
                            is_direct: false
                            publisher: Levels.fyi
                          - apply_link: https://jooble.org/jdp/9188758953535586488
                            is_direct: false
                            publisher: Jooble
                          - apply_link: https://www.adzuna.com/details/4721463826
                            is_direct: false
                            publisher: Adzuna
                        employer_company_type: null
                        employer_logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSRiJvIhuXjC3SqcbEwN42BhCEDS9QO49d68Hni&s=0
                        employer_name: Radiant Digital
                        employer_website: null
                        job_apply_is_direct: false
                        job_apply_link: https://www.linkedin.com/jobs/view/python-developer-at-radiant-digital-3941205414
                        job_apply_quality_score: 0.641
                        job_benefits: null
                        job_city: Irving
                        job_country: US
                        job_description: >-
                          About Us


                          Radiant Digital delivers technology consulting and
                          business solutions for commercial and government
                          clients.


                          Our flexible delivery model allows us to provide
                          end-to-end solution delivery, single project
                          execution, and, or strategic resources.


                          CMMI Maturity Level III and ISO 9001 – 2015 certified.


                          Responsibilities


                          Required Qualifications:


                          MUST HAVE SKILLS (Most Important)


                          Minimum 10+ years of experience


                          Bachelor's degree in Computer Science, Engineering, or
                          related field.

                          • Proven experience (8 years) in Python development,
                          with a focus on data processing and analysis of
                          spatial data.

                          • Strong proficiency in PostgreSQL database
                          management, including schema design, query
                          optimization, and performance tuning.

                          • Experience working with spatial data formats (e.g.,
                          GeoJSON, Shapefiles) and libraries (e.g., GeoPandas,
                          Shapely).

                          • Familiarity with multiprocessing techniques and
                          libraries (e.g., multiprocessing, concurrent.futures)
                          for parallel processing.

                          • Excellent problem-solving skills and ability to work
                          effectively in a fast-paced, collaborative
                          environment.

                          • Strong communication skills and ability to
                          articulate technical concepts to non-technical
                          stakeholders
                        job_employment_type: CONTRACTOR
                        job_experience_in_place_of_education: false
                        job_google_link: https://www.google.com/search?gl=us&hl=en&rciv=jb&q=python+developer+in+texas,+usa&start=0&schips=employment_type,requirements,gcat_category.id,job_family_1,industry.id,organization_mid&ibp=htl;jobs&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D#fpstate=tldetail&htivrt=jobs&htiq=python+developer+in+texas,+usa&htidocid=Nm7iBeoaEq25YENZAAAAAA%3D%3D
                        job_highlights:
                          Qualifications:
                            - MUST HAVE SKILLS (Most Important)
                            - Minimum 10+ years of experience
                            - Bachelor's degree in Computer Science,
                              Engineering, or related field
                            - Proven experience (8 years) in Python development,
                              with a focus on data processing and analysis of
                              spatial data
                            - Strong proficiency in PostgreSQL database
                              management, including schema design, query
                              optimization, and performance tuning
                            - Experience working with spatial data formats
                              (e.g., GeoJSON, Shapefiles) and libraries (e.g.,
                              GeoPandas, Shapely)
                            - Familiarity with multiprocessing techniques and
                              libraries (e.g., multiprocessing,
                              concurrent.futures) for parallel processing
                            - Excellent problem-solving skills and ability to
                              work effectively in a fast-paced, collaborative
                              environment
                            - Strong communication skills and ability to
                              articulate technical concepts to non-technical
                              stakeholders
                        job_id: Nm7iBeoaEq25YENZAAAAAA==
                        job_is_remote: false
                        job_job_title: null
                        job_latitude: 32.81402
                        job_longitude: -96.94889
                        job_max_salary: null
                        job_min_salary: null
                        job_naics_code: null
                        job_naics_name: null
                        job_occupational_categories: null
                        job_offer_expiration_datetime_utc: 2024-11-30T19:44:01.000Z
                        job_offer_expiration_timestamp: 1732995841
                        job_onet_job_zone: "4"
                        job_onet_soc: "15113200"
                        job_posted_at_datetime_utc: 2024-06-03T19:43:47.000Z
                        job_posted_at_timestamp: 1717443827
                        job_posting_language: en
                        job_publisher: LinkedIn
                        job_required_education:
                          associates_degree: false
                          bachelors_degree: true
                          degree_mentioned: true
                          degree_preferred: true
                          high_school: false
                          postgraduate_degree: false
                          professional_certification: false
                          professional_certification_mentioned: true
                        job_required_experience:
                          experience_mentioned: true
                          experience_preferred: false
                          no_experience_required: false
                          required_experience_in_months: null
                        job_required_skills: null
                        job_salary_currency: null
                        job_salary_period: null
                        job_state: TX
                        job_title: Python developer
                  parameters:
                    type: object
                    properties:
                      actively_hiring:
                        type: boolean
                        description: Indicates whether the company is actively hiring.
                        example: false
                      categories:
                        type: array
                        items: {}
                        description: List of job categories.
                      company_types:
                        type: array
                        items: {}
                        description: Types of companies offering jobs.
                      date_posted:
                        type: string
                        description: Specifies when the job was posted.
                        example: all
                      employer:
                        type: array
                        items: {}
                        description: List of employers.
                      employment_types:
                        type: array
                        items: {}
                        description: Types of employment (full-time, part-time, etc.).
                      exclude_job_publishers:
                        type: array
                        items: {}
                        description: List of job publishers to exclude.
                      job_requirements:
                        type: array
                        items: {}
                        description: List of job requirements.
                      job_titles:
                        type: array
                        items: {}
                        description: Job titles being searched for.
                      num_pages:
                        type: number
                        description: The number of pages in the job search results.
                        example: 1
                      page:
                        type: number
                        description: The current page number in the search results.
                        example: 1
                      query:
                        type: string
                        description: The search query for job listings.
                        example: python developer in texas, usa
                      remote_jobs_only:
                        type: boolean
                        description: Indicates whether only remote jobs should be included.
                        example: false
                  request_id:
                    type: string
                    description: A unique identifier for the request.
                    example: c8f8215f-f2a0-42a3-b6b4-23b661e6cee9
                  status:
                    type: string
                    description: The status of the API response.
                    example: OK
              example:
                Example:
                  value:
                    status: OK
                    request_id: a49b00bd-a8cd-4053-b6f2-a63aa2ee4b5b
                    parameters:
                      seller_id: A02211013Q5HP3OMSZC7W
                      country: US
                      page: 1
                      sort_by: RELEVANCE
                    data:
                      seller_id: A02211013Q5HP3OMSZC7W
                      total_products: 81
                      country: US
                      domain: www.amazon.com
                      seller_products:
                        - asin: B09X7FXHVJ
                          product_title: SanDisk 128GB Extreme PRO SDXC UHS-I Memory Card - C10, U3, V30,
                            4K UHD, SD Card - SDSDXXD-128G-GN4IN
                          product_price: $21.97
                          product_original_price: $24.99
                          currency: USD
                          product_star_rating: "4.8"
                          product_num_ratings: 61131
                          product_url: https://www.amazon.com/dp/B09X7FXHVJ
                          product_photo: https://m.media-amazon.com/images/I/81wwLOgkLgL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $21.97
                          is_best_seller: true
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 10K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                          product_badge: Best Seller
                        - asin: B08KSY222G
                          product_title: 32GB Ultra 100MBs Sandisk SDHC Memory Card
                          product_price: $8.25
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 2158
                          product_url: https://www.amazon.com/dp/B08KSY222G
                          product_photo: https://m.media-amazon.com/images/I/61QOQlB0RDL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $8.25
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 10K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                        - asin: B07P4HBRMV
                          product_title: SanDisk 256GB High Endurance Video microSDXC Card with Adapter
                            for Dash Cam and Home Monitoring systems - C10, U3,
                            V30, 4K UHD, Micro SD Card - SDSQQNR-256G-GN6IA
                          product_price: $22.88
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 10547
                          product_url: https://www.amazon.com/dp/B07P4HBRMV
                          product_photo: https://m.media-amazon.com/images/I/61CPC6PDE2L._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $22.88
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: 10K+ bought in past month
                          delivery: FREE delivery on $35 shipped by Amazon.
                          has_variations: false
                        - asin: B0CK3L9WD3
                          product_title: Raspberry Pi 5 4GB Single Board Computer with Power Supply, M.2
                            SSD Connector, Dual-Band Wi-Fi, USB 3.0 Ports,
                            2.4GHz Quad-Core Processor – Ideal for DIY Projects,
                            Open-Source Development (Board Only)
                          product_price: $70.91
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 473
                          product_url: https://www.amazon.com/dp/B0CK3L9WD3
                          product_photo: https://m.media-amazon.com/images/I/61EQZoZvcEL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $70.91
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 1K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 Or fastest delivery Tomorrow, Feb 5
                          has_variations: false
                        - asin: B07NY23WBG
                          product_title: SanDisk 128GB High Endurance Video MicroSDXC Card with Adapter
                            for Dash Cam and Home Monitoring systems - C10, U3,
                            V30, 4K UHD, Micro SD Card - SDSQQNR-128G-GN6IA
                          product_price: $14.70
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 30712
                          product_url: https://www.amazon.com/dp/B07NY23WBG
                          product_photo: https://m.media-amazon.com/images/I/71v7LnxsyLL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $14.70
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          product_availability: Only 4 left in stock - order soon.
                          climate_pledge_friendly: false
                          sales_volume: 7K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Thu, Feb 6 Only 4 left in stock - order
                            soon.
                          has_variations: false
                        - asin: B08J4HJ98L
                          product_title: SanDisk 32GB (Pack of 2) Ultra microSDHC UHS-I Memory Card
                            (2x32GB) with Adapter - SDSQUA4-032G-GN6MT [New
                            Version]
                          product_price: $13.01
                          product_original_price: $15.99
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 188113
                          product_url: https://www.amazon.com/dp/B08J4HJ98L
                          product_photo: https://m.media-amazon.com/images/I/71TjonaVO6L._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $13.01
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          product_availability: Only 4 left in stock - order soon.
                          climate_pledge_friendly: false
                          sales_volume: 8K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Thu, Feb 6 Only 4 left in stock - order
                            soon.
                          has_variations: false
                        - asin: B06XC1WGQR
                          product_title: SanDisk 256GB Ultra Dual Drive USB Type-C - USB-C, USB 3.1 -
                            SDDDC2-256G-G46,Black
                          product_price: $22.83
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.5"
                          product_num_ratings: 111305
                          product_url: https://www.amazon.com/dp/B06XC1WGQR
                          product_photo: https://m.media-amazon.com/images/I/516O7zISveL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $22.83
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 8K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                        - asin: B0B7NSTFLD
                          product_title: SanDisk 256GB Ultra SDXC UHS-I Memory Card - Up to 150MB/s, C10,
                            U1, Full HD, SD Card - SDSDUNC-256G-GN6IN
                          product_price: $26.71
                          product_original_price: $32.99
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 75378
                          product_url: https://www.amazon.com/dp/B0B7NSTFLD
                          product_photo: https://m.media-amazon.com/images/I/81QtfZzo-FL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $26.71
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 5K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                        - asin: B07YFG7T8F
                          product_title: SanDisk 32GB Ultra SDHC UHS-I Memory Card - 90MB/s, C10, U1, Full
                            HD, SD Card - SDSDUNR-032G-GN6IN
                          product_price: $8.25
                          product_original_price: $8.99
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 89551
                          product_url: https://www.amazon.com/dp/B07YFG7T8F
                          product_photo: https://m.media-amazon.com/images/I/81xr3r2fk2L._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $8.25
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 1K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                        - asin: B07XDCZ9J3
                          product_title: SanDisk 64GB X2 (128GB) MicroSDXC Ultra Uhs-1 Memory Card
                          product_price: $14.21
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 12012
                          product_url: https://www.amazon.com/dp/B07XDCZ9J3
                          product_photo: https://m.media-amazon.com/images/I/61eUgiKiEDL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $14.21
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 3K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                        - asin: B09X7DNF6G
                          product_title: Sandisk SDSQXCD-128G-GN6MA Extreme Pro Microsdxc 128gb+sd Flsh
                            Adapter 200mb/s 90mb/s A2 C10 V30 U
                          product_price: $17.41
                          product_original_price: $18.85
                          currency: USD
                          product_star_rating: "4.8"
                          product_num_ratings: 13028
                          product_url: https://www.amazon.com/dp/B09X7DNF6G
                          product_photo: https://m.media-amazon.com/images/I/61o8OmUS-iL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $17.41
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 2K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                        - asin: B007YX9OGW
                          product_title: SanDisk 128GB Cruzer Glide USB 2.0 Flash Drive -
                            SDCZ60-128G-B35,Black
                          product_price: $11.91
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 31907
                          product_url: https://www.amazon.com/dp/B007YX9OGW
                          product_photo: https://m.media-amazon.com/images/I/710dWgbaGuL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $11.91
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 500+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                        - asin: B09X7DMBVF
                          product_title: SanDisk 256GB Extreme Pro Durable, Captures 4K UHD Video, 200MB/s
                            Read and 140MB/s Write microSD UHS-I Card for
                            Recording Outdoor Adventures and Weekend Trips
                          product_price: $27.89
                          product_original_price: $34.99
                          currency: USD
                          product_star_rating: "4.8"
                          product_num_ratings: 13711
                          product_url: https://www.amazon.com/dp/B09X7DMBVF
                          product_photo: https://m.media-amazon.com/images/I/615YdkNEs1L._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $27.89
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          product_availability: Only 7 left in stock - order soon.
                          climate_pledge_friendly: false
                          sales_volume: 6K+ bought in past month
                          delivery: FREE delivery on $35 shipped by Amazon.Only 7 left in stock - order
                            soon.
                          has_variations: false
                        - asin: B0CWPPSDH8
                          product_title: SAMSUNG EVO Plus microSD Memory Card + Adapter, 256GB microSDXC,
                            Speeds Up to 160 MB/s, UHS-I, C10, U3, V10, A3,
                            Upgrade Storage for Phones, Tablets, Gaming
                            Consoles, DSLR Cameras, PCs, MB-MC256SA/AM
                          product_price: $23.47
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 195
                          product_url: https://www.amazon.com/dp/B0CWPPSDH8
                          product_photo: https://m.media-amazon.com/images/I/7144kppeFQL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $23.47
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 200+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                        - asin: B001W1BSM0
                          product_title: SanDisk Flash 16 GB SDHC Flash Memory Card SDSDB-016G (Label May
                            Change)
                          product_price: $7.30
                          product_original_price: null
                          currency: USD
                          product_star_rating: "4.6"
                          product_num_ratings: 42028
                          product_url: https://www.amazon.com/dp/B001W1BSM0
                          product_photo: https://m.media-amazon.com/images/I/71jpJNjAxLS._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $7.30
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: true
                          climate_pledge_friendly: false
                          sales_volume: 1K+ bought in past month
                          delivery: FREE delivery Sun, Feb 9 on $35 of items shipped by AmazonOr fastest
                            delivery Tomorrow, Feb 5
                          has_variations: false
                        - asin: B08HSS37H7
                          product_title: SanDisk 32GB 3-Pack Ultra USB 3.0 Flash Drive 32GB (Pack of 3) -
                            SDCZ48-032G-GAM46T, Black
                          product_price: $17.13
                          unit_price: $5.71
                          unit_count: 3
                          product_original_price: $23.99
                          currency: USD
                          product_star_rating: "4.7"
                          product_num_ratings: 43503
                          product_url: https://www.amazon.com/dp/B08HSS37H7
                          product_photo: https://m.media-amazon.com/images/I/71TUeg37CTL._AC_UY654_FMwebp_QL65_.jpg
                          product_num_offers: 1
                          product_minimum_offer_price: $17.13
                          is_best_seller: false
                          is_amazon_choice: false
                          is_prime: false
                          climate_pledge_friendly: false
                          sales_volume: 10K+ bought in past month
                          delivery: FREE delivery on $35 shipped by Amazon.
                          has_variations: false
    parameters:
      - *a1
security: {}
tags:
  - name: e-commerce-data
    description: Operations related to e-commerce-data
  - name: product-lookup
    description: Operations related to product-lookup
  - name: price-tracking
    description: Operations related to price-tracking
