Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Becoming Awesome! #160

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* text=auto
README.md merge=union
3 changes: 3 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Awesome Linter

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
Expand Down
74 changes: 74 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
## Contributor Covenant Code of Conduct

### Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
nationality, personal appearance, race, religion, or sexual identity and
orientation.

### Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

### Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

### Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.

### Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [email protected]. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

### Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
22 changes: 12 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
## Contribution Guide
First of all, we do appreciate your love about contributing to open source; specifically this project. Your changes will help audiences to find their best choice of learning contents for sure. If you're planning to have contributions to this project, you're are at the right spot!
## Contribution Guidelines

### Before you start..
Thank you for your enthusiasm in contributing to open source, especially to this repository. Your valuable contributions will undoubtedly help users find the best learning resources. We are excited that you are considering contributing to this project, as our efforts will have a positive impact. Welcome aboard!

### Check the Issues First
Before you make your changes, please consider checking the issues first. Your changes might have been disallowed or rejected already. Although this part might look optional, it'll avoid duplications in the pull requests' approvement process.

Since all contributors are making changes to a single file (README.md), if you've already forked this archive while ago, please update your forked repository with the `origin` remote repository first. :)
Since almost all contributors are about making changes to a single `README.md` file, if you've already forked this archive while ago, please update your forked repository with the `origin` remote repository first.

### Qualified references
We have collected this archive to be a good starting point for those who need to start a career or even learn a new technology in the different **Python** fields. Before you add your choices, make sure your reference is quialifed in the following parameters.
### Qualified References
We have collected this archive to be a perfectly neat starting point for those who need to start a career or even learn a new technology in any Python-related fields. Before you add your choices, make sure your reference is qualified based on the following criteria.

- The mentioned reference (Book, Video, Documentation, etc) **MUST** approve its creator's license in case of sharing and distribution.
- Positive-reviewed references have higher chance of accepting by the maintainers.
- The reference should explain the related subject in detail.

### Request for a new section..
You have a new topic that is not listed in the repository? Open a new issue and explain more about the it.
### Request for a New Section
You have a new topic that is not listed in the repository? Open a new issue and explain more about it.

### Keep Your PR Updated

### Final words..
All your contributions are welcome. Thanks for sharing your knowledge.
A lot of times, making a PR adhere to the standards above can be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. There's no need to open a new PR, just edit the existing one. If you're not sure how to do that, [here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) on the different ways you can update your PR so that we can merge it.
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Awesome Python Resources [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

[Python](https://www.python.org/) can be used in a lot of computer science fields. In this repository, we have collected resources for each field of computer science that are related to Python.\
**Not sure which source to choose?** You can follow the resources marked with a ✅ symbol, they are highly recommended by the community.
An expertly curated list of top-tier resources for Python in science and technical fields.

Titles marked with the "✅" emoji are highly recommended community-approved resources. Consider checking them out first.

### Contribution
Before you head over, read the [Contribution Guide](CONTRIBUTING.md) first. You are new to contribution process? For more information about the steps and guides, check out the [First Contribution Guide](https://github.com/firstcontributions/first-contributions).

### Table of Contents
## Table of Contents

- [Prerequisites](#prerequisites)
- [Algorithms and Data Structures](#algorithms-and-data-structures)
Expand Down Expand Up @@ -54,6 +51,7 @@ Before you head over, read the [Contribution Guide](CONTRIBUTING.md) first. You
- [Soft Skill](#soft-skill)
- [Public Cloud](#public-cloud)
- [IoT](#iot)
- [Contributing](#contributing)

## Prerequisites

Expand Down Expand Up @@ -520,9 +518,7 @@ Before you head over, read the [Contribution Guide](CONTRIBUTING.md) first. You
- [Source](https://github.com/instaloader/instaloader)

## Advanced Topics

⚠️ The following topics don't have any order or priority of learning.\
🔥 Choose topics that you are **interested in** or **suit your needs**.
The following topics don't have any order or priority of learning. Choose topics that you are **interested in** or **meet your needs**.

- ### Databases

Expand Down Expand Up @@ -678,9 +674,6 @@ Before you head over, read the [Contribution Guide](CONTRIBUTING.md) first. You
- [Pony ORM tutorial](https://docs.ponyorm.org/tutorials/first-steps.html)
- [Pony ORM examples](https://github.com/ponyorm/pony/tree/master/examples)




- ### Clean Architecture

- **Book**
Expand Down Expand Up @@ -798,7 +791,6 @@ Before you head over, read the [Contribution Guide](CONTRIBUTING.md) first. You

- #### DRY


- ### Design Patterns

- **Book**
Expand Down Expand Up @@ -968,3 +960,6 @@ Before you head over, read the [Contribution Guide](CONTRIBUTING.md) first. You

- #### Protocol
- [Practical MQTT with Steve](http://www.steves-internet-guide.com/)

## Contributing
Before you head over, read the [Contribution Guide](CONTRIBUTING.md) first. Please note that this repository is maintained with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
Loading