-
Notifications
You must be signed in to change notification settings - Fork 212
Expand file tree
/
Copy pathrealpython_descriptions_20180919.xml
More file actions
2 lines (2 loc) · 10.1 KB
/
realpython_descriptions_20180919.xml
File metadata and controls
2 lines (2 loc) · 10.1 KB
1
2
<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Real Python</title><link href="https://realpython.com/atom-descriptions-only.xml" rel="alternate"></link><link href="https://realpython.com/atom-descriptions-only.xml" rel="self"></link><id>https://realpython.com/atom-descriptions-only.xml</id><updated>2018-09-19T00:00:00+00:00</updated><author><name>Real Python</name></author><entry><title>Absolute vs Relative Imports in Python</title><link href="https://realpython.com/absolute-vs-relative-python-imports/" rel="alternate"></link><updated>2018-09-19T00:00:00+00:00</updated><id>https://realpython.com/absolute-vs-relative-python-imports/</id><summary type="html">If you’ve worked on a Python project that has more than one file, chances are you’ve had to use an import statement before. In this tutorial, you’ll not only cover the pros and cons of absolute and relative imports but also learn about the best practices for writing import statements</summary></entry><entry><title>Top 10 Must-Watch PyCon Talks</title><link href="https://realpython.com/must-watch-pycon-talks/" rel="alternate"></link><updated>2018-09-17T00:00:00+00:00</updated><id>https://realpython.com/must-watch-pycon-talks/</id><summary type="html">Get the inside scoop on the top 10 must-watch PyCon talks for both beginners and advanced Python developers. There's something for everyone in this list of informative videos</summary></entry><entry><title>Logging in Python</title><link href="https://realpython.com/python-logging/" rel="alternate"></link><updated>2018-09-12T00:00:00+00:00</updated><id>https://realpython.com/python-logging/</id><summary type="html">Learn why and how to get started with Python's powerful logging module to meet the needs of beginners and enterprise teams alike</summary></entry><entry><title>The Best Python Books</title><link href="https://realpython.com/best-python-books/" rel="alternate"></link><updated>2018-09-10T00:00:00+00:00</updated><id>https://realpython.com/best-python-books/</id><summary type="html">Find the right books to help you get started with Python or take your coding to the next level with this detailed guide to the best Python books out there</summary></entry><entry><title>Conditional Statements in Python</title><link href="https://realpython.com/python-conditional-statements/" rel="alternate"></link><updated>2018-09-05T00:00:00+00:00</updated><id>https://realpython.com/python-conditional-statements/</id><summary type="html">In this step-by-step tutorial you'll learn how to work with conditional statements in Python. Master if-statements and see how to write complex decision making code in your programs</summary></entry><entry><title>Structuring Python Programs</title><link href="https://realpython.com/python-program-structure/" rel="alternate"></link><updated>2018-09-03T00:00:00+00:00</updated><id>https://realpython.com/python-program-structure/</id><summary type="html">In this tutorial you'll dig deeper into Python's lexical structure and start arranging code into more complex groupings. You'll learn about the syntactic elements that comprise statements, the basic units that make up a Python program</summary></entry><entry><title>We&#39;re Celebrating 1 Million Page Views per Month!</title><link href="https://realpython.com/one-million-pageviews-celebration/" rel="alternate"></link><updated>2018-09-01T00:00:00+00:00</updated><id>https://realpython.com/one-million-pageviews-celebration/</id><summary type="html">Today we're celebrating reaching 1,000,000 monthly page views on realpython.com. We are so thankful to you and the rest of the Python community for helping us reach this milestone</summary></entry><entry><title>Python Pandas: Tricks &amp; Features You May Not Know</title><link href="https://realpython.com/python-pandas-tricks/" rel="alternate"></link><updated>2018-08-29T00:00:00+00:00</updated><id>https://realpython.com/python-pandas-tricks/</id><summary type="html">Lesser-known but idiomatic Pandas features for those already comfortable with Pandas' basic functionality and concepts</summary></entry><entry><title>Python Community Interview With Mariatta Wijaya</title><link href="https://realpython.com/interview-mariatta-wijaya/" rel="alternate"></link><updated>2018-08-27T00:00:00+00:00</updated><id>https://realpython.com/interview-mariatta-wijaya/</id><summary type="html">Mariatta is a web developer at Zapier and volunteers much of her time to helping maintain Python as a core developer. In this interview we talk about her role as a Python core developer, as well as her love of GitHub bots and #icecreamselfies</summary></entry><entry><title>Primer on Python Decorators</title><link href="https://realpython.com/primer-on-python-decorators/" rel="alternate"></link><updated>2018-08-22T00:00:00+00:00</updated><id>https://realpython.com/primer-on-python-decorators/</id><summary type="html">In this introductory tutorial, we'll look at what Python decorators are and how to create and use them</summary></entry><entry><title>Sets in Python</title><link href="https://realpython.com/python-sets/" rel="alternate"></link><updated>2018-08-20T00:00:00+00:00</updated><id>https://realpython.com/python-sets/</id><summary type="html">In this tutorial you'll learn how to work effectively with Python's set data type. You'll see how to define set objects in Python and discover the operations that they support and by the end of the tutorial you'll have a good feel for when a set is an appropriate choice in your own programs</summary></entry><entry><title>The Ultimate Guide to Django Redirects</title><link href="https://realpython.com/django-redirects/" rel="alternate"></link><updated>2018-08-15T00:00:00+00:00</updated><id>https://realpython.com/django-redirects/</id><summary type="html">In this detailed guide, you'll learn everything you need to know about HTTP redirects in Django. All the way from the low-level details of the HTTP protocol to the high-level way of dealing with them in Django</summary></entry><entry><title>Advanced Git Tips for Python Developers</title><link href="https://realpython.com/advanced-git-for-pythonistas/" rel="alternate"></link><updated>2018-08-13T00:00:00+00:00</updated><id>https://realpython.com/advanced-git-for-pythonistas/</id><summary type="html">In this Git tutorial for Python developers, we'll talk about how to address specific commits and entire ranges of commits, using the stash to save temporary work, comparing different commits, changing history, and how to clean up the mess if something doesn't work out</summary></entry><entry><title>Python Community Interview With Mike Driscoll</title><link href="https://realpython.com/interview-mike-driscoll/" rel="alternate"></link><updated>2018-08-08T00:00:00+00:00</updated><id>https://realpython.com/interview-mike-driscoll/</id><summary type="html">A Python community interview with Mike Driscoll of Mouse Vs Python fame. As a long-time Python advocate and teacher, Mike shares his story of how he came to be a Python developer and an author</summary></entry><entry><title>Dictionaries in Python</title><link href="https://realpython.com/python-dicts/" rel="alternate"></link><updated>2018-08-06T00:00:00+00:00</updated><id>https://realpython.com/python-dicts/</id><summary type="html">In this Python dictionaries tutorial you'll cover the basic characteristics and learn how to access and manage dictionary data. Once you have finished this tutorial, you should have a good sense of when a dictionary is the appropriate data type to use, and how to do so</summary></entry><entry><title>Socket Programming in Python (Guide)</title><link href="https://realpython.com/python-sockets/" rel="alternate"></link><updated>2018-08-01T00:00:00+00:00</updated><id>https://realpython.com/python-sockets/</id><summary type="html">In this in-depth tutorial you'll learn how to build a socket server and client with Python. By the end of this tutorial, you'll understand how to use the main functions and methods in Python's socket module to write your own networked client-server applications</summary></entry><entry><title>Python Code Quality: Tools &amp; Best Practices</title><link href="https://realpython.com/python-code-quality/" rel="alternate"></link><updated>2018-07-30T00:00:00+00:00</updated><id>https://realpython.com/python-code-quality/</id><summary type="html">In this article, you'll see how to improve the quality of your Python code. We'll analyze and compare tools you can use to take your code to the next level and make it more Pythonic. Whether you've been using Python for a while, or just beginning, you can benefit from the practices and tools talked about here</summary></entry><entry><title>Documenting Python Code: A Complete Guide</title><link href="https://realpython.com/documenting-python-code/" rel="alternate"></link><updated>2018-07-25T00:00:00+00:00</updated><id>https://realpython.com/documenting-python-code/</id><summary type="html">A complete guide to documenting Python code. Whether you're documenting a small script or a large project, whether you're a beginner or seasoned Pythonista, this guide will cover everything you need to know</summary></entry><entry><title>Fast, Flexible, Easy and Intuitive: How to Speed Up Your Pandas Projects</title><link href="https://realpython.com/fast-flexible-pandas/" rel="alternate"></link><updated>2018-07-23T00:00:00+00:00</updated><id>https://realpython.com/fast-flexible-pandas/</id><summary type="html">What is it about Pandas that has data scientists, analysts, and engineers raving? This is a guide to using Pandas Pythonically to get the most out of its powerful and easy-to-use built-in features. Additionally, you will learn a couple of practical time-saving tips</summary></entry><entry><title>Lists and Tuples in Python</title><link href="https://realpython.com/python-lists-tuples/" rel="alternate"></link><updated>2018-07-18T00:00:00+00:00</updated><id>https://realpython.com/python-lists-tuples/</id><summary type="html">You'll cover the important characteristics of lists and tuples in Python 3. You'll learn how to define them and how to manipulate them. When you're finished, you should have a good feel for when and how to use these object types in a Python program</summary></entry></feed>