codingdirectional: List out all the files within a folder with python
Link: http://codingdirectional.info/2018/12/04/list-out-all-the-files-within-a-folder-with-python/
In this article we will continue with our windows application development using tkinter, in the previous article we have created a button which when we click on it we can select a file from a folder a
Link: http://codingdirectional.info/2018/12/04/list-out-all-the-files-within-a-folder-with-python/
In this article we will continue with our windows application development using tkinter, in the previous article we have created a button which when we click on it we can select a file from a folder a
Eli Bendersky: Type erasure and reification
Link: https://eli.thegreenplace.net/2018/type-erasure-and-reification/
In this post I'd like to discuss the concepts of type erasure and
reification in programming languages. I don't intend to dive very deeply into
the specific rules of any particular language; rather, t
Link: https://eli.thegreenplace.net/2018/type-erasure-and-reification/
In this post I'd like to discuss the concepts of type erasure and
reification in programming languages. I don't intend to dive very deeply into
the specific rules of any particular language; rather, t
Codementor: How to Create and Deploy a Telegram Bot using Python
Link: https://www.codementor.io/djangostars/how-to-create-and-deploy-a-telegram-bot-using-python-px07qk6x8
Bots are everywhere. It seems that only yesterday we did not even know about their existence; now we can barely imagine our life without them. They’ve become widely popular among numerous active...
Link: https://www.codementor.io/djangostars/how-to-create-and-deploy-a-telegram-bot-using-python-px07qk6x8
Bots are everywhere. It seems that only yesterday we did not even know about their existence; now we can barely imagine our life without them. They’ve become widely popular among numerous active...
www.codementor.io
How to Create and Deploy a Telegram Bot using Python | Codementor
Bots are everywhere. It seems that only yesterday we did not even know about their existence; now we can barely imagine our life without them. They’ve become widely popular among numerous active...
Mike Driscoll: Python 101: Episode #36 – Creating Modules and Packages
Link: http://www.blog.pythonlibrary.org/2018/12/04/python-101-episode-36-creating-modules-and-packages/
In this screencast, we will learn the basics of how to create our own module or package.
You can also read the chapter this video is based on here or get the book on Leanpub
Previous Episodes
Pyth
Link: http://www.blog.pythonlibrary.org/2018/12/04/python-101-episode-36-creating-modules-and-packages/
In this screencast, we will learn the basics of how to create our own module or package.
You can also read the chapter this video is based on here or get the book on Leanpub
Previous Episodes
Pyth
Kushal Das: Using hexchat on Flatpak on Qubes OS AppVM
Link: https://kushaldas.in/posts/using-hexchat-on-flatpak-on-qubes-os-appvm.html
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
It uses BubbleWrap in the low level to do the actual sandboxing. In simple terms,
you can think Fl
Link: https://kushaldas.in/posts/using-hexchat-on-flatpak-on-qubes-os-appvm.html
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.
It uses BubbleWrap in the low level to do the actual sandboxing. In simple terms,
you can think Fl
PyCon: Python Education Summit - in its 7th year in 2019
Link: https://pycon.blogspot.com/2018/12/python-education-summit-in-its-7th-year.html
Teachers, educators, and Pythonistas: come and share your projects, experiences, and tools of the trade in teaching coding and Python to your students. The Annual Python Education Summit is held at Py
Link: https://pycon.blogspot.com/2018/12/python-education-summit-in-its-7th-year.html
Teachers, educators, and Pythonistas: come and share your projects, experiences, and tools of the trade in teaching coding and Python to your students. The Annual Python Education Summit is held at Py
Blogspot
Python Education Summit - in its 7th year in 2019
Teachers, educators, and Pythonistas: come and share your projects, experiences, and tools of the trade in teaching coding and Python to you...
PyCoder’s Weekly: Issue #345 (Dec. 4, 2018)
Link: https://pycoders.com/issues/345
#345 – DECEMBER 4, 2018 View in Browser » What Is a Data Frame? (In Python, R, and SQL) Great little post that introduces the concepts behind Data Frames, and then shows how they work by solving
Link: https://pycoders.com/issues/345
#345 – DECEMBER 4, 2018 View in Browser » What Is a Data Frame? (In Python, R, and SQL) Great little post that introduces the concepts behind Data Frames, and then shows how they work by solving
Pycoders
PyCoder’s Weekly | Issue #345
Issue #345 of the PyCoder’s Weekly newsletter, published Dec. 4, 2018.
Continuum Analytics Blog: Using Pip in a Conda Environment
Link: https://www.anaconda.com/blog/developer-blog/using-pip-in-a-conda-environment/
Unfortunately, issues can arise when conda and pip are used together to create an environment, especially when the tools are used back-to-back multiple times, establishing a state that can be hard to
Link: https://www.anaconda.com/blog/developer-blog/using-pip-in-a-conda-environment/
Unfortunately, issues can arise when conda and pip are used together to create an environment, especially when the tools are used back-to-back multiple times, establishing a state that can be hard to
Anaconda
Using Pip in a Conda Environment - Anaconda
Unfortunately, issues can arise when conda and pip are used together to create an environment, especially when the tools are used back-to-back multiple times, establishing a state that can be hard to reproduce. Most of these issues stem from that fact that…
Philip Semanchuk: Happy Birthday, sysv_ipc
Link: http://blog.pyspoken.com/2018/12/04/happy-birthday-sysv_ipc/
Ten years ago today, I released the first version of sysv_ipc (a Python wrapper around System V IPC primitives). Happy 10th birthday!
You can find it on GitHub and PyPI.
Link: http://blog.pyspoken.com/2018/12/04/happy-birthday-sysv_ipc/
Ten years ago today, I released the first version of sysv_ipc (a Python wrapper around System V IPC primitives). Happy 10th birthday!
You can find it on GitHub and PyPI.
Techiediaries - Django: Django Form Example—Bootstrap 4 UI via django-crispy-forms
Link: https://www.techiediaries.com/django-form-bootstrap/
In this practical tutorial, you will build a simple example Django application with a form styled with Bootstrap 4.
In this tutorial, you'll be using django-crispy-forms, a popular package that makes
Link: https://www.techiediaries.com/django-form-bootstrap/
In this practical tutorial, you will build a simple example Django application with a form styled with Bootstrap 4.
In this tutorial, you'll be using django-crispy-forms, a popular package that makes
Techiediaries
Django Form Example—Bootstrap 4 UI via django-crispy-forms | Techiediaries
Throughout this tutorial, we'll learn about TemplateView in Django
codingdirectional: Search for any duplicate file with python
Link: http://codingdirectional.info/2018/12/05/search-for-any-duplicate-file-with-python/
Welcome to the new chapter of this remove duplicate file project. After creating a thread class, open a file and open a folder in the previous few chapters, we can now start to move toward our main ob
Link: http://codingdirectional.info/2018/12/05/search-for-any-duplicate-file-with-python/
Welcome to the new chapter of this remove duplicate file project. After creating a thread class, open a file and open a folder in the previous few chapters, we can now start to move toward our main ob
gamingdirectional: Lets move on to the next game level!
Link: http://gamingdirectional.com/blog/2018/12/05/python-6/
Welcome back, in this article we will create the next level setup scene for our pygame project. Yesterday I had a deep thought about the method which we should use to do the game objects setup for eac
Link: http://gamingdirectional.com/blog/2018/12/05/python-6/
Welcome back, in this article we will create the next level setup scene for our pygame project. Yesterday I had a deep thought about the method which we should use to do the game objects setup for eac
Gaming Directional
Lets move on to the next game level!
Create the next level game objects with pygame
Bhishan Bhandari: Going serverless with Chalice and AWS lambda
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/OlycKFaBi4k/
The intentions of this post is to host a simple example of chalice from AWS that allows serverless API creation with the use of AWS lambda. You also get auto-generation of IAM policy making it faster
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/OlycKFaBi4k/
The intentions of this post is to host a simple example of chalice from AWS that allows serverless API creation with the use of AWS lambda. You also get auto-generation of IAM policy making it faster
The Tara Nights
Going serverless with Chalice and AWS lambda
The intentions of this post is to host a simple example of chalice from AWS that allows serverless API creation with the use of AWS lambda. You also get auto-generation of IAM policy making it faster to deploy web applications. Chalice expects to pick the…
Real Python: Sending Emails With Python
Link: https://realpython.com/python-send-email/
You probably found this tutorial because you want to send emails using Python. Perhaps you want to receive email reminders from your code, send a confirmation email to users when they create an accoun
Link: https://realpython.com/python-send-email/
You probably found this tutorial because you want to send emails using Python. Perhaps you want to receive email reminders from your code, send a confirmation email to users when they create an accoun
Realpython
Sending Emails With Python – Real Python
In this tutorial, you'll learn how to send emails using Python. Find out how to send plain-text and HTML messages, add files as attachments, and send personalized emails to multiple people.
Stack Abuse: Sets in Python
Link: https://stackabuse.com/sets-in-python/
Introduction
How to Create a Set
Accessing Set Items
Adding Items to a Set
Removing Items from a Set
Set Union
Set Intersection
Set Difference
Set Comparison
Set Methods
Python Frozen Set
Conclusion
Link: https://stackabuse.com/sets-in-python/
Introduction
How to Create a Set
Accessing Set Items
Adding Items to a Set
Removing Items from a Set
Set Union
Set Intersection
Set Difference
Set Comparison
Set Methods
Python Frozen Set
Conclusion
Stack Abuse
Guide to Sets in Python
In Python, a set is a data structure that stores unordered items. The set items are also unindexed. Like a list, a set allows the addition and removal of eleme...
Christian Barra: How to reverse a list in Python
Link: https://chrisbarra.xyz/posts/how-to-reverse-list-in-python/
How to reverse a list using the square brackets notation with #Python? #europython pic.twitter.com/4C4i9LWv1r
— Christian Barra (@christianbarra) July 25, 2018
Reversing a list in Python is really,
Link: https://chrisbarra.xyz/posts/how-to-reverse-list-in-python/
How to reverse a list using the square brackets notation with #Python? #europython pic.twitter.com/4C4i9LWv1r
— Christian Barra (@christianbarra) July 25, 2018
Reversing a list in Python is really,
Christian Barra
How to reverse a list in Python • Christian Barra
Reversing a sequence object in Python takes only 1 line
Marc Richter: Create your own Telegram bot with Django on Heroku – Part 10 – Creating a view for your bot’s webhook
Link: https://www.marc-richter.info/django-telegram-bot-part-10/
This article was published at Create your own Telegram bot with Django on Heroku – Part 10 – Creating a view for your bot’s webhook .
If you are reading this on any other page, which is not some “plan
Link: https://www.marc-richter.info/django-telegram-bot-part-10/
This article was published at Create your own Telegram bot with Django on Heroku – Part 10 – Creating a view for your bot’s webhook .
If you are reading this on any other page, which is not some “plan
Marc Richter's personal site
Create your own Telegram bot with Django on Heroku – Part 10 – Creating a view for your bot’s webhook
⚠️ This article is outdated and discontinued since Heroku decided to no longer offer their free tiers as this article series suggests to use in August, 2022. Please see this post for details. ⚠️ In…
PyCharm: PyCharm 2018.3.1
Link: http://feedproxy.google.com/~r/Pycharm/~3/NvFpWM8Pnhk/
PyCharm 2018.3.1 is now available, with various bug fixes. To update, choose Help | Check for Updates in the IDE, or download it from our website.
Improved in This Version
A fix for the recently adde
Link: http://feedproxy.google.com/~r/Pycharm/~3/NvFpWM8Pnhk/
PyCharm 2018.3.1 is now available, with various bug fixes. To update, choose Help | Check for Updates in the IDE, or download it from our website.
Improved in This Version
A fix for the recently adde
PyCharm Blog
PyCharm 2018.3.1
PyCharm 2018.3.1 is now available, with various bug fixes. To update, choose Help | Check for Updates in the IDE, or download it from our website. Improved in This Version A fix for the recently ad…
NumFOCUS: Highlights from the 2018 NYC DISC Sprint
Link: https://numfocus.org/blog/highlights-2018-nyc-disc-sprint
The post Highlights from the 2018 NYC DISC Sprint appeared first on NumFOCUS.
Link: https://numfocus.org/blog/highlights-2018-nyc-disc-sprint
The post Highlights from the 2018 NYC DISC Sprint appeared first on NumFOCUS.
NumFOCUS
Highlights from the 2018 NYC DISC Sprint - NumFOCUS
Codementor: Everything you need to know about tree data structures
Link: https://www.codementor.io/leandrotk100/everything-you-need-to-know-about-tree-data-structures-pynnlkyud
https://cdn-images-1.medium.com/max/1000/1*WeWOBZy6N7cXkq4inS7FVA.jpeg
When you first learn to code, it’s common to learn arrays as the “main data structure.”
Eventually, you will learn about hash...
Link: https://www.codementor.io/leandrotk100/everything-you-need-to-know-about-tree-data-structures-pynnlkyud
https://cdn-images-1.medium.com/max/1000/1*WeWOBZy6N7cXkq4inS7FVA.jpeg
When you first learn to code, it’s common to learn arrays as the “main data structure.”
Eventually, you will learn about hash...
www.codementor.io
Everything you need to know about tree data structures | Codementor
https://cdn-images-1.medium.com/max/1000/1*WeWOBZy6N7cXkq4inS7FVA.jpeg
When you first learn to code, it’s common to learn arrays as the “main data structure.”
Eventually, you will learn about hash...
When you first learn to code, it’s common to learn arrays as the “main data structure.”
Eventually, you will learn about hash...