forked from beginner-codes/beginner.py-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduction.yaml
104 lines (96 loc) · 3.36 KB
/
production.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
bot:
prefix: "!"
status: "for '!help' to show you all commands"
guild_id: 644299523686006834
cogs:
admin: true
advent_of_code: true
beginner_cog:
enabled: true
from: beginner.beginner
bump: true
candidates: true
challenges: true
code_runner: true
fun: true
google: true
help: true
help_rotator: false
kudos: true
moderation: true
onboarding: true
python: true
pip: true
repeater: true
resources: true
role_assignment: true
rules: true
settings: true
spam: true
statistics: true
tips: true
user_roles: true
prompt_weather: true
prompt_luck: true
logging:
format: "%(asctime)s: %(levelname)-9s %(name)-16s :: %(message)s"
date_format: "%m/%d/%Y %I:%M:%S %p"
level: DEBUG
resources:
py:
name: Python
YouTube:
Corey Schafer: https://www.youtube.com/c/Coreyms/playlists
Mosh: https://www.youtube.com/playlist?list=PLTjRvDozrdlxj5wgH4qkvwSOdHLOCx10f
FreeCodeCamp: https://www.youtube.com/playlist?list=PLWKjhJtqVAbnqBxcdjVGgT3uVR10bzTEB
Books:
Automate the Boring Stuff with Python: https://automatetheboringstuff.com/2e/chapter0/
Websites:
Real Python (Basics Tutorials): https://realpython.com/tutorials/basics/
ds:
name: Data Science & Machine Learning
YouTube:
Making Friends with ML (This is a must watch for everyone): https://www.youtube.com/watch?v=fgF6XzcK3jw
Mazen Ahmed: https://www.youtube.com/channel/UCiFF3AvbzLWdRyRnQMEttqw/videos?view=0&sort=da&flow=grid
Python Programmer: https://www.youtube.com/c/FlickThrough/featured
Codebasics: https://www.youtube.com/playlist?list=PLeo1K3hjS3us_ELKYSj_Fth2tIEkdKXvV
Ken Jee: https://www.youtube.com/playlist?list=PL2zq7klxX5ATPC8RuqCuTDdki3b4NqKQv
Courses:
Kaggle Learn: https://www.kaggle.com/learn/overview
Google ML Course (Prior knowledge of Python, Pandas, Numpy highly recommended): https://developers.google.com/machine-learning/crash-course
pentesting:
name: Pentesting & Ethical Hacking
YouTube:
HackerSploit: https://www.youtube.com/watch?v=tHd8k54kVs8&list=PLBf0hzazHTGOEuhPQSnq-Ej8jRyXxfYvl
Joseph Delgadillo: https://www.youtube.com/watch?v=ElWo5fd4rIU&list=PLYmlEoSHldN7HJapyiQ8kFLUsk_a7EjCw&index=1
Courses:
Alison.com (login required): https://alison.com/topic/learn/100096/synopsis
Offensive Security (Metasploit course): https://www.offensive-security.com/metasploit-unleashed/
cybersecurity:
name: Ethical hacking and cybersecurity
Courses:
Cybrary General Cybersecurity: https://www.cybrary.it/catalog/cybersecurity/
Cybrary Ethical Hacking: https://www.cybrary.it/catalog/cybersecurity/ethical-hacking/
Coursera cybersecurity courses: https://www.coursera.org/courses?query=cybersecurity
Cisco NetAcad 'Introduction to Cybersecurity': https://www.netacad.com/courses/cybersecurity/introduction-cybersecurity
Practice Sites:
Hack This Site: https://www.hackthissite.org/
Hack The Box: https://www.hackthebox.eu/
PicoCTF: https://picoctf.org/
CTF101 Database: https://ctf101.org/
lang_aliases:
python: py
python3: py
python2: py
datascience: ds
data science: ds
data: ds
ai: ds
ml: ds
machinelearning: ds
machine learning: ds
hacking: pentesting
ethical-hacking: cybersecurity
ethical hacking: cybersecurity
capture the flag: cybersecurity
ctf: cybersecurity