@realpython@fosstodon.org
@realpython@fosstodon.org avatar

realpython

@realpython@fosstodon.org

Online #Python Training & Expert Community: Tutorials, Video Courses, Books, Quizzes...and More! Join 3,000,000 Monthly Readers at https://realpython.com

This profile is from a federated server and may be incomplete. Browse more on the original instance.

realpython, to random
@realpython@fosstodon.org avatar

📺🐍 Efficient Iterations With Python Iterators and Iterables

In this video course, you'll learn what iterators and iterables are in Python. You'll learn how they differ and when to use them in your code. You'll also learn how to create your own iterators and iterables to make data processing more efficient

https://realpython.com/courses/efficient-iterations-iterators-iterables/

realpython, to random
@realpython@fosstodon.org avatar

🐍📰 How to Create Pivot Tables With pandas

In this tutorial, you'll learn how to create pivot tables using pandas. You'll explore the key features of DataFrame's pivot_table() method and practice using them to aggregate your data in different ways

https://realpython.com/how-to-pandas-pivot-table/

realpython, to random
@realpython@fosstodon.org avatar

🐍📰 The Python calendar Module: Create Calendars With Python

Learn to use the Python calendar module to create and customize calendars in plain text, HTML or directly in your terminal

https://realpython.com/python-calendar-module/

realpython, to random
@realpython@fosstodon.org avatar

📺🐍 Building a Python GUI Application With Tkinter

In this video course, you'll learn the basics of GUI programming with Tkinter, the de facto Python GUI framework. Master GUI programming concepts such as widgets, geometry managers, and event handlers. Then, put it all together by building two applications: a temperature converter and a text editor

https://realpython.com/courses/building-gui-application-tkinter/

realpython, to random
@realpython@fosstodon.org avatar

🐍📰 Basic Data Types in Python: A Quick Exploration

In this tutorial, you'll learn about the basic data types that are built into Python, including numbers, strings, bytes, and Booleans

https://realpython.com/python-data-types/

realpython, to random
@realpython@fosstodon.org avatar

🎧🐍 Episode of the Real Python Podcast is live: Considering Accessibility & Assistive Tech as a Python Developer

What's it like to learn Python as a visually impaired or blind developer? How can you improve the accessibility of your Python web applications and learn current guidelines? This week on the show, Real Python community member Audrey van Breederode discusses her programming journey, web accessibility, and assistive technology.

https://realpython.com/podcasts/rpp/205/

realpython, to random
@realpython@fosstodon.org avatar

🐍📰 Python's Built-in Exceptions: A Walkthrough With Examples

In this tutorial, you'll get to know some of the most commonly used built-in exceptions in Python. You'll learn when these exceptions can appear in your code and how to handle them. Finally, you'll learn how to raise some of these exceptions in your code

https://realpython.com/python-built-in-exceptions/

realpython, to random
@realpython@fosstodon.org avatar

📺🐍 HTML and CSS Foundations for Python Developers

There's no way around HTML and CSS when you want to build web apps. Even if you're not aiming to become a web developer, knowing the basics of HTML and CSS will help you understand the Web better. In this video course, you'll get an introduction to HTML and CSS for Python programmers

https://realpython.com/courses/html-css-foundations/

realpython, to random
@realpython@fosstodon.org avatar

🐍📰 What Is the pycache Folder in Python?

In this tutorial, you'll explore Python's pycache folder. You'll learn about when and why the interpreter creates these folders, and you'll customize their default behavior. Finally, you'll take a look under the hood of the cached .pyc files

https://realpython.com/python-pycache/

realpython, to random
@realpython@fosstodon.org avatar

🎧🐍 Episode of the Real Python Podcast is live: Querying OpenStreetMaps via API & Lazy Evaluation in Python

Would you like to get more practice working with APIs in Python? How about exploring the globe using the data from OpenStreetMap? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.

https://realpython.com/podcasts/rpp/204/

realpython, to random
@realpython@fosstodon.org avatar

🐍📰 PyTorch vs TensorFlow for Your Python Deep Learning Project

PyTorch vs Tensorflow: Which one should you use? Learn about these two popular deep learning libraries and how to choose the best one for your project

https://realpython.com/pytorch-vs-tensorflow/

realpython, to random
@realpython@fosstodon.org avatar

📺🐍 Flattening a List of Lists in Python

In this video course, you'll learn how to flatten a list of lists in Python. You'll use different tools and techniques to accomplish this task. First, you'll use a loop along with the .extend() method of list. Then you'll explore other tools, including reduce(), sum(), itertools.chain(), and more

https://realpython.com/courses/flatten-list-of-lists/

realpython, to random
@realpython@fosstodon.org avatar

🐍📰 Python News: What's New From April 2024

In April 2024, the last alpha release of Python 3.13 was published. At the same time, the PSF announced some great news, and PyCon US 2024 opened its call for volunteers. Some fundamental Python projects, such as Django, pandas, and Pillow, also released new versions

