Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Matt Layman: New Project, Who Dis? - Building SaaS #38

Link: https://www.mattlayman.com/building-saas/new-project-who-dis/

In this episode, we started a brand new project! I had some internet troubles so this “stream” is actually a local recording from my computer. We created a new Django project from scratch and set up H
Janusworx: #100DaysOfCode, Day 016 – Corey Schafer Python Video Marathon

Link: https://janusworx.com/100daysofcode-day-016-corey-schafer-python-video-marathon/

Had decided to play hookey and start up another personal mini project.
But went down the rabbit hole of how to set up arguments.
And everytime I research something Python related, I end up with one
Techiediaries - Django: Angular 9/8 Tutorial By Example: REST CRUD APIs & HTTP GET Requests with HttpClient

Link: https://www.techiediaries.com/angular-tutorial/

In this Angular 9 tutorial, we'll learn to build an Angular 9 CRUD example application going through all the required steps from creating/simulating a REST API, scaffolding
a new project, setting up
Stack Abuse: Serving Files with Python's SimpleHTTPServer Module

Link: https://stackabuse.com/serving-files-with-pythons-simplehttpserver-module/

Introduction
Servers are computer software or hardware that processes requests and deliver data to a client over a network. Various types of servers exist, with the most common ones being web servers,
Talk Python to Me: #241 Opal: Full stack health care apps

Link: https://talkpython.fm/episodes/show/241/opal-full-stack-health-care-apps

Open source has permeated much of the software industry. What about health care? This highly regulated and important industry might seem to be the domain of huge specialized software companies.
TechBeamers Python: Generate a Python Random Number

Link: https://www.techbeamers.com/python-random-number-tutorial/

Here is a quick guide on Python’s random number. You can always refer to it whenever you need to generate a random number in your programs. Python has a built-in random module for this purpose. It exp
Catalin George Festila: Python 3.7.5 : Using the django with javascript.

Link: http://python-catalin.blogspot.com/2019/12/python-375-using-django-with-javascript.html

The Django framework can work great with javascript.
I start this project a few days ago.
You can start a simple Django project, see my old tutorials.
I used a template for main page in my template f
A. Jesse Jiryu Davis: PyGotham 2019 Speaker Coaching Recap

Link: https://emptysqua.re/blog/pygotham-2019-speaker-coaching-recap/

I’m one of the organizers for PyGotham, the yearly Python programming conference in New York City. This year thirteen PyGotham speakers received training from opera singer and speaking coach Melissa C
Janusworx: Moving Python Planet Feed, Test Post.

Link: https://janusworx.com/moving-python-planet-feed-test-post/

Changing the feed for the planet, so i don’t flood it with my daily python updates.
If you want to keep up with programming specific stuff, the feed is here.
And if you want to read all the madness,
Catalin George Festila: Python 3.7.5 : Starting with kaggle platform.

Link: http://python-catalin.blogspot.com/2019/12/python-375-starting-with-kaggle-platform.html

Kaggle is the world's largest community of data scientists and the platform is the fastest way to get started on a new data science project.
A good choice to use Kaggle is this feature: Kaggle provide
Philippe Normand: HTML overlays with GstWPE, the demo

Link: https://base-art.net/Articles/html-overlays-with-gstwpe-the-demo/

Once again this year I attended the GStreamer conference and just before
that, Embedded Linux conference Europe which took place in Lyon (France).
Both events were a good opportunity to demo one of th
Roberto Alsina: Episodio 18: ¡Python más rápido que C!

Link: https://ralsina.me/weblog/posts/youtube/episodio-18-python-mas-rapido-que-c.html

Charla relámpago presentada en PyCon Argentina 2019. Es más o menos lo mismo que otro video del canal pero más corto y en vivo, y me salió un poquito mejor porque es la segunda vez que lo hago ;-)
Otr
Ned Batchelder: Coverage 5.0 beta 2

Link: https://nedbatchelder.com//blog/201912/coverage_50_beta_2.html

I mean it this time, coverage.py 5.0 is nearly ready. I’m putting out
coverage.py 5.0 beta 2
for a week before declaring it really done. Please try it.Everything I said in the beta 1 announcement
st
Andre Roberge: pydeps: a very useful program

Link: https://aroberge.blogspot.com/2019/12/pydeps-very-useful-program.html

A few weeks ago, I was doing some refactoring of Friendly-traceback and had some minor difficulty in avoiding the creation of circular imports.  For some reason (age perhaps), I could not visualize th
Podcast.__init__: Debugging Python Projects With PySnooper

Link: https://www.pythonpodcast.com/pysnooper-python-debugging-episode-241/

Debugging is a painful but necessary practice in software development. The tools that are available in Python range from the built-in debugger, to tools integrated with your coding environment, to the