GithubHelp home page GithubHelp logo

oim3640's Introduction

Software Development Portfolio Showcase - OIM 3640

Welcome to my Software Development Portfolio Showcase! ๐Ÿš€

Why Explore This Repository?

  • Discover Skilled Candidates: If you're a tech recruiter seeking skilled candidates in software development, this repository is a valuable resource to explore candidates' real-world coding skills and project experience.
  • Learn and Collaborate: Whether you're a fellow developer, a coding enthusiast, or someone intrigued by the world of programming, this portfolio serves as an open space to learn, collaborate, and exchange ideas.
  • Innovation and Creativity: Find inspiration for your team or projects by exploring my code, commit history, and detailed project documentation.
  • Engage and Connect: Your feedback and insights are highly valued! If you have any questions, suggestions, or would like to connect, please don't hesitate to reach out via issues or comments.

What Awaits You

Throughout this semester, prepare to discover a diverse collection of programming projects that showcase my skills in:

Data Alchemy

Explore projects dedicated to data manipulation, analysis, and visualization using Python's powerful libraries such as Pandas, Matplotlib, and Seaborn.

Artificial Minds

Delve into the realm of machine learning and artificial intelligence as I apply algorithms to solve real-world problems.

Software Mastery

Witness software projects designed to streamline processes, solve everyday challenges, and demonstrate my proficiency in software development.

Algorithmic Expertise

Join me on expeditions exploring the intricacies of algorithms and data structures through hands-on projects and code wizardry.

Be a Part of the Journey

I believe that the most rewarding learning experiences arise from collaboration and shared knowledge. Thus, please consider:

  • Forking: If you wish to experiment with the code, feel free to fork this repository.
  • Opening Issues: Whether you've discovered a bug, have a brilliant suggestion, or simply want to initiate a discussion, don't hesitate to open an issue.
  • Pull Requests: If you have improvements or enhancements to propose, submit a pull request. I am enthusiastic about contributions and enhancements from our vibrant community.

I eagerly anticipate sharing my coding journey with you and look forward to engaging in insightful discussions, learning from your expertise, and collectively redefining the boundaries of what can be achieved through software development.

Let's embark on this journey together!

Happy coding! ๐Ÿš€๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ‘ฉโ€๐Ÿ’ป

oim3640's People

Contributors

srobinsonwahl avatar

Watchers

Zhi Li avatar  avatar

oim3640's Issues

Exercises in Session 05

Overall good job.

def my_abs_4(a):
"""
(docstring)
returns the absolute value of any given number
"""
if a < 0:
return(-a)
else:
return(a)

  • No need to add (docstring) in docstrings
  • No need to use () for return, because return is not a function.

Exercises in Session 09

# Utilized pandas documentation and w3schools to help with this:
Personally I would not recommend W3Schools as good reference for Python. And you don't really need to use pandas for this one. Use f-string instead.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.