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

Added PyDelhiConf'23 Talks #252

Merged
merged 1 commit into from
Oct 11, 2023
Merged
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
109 changes: 104 additions & 5 deletions videos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,86 @@
[
{
"title": "Unleash the Power of Python: Automated Testing for Units, Functions, and APIs",
"presenter": "Dr. Shailendra Pratap Singh",
"year": 2023,
"venue": "PyDelhiConf",
"slides": "",
"videos": {
"youtube": "https://www.youtube.com/watch?v=XtZZhq2rg10&t=336s"
},
"tags": [
"python",
"pytest",
"testing",
"quality-assurance",
"automation"
]
},
{
"title": "Data Visualisation in Python",
"presenter": "Jaidev Deshpande",
"year": 2023,
"venue": "PyDelhiConf",
"slides": "",
"videos": {
"youtube": "https://www.youtube.com/watch?v=f0XcIYHTm2A"
},
"tags": [
"python",
"data-visualisation",
"matplotlib",
"pandas",
"numpy",
"data-analysis"
]
},
{
"title": "Sanic Unleashed: Mastering Asynchronous Unit Testing in Python",
"presenter": "Akshita Dixit",
"year": 2023,
"venue": "PyDelhiConf",
"slides": "",
"videos": {
"youtube": "https://www.youtube.com/watch?v=WZait-ZMki0"
},
"tags": [
"python",
"unit-testing",
"asynchronous-testing",
"sanic-framework"
]
},
{
"title": "Making apps with Kivy",
"presenter": "Akshay Aurora",
"year": 2023,
"venue": "PyDelhiConf",
"slides": "",
"videos": {
"youtube": "https://www.youtube.com/watch?v=dirM8vMb8XY"
},
"tags": [
"python",
"kivy",
"app-development"
]
},
{
"title": "Scaling ML Models on SageMaker",
"presenter": "Sanjay Kumar Tiwary",
"year": 2023,
"venue": "PyDelhiConf",
"slides": "",
"videos": {
"youtube": "https://www.youtube.com/watch?v=igUYTKmT1vg"
},
"tags": [
"scaling",
"amazon-sagemaker",
"ml-models",
"mlops"
]
},
{
"title": "Creating a distributed Key Value store",
"presenter": "Shubham Upreti",
@@ -8,7 +90,12 @@
"videos": {
"youtube": "https://www.youtube.com/watch?v=s8mXsJPi5y4"
},
"tags": ["web", "python", "distributed", "key-value-store"]
"tags": [
"web",
"python",
"distributed",
"key-value-store"
]
},
{
"title": "GRPC in Python",
@@ -19,7 +106,12 @@
"videos": {
"youtube": "https://www.youtube.com/watch?v=6h9I3iyqyu4"
},
"tags": ["web", "python", "grpc", "google"]
"tags": [
"web",
"python",
"grpc",
"google"
]
},
{
"title": "Finding high-impact performance bottlenecks in a Django app",
@@ -30,7 +122,12 @@
"videos": {
"youtube": "https://www.youtube.com/watch?v=hY8DA0klUHM"
},
"tags": ["django", "python", "web", "performance"]
"tags": [
"django",
"python",
"web",
"performance"
]
},
{
"title": "Why Open Source?",
@@ -41,6 +138,8 @@
"videos": {
"youtube": "https://www.youtube.com/watch?v=yumTOUH4sBI"
},
"tags": ["open-source"]
"tags": [
"open-source"
]
}
]
]