Python Bytes: #112 Don't use the greater than sign in programming
Link: https://pythonbytes.fm/episodes/show/112/don-t-use-the-greater-than-sign-in-programming
Link: https://pythonbytes.fm/episodes/show/112/don-t-use-the-greater-than-sign-in-programming
pythonbytes.fm
Don't use the greater than sign in programming
News and announcements from the Python community for the week of Jan 11th, 2019
Talk Python to Me: #194 Learning (and teaching) Python in a vacuum
Link: https://talkpython.fm/episodes/show/194/learning-and-teaching-python-in-a-vacuum
How do you learn programming when you're working in a vacuum? Sure there are resources on the internet, but sometimes just bouncing ideas of others in person makes a huge difference. Join me along wit
Link: https://talkpython.fm/episodes/show/194/learning-and-teaching-python-in-a-vacuum
How do you learn programming when you're working in a vacuum? Sure there are resources on the internet, but sometimes just bouncing ideas of others in person makes a huge difference. Join me along wit
talkpython.fm
Learning (and teaching) Python in a vacuum
How do you learn programming when you're working in a vacuum? Sure there are resources on the internet, but sometimes just bouncing ideas of others in person makes a huge difference. Join me along with Rusti Gregory as we discuss how he is learning and teaching…
codingdirectional: Reduce video frame rate with Python and FFmpeg
Link: http://codingdirectional.info/2019/01/12/reduce-video-frame-rate-with-python-and-ffmpeg/
Hi, it has been two days already I am not posting any article because I am busy working on the new gaming project as well as taking care of the offline business. Today we will continue with the video
Link: http://codingdirectional.info/2019/01/12/reduce-video-frame-rate-with-python-and-ffmpeg/
Hi, it has been two days already I am not posting any article because I am busy working on the new gaming project as well as taking care of the offline business. Today we will continue with the video
gamingdirectional: The new version of AirStrike
Link: http://gamingdirectional.com/blog/2019/01/12/the-new-version-of-airstrike/
Finally, I have released the latest version of AirStrike today, you can download this version directly through the below widget. In this version, the highest level still remains at level three but the
Link: http://gamingdirectional.com/blog/2019/01/12/the-new-version-of-airstrike/
Finally, I have released the latest version of AirStrike today, you can download this version directly through the below widget. In this version, the highest level still remains at level three but the
Gaming Directional
The new version of AirStrike
New version of AirStrike has been released today
Codementor: How to Learn Python in 30 days
Link: https://www.codementor.io/divyacyclitics15/how-to-learn-python-in-30-days-r42cggbq1
A complete guide to learn Python in 30 days with a 4 week python study time table covering all the ascpect of python learning w.r.t data science.
Link: https://www.codementor.io/divyacyclitics15/how-to-learn-python-in-30-days-r42cggbq1
A complete guide to learn Python in 30 days with a 4 week python study time table covering all the ascpect of python learning w.r.t data science.
www.codementor.io
How to Learn Python in 30 days | Codementor
A complete guide to learn Python in 30 days with a 4 week python study time table covering all the ascpect of python learning w.r.t data science.
Weekly Python StackOverflow Report: (clx) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/01/clx-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-01-12 19:15:00 GMTCreate a dictionary by zipping together two list
Link: http://python-weekly.blogspot.com/2019/01/clx-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-01-12 19:15:00 GMTCreate a dictionary by zipping together two list
Blogspot
(clx) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
Test and Code: 62: Python Training - Reuven Lerner
Link: https://testandcode.com/62
There are a lot of learning styles and a lot of ways to learn Python. If you started Python through a class at work, or through an online course, or maybe an email series, it's possibly you may have l
Link: https://testandcode.com/62
There are a lot of learning styles and a lot of ways to learn Python. If you started Python through a class at work, or through an online course, or maybe an email series, it's possibly you may have l
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering 62: Python Training - Reuven Lerner
Reuven Lerner teaches Python through onsite training, email courses, online courses, and writing for Linux Journal.
We talk about his training experience, as well as how incorporating testing into teaching can add a level of clarity to the interaction…
We talk about his training experience, as well as how incorporating testing into teaching can add a level of clarity to the interaction…
codingdirectional: Create an animated gif from a video
Link: http://codingdirectional.info/2019/01/13/create-an-animated-gif-from-a-video/
Hello, in this article we will continue to develop the video editing application which we have started a while ago. In this article, we will create an animated gif from a video, due to the size of the
Link: http://codingdirectional.info/2019/01/13/create-an-animated-gif-from-a-video/
Hello, in this article we will continue to develop the video editing application which we have started a while ago. In this article, we will create an animated gif from a video, due to the size of the
Full Stack Python: Introduction to Ansible video course released!
Link: https://www.fullstackpython.com/blog/introduction-ansible-videos-released.html
Check out the just-launched video course,
Introduction to Ansible
on
Talk Python Training. This is the
perfect course for you if you want to
learn to configure servers and deploy web apps with the
A
Link: https://www.fullstackpython.com/blog/introduction-ansible-videos-released.html
Check out the just-launched video course,
Introduction to Ansible
on
Talk Python Training. This is the
perfect course for you if you want to
learn to configure servers and deploy web apps with the
A
Fullstackpython
Introduction to Ansible video course released!
Take a look at the just-launched Introduction to Ansible video courses on Talk Python Training. Great post on fullstackpython.com!
Codementor: Parsing semi-formatted text in python via textFSM
Link: https://www.codementor.io/ohasanli/parsing-text-in-python-via-textfsm-r4hk9oj1h
Parsing semi-formatted text with textFSM and python
Link: https://www.codementor.io/ohasanli/parsing-text-in-python-via-textfsm-r4hk9oj1h
Parsing semi-formatted text with textFSM and python
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…