https://realpython.com/python-news-april-2024/

realpython, to random
@realpython@fosstodon.org avatar

🎧🐍 Episode of the Real Python Podcast is live: Embarking on a Relaxed and Friendly Python Coding Journey

Do you get stressed while trying to learn Python? Do you prefer to build small programs or projects as you continue your coding journey? This week on the show, Real Python author Stephen Gruppetta is here to talk about his new book, "The Python Coding Book."

https://realpython.com/podcasts/rpp/203/

realpython, to random
@realpython@fosstodon.org avatar

🐍📰 Python Sequences: A Comprehensive Guide

This tutorial dives into Python sequences, which is one of the main categories of data types. You'll learn about the properties that make an object a sequence and how to create user-defined sequences

https://realpython.com/python-sequences/

realpython, to random
@realpython@fosstodon.org avatar

📺🐍 Working With Global Variables in Python Functions

In this video course, you'll learn how to use global variables in Python functions using the global keyword or the built-in globals() function. You'll also learn a few strategies to avoid relying on global variables because they can lead to code that's difficult to understand, debug, and maintain

https://realpython.com/courses/global-variables-in-python-functions/

realpython, to random
@realpython@fosstodon.org avatar

🐍📰 Python's unittest: Writing Unit Tests for Your Code

In this tutorial, you'll learn how to use the unittest framework to create unit tests for your Python code. Along the way, you'll also learn how to create test cases, fixtures, test suites, and more

https://realpython.com/python-unittest/

realpython, to random
@realpython@fosstodon.org avatar

🎧🐍 Episode of the Real Python Podcast is live: Pydantic Data Validation & Python Web Security Practices

How do you verify and validate the data coming into your Python web application? What tools and security best practices should you consider as a developer? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.

https://realpython.com/podcasts/rpp/202/

realpython, to random
@realpython@fosstodon.org avatar

🐍📰 What's Lazy Evaluation in Python?

This tutorial explores lazy evaluation in Python and looks at the advantages and disadvantages of using lazy and eager evaluation methods. By the end of this tutorial, you'll clearly understand which approach is best for you, depending on your needs

https://realpython.com/python-lazy-evaluation/

realpython, to random
@realpython@fosstodon.org avatar

📺🐍 Python Basics Exercises: Scopes

In this Python Basics Exercises course, you'll practice working with scope in Python. You'll reinforce important coding concepts by working with variables inside and outside of functions and loops. You'll also get to practice the LEGB rule

https://realpython.com/courses/python-basics-exercises-scopes/

realpython, to random
@realpython@fosstodon.org avatar

🐍📰 Write Unit Tests for Your Python Code With ChatGPT

In this tutorial, you'll learn how to use ChatGPT to generate tests for your Python code. You'll use the chat to create doctest, unittest, and pytest tests for your code

https://realpython.com/chatgpt-unit-tests-python/

realpython, to random
@realpython@fosstodon.org avatar

🎧🐍 Episode of the Real Python Podcast is live: Decoupling Systems to Get Closer to the Data

What are the benefits of using a decoupled data processing system? How do you write reusable queries for a variety of backend data platforms? This week on the show, Phillip Cloud, the lead maintainer of Ibis, will discuss this portable Python dataframe library.

https://realpython.com/podcasts/rpp/201/

realpython, to random
@realpython@fosstodon.org avatar

🐍📰 How to Format Floats Within F-Strings in Python

In this tutorial, you'll learn how to use Python format specifiers within an f-string to allow you to neatly format a float to your required precision. You'll also learn how to extract digits from existing strings and format them as well

https://realpython.com/how-to-python-f-string-format-float/

realpython, to random
@realpython@fosstodon.org avatar

📺🐍 Using raise for Effective Exceptions

In this video course, you'll learn how to raise exceptions in Python, which will improve your ability to efficiently handle errors and exceptional situations in your code. This way, you'll write more reliable, robust, and maintainable code

https://realpython.com/courses/using-raise-for-effective-exceptions/

realpython, to random
@realpython@fosstodon.org avatar

🎧🐍 Episode of the Real Python Podcast is live: Avoiding Error Culture and Getting Help Inside Python

What is error culture, and how do you avoid it within your organization? How do you navigate alert and notification fatigue? Hey, it's episode ! Real Python's editor-in-chief, Dan Bader, joins us this week to celebrate. Christopher Trudeau also returns to bring another batch of PyCoder's Weekly articles and projects.

https://realpython.com/podcasts/rpp/200/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • cisconetworking
  • thenastyranch
  • GTA5RPClips
  • everett
  • Durango
  • rosin
  • InstantRegret
  • DreamBathrooms
  • magazineikmin
  • Youngstown
  • mdbf
  • slotface
  • ethstaker
  • megavids
  • kavyap
  • normalnudes
  • modclub
  • cubers
  • ngwrru68w68
  • khanakhh
  • tacticalgear
  • tester
  • provamag3
  • Leos
  • osvaldo12
  • anitta
  • lostlight
  • All magazines