Giter Site home page Giter Site logo

pybites / challenges Goto Github PK

View Code? Open in Web Editor NEW
688.0 42.0 2.3K 113.49 MB

PyBites Code Challenges

Home Page: https://codechalleng.es/challenges/

Python 19.53% HTML 30.86% CSS 0.46% JavaScript 0.05% Jupyter Notebook 49.08% Shell 0.01% Smarty 0.01% Procfile 0.01%
challenge python hacktoberfest pybites codechallenges hacktoberfest2021

challenges's Introduction

PyBites Blog Code Challenges

The best way to learn to code is by doing it. PyBites Code Challenges == accelerated learning, but also fun and collaboration endorsing.

Welcome to the PyBites Blog Challenges page. (Please note, these are not the same as our Bites of Py Exercises)

These are free form, open ended, mini coding projects designed to take anywhere from a day to a week, created for our wonderful PyBites Community.

Q&A

How do I get started?

Head over to our platform, click on one and follow the instructions.

Where can I see other people's code submissions?

Browse (or checkout) our community branch - all PRs get merged into that branch.

How do I join your Slack Community?

Use this link - and use our #codechallenges channel for coding questions.

Can I help you out with code reviewing?

We are still getting a pretty manageable number of PRs to be able to merge them all in ourselves, but we do want to give each PR a bit more of a code review. As we're pretty busy we want to turn this into a community effort. So if you want to help out merging PRs into our challenges branch, become a moderator (and mentor!), you can volunteer on Slack.

Is this a place where we gonna be cool... just like Fonzie?

Ah you mean something like a Code of conduct? We wrote this when we started 2 years ago and it still holds true: "Remember, we don't strive for the 'best' solution, it's not a competition! Learning more + better Python is the main objective. Respect the newbie. There is no right or wrong answer. Do as much or as little as you want. Just have fun!"

I don't see the tests?

Remember our blog code challenges are mostly open-ended and for you to work locally using Git, then submit (PR) your code back to the repo's community branch. Do you like a more test-driven approach where you run your code against a set of pytests in the comfort of your browser? In that case we highly recommend that you try out our growing collection (173 at the time of writing) of Bites of Py Exercises ...

PyBites Challenges banner image

We believe solving code challenges is a very effective way to achieve Python mastery. Code more Python, share your journey on Slack, good luck and have fun!

Keep Calm and Code in Python! 
- Julian and Bob

challenges's People

Contributors

abkosar avatar anthlis avatar bbelderbos avatar bigarabuza avatar bmiraski avatar bymayanksingh avatar clamytoe avatar danielmichaels avatar danshorstein avatar dseptem avatar egandone avatar espatatis avatar feoh avatar fmitchell259 avatar fuzzygwalchmei avatar geoffriley avatar hobojoe1848 avatar javiercerna avatar jcastle13 avatar kiwisquash avatar matteobrv avatar mcjsk avatar puzzledpromise avatar pybites avatar realnitinworks avatar ronaldokun avatar userinfamous avatar vipinreyo avatar werefrog avatar zaubeerer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

challenges's Issues

pytest challenge

Provide code or take an existing project and write pytests.

Bonus: use mocking or other advanced features of the pytest module.

Automating the Process of Scraping all Hackerrank Solutions.

  1. Scrape all Hackerrank Solutions for your username.
  2. Organizing them in a directory structure as well as initializing a git repository.
  3. Make automated additions to personalized Github Repository for hackerrank solutions everytime the program is run, or if possible every time a successful solution is submitted on hackerrank.

maybe we can leverage Hackerrank API, Github API or Web Scraping.

Plagarism checker (NLTK part 2?)

  1. Converting word documents to pdf format.
  2. Merging of multiple pdfs to a single pdf.
  3. Plagarism checker
  4. Adding a word doc, excel file or any other file into a folder and convert it into zip folder.
  5. Extracting data out of pdf file. ( There was a talk in PyCon India 2017 related to this).
  6. Extract data from applications. Integrate with google docs. Visualize the data.

