• Stars
    star
    180
  • Rank 213,134 (Top 5 %)
  • Language
    Python
  • Created about 4 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The web page for DataTalks.Club

DataTalks.Club Website

Running Jekyll locally

Use ruby 2.7.0:

rvm use ruby-2.7.0

gem install bundler

Running it for the first time:

bundle install

Running Jekyll:

bundle exec jekyll serve

Open http://localhost:4000

Scripts

Installing the requirements:

pipenv install 

cd previews
npm install
cd ..

Running:

pipenv run python scripts/create.py

Generating post from docx

python scripts/pandoc_full.py \
    --input ~/Downloads/template.docx \
    --author angelicaloduca \
    --tags "mlops,devops,process"

More Repositories

1

data-engineering-zoomcamp

Free Data Engineering course!
Jupyter Notebook
24,859
star
2

mlops-zoomcamp

Free MLOps course from DataTalks.Club
Jupyter Notebook
11,082
star
3

machine-learning-zoomcamp

Learn ML engineering for free in 4 months!
Jupyter Notebook
9,429
star
4

llm-zoomcamp

LLM Zoomcamp - a free online course about building a Q&A system
Jupyter Notebook
2,813
star
5

stock-markets-analytics-zoomcamp

Course Materials for Analytics in Stock Markets Zoomcamp
Jupyter Notebook
397
star
6

project-of-the-week

Learn by doing: DIY project groups at DataTalks.Club
375
star
7

awesome-data-podcasts

A list of awesome data podcasts
362
star
8

nyc-tlc-data

Backup for NYC TLC data for the DE Zoomcamp course
151
star
9

data-paths

Learning paths for data roles
123
star
10

data-analytics-interviews

Data analytics interview questions and answers
55
star
11

course-management-platform

Django-based course management platform for Zoomcamps
Python
46
star
12

zoomcamp-analytics

Public data and analytics for our open course
Jupyter Notebook
29
star
13

kaggle-qa-challenge-starter

The getting started notebook for the DTC Zoomcamp Q&A challenge
Jupyter Notebook
28
star
14

mlzoomcamp.com

The page for the ML Zoomcamp course
25
star
15

reading-club-nlp

Notes from our NLP reading club!
16
star
16

kitchenware-competition-starter

A starter notebook for the Kitchenware classification competition on Kaggle
Jupyter Notebook
14
star
17

whylogs-workshop

The code from the whylogs workshop in DataTalks.Club on 29 March 2022
Jupyter Notebook
13
star
18

reading-club-books

12
star
19

llm-zoomcamp-saturncloud

Saturn Cloud starter code for LLM Zoomcamp
Jupyter Notebook
8
star
20

website-django

The DTC website in Django
Jupyter Notebook
4
star
21

course-management-platform-old

A platform for hosting our courses
Python
4
star
22

fashion

Python
2
star