You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2024. It is now read-only.
> This Python Tutorial list its created by [Paris Nakita Kejser](https://www.pnk.sh) on [YouTube](https://www.youtube.com/channel/UCkFxhKB3S-JzvbXzYrZGFqw) and [Medium](https://medium.com/@parisnakitakejser).
5
4
@@ -10,6 +9,7 @@ You will find my code assets here. If you like what you are seen then pls subscr
10
9
-[Why i use Python](#why-i-use-python)
11
10
-[Unsorted](#unsorted)
12
11
-[Utilities](#utilities)
12
+
-[Dependency Management](#dependency-management)
13
13
-[REST Frameworks](#rest-frameworks)
14
14
-[Flask](#flask)
15
15
-[Falcon](#falcon)
@@ -32,76 +32,100 @@ You will find my code assets here. If you like what you are seen then pls subscr
32
32
-[Mock](#mock)
33
33
34
34
# Why i use Python
35
+
35
36
I'm starting using Python back in 2016, I'm start learning it becures i start building microservices architecture in PHP and over time i relise PHP its not the most optimal developering languages to wirte microservices in and i hit some limit by using Curl orther annoying things.
36
37
37
38
Then after 2 years i think in 2018 i start learning Pandas and Numpy in a case where i shoud calcualte around 2,500,000 e-commerce products on rules based on brand, category, supplier, supplier country and more, after researching what options i got i get pointed into the Data Sinces world whitout knowing anything about Data Sinces.
38
39
39
40
I'm start with Python 2.7 and trust me when you are hit Python 3.6+ now, then you shoud not wish to go back for Python 2.7 if you lovle utf-8, encoding and special characters, but if you want challanges with this type of encoding then go back and transport data between differnet systems, platforms and software to hit this issue.
40
41
41
42
# Unsorted
43
+
42
44
-[Learning Django in Python](https://www.pnk.sh/courses/learning-django-in-python) - 13 videos with 2 hours 9 min playtime.
43
45
44
46
# Utilities
47
+
45
48
-[Babel](https://www.pnk.sh/courses/babel-in-python) - 3 videos with 30 min playtime.
46
49
-[Configparser](https://www.pnk.sh/courses/configparser-in-python) - 3 videos with 15 min playtime.
47
50
-[Jinja in Python](https://www.pnk.sh/courses/jinja-in-python) - 5 videos with 25 min playtime.
48
51
52
+
## Dependency Management
53
+
54
+
-[Poetry - My first project](https://medium.com/devops-techable/why-do-i-recommend-poetry-and-how-do-you-get-started-78d411dd9f2d) - 4 min read - Medium Article
55
+
49
56
# REST Frameworks
57
+
50
58
Coming soon
51
59
52
60
## Flask
61
+
53
62
-[Flask for beginners](https://www.pnk.sh/courses/flask-for-beginners) - 14 videos with 1 hour 25 min playtime.
54
63
-[Export metrics from your Python Flask application to Prometheus in Kubernetes and watch your metrics data with Grafana](https://medium.com/devops-techable/export-metrics-from-your-python-flask-application-to-prometheus-in-kubernetes-and-watch-your-9d45164f7adc) - 3 min read - Medium Article
55
64
56
65
## Falcon
66
+
57
67
-[Falcon for beginners](https://www.pnk.sh/courses/falcon-for-beginners) - 9 videos with 1 hour 5 min playtime.
58
68
59
69
## FastAPI
70
+
60
71
Coming soon
61
72
62
73
# Database
74
+
63
75
Coming soon
64
76
65
77
## Elastic
78
+
66
79
Coming soon
67
80
68
81
## MongoDB
82
+
69
83
-[MongoEngine in Python](https://www.pnk.sh/courses/mongoengine-in-python) - 8 videos with 1 hour 11 min playtime.
70
84
71
85
## MySQL
86
+
72
87
Coming soon
73
88
74
89
## Redis
90
+
75
91
Coming soon
76
92
77
93
## Milvus
94
+
78
95
-[Run a Milvus vector database inside your Amazon EKS (Elastic Kubernetes Service) in cluster mode](https://medium.com/devops-techable/run-a-milvus-vector-database-inside-your-amazon-eks-elastic-kubernetes-service-in-cluster-mode-680fc5dfa3ae) - 4 min read - Medium Article
79
96
80
97
-[How to use Milvus Vector Database with scale and multi-in-memory replicate of a collection](https://medium.com/devops-techable/how-to-use-milvus-vector-database-with-scale-and-multi-in-memory-replicate-of-a-collection-2f435a607e19) - 4 min read - Medium Article
81
98
82
99
-[Enable Auth and create a new user in your Milvus Cluster on Kubernetes with Helm](https://medium.com/devops-techable/enable-auth-and-create-a-new-user-in-your-milvus-cluster-on-kubernetes-with-helm-2e3f9f6d88e0) - 3 min read - Medium Article
83
100
84
101
# AWS - Amazon Web Service
102
+
85
103
Coming soon!
86
104
87
105
## S3
106
+
88
107
Coming soon
89
108
90
109
## DynamoDB
110
+
91
111
-[How to use DynamoDB Stream to trigger events nearly real-time data when DynamoDB table items are changed](https://medium.com/devops-techable/dynamodb-streams-to-get-nearly-real-time-data-on-dynamodb-event-changes-ed1795abcfd5) - 3 min read - Medium Article
92
112
93
113
## Lambda
114
+
94
115
-[How to work with Lambda Layers](https://medium.com/devops-techable/how-to-work-with-lambda-layers-352ddb32f345) - 4 min read - Medium Article
95
116
96
117
-[Copy data from S3 into EFS with a Lambda function with AWS CDK in Python](https://medium.com/devops-techable/copy-data-from-s3-into-efs-with-a-lambda-function-with-aws-cdk-in-python-aws-cdk-3a4612ae265c) - 3 min read - Medium Article
97
118
98
119
## API Gateway
120
+
99
121
Coming soon
100
122
101
123
## Cognito
124
+
102
125
-[AWS Cognito with Python](https://www.pnk.sh/courses/aws-cognito-with-python) - 4 videos with 31 min playtime.
103
126
104
127
## AWS CDK
128
+
105
129
-[Create a DynamoDB and grant access to Lambda functions and attach it to an API Gateway with AWS CDK](https://medium.com/devops-techable/create-a-dynamodb-and-grant-access-to-lambda-functions-and-attach-it-to-an-api-gateway-with-aws-cdk-feabd3a6c925) - 5 min read - Medium Article
106
130
-[Create a custom authorizer with a single Lambda function to the API Gateway in AWS to handle custom authentication integration](https://medium.com/devops-techable/create-a-custom-authorizer-with-a-single-lambda-function-to-the-api-gateway-in-aws-to-handle-custom-526373e17f61) - 3 min read - Medium Article
107
131
-[Reduces your NAT-traffic bill with Amazon VPC Endpoint (AWS PrivateLink) between AWS services and private VPC in AWS CDK](https://medium.com/devops-techable/reduces-your-nat-traffic-bill-with-amazon-vpc-endpoint-aws-privatelink-between-aws-services-and-cc1b792963fd) - 3 min read - Medium Article
@@ -110,7 +134,7 @@ Coming soon
110
134
111
135
-[Learn how to use the EFS mount point in your ECS Cluster running Fargate with AWS CDK](https://medium.com/devops-techable/learn-how-to-use-the-efs-mount-point-in-your-ecs-cluster-running-fargate-with-aws-cdk-e5c9df435c8b) - 4 min read - Medium Article
112
136
113
-
-[Reduce your application cost, by using a single Application Load Balancer with a multi-domain name with Route53 A Record alias using AWS CDK as Infrastructure as Code](https://medium.com/devops-techable/reduce-your-application-cost-by-using-a-single-application-load-balancer-with-a-multi-domain-name-e9e346fa879a) - 4 min read - Medium Article
137
+
-[Reduce your application cost, by using a single Application Load Balancer with a multi-domain name with Route53 A Record alias using AWS CDK as Infrastructure as Code](https://medium.com/devops-techable/reduce-your-application-cost-by-using-a-single-application-load-balancer-with-a-multi-domain-name-e9e346fa879a) - 4 min read - Medium Article
114
138
115
139
-[How to use VPC Peering in AWS CDK construct with Python between a Public VPC Network to Private Isolated VPC Network](https://medium.com/devops-techable/how-to-use-vpc-peering-in-aws-cdk-construct-with-python-between-a-public-vpc-network-to-private-d7aca9254ef5) - 3 min read - Medium Article
116
140
@@ -125,13 +149,17 @@ Coming soon
125
149
-[Start using OIDC Provider today, and STOP immediately using the static AWS credentials in your GitHub Actions CI/CD Pipeline to prevent the risk of credentials leaks](https://medium.com/devops-techable/start-using-oidc-provider-today-and-stop-immediately-using-the-static-aws-credentials-in-your-dfa1a82d9ac2) - 4 min read - Medium Article
126
150
127
151
# Testing
152
+
128
153
Coming soon
129
154
130
155
## Unittest
156
+
131
157
-[Unittest](https://www.pnk.sh/courses/unittest-in-python) - 6 videos with 52 min playtime.
132
158
133
159
## Mock
160
+
134
161
Coming soon
135
162
136
163
## LocalStack - AWS Services locally
137
-
-[How you can test your AWS cloud infrastructure locally with Pytest and LocalStack inside a Docker containers](https://medium.com/devops-techable/how-you-can-test-your-aws-cloud-infrastructure-locally-with-pytest-and-localstack-inside-a-docker-db4bccfa422) - 5 min read - Medium Article
164
+
165
+
-[How you can test your AWS cloud infrastructure locally with Pytest and LocalStack inside a Docker containers](https://medium.com/devops-techable/how-you-can-test-your-aws-cloud-infrastructure-locally-with-pytest-and-localstack-inside-a-docker-db4bccfa422) - 5 min read - Medium Article
0 commit comments