Some good use cases needed though.
Automation of daily tasks would be fun I guess.

concurrent.futures / threading challenge

I just started learning how to use concurrent.futures and found it very nice to work with compared to threading (which feels more like pthreads). Even with the GIL, threading is an interesting way to parcel out work.

Log parsing challenge

These make for some regex and timestamp conversion skills!

Potentially could get data from Kaggle

Let's Do good with Data !

Take any available open public dataset.
And draw insights out of it.

Public Data Example:

  1. List of primary schools data, something related to education
  2. Election data etc..

Cleaning, processing, cool data visualizations

code for refactoring

any chance you'd be able to submit some code that needs to be refactored that does not have any tests? i have plenty of code that needs to be refactored but i'd rather review some else's code for this challenge

Ansible!!!

Don't know if it's directly related to Python or not.
But have heard that lot of Python folks use Ansible for automation....

If this fits in. Something on this would be fun to learn and explore.

News aggregator challenge

Hi guys, I'd like to see a challenge about a news aggregator. Perhaps using an API such as newsapi. Would be perfect with Flask, but since we're trying to learn Django, perhaps with that framework instead.

challenge around refactoring code

  • recent article on this topic

  • community members reviewing each other's code (wow)

  • important developer skill

  • could make it a requirement to add tests before refactoring :)

Interview Questions!

How about a challenge based on known interview questions? Having to work through like five of them might be a good exercise! Might also be classified under algorithms...

Regex challenge part 2

Could deliver unittests of matches and ask the dev to write regexes to pass the tests

Create a cookiecutter template challenge.

The challenge would be to create your own cookiecutter template for creating a file or "project" files that you always create when starting a new project in order to cut down on boilerplate code.

Python Queues solutions

Build a chalenge on the light of this Medium Post - with producing and consuming from Queues.
Could be fun taking the example of Twitter streaming API and RabbitMQ like the post mentions.

Asyncio challenge

After hearing this asynchronous, single threaded buzz words, it is the hour now to implement one on our own.
It would be a lot of fun to have a challenge with asyncio, implementing something similar to this Loupe - Philip Roberts.

Challange 04 test fails due to non-static data

At this moment the required text for the last tweet appears instead already at item 97.
A solution is to mock the tweepy.API and inject static tweets. Will also dramatically decrease the test time (3s > 0.01s).

No Github activity from forked repos

While forking the repo and cloning from everyones own repository is easy it makes it so that when you work on a solution you dont get credit for github activity since it is in a forked repo. See https://help.github.com/articles/why-are-my-contributions-not-showing-up-on-my-profile/

What I did when I realized I wasnt getting credit for the activity is delete the fork on github, create a new repo on github, pushed it up to my and then set the upstream to the original repo so I could still pull updates. It is definitely not as easy but if people are using these challenges to acomplish things like 100 days of code they may want to see their progress show up on their activity board.

01 unit tests fails when using generators (Python3)

I'm pretty sure I have the right answer, but my functions return generators, not list/tuples. You should probably coerce an iterator in the test or else give instructions about what you expect in the tests in the README.

docs correction to code challenge 02

Hi Folk

I'm not sure if you have a repo for taking pull requests on your pybit.es site docs, but I noticed an issue with this challenge - https://pybit.es/codechallenge02.html

Use one of the templates:
$ cd 02
$ cp game-TEMPLATE.py game.py

There is no game-TEMPLATE.py file in the repo. I think you mean game-help.py or game-nohelp.py.

If you have a repo somewhere for this I can make the updates and submit the PR.

Cheers!

Peer Code Review

  1. Try reading and understanding someone else's code.
  2. Mention about the goods.
  3. Suggest if you have a more pythonic way of doing the same.
  4. Discuss feature extension if one has any idea.

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.