DNS Records
A | 75.2.60.5 |
NS | coco.bunny.net |
NS | kiki.bunny.net |
JSON+LD
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://talkpython.fm",
"url": "https://talkpython.fm",
"name": "Talk Python",
"logo": "https://training.talkpython.fm/static/img/talkpython_logo.png",
"sameAs": [
"https://x.com/talkpython",
"https://twitter.com/talkpython",
"https://github.com/talkpython",
"https://fosstodon.org/@talkpython"
],
"contactPoint": [
{
"@type": "ContactPoint",
"contactType": "Customer Support",
"email": "contact@talkpython.fm"
}
]
},
{
"@type": "WebSite",
"@id": "https://freemongodbcourse.com/",
"url": "https://freemongodbcourse.com/",
"name": "MongoDB Quickstart",
"publisher": {
"@id": "https://talkpython.fm"
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://freemongodbcourse.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://freemongodbcourse.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "MongoDB Quickstart with Python",
"item": "https://freemongodbcourse.com/"
}
]
},
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Is the course really free?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. You can enroll without any cost and get full access to all lessons."
}
},
{
"@type": "Question",
"name": "What do I need to know before taking this course?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A basic understanding of Python is recommended, but no prior NoSQL or MongoDB knowledge is required."
}
},
{
"@type": "Question",
"name": "How long is the course?",
"acceptedAnswer": {
"@type": "Answer",
"text": "It’s about 2.5 hours of video, focusing on practical MongoDB usage with Python and MongoEngine."
}
}
]
},
{
"@type": "Course",
"name": "MongoDB Quickstart with Python",
"description": "Get up and running with MongoDB and Python in just 2.5 hours. Learn NoSQL basics, document modeling, and how to integrate MongoDB into Python apps using MongoEngine.",
"url": "https://freemongodbcourse.com/",
"publisher": {
"@id": "https://talkpython.fm"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://freemongodbcourse.com/"
},
"duration": "PT2H30M"
}
]
}