DEV Community

zoharasulin
zoharasulin

Posted on

OSDC-2023-assignment5

my assigment
Fix the PR that I was in assigment 4,Find more projects via PyDigger, and create more PR try this time to make it more interesting and more challenging.
Add better projects to our JSON (that are not ours).

Also I want to start write what I learned from our assigment in course ODSC

in setup.py I add author as:

 setuptools.setup(
    name="name of the project",
    version="1.1.7",
    author="Foo Bar",
    author_email="Foo.Bar.contact@Foo.com",
    license="MIT"
Enter fullscreen mode Exit fullscreen mode

and in pyproject.toml I add author as:

  [build-system]
    requires = ["poetry>=0.12"]
    build-backend = "poetry.masonry.api"
    license = "Apache-2.0"
Enter fullscreen mode Exit fullscreen mode

my PR was accepted or still not get respect from the authors.

this projects that I now add to following:

scanpy
Scanpy is a scalable toolkit for analyzing single-cell gene expression data built jointly with anndata.

seurat
Seurat is an R toolkit for single cell genomics, developed and maintained by the Satija Lab at NYGC.

autothresholdr
Algorithms for automatically finding appropriate thresholds for numerical data, with special functions for thresholding images.

Heroku

Built for developers, by developers.

Whether you're building a simple prototype or a business-critical product, Heroku's fully-managed platform gives you the simplest path to delivering apps quickly — using the tools and languages you already love!

Learn More

Top comments (0)

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

👋 Kindness is contagious

Explore a trove of insights in this engaging article, celebrated within our welcoming DEV Community. Developers from every background are invited to join and enhance our shared wisdom.

A genuine "thank you" can truly uplift someone’s day. Feel free to express your gratitude in the comments below!

On DEV, our collective exchange of knowledge lightens the road ahead and strengthens our community bonds. Found something valuable here? A small thank you to the author can make a big difference.

Okay