Catalin George Festila: Python 3.8.2 : Create a Django Calendar - part 002.
Link: http://python-catalin.blogspot.com/2020/06/python-382-create-django-calendar-part_17.html
I was a bit busy with another project I am working on and this is the reason that led to the delay of this tutorial.The big problem with Django tutorials is the volume of the source code.Because of th
Link: http://python-catalin.blogspot.com/2020/06/python-382-create-django-calendar-part_17.html
I was a bit busy with another project I am working on and this is the reason that led to the delay of this tutorial.The big problem with Django tutorials is the volume of the source code.Because of th
Blogspot
Python 3.8.2 : Create a Django Calendar - part 002.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Catalin George Festila: Python 3.8.2 : Create a Django Calendar - part 001.
Link: http://python-catalin.blogspot.com/2020/06/python-382-create-django-calendar-part.html
This tutorial show you how can use pipenv tool and set the Django project in order to create a calendar with Django project.First, install the pipenv tool using the pip tool:python -m pip install pipe
Link: http://python-catalin.blogspot.com/2020/06/python-382-create-django-calendar-part.html
This tutorial show you how can use pipenv tool and set the Django project in order to create a calendar with Django project.First, install the pipenv tool using the pip tool:python -m pip install pipe
Blogspot
Python 3.8.2 : Create a Django Calendar - part 001.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Catalin George Festila: Python 3.8.3 : Using the fabric python module - part 002.
Link: http://python-catalin.blogspot.com/2020/06/python-383-using-fabric-python-module_7.html
This is second tutorial about the fabric.Using the old example, I will show you how can use it with some basic features.The example cover these issues:show fabric version;
use task decorator;
import a
Link: http://python-catalin.blogspot.com/2020/06/python-383-using-fabric-python-module_7.html
This is second tutorial about the fabric.Using the old example, I will show you how can use it with some basic features.The example cover these issues:show fabric version;
use task decorator;
import a
Blogspot
Python 3.8.3 : Using the fabric python module - part 002.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Weekly Python StackOverflow Report: (ccxxxiii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/06/ccxxxiii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-06-20 12:39:44 GMTregex to find a pair of adjacent digits with dif
Link: http://python-weekly.blogspot.com/2020/06/ccxxxiii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-06-20 12:39:44 GMTregex to find a pair of adjacent digits with dif
Blogspot
(ccxxxiii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
Catalin George Festila: Python 3.7.5 : Django on Fedora distro.
Link: http://python-catalin.blogspot.com/2020/06/python-375-django-on-fedora-distro.html
[mythcat@desk django]$ source env/bin/activate
(env) [mythcat@desk django]$ python3
Python 3.7.6 (default, Dec 19 2019, 22:52:49)
[GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux
Type "help", "copyri
Link: http://python-catalin.blogspot.com/2020/06/python-375-django-on-fedora-distro.html
[mythcat@desk django]$ source env/bin/activate
(env) [mythcat@desk django]$ python3
Python 3.7.6 (default, Dec 19 2019, 22:52:49)
[GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux
Type "help", "copyri
Blogspot
Python 3.7.5 : Django on Fedora distro.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Catalin George Festila: Python 3.8.3 : Using twitter application with python-twitter - part 001.
Link: http://python-catalin.blogspot.com/2020/06/python-383-using-twitter-application.html
You need to create a application for your twitter user developer on this webpage.
The next step is to get all keys and tokens from your application.
I used the python-twitter see the official webpag
Link: http://python-catalin.blogspot.com/2020/06/python-383-using-twitter-application.html
You need to create a application for your twitter user developer on this webpage.
The next step is to get all keys and tokens from your application.
I used the python-twitter see the official webpag
Blogspot
Python 3.8.3 : Using twitter application with python-twitter - part 001.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Ned Batchelder: Pickle’s nine flaws
Link: https://nedbatchelder.com//blog/202006/pickles_nine_flaws.html
Python’s pickle
module is a very convenient way to serialize and de-serialize objects. It needs
no schema, and can handle arbitrary Python objects. But it has problems. This
post briefly explains the
Link: https://nedbatchelder.com//blog/202006/pickles_nine_flaws.html
Python’s pickle
module is a very convenient way to serialize and de-serialize objects. It needs
no schema, and can handle arbitrary Python objects. But it has problems. This
post briefly explains the
Catalin George Festila: Python 3.8.3 : Using twitter application with python-twitter - part 002.
Link: http://python-catalin.blogspot.com/2020/06/python-383-using-twitter-application_21.html
This is the second part of tutorials series with python-twitter.Today I will show you how to get pieces of information about friends, users and save into a binary file with pickle known as cPickle.I w
Link: http://python-catalin.blogspot.com/2020/06/python-383-using-twitter-application_21.html
This is the second part of tutorials series with python-twitter.Today I will show you how to get pieces of information about friends, users and save into a binary file with pickle known as cPickle.I w
Blogspot
Python 3.8.3 : Using twitter application with python-twitter - part 002.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Codementor: Metabob, a Github tool for your Python repos
Link: https://www.codementor.io/abdurrahmaanj/metabob-a-github-tool-for-your-python-repos-17mksk4g1j
Exploring metabob
Link: https://www.codementor.io/abdurrahmaanj/metabob-a-github-tool-for-your-python-repos-17mksk4g1j
Exploring metabob
www.codementor.io
Metabob, a Github tool for your Python repos | Codementor
Exploring metabob
PSF GSoC students blogs: [Week 3] Check-in
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-3-check-in-1/
1. What did you do this week?
This week's job is to add test cases and change the code as mentor's request.
2. Difficulty
No difficulties this week.
3. What is coming up next?
The work for the next w
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-3-check-in-1/
1. What did you do this week?
This week's job is to add test cases and change the code as mentor's request.
2. Difficulty
No difficulties this week.
3. What is coming up next?
The work for the next w
blogs.python-gsoc.org
Python GSoC - [Week 3] Check-in - sangyx's Blog
[Week 3] Check-in - 1bce70eb-f2bf-49ed-87e2-67410e1d91c9 - Python's Google Summer of Code Blogs Page
Codementor: Deciphering Single-byte XOR Ciphertext
Link: https://www.codementor.io/arpitbhayani/deciphering-single-byte-xor-ciphertext-17mtwlzh30
Encryption is a process of encoding messages such that it can only be read and understood by the intended parties. The process of extracting the original message from an encrypted one is called...
Link: https://www.codementor.io/arpitbhayani/deciphering-single-byte-xor-ciphertext-17mtwlzh30
Encryption is a process of encoding messages such that it can only be read and understood by the intended parties. The process of extracting the original message from an encrypted one is called...
www.codementor.io
Deciphering Single-byte XOR Ciphertext | Codementor
Encryption is a process of encoding messages such that it can only be read and understood by the intended parties. The process of extracting the original message from an encrypted one is called...
PSF GSoC students blogs: Weekly Check-in #4
Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-4-4/
TextBlock2D Progress!!
Hello and welcome to my 4th weekly check-in, I will be sharing my progress with TextBlock2D UI component. The official repository of my sub-org, FURY can always be found here.
W
Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-4-4/
TextBlock2D Progress!!
Hello and welcome to my 4th weekly check-in, I will be sharing my progress with TextBlock2D UI component. The official repository of my sub-org, FURY can always be found here.
W
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #4 - Nibba2018's Blog
Weekly Check-in #4 - c56ad427-2a29-4bff-aaac-4b1c415e6c7a - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-In: Week 4
Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-4/
Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey !
Raymarching continued!
What did I do this week
As you read in my last blog post, while the SDF primitives were working , t
Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-4/
Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey !
Raymarching continued!
What did I do this week
As you read in my last blog post, while the SDF primitives were working , t
blogs.python-gsoc.org
Python GSoC - Weekly Check-In: Week 4 - lenixlobo's Blog
Weekly Check-In: Week 4 - 29b61b21-4ad2-4b48-ab8a-f4ed5ddc5aa2 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-in #4
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-4-5/
Hello world,
What did you do this week?
I integrated the prototype into GUI. It's almost ready. Waiting for detailed review from mentors and potential users.
Did you get stuck anywhere?
Nope.
What is
Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-4-5/
Hello world,
What did you do this week?
I integrated the prototype into GUI. It's almost ready. Waiting for detailed review from mentors and potential users.
Did you get stuck anywhere?
Nope.
What is
blogs.python-gsoc.org
Python GSoC - Weekly Check-in #4 - abijithbahuleyan's Blog
Weekly Check-in #4 - d480ff2e-74dc-44fa-8aa4-7af357e05783 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Blog #2 ( 15th June - 22nd June)
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-blog-2-15th-june-22nd-june/
Hi all , so we have had 3 weeks of coding till now and overall am pleased with the progress of the project. It has been going smoothly without too many major issues.
The three major milestones achieve
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-blog-2-15th-june-22nd-june/
Hi all , so we have had 3 weeks of coding till now and overall am pleased with the progress of the project. It has been going smoothly without too many major issues.
The three major milestones achieve
blogs.python-gsoc.org
Python GSoC - Weekly Blog #2 ( 15th June - 22nd June) - arnav_k's Blog
Weekly Blog #2 ( 15th June - 22nd June) - b25b8e5e-93b2-4597-ad96-d9f39dde2e0d - Python's Google Summer of Code Blogs Page
TestDriven.io: Securing a Containerized Django Application with Let's Encrypt
Link: https://testdriven.io/blog/django-lets-encrypt/
In this tutorial, we'll look at how to secure a containerized Django app running behind an HTTPS Nginx proxy with Let's Encrypt SSL certificates.
Link: https://testdriven.io/blog/django-lets-encrypt/
In this tutorial, we'll look at how to secure a containerized Django app running behind an HTTPS Nginx proxy with Let's Encrypt SSL certificates.
testdriven.io
Securing a Containerized Django Application with Let's Encrypt
In this tutorial, we'll look at how to secure a containerized Django app running behind an HTTPS Nginx proxy with Let's Encrypt SSL certificates.
PSF GSoC students blogs: GSoC 2020 Blog Post (#2)
Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/gsoc-2020-blog-post-2/
Hello all!
I am 3 weeks into the official coding period and they have been great. A little background, I am working on the Frontend aspect of my project where I am using the ReactJS framework to build
Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/gsoc-2020-blog-post-2/
Hello all!
I am 3 weeks into the official coding period and they have been great. A little background, I am working on the Frontend aspect of my project where I am using the ReactJS framework to build
blogs.python-gsoc.org
Python GSoC - GSoC 2020 Blog Post (#2) - dvijaywargiya's Blog
GSoC 2020 Blog Post (#2) - 70a27e08-d7bb-4969-bfa4-391139c1cbe9 - Python's Google Summer of Code Blogs Page
Mike Driscoll: PyDev of the Week: Adrin Jalali
Link: https://www.blog.pythonlibrary.org/2020/06/22/pydev-of-the-week-adrin-jalali/
This week we welcome Adrin Jalali (@adrinjalali) as our PyDev of the Week! Adrin works on the popular scikit-learn package as well as Fairlearn, an AI package for Python. You can see what else Adrin i
Link: https://www.blog.pythonlibrary.org/2020/06/22/pydev-of-the-week-adrin-jalali/
This week we welcome Adrin Jalali (@adrinjalali) as our PyDev of the Week! Adrin works on the popular scikit-learn package as well as Fairlearn, an AI package for Python. You can see what else Adrin i
The Mouse Vs. The Python
PyDev of the Week: Adrin Jalali - The Mouse Vs. The Python
This week we welcome Adrin Jalali (@adrinjalali) as our PyDev of the Week! Adrin works on the popular scikit-learn package as well as Fairlearn, an AI package for Python. You can see what else Adrin is up to via his website or by checking out his Github profile.…
PSF GSoC students blogs: Diving deep into Strapi to build the EOS feature request system in GSOC’20
Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/diving-deep-into-strapi-to-build-the-eos-feature-request-system-in-gsoc20/
Hola a todos! Give me company as I explain to you the internals of Strapi and how I am using various mechanisms to implement custom and secure solutions for our feature request system. Grab your drink
Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/diving-deep-into-strapi-to-build-the-eos-feature-request-system-in-gsoc20/
Hola a todos! Give me company as I explain to you the internals of Strapi and how I am using various mechanisms to implement custom and secure solutions for our feature request system. Grab your drink
blogs.python-gsoc.org
Python GSoC - Diving deep into Strapi to build the EOS feature request system in GSOC’20 - sharmaaditya570191's Blog
Diving deep into Strapi to build the EOS feature request system in GSOC’20 - d4413a04-9698-4071-b7bc-a43bd84c7f68 - Python's Google Summer of Code Blogs Page
Stefan Behnel: Should you ship the Cython generated C code or not?
Link: http://blog.behnel.de/posts/ship-generated-c-code-or-not.html
When you use Cython for your Python extensions (not if, when ;-)), there are different opinions on whether you should generate the C code locally and ship it in your sdist source packages on PyPI, or
Link: http://blog.behnel.de/posts/ship-generated-c-code-or-not.html
When you use Cython for your Python extensions (not if, when ;-)), there are different opinions on whether you should generate the C code locally and ship it in your sdist source packages on PyPI, or
Stefans Welt
Should you ship the Cython generated C code or not?
When you use Cython for your Python extensions (not if, when ;-)), there are different opinions on whether you should generate the C code locally and ship it in your sdist source packages on PyPI, or
Anwesha Das: PyLadies India embarked its journey
Link: http://anweshadas.in/pyladies-india-embarked-its-journey/
PyLadies India embarked its journey
20th June 2020 marked a new beginning for PyLadies in India. We had our first meetup.
I started my journey with PyLadies in 2016 as an organizer of PyLadies Pune.
Link: http://anweshadas.in/pyladies-india-embarked-its-journey/
PyLadies India embarked its journey
20th June 2020 marked a new beginning for PyLadies in India. We had our first meetup.
I started my journey with PyLadies in 2016 as an organizer of PyLadies Pune.