Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Codementor: Python Interview Questions

Link: https://www.codementor.io/sadhanareddy/python-interview-questions-qlezsskx3

Introduction
I had compiled some python interview questions.
This List helps Freshers & Experienced Persons.
What is Python ? What are the Features of Python?
What are Lists?
What is the...
Programiz: Python timestamp to datetime and vice-versa

Link: https://www.programiz.com/python-programming/datetime/timestamp-datetime

In this article, you will learn to convert timestamp to datetime object and datetime object to timestamp (with the help of examples).
Programiz: How to get current date and time in Python?

Link: https://www.programiz.com/python-programming/datetime/current-datetime

In this article, you will learn to get today's date and current date and time in Python. We will also format the date and time in different formats using strftime() method.
codingdirectional: Return a string with a dash ‘-‘ marks before and after each odd integer

Link: http://codingdirectional.info/2018/12/26/return-a-string-with-dash-marks-before-and-after-each-odd-integer/

Today I have solved yet another python problem on codewars which I would like to share it with you all! If you are an intermediate python’s programmer then codewars is where you really need to visit t
Codementor: Complete guide about Python Lists

Link: https://www.codementor.io/sadhanareddy/complete-guide-about-python-lists-qlkvjpiic

Introduction
Lists is an ordered collection of items
Lists are the simplest data structure in python
Lists
The list type is a container that holds a number of other objects in a given order.
...
Ludovic Gasc: Macro-benchmark with Django, Flask and AsyncIO (aiohttp.web+API-Hour)

Link: http://blog.gmludo.eu/2015/02/macro-benchmark-with-django-flask-and-asyncio.html

Disclaimer: If you have some bias and/or dislike AsyncIO, please read my previous blog post before starting a war.Warning: Since I've published this article, my first benchmark published in public, I'
Talk Python to Me: #192 Python Year in Review 2018 Edition

Link: https://talkpython.fm/episodes/show/192/python-year-in-review-2018-edition

It's been a fantastic year for Python. Literally, every year is better than the last with so much growth and excitement in the Python space. That's why I've asked two of my knowledgeable Python friend
codingdirectional: Put the exclamation marks and question marks to the balance, are they balanced?

Link: http://codingdirectional.info/2018/12/27/put-the-exclamation-marks-and-question-marks-to-the-balance-are-they-balanced/

Hello, we are supposed to move to another site today but let us finish up another python problem on codewars first before we proceed to a new site. The problem goes like this.
A function will take in
gamingdirectional: Summarize the python pygame project

Link: http://gamingdirectional.com/blog/2018/12/27/summarize-the-python-pygame-project/

Hello my friend, I just want to let you know that I have packed up the previous pygame project which we have developed together every day and it is now ready to distribute to all the major gaming plat
Codementor: Exceptions in Python

Link: https://www.codementor.io/sadhanareddy/exceptions-in-python-qlzks8mpv

Introduction
An exception is an event that occurs during the execution of a program that disrupts the normal flow of execution.
We use three keywords for this:
1) try: In this we need to write our...
Caktus Consulting Group: My New Year’s Resolution: Work Less to Code Better

Link: http://www.caktusgroup.com/blog/2018/12/27/new-years-resolution-work-less-code-better/

You may look at my job title (or picture) and think, “Oh, this is easy, he’s going to resolve to stand up at his desk more.” Well, you’re not wrong, that is one of my resolutions, but I have an even m
PyPy Development: PyPy Winter Sprint Feb 4-9 in Düsseldorf

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/P7-UGWX4LIs/pypy-winter-sprint-feb-4-9-in-dusseldorf.html





 PyPy Sprint February 4th-9th 2019 in Düsseldorf


The next PyPy sprint will be held in the Computer Science department of Heinrich-Heine Universität Düsseldorf from the 4th to the 9st of February
Stack Abuse: Using Plotly Library for Interactive Data Visualization in Python

Link: https://stackabuse.com/using-plotly-library-for-interactive-data-visualization-in-python/

In my previous article, I explained how the Pandas library can be used for plotting basic and time series plots. While Pandas, Matplotlib, and Seaborn libraries are excellent data plotting libraries,
Codementor: Strings in Python

Link: https://www.codementor.io/sadhanareddy/strings-in-python-qmva1ktv4

Introduction
Strings are arrays of characters & elements of an array that can be accessed using "indexing" and we can access a range of characters using "slicing"
Indices start with 0 from left...
PyCharm: PyCharm 2018.3.3 RC and PyCharm 2018.2.7

Link: http://feedproxy.google.com/~r/Pycharm/~3/04P2MaoeYds/

PyCharm 2018.3.3 Release Candidate is now available. This version comes with several Python-related as well as platform improvements which we want to double-check with you before finally releasing the