Will McGugan: Filesystem Magic with Python
Link: https://www.willmcgugan.com/blog/tech/post/filesystem-magic-with-python/
I recently added a number of examples on working with files and directories with Python and PyFilesystem.
Counting Bytes of Python
The first example, is count_py.py which recursively sums up the numbe
Link: https://www.willmcgugan.com/blog/tech/post/filesystem-magic-with-python/
I recently added a number of examples on working with files and directories with Python and PyFilesystem.
Counting Bytes of Python
The first example, is count_py.py which recursively sums up the numbe
Will McGugan Tech
Filesystem Magic with Python
I recently added a number of examples on working with files and directories with Python and PyFilesystem. Counting Bytes of Python The first example, is count_py.py which recursively sums up the number of bytes stored in a directory, and renders it in a friendly…
Davy Wybiral: Exploring Sub-GHz Radio With RTL-SDR and GQRX
Link: http://davywybiral.blogspot.com/2019/01/exploring-sub-ghz-radio-with-rtl-sdr.html
Today I took a look at some hardware for working with sub-GHz radio transmissions, especially FM. All of which came in a previous HackerBoxes box. My favorite item was definitely the RTL-SDR dongle! I
Link: http://davywybiral.blogspot.com/2019/01/exploring-sub-ghz-radio-with-rtl-sdr.html
Today I took a look at some hardware for working with sub-GHz radio transmissions, especially FM. All of which came in a previous HackerBoxes box. My favorite item was definitely the RTL-SDR dongle! I
Blogspot
Exploring Sub-GHz Radio With RTL-SDR and GQRX
Today I took a look at some hardware for working with sub-GHz radio transmissions, especially FM. All of which came in a previous HackerBoxe...
Django Weblog: DjangoCon Europe in 2019 - last call for speakers
Link: https://www.djangoproject.com/weblog/2019/jan/13/djangocon-europe-2019-last-call-speakers/
Call for Participation
We invite all Djangonauts, Pythonistas and people who could make a contribution to our community to attend and share their knowledge and insight.
Our call for proposals remains
Link: https://www.djangoproject.com/weblog/2019/jan/13/djangocon-europe-2019-last-call-speakers/
Call for Participation
We invite all Djangonauts, Pythonistas and people who could make a contribution to our community to attend and share their knowledge and insight.
Our call for proposals remains
Podcast.__init__: Teaching Digital Archaeology With Jupyter Notebooks
Link: https://www.podcastinit.com/odate-digital-archaeology-textbook-episode-194/
Computers have found their way into virtually every area of human endeavor, and archaeology is no exception. To aid his students in their exploration of digital archaeology Shawn Graham helped to crea
Link: https://www.podcastinit.com/odate-digital-archaeology-textbook-episode-194/
Computers have found their way into virtually every area of human endeavor, and archaeology is no exception. To aid his students in their exploration of digital archaeology Shawn Graham helped to crea
Podcast.__init__('The Python Podcast')
Teaching Digital Archaeology With Jupyter Notebooks - Episode 194
Computers have found their way into virtually every area of human endeavor, and archaeology is no exception. To aid his students in their exploration of digital archaeology Shawn Graham helped to create an online, digital textbook with accompanying interactive…
codingdirectional: Remove audio from video with Python and FFmpeg
Link: http://codingdirectional.info/2019/01/14/remove-audio-from-video-with-python-and-ffmpeg/
While I am busy tidying up the tkinter’s user interface I have included another feature into this ongoing video editing project The python program below will remove the audio from the video file with
Link: http://codingdirectional.info/2019/01/14/remove-audio-from-video-with-python-and-ffmpeg/
While I am busy tidying up the tkinter’s user interface I have included another feature into this ongoing video editing project The python program below will remove the audio from the video file with
codingdirectional: Insert audio into a video with python and FFmpeg
Link: http://codingdirectional.info/2019/01/14/insert-audio-into-a-video-with-python-and-ffmpeg/
Hello, just like what I have promised that I will write another article today so here is another short article regarding the ongoing video editing project written in python with the help of FFmpeg. In
Link: http://codingdirectional.info/2019/01/14/insert-audio-into-a-video-with-python-and-ffmpeg/
Hello, just like what I have promised that I will write another article today so here is another short article regarding the ongoing video editing project written in python with the help of FFmpeg. In
Mike Driscoll: PyDev of the Week: Lance Bragstad
Link: http://www.blog.pythonlibrary.org/2019/01/14/pydev-of-the-week-lance-bragstad/
This week we welcome Lance Bragstad (@LanceBragstad) as our PyDev of the Week! Lance is a core developer of the OpenStack project. You can find out more about his passions via his website or his Githu
Link: http://www.blog.pythonlibrary.org/2019/01/14/pydev-of-the-week-lance-bragstad/
This week we welcome Lance Bragstad (@LanceBragstad) as our PyDev of the Week! Lance is a core developer of the OpenStack project. You can find out more about his passions via his website or his Githu
Erik Marsja: Probabilistic Programming in Python
Link: https://www.marsja.se/probabilistic-programming-in-python/
Learn about probabilistic programming in this guest post by Osvaldo Martin, a researcher at The National Scientific and Technical Research Council (CONICET).
Bayesian Inference
Bayesian statistics is
Link: https://www.marsja.se/probabilistic-programming-in-python/
Learn about probabilistic programming in this guest post by Osvaldo Martin, a researcher at The National Scientific and Technical Research Council (CONICET).
Bayesian Inference
Bayesian statistics is
Erik Marsja
Probabilistic Programming in Python - Erik Marsja
In this hands on guest post you will learn how to carry out probabilistic programming (e.g., Bayesian Statistics) using python, ArViz, and PyMC3.
Mike Driscoll: Creating GUI Applications with wxPython Kickstarter
Link: http://www.blog.pythonlibrary.org/2019/01/14/creating-gui-applications-with-wxpython-kickstarter/
I am pleased to announce my latest book project, Creating GUI Applications with wxPython which I am running a Kickstarter campaign for.
Creating GUI Applications with wxPython is a book that will teac
Link: http://www.blog.pythonlibrary.org/2019/01/14/creating-gui-applications-with-wxpython-kickstarter/
I am pleased to announce my latest book project, Creating GUI Applications with wxPython which I am running a Kickstarter campaign for.
Creating GUI Applications with wxPython is a book that will teac
Real Python: Speed Up Your Python Program With Concurrency
Link: https://realpython.com/python-concurrency/
If you’ve heard lots of talk about asyncio being added to Python but are curious how it compares to other concurrency methods or are wondering what concurrency is and how it might speed up your progra
Link: https://realpython.com/python-concurrency/
If you’ve heard lots of talk about asyncio being added to Python but are curious how it compares to other concurrency methods or are wondering what concurrency is and how it might speed up your progra
Realpython
Speed Up Your Python Program With Concurrency – Real Python
In this tutorial, you'll explore concurrency in Python, including multi-threaded and asynchronous solutions for I/O-bound tasks, and multiprocessing for CPU-bound tasks. By the end of this tutorial, you'll know how to choose the appropriate concurrency model…
Stack Abuse: Dockerizing Python Applications
Link: https://stackabuse.com/dockerizing-python-applications/
Introduction
Docker is a widely accepted and used tool by leading IT companies to build, manage and secure their applications.
Containers, like Docker, allow developers to isolate and run multiple app
Link: https://stackabuse.com/dockerizing-python-applications/
Introduction
Docker is a widely accepted and used tool by leading IT companies to build, manage and secure their applications.
Containers, like Docker, allow developers to isolate and run multiple app
Stack Abuse
Dockerizing Python Applications
Docker is a widely accepted and used tool by leading IT companies to build, manage and secure their applications. Containers, like Docker, allow developers to...
Codementor: So... let's talk Pyramid
Link: https://www.codementor.io/itisdeji/so-let-s-talk-pyramid-r7db066qu
Last year, I started working on a project that I truly believe(d) might change the world (cliche, right?). Like most developers, my first instinct at the outset was to make certain crucial...
Link: https://www.codementor.io/itisdeji/so-let-s-talk-pyramid-r7db066qu
Last year, I started working on a project that I truly believe(d) might change the world (cliche, right?). Like most developers, my first instinct at the outset was to make certain crucial...
www.codementor.io
So... let's talk Pyramid | Codementor
Last year, I started working on a project that I truly believe(d) might change the world (cliche, right?). Like most developers, my first instinct at the outset was to make certain crucial...
Codementor: Improve Your Code With Atomic Functions
Link: https://www.codementor.io/seantullis/improve-your-code-with-atomic-functions-r6dt43fy7
In your studies, you may have encountered the terms "atomic function" and "Don't Repeat Yourself (DRY)". Today, I'm going to demonstrate how these concepts work together to provide easily...
Link: https://www.codementor.io/seantullis/improve-your-code-with-atomic-functions-r6dt43fy7
In your studies, you may have encountered the terms "atomic function" and "Don't Repeat Yourself (DRY)". Today, I'm going to demonstrate how these concepts work together to provide easily...
www.codementor.io
Improve Your Code With Atomic Functions | Codementor
In your studies, you may have encountered the terms "atomic function" and "Don't Repeat Yourself (DRY)". Today, I'm going to demonstrate how these concepts work together to provide easily...
Nigel Babu: Writing Golang as a Python Dev
Link: https://nigelb.me/2019-01-15-writing-golang-as-a-python-dev
I’ve gone through the Golang tutorial once before but in the last month or so, I fully dove into it. I started by writing a simple hello world web application. I found the implementation of the webser
Link: https://nigelb.me/2019-01-15-writing-golang-as-a-python-dev
I’ve gone through the Golang tutorial once before but in the last month or so, I fully dove into it. I started by writing a simple hello world web application. I found the implementation of the webser
Nigel Babu
Writing Golang as a Python Dev
I’ve gone through the Golang tutorial once before but in the last month or so, I fully dove into it. I started by writing a simple hello world web application. I found the implementation of the web…
gamingdirectional: The starting of new pygame project
Link: http://gamingdirectional.com/blog/2019/01/15/the-starting-of-new-pygame-project/
Hello, welcome back, due to busy managing the offline business as well as writing article for another website, therefore, no post had been created in the past few days. Today we will finally begin the
Link: http://gamingdirectional.com/blog/2019/01/15/the-starting-of-new-pygame-project/
Hello, welcome back, due to busy managing the offline business as well as writing article for another website, therefore, no post had been created in the past few days. Today we will finally begin the
Gaming Directional
The starting of new pygame project
The latest pygame project has begun
Made With Mu: Happy Mu Year 2019!
Link: https://madewith.mu/mu/users/2019/01/15/happy-mu-year-2019.html
New year, new Mu! We’re very happy to release the next version of Mu, version 1.0.2. Please update to this release.
This is a bug fix release with numerous contributions from our growing
community of
Link: https://madewith.mu/mu/users/2019/01/15/happy-mu-year-2019.html
New year, new Mu! We’re very happy to release the next version of Mu, version 1.0.2. Please update to this release.
This is a bug fix release with numerous contributions from our growing
community of
Made With Mu
Happy Mu Year 2019!
New year, new Mu! We’re very happy to release the next version of Mu, version 1.0.2. Please update to this release.
Reuven Lerner: Registration ends today for Weekly Python Exercise
Link: https://blog.lerner.co.il/registration-ends-today-for-weekly-python-exercise/
If you want to join this month’s cohort of Weekly Python Exercise, you’d better act fast: Registration ends today!
If you feel stuck after having taken a Python course or read a book, and don’t know
Link: https://blog.lerner.co.il/registration-ends-today-for-weekly-python-exercise/
If you want to join this month’s cohort of Weekly Python Exercise, you’d better act fast: Registration ends today!
If you feel stuck after having taken a Python course or read a book, and don’t know
Lerner Consulting Blog
Registration ends today for Weekly Python Exercise - Lerner Consulting Blog
If you want to join this month’s cohort of Weekly Python Exercise, you’d better act fast: Registration ends today! If you feel stuck after having taken a Python course or read a book, and don’t know how to improve, If you want to get real-world practice problems…
codingdirectional: Turn video into black and white with python
Link: http://codingdirectional.info/2019/01/15/turn-video-into-black-and-white-with-python/
Hi, in this quick article we are going to turn a colorful video into a black and white video using python with the help of the FFmpeg tool. We will use the equalizer filter from FFmpeg tool to get the
Link: http://codingdirectional.info/2019/01/15/turn-video-into-black-and-white-with-python/
Hi, in this quick article we are going to turn a colorful video into a black and white video using python with the help of the FFmpeg tool. We will use the equalizer filter from FFmpeg tool to get the
Djangostars: Top Seven Apps Built With Python
Link: https://djangostars.com/blog/top-seven-apps-built-python/
Over its almost 30 years of existence, Python has become one of the most popular programming languages. But if most startups once used it because of its simplicity and low cost, modern giants like Ins
Link: https://djangostars.com/blog/top-seven-apps-built-python/
Over its almost 30 years of existence, Python has become one of the most popular programming languages. But if most startups once used it because of its simplicity and low cost, modern giants like Ins
Software Development Blog & IT Tech Insights | Django Stars
Top Seven Apps Built With Python
Simple, clean, pragmatic, cheap – find out why giants like Instagram and Spotify chose to run on Python.
Trey Hunner: No really, pathlib is great
Link: http://treyhunner.com/2019/01/no-really-pathlib-is-great/
I recently published an article about Python’s pathlib module and how I think everyone should be using it.
I won some pathlib converts, but some folks also brought up concerns.
Some folks noted that I
Link: http://treyhunner.com/2019/01/no-really-pathlib-is-great/
I recently published an article about Python’s pathlib module and how I think everyone should be using it.
I won some pathlib converts, but some folks also brought up concerns.
Some folks noted that I
Treyhunner
No really, pathlib is great
I recently published an article about Python’s pathlib module and how I think everyone should be using it. I won some pathlib converts, but …
PyCoder’s Weekly: Issue #351 (Jan. 15, 2019)
Link: https://pycoders.com/issues/351
#351 – JANUARY 15, 2019 View in Browser » Speed Up Your Python Program With Concurrency How and when to use concurrency in Python. You’ll see a simple, non-concurrent approach and then look into
Link: https://pycoders.com/issues/351
#351 – JANUARY 15, 2019 View in Browser » Speed Up Your Python Program With Concurrency How and when to use concurrency in Python. You’ll see a simple, non-concurrent approach and then look into
Pycoders
PyCoder’s Weekly | Issue #351
Issue #351 of the PyCoder’s Weekly newsletter, published Jan. 15, 2019.