home / pelican

content

1 row where category = "technology" and published_date = "2019-08-18"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: published_date (date)

slug ▼ author category content published_date summary title url
my-experience-with-the-100-days-of-web-in-python ryan technology As soon as I discovered the Talk Python to me Podcast, I discovered the Talk Python to me courses. Through my job I have a basically free subscription to PluralSight so I wasn’t sure that I needed to pay for the courses when I was effectively getting courses in Python for free. After taking a couple ( well, truth be told, all ) of the Python courses at PluralSight, I decided, what the heck, the courses at Talk Python looked interesting, Michael Kennedy has a good instructor’s voice and is genuinely excited about Python, and if it didn’t work out, it didn’t work out. I’m so glad I did, and I’m so glad I went through the 100 Days of Web in Python course. On May 2, 2019 I saw that the course had been released and I [tweeted](https://mobile.twitter.com/ryancheley/status/1124127232262152192 "This!") > > This x 1000000! Thank you so much \@TalkPython. I can’t wait to get > started! I started on the course on May 4, 2019 and completed it August 11, 2019. Full details on the course are [here](https://training.talkpython.fm/courses/details/100-days-of-web-in- python "#100DaysOfWeb in Python"). Of the 28 concepts that were reviewed over the course, my favorites things were learning [Django](https://www.djangoproject.com "Django Project") and [Django Rest Framework](https://www.django-rest-framework.org "DRF") and [Pelican](https://blog.getpelican.com "Pelican"). Holy crap, those parts were just so much fun for me. Part of my interest in Django and DRF comes from [William S Vincent’s books](https://wsvincent.com/books/ "Will Vincent Books") and Podcast [Django Chat](https://djangochat.com "Django Chat"), but having actual videos to watch to get me through some of the things that have been conceptually tougher for me was a godsend. The other part that I really liked was actual deployment to a server. I had tried (about 16 months ago) to deploy a Django app to Digital Ocean and it was an unmitigated disaster. No static files no matter what I did. I eventually gave up. In this course I really learned how to deploy to b… 2019-08-18 As soon as I discovered the Talk Python to me Podcast, I discovered the Talk Python to me courses. Through my job I have a basically free subscription to PluralSight so I wasn’t sure that I needed to pay for the courses when I was effectively getting courses in … My Experience with the 100 Days of Web in Python https://www.ryancheley.com/2019/08/18/my-experience-with-the-100-days-of-web-in-python/

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [content] (
   [author] TEXT,
   [category] TEXT,
   [content] TEXT,
   [published_date] TEXT,
   [slug] TEXT PRIMARY KEY,
   [summary] TEXT,
   [title] TEXT,
   [url] TEXT
);
Powered by Datasette · Queries took 1.2ms