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
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
Janusworx
#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
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
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
Techiediaries
Angular 18 Tutorial: Build a Movies App with Angular 18, HttpClient and Tailwind | Techiediaries
In this tutorial, we'll be using Angular 18, the latest version of Angular, the popular platform for building front-end web applications with TypeScript. The latest version, released on May 22, brings a set of new features and enhancements that we will leverage…
Techiediaries - Django: Angular 9 CRUD Tutorial: Consume a Python/Django CRUD REST API
Link: https://www.techiediaries.com/angular-crud-tutorial-consume-a-rest-api/
Angular 9 is in pre-release! Read about its new features in this article and how to update to the latest Angular version in this article.
You can also get our Angular 8 book for free or pay what you
Link: https://www.techiediaries.com/angular-crud-tutorial-consume-a-rest-api/
Angular 9 is in pre-release! Read about its new features in this article and how to update to the latest Angular version in this article.
You can also get our Angular 8 book for free or pay what you
Techiediaries
Angular 19 Guide: Building a CRUD Application with REST API [2025 Update] | Techiediaries
Throughout this tutorial for beginners, we'll learn to build a full-stack example web application with Angular 17, the latest version of the most popular framework/platform for building mobile and desktop client side applications created and used internally…
Mike C. Fletcher: RunSnakeRun for Python3 Out
Link: http://blog.vrplumber.com/b/2019/12/06/runsnakerun-python3-out/
So I finally pushed out the Python3/wxPython Pheonix compatible release of RunSnakeRun. The Python3 version has to run Python2 in order to load Python2 pstats dumps, and Meliae doesn't AFAIK support P
Link: http://blog.vrplumber.com/b/2019/12/06/runsnakerun-python3-out/
So I finally pushed out the Python3/wxPython Pheonix compatible release of RunSnakeRun. The Python3 version has to run Python2 in order to load Python2 pstats dumps, and Meliae doesn't AFAIK support P
Vrplumber
Plumbing Life's Depths - RunSnakeRun for Python3 Out
So I finally pushed out the Python3/wxPython Pheonix compatible release of RunSnakeRun. The Python3 version has to run Python2 in order to load Python2 pstats dumps, and Meliae doesn't AFAIK support Python3 yet, so I expect I'll just drop support for it eventually.…
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,
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,
Stack Abuse
Serving Files with Python's SimpleHTTPServer Module
For quick testing, setting up a server is more of a hassle than making the application itself. In this article, we'll use the SimpleHTTPServer module to quickly run a Python app and access it through the browser.
Ned Batchelder: Sleepy snake
Link: https://nedbatchelder.com//blog/201912/sleepy_snake.html
My son Ben has created a
mascot for coverage.py. It adorns the new
coverage.py Twitter feed. I give
you Sleepy Snake:I love this drawing! I’ve always been charmed by cartoonists’ ability to
capture a
Link: https://nedbatchelder.com//blog/201912/sleepy_snake.html
My son Ben has created a
mascot for coverage.py. It adorns the new
coverage.py Twitter feed. I give
you Sleepy Snake:I love this drawing! I’ve always been charmed by cartoonists’ ability to
capture a
Nedbatchelder
Sleepy snake
My son <a href="https://instagram.com/artofbatch" rel="external noopener">Ben</a> has created a mascot for coverage.py. It adorns the new <a href="https://twitter.com/coveragepy" rel="external noopener">coverage.py Twitter feed</a>.
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.
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.
talkpython.fm
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.
Codementor: Trigger Local Python App Remotely
Link: https://www.codementor.io/mattthommes/trigger-local-python-app-remotely-117wunbuah
Trigger an app from your phone on another machine and receive the output on your phone within seconds!
Link: https://www.codementor.io/mattthommes/trigger-local-python-app-remotely-117wunbuah
Trigger an app from your phone on another machine and receive the output on your phone within seconds!
www.codementor.io
Trigger Local Python App Remotely | Codementor
Trigger an app from your phone on another machine and receive the output on your phone within seconds!
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
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
Learn Programming and Software Testing
Python Random Number - A Step by Step Tutorial for Beginners
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.
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
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
Blogspot
Python 3.7.5 : Using the django with javascript.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
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
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
emptysqua.re
PyGotham 2019 Speaker Coaching Recap
This year thirteen PyGotham speakers received free training from opera singer and speaking coach Melissa Collom. Here's what they said.
Janusworx: #100DaysOfCode, Days 017 & 018 – Corey Schafer Python Video Marathon
Link: https://janusworx.com/100daysofcode-days-017-018-corey-schafer-python-video-marathon/
Chugging through.
The weekend’s been busy with health stuff.
But did watch a few videos.
39 of 127, done.
Link: https://janusworx.com/100daysofcode-days-017-018-corey-schafer-python-video-marathon/
Chugging through.
The weekend’s been busy with health stuff.
But did watch a few videos.
39 of 127, done.
Janusworx
#100DaysOfCode, Days 017 & 018 – Corey Schafer Python Video Marathon
Chugging through.
The weekend’s been busy with health stuff.
But did watch a few videos.
39 of 127, done.
The weekend’s been busy with health stuff.
But did watch a few videos.
39 of 127, done.
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,
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,
Janusworx
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,
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
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
Blogspot
Python 3.7.5 : Starting with kaggle platform.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
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
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
Base-Art
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 the use-cases I have in mind for GstWPE, HTML overlays! As…
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
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
Lateral Opinion
Episodio 18: ¡Python más rápido que C!
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 ;-)
Ot
Ot
Codementor: Test-Driven Development with PyTest - Part 2
Link: https://www.codementor.io/maxongzb/test-driven-development-with-pytest-part-2-11hqeprb4n
Part two of the test-driven development series on the use of PyTest to create test cases with it.
Link: https://www.codementor.io/maxongzb/test-driven-development-with-pytest-part-2-11hqeprb4n
Part two of the test-driven development series on the use of PyTest to create test cases with it.
www.codementor.io
Test-Driven Development with PyTest - Part 2 | Codementor
Part two of the test-driven development series on the use of PyTest to create test cases with it.
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
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
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
Blogspot
pydeps: a very useful program
A few weeks ago, I was doing some refactoring of Friendly-traceback and had some minor difficulty in avoiding the creation of circular impor...
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
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
The Python Podcast.__init__
The Python Podcast.__init__: Debugging Python Projects With PySnooper
An interview about building PySnooper to simplify debugging complex and legacy python projects
Mike Driscoll: PyDev of the Week: Sebastian Steins
Link: http://www.blog.pythonlibrary.org/2019/12/09/pydev-of-the-week-sebastian-steins/
This week we welcome Sebastian Steins (@sebastiansteins) as our PyDev of the Week! Sebastian is the creator of the Pythonic News website. You can find out more about Sebastian by checking out what he’
Link: http://www.blog.pythonlibrary.org/2019/12/09/pydev-of-the-week-sebastian-steins/
This week we welcome Sebastian Steins (@sebastiansteins) as our PyDev of the Week! Sebastian is the creator of the Pythonic News website. You can find out more about Sebastian by checking out what he’
The Mouse Vs. The Python
PyDev of the Week: Sebastian Steins - The Mouse Vs. The Python
This week we welcome Sebastian Steins (@sebastiansteins) as our PyDev of the Week! Sebastian is the creator of the Pythonic News website. You can find out more about Sebastian by checking out what he’s been up to over on Github. Let’s take a few moments to…