The Wayback Machine - https://web.archive.org/web/20211004084541/https://github.com/topics/beginner
Skip to content
#

beginner

Here are 2,075 public repositories matching this topic...

circuitpython
jepler
jepler commented Aug 19, 2021

This can reduce the amount of boilerplate required. Instead of introducing a macro such as QRIO_MODULE dependent on CIRCUITPY_QRIO and then adding an expansion of it in MICROPY_PORT_BUILTIN_MODULES_STRONG_LINKS, one simply writes in the bindings __init__.c file:

MP_REGISTER_MODULE(MP_QSTR_qrio, qrio_module, CIRCUITPY_QRIO);

where the first item is the module name as a qstr, th

Hacktoberfest-2020
parkhabit
parkhabit commented Mar 22, 2018

As a first time Pheonix user I followed the Step 1 in the readme and created the app, but when checking to see if I had done it properly I received the following error message numerous times, filling my terminal.

[error] Postgrex.Protocol (#PID<0.363.0>) failed to connect: ** (Postgrex.Error) FATAL 3D000 (invalid_catalog_name): database "chat_dev" does not exist

I understand that

OtacilioN
OtacilioN commented Sep 18, 2020

This is a really good task for beginners, you can help this awesome list by checking the repositories list.

If you find a repository that:

  • Is not available anymore
  • Is not being maintained anymore (11+ months of inactivity)
  • Is not accepting pull requests anymore for hacktoberfest 2020
  • Pull requests are not counting for hacktoberfest
  • Repositories that are "only to add your name"
starcli
hedyhli
hedyhli commented Aug 19, 2020

The latest usage gif was outdated and since then there were new features and bug fixes. We should provide a new, up-to-date when to show the full features.

Requirements:

  • Shouldn’t be too slow, it is recommended that it is sped up, but users should see clearly what is happening
  • No need to show all the features, but show as much as possible
  • It should be run like a user who downloaded

The motive behind Creating this repo is to feel the fear of mathematics and do what ever you want to do in Machine Learning , Deep Learning and other fields of AI
  • Updated Jan 6, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the beginner topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the beginner topic, visit your repo's landing page and select "manage topics."

Learn more