atlas news
    
Python Land : bluesky
06  octobre     08h43
Python has some pretty nifty string functions. Here are some examples
   Python has some pretty nifty string functions. Here are some examples
26  novembre     11h49
If you’ve been exploring the fascinating world of AI and...
   If you’ve been exploring the fascinating world of #AI and generative AI like #ChatGPT, you’ve undoubtedly run into the term #Python. So, what exactly is Python, and why is it often linked with AI? Read all about it in this Python Land article&#https: python.land python-and-ai
15  novembre     21h43
If you’re new here on Bluesky, welcome Follow us for Python...
   If you’re new here on Bluesky, welcome Follow us for #Python tips, tricks, and news
12  novembre     20h22
We noticed many students struggle with fundamental computer knowledge...
   We noticed many students struggle with fundamental computer knowledge.&#Python Land offers the Computer Fundamentals course, where you learn much-needed basics, including working with the command line. It helps you feel more confident when you start learning Python &#&#https: python.land product...
    09h14
Processing Excel sheets with Python is an everyday use case for many...
   Processing #Excel sheets with Python is an everyday use case for many and can boost office efficiency. This Python Land article teaches you how to create, read, update, and delete data in Excel files using #Python&#&#https: python.land data-processing process-excel-data-in-python-and-pandas
04  octobre     20h32
With Pyenv you can play around with Python 3.12 since they’ve...
   With Pyenv you can play around with Python 3.12 since they’ve added it to their list of supported versions as soon as it came out. Learn more about Pyenv here &#https: python.land virtual-environments pyenv
    20h09
Do you know Python’s any() and all() functions? These are...
   ’ Do you know Python’s any() and all() functions? These are powerful tools for evaluating iterables any() returns True if at least one element of an iterable is true. all() returns True only if all elements of an iterable are true.
06  octobre     08h43
Python has some pretty nifty string functions. Here are some examples
   Python has some pretty nifty string functions. Here are some examples
04  octobre     20h32
With Pyenv you can play around with Python 3.12 since they’ve...
   With Pyenv you can play around with Python 3.12 since they’ve added it to their list of supported versions as soon as it came out. Learn more about Pyenv here &#https: python.land virtual-environments pyenv
    20h09
Do you know Python’s any() and all() functions? These are...
   ’ Do you know Python’s any() and all() functions? These are powerful tools for evaluating iterables any() returns True if at least one element of an iterable is true. all() returns True only if all elements of an iterable are true.
03  octobre     11h54
Python Tip: Want to remove the last letter from a word using...
   #Python Tip: Want to remove the last letter from a word using slicing? Here’s how:&#&#word Python &#new word word[:-1]&#print(new word) # Outputs ’Pytho’&#&#Learn more here &#https: python.land introduction-to-python strings#Reversing a string slicing
    06h53
Yesterday, Python 3.12 was released. Many people won’t use it for...
   Yesterday, Python 3.12 was released. Many people won’t use it for a while since most lag behind a few versions for various reasons. Nevertheless, you can check out what’s new in this post: https: docs.python.org 3.12 whatsnew 3.12.html
01  octobre     18h55
Python Trivia: The name ’Python’ was not derived from...
   Python Trivia: The name ’Python’ was not derived from the snake but from the British comedy series ’Monty Python’s Flying Circus’ What’s your favorite Python fun fact?