PyCharm: PyCharm Edu 4 is Out, Enhanced for Both Learners and Educators
PyCharm Edu 4 is out now! This update brings a better user experience to both learners and educators, making the product’s use as simple as possible, whether it is used for learning, or for...
View ArticleSandipan Dey: Some Machine Learning with Astronomy data (in Python)
The following problems appeared as assignments in the coursera course Data-Driven Astronomy. The description of the problems are taken mostly from the course assignments and from...
View ArticleDaniel Bader: Python Iterators: A Step-By-Step Introduction
Python Iterators: A Step-By-Step IntroductionUnderstanding iterators is a milestone for any serious Pythonista. With this step-by-step tutorial you’ll understanding class-based iterators in Python,...
View ArticleCodementor: Building An Image Crawler Using Python And Scrapy
Learn how to create an image crawler using Python and scrapy
View ArticleDjango Weblog: Django bugfix release: 1.11.4
Today we've issued the 1.11.4 bugfix release.The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is...
View ArticleSimple is Better Than Complex: How to Setup Amazon S3 in a Django Project
In this tutorial you will learn how to use the Amazon S3 service to handle static assets and the user uploaded files, that is, the media assets.First, I will cover the basic concepts, installation and...
View ArticleJanusworx: On My First Project
Being laid up sick in bed is never fun. Yet, serendipitously, it was the being laid up, that gave me time to focus and complete my first Python program.We were to make a project, that combined what...
View ArticleNumFOCUS: Leveling up with Open Astronomy: Astropy affiliated packages
Matt Craig, Professor of Physics and Astronomy at Minnesota State University Moorhead, has created this list of Astropy affiliated packages to help improve your experience exploring astronomy using...
View ArticleSimeon Franklin: PyBay 2017
PyBay, the Bay Area regional Python Conference is happening again August 10th-13th. See pybay.com for tickets and keep reading to find out why you shouldn't miss it.
View ArticleCodementor: A Dive Into Python Closures and Decorators - Part 2
In previoust post (https://www.codementor.io/moyosore/a-dive-into-python-closures-and-decorators-part-1-9mpr98pgr), we talked about local functions, closures and quickly looked into basic...
View ArticleYasoob Khalid: PyCon Pakistan & The First Meetup in Lahore
Hi there guys! I will be starting my bachelors at Colgate University in Hamilton, US from this month. I have been pretty busy lately with making all of the required arrangements. However, during this...
View ArticlePython Bytes: #37 Rule over the shells with Sultan
<p><strong>Brian #1:</strong> <a href="https://devguide.python.org/"><strong>New URL for Python Developer’s Guide</strong></a></p> <ul>...
View ArticleTryton News: Tryton Unconference 2017 - Announcement
The 10th December 2017 we will celebrate the 10th anniversary of the first commit in the Tryton source code repository.That is an important milestone for the project and to celebrate it, the Tryton...
View ArticleCarl Chenet: Feed2toot 0.6, the RSS to Mastodon bot, released
I just released the version 0.6 of Feed2toot, a self hosted bot to automatically post RSS feeds to Mastodon, a free (as in free software) and decentralized social network.Thanks a lot to all involved...
View ArticleBrad Lucas: Cleaning Global Installs With Pip
I moved to Python3 and looked back and realized I had a ton of things installed globally for Python2. With this realization I wanted to clean everything out.Here is one method$ pip freeze >...
View ArticleSimple is Better Than Complex: Ask Vitor #4: WordPress or Self-Made Blog?
Aviral Tiwari asks: Is this blog made through Django or some blog engine like WordPress?AnswerFirst of all, thanks Aviral for the great question!The short answer is Jekyll + Django. Now, if you are...
View ArticleChris Warrick: Gynvael’s Mission 11 (en): Python bytecode reverse-engineering
Gynvael Coldwind is a security researcher at Google, who hosts weekly livestreams about security and programming in Polish and English). As part of the streams, he gives out missions — basically,...
View ArticleCodementor: Working with pelican
This post will help the beginner to get started with Pelican.
View ArticlePyCharm: Using Docker Compose on Windows in PyCharm
By popular demand, PyCharm 2017.2 Professional Edition expands its Docker Compose support to those of you who run Windows. Let’s take a look and see how this works!In our last Docker Compose post, we...
View ArticleMike Driscoll: ANN: Python 101 Website
After making my first book, Python 101, freely available, I have been investigating the best way to make its contents available online as well. Since I write all my books in RestructuredText, I had a...
View Article