Category: Python

  • Optimization Project

    I need a tutor to review and improve my MILP (Gurobi) and Simulated Annealing implementation for optemization project.

    Help needed in formulation validation, SA improvement, statistical analysis (mean/std/GAP%), and convergence plots.

    Requirements:

  • linear regression in machine learning

    can you explain mathematics behind linear regression.

    Requirements:

  • I need both source code and documention

    I need a responsive, user-friendly frontend for an eCommerce website, including homepage, product pages, cart, checkout, and user account sections.

    Requirements:

  • CRJ101 strayer week 4 modern day policing,society, and the f…

    def solve_problem(input_data):

    “””

    Briefly describe what this function does.

    “””

    # Your logic goes here

    result = input_data # Placeholder

    return result

    def main():

    # Example input

    data = “Hello World”

    # Execution

    output = solve_problem(data)

    # Display result

    print(f”Result: {output}”)

    if __name__ == “__main__”:

    main()

    Requirements:

  • Python asyncio: download URLs concurrently, max 3 at a time,…

    Learn how to handle concurrent Python tasks using asyncio with real-world practical limits.
    This question teaches you how to download multiple URLs simultaneously while keeping the original order of results and safely handling errors.
    Perfect for university students, backend developers, and Python enthusiasts, this problem covers async programming, concurrency control, and exception management.
    Solve it to master high-performance Python coding for web scraping, APIs, and automation.
    Includes tips for efficient asyncio design and handling maximum parallel requests without crashing your program.

    Requirements:

  • WHAT IS PYTHON

    Python is a computer programming language often used to build websites and software, automate tasks, and analyse data. Python is a general-purpose language, not specialised for any specific problems, and used to create various programmes

    Requirements:

  • Python Question

    I will provide you with two files that have all the instructions regarding the assignment.

    Requirements: 3 days

  • Research Assignment

    During this course, you will focus on designing and executing your own research paper. This is an individual paper with three deliverables, with the final goal of publishing the research paper in a peer-reviewed journal. You will have opportunities to iterate and revise your work based on peer and instructor feedback.

    This is a semester-long project and weighs a significant portion of your total grade (40%). Therefore, I expect you to take the project seriously and work toward it throughout the semester. In this project, you will use the knowledge and insights learned from scholarly papers discussed in the class to write a scholarly paper for yourself. You are free to work on any topic related to FinTech that interests you. At the end of this document, I provide some ideas and suggestions. You are welcome to work on those ideas if they interest you. I encourage you to try developing your own algorithms/methodology/technique, but you are also free to use existing methodology/algorithms/techniques. While deciding on the research project, please consider the availability of the data.

    A number of good FinTech-related data are publicly available. You can also use or to access stock market data. Bloomberg provides a large assortment of proprietary financial data, including the stock market, bond market, forex, ETF, financial news, and many more. If you are interested in any other proprietary data, e.g., WRDS, CRSP, or COMPUSTATE, you can consult me, and we can try to find a solution for that too.

    I strongly encourage you to use Python for curating and analyzing your research data. You are required to submit your Python codes [.py or .ipynb] file along with your final report. If you are using Google Colab or GitHub, you can submit the link and make sure to give me access to the code. This code may include your data, model/algorithm if you are using any, and data analysis part.

    Please make sure that your code compiles. Submitting code for your proposal and milestone report is optional. You will not be graded for your code on these two submissions. However, if you are struggling with any specific aspect of the code, or wondering whether your code works, you are encouraged to submit your code. I will review it and provide feedback. This code may include your data, model/algorithm if you are using any, and data analysis part.

    There are a total of four deliverables during the semester:

    1. Project Deliverable 1: Research Proposal (Week 6).
    2. Project Deliverable 2: Progress Report (Week 10). You will submit a draft report including your progress on the project.
    3. Project Deliverable 3: Presentation (Week 14). You will create a 10-minute presentation of your project.
    4. Project Deliverable 4: Final Paper (Week 15). You will complete the research paper and associated codes.

    Writing Instructions

    All of the writing you submit (i.e., proposal, progress report, and final paper) should follow style and grammar guidelines. You can reference the APAs to get detailed instructions on APA style. You can also refer to a

    on the APA website. All resources should be properly cited both in-text and in the reference list. Please follow APA referencing guidelines

    Research Ideas

    Below are several potential project ideas for your consideration (you are free to work on your own projects not contained on this list as well).

    1. Analyze the network structure of financial assets.
    2. Exchange-traded Funds (ETFs, their performance, and network effect).
    3. Classifying Financial Time Series: What features of financial return time series can be used to classify them into their correct asset class?
    4. FINTECH and their consumer complaints: Are FinTech companies better equipped to deal with consumer complaints?

    You can get data consumer complaint data from here:

    • (CFPB)
    • (CFPB)

    Learning Outcomes:

    In this activity, you will be assessed on your ability to:

    • Synthesize algorithms and data from different sources to produce business results and knowledge.
    • Write a research paper that has the potential to publish in a peer-reviewed journal.
  • Application Development

    Application Development Class

    Requirements:

  • A simple way to run Python scripts from Node.js with basic b…

    Design and critically evaluate a cross-language data processing system that uses Node.js and Python for high-performance computation, where Node.js handles user requests and orchestration while Python executes computationally intensive tasks. Using the python-shell package, explain how you would:

    1. Architect reliable inter-process communication between Node.js and Python using stdin and stdout streams in text, JSON, and binary modes, and justify when each mode is most appropriate.
    2. Implement custom parsers and formatters to ensure structured and secure data exchange, including validation of incoming and outgoing messages.
    3. Configure execution options such as pythonPath, scriptPath, and runtime arguments to support multiple environments (e.g., development, production, and cross-platform deployment).
    4. Handle errors robustly by detecting non-zero exit codes, capturing Python tracebacks from stderr, and generating extended stack traces in Node.js for debugging and logging.
    5. Optimize performance and scalability when spawning multiple Python child processes concurrently, while preventing resource leaks and ensuring proper process termination.
    6. Compare the use of PythonShell.run, runString, and direct instance-based communication (send, on('message'), end) in terms of flexibility, maintainability, and real-time communication requirements.

    Finally, propose a testing and monitoring strategy to validate syntax, detect runtime failures, and ensure reliable data transfer between Node.js and Python under high-load conditions.

    Requirements: code files long