Skip to content

Here's what's popular on GitHub today...

datasets

Trending repository

mariosasko
mariosasko commented Nov 12, 2021

f-strings offer better readability/performance than str.format and %, so we should use them in all places in our codebase unless there is good reason to keep the older syntax.

NOTE FOR CONTRIBUTORS: To avoid large PRs and possible merge conflicts, do 1-3 modules per PR. Also, feel free to ignore the files located under datasets/*.

Build a game this November!

Game Off

Game Off is our annual month-long game jam where participants create games using their favorite game engines, libraries, and programming languages. Newbies, professional game developers, and everyone in between are welcome to join. It’s a great excuse to learn a new technology, collaborate on something over the weekends with friends, or create a game by yourself for the first time! Join now!

Babel logo

Popular topic

Babel is a compiler for writing next generation JavaScript, today.
Desarrollando directamente desde el browser GitHub Codespaces

Upcoming event recommended by GitHub

Nov
24

Desarrollando directamente desde el browser GitHub Codespaces

November 24, 2021 • Online

Codespaces nos permite utilizar Visual Studio Code incrustado dentro de GitHub, por lo que nos da la posibilidad de editar nuestro código, depurarlo, compilarlo e incluso desplegarlo y también hacer pair-programming a través de Live-Sharing.

App recommended by GitHub

Hound

Hound reviews your code then comments directly in Pull Requests, helping your team maintain consistent coding style and high code quality.

superset

Trending repository

SwifterSwift

Trending repository

TheStalwart
TheStalwart commented Mar 11, 2021

🚀
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!

**Describe the solution you'd li

Trending repository

multipass

Trending repository

App recommended by GitHub

Travis CI

Travis CI enables your team to test and ship your apps with confidence. It’s built for everyone and for projects and teams of all sizes, supporting over 20 different languages out of the box, including Javascript and Node.js, Ruby, PHP, Python, Mac/iOS, as well as Docker, while giving you full control over the build environment to customize it to your own needs.

Travis CI is trusted by hundreds of thousands of open source projects, teams, and developers.