Python Land
@pythonland.bsky.social
๐ค 3039
๐ฅ 1
๐ 13
Official
https://python.land
account
pinned post!
If you're new here on Bluesky, welcome! Follow us for
#Python
tips, tricks, and news
over 1 year ago
2
68
3
reposted by
Python Land
Python has some pretty nifty string functions. Here are some examples!
over 2 years ago
1
70
5
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
loading . . .
Python And AI: Why Learning Python Might Be A Good Idea โข Python Land Blog
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 ... read more
https://python.land/python-and-ai
over 1 year ago
0
25
2
If you're new here on Bluesky, welcome! Follow us for
#Python
tips, tricks, and news
over 1 year ago
2
68
3
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! ๐ ๐
python.land/product/comp...
loading . . .
Files, Folders, And The Command Line (2024) โข Python Land
It can be challenging and frustrating to get into programming because many courses assume you have more than basic knowledge about computers. This Computer Fundamentals course will fix the knowledge g...
https://python.land/product/computer-fundamentals
over 1 year ago
0
17
1
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
python.land/data-process...
loading . . .
How to Process Excel Data in Python and Pandas โข Python Land Tutorial
This article shows how to create and read Excel files in Python using the pandas, xlsxwriter, and openpyxl modules.
https://python.land/data-processing/process-excel-data-in-python-and-pandas
over 1 year ago
0
38
2
reposted by
Python Land
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 ๐
loading . . .
PyEnv: Managing Multiple Python Versions With Ease
PyEnv is a tool that allows Python users to switch between multiple versions with ease. Learn how to use PyEnv to your advantage
https://python.land/virtual-environments/pyenv
over 2 years ago
0
23
3
reposted by
Python Land
๐ก 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.
over 2 years ago
0
26
4
Python has some pretty nifty string functions. Here are some examples!
over 2 years ago
1
70
5
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 ๐
loading . . .
PyEnv: Managing Multiple Python Versions With Ease
PyEnv is a tool that allows Python users to switch between multiple versions with ease. Learn how to use PyEnv to your advantage
https://python.land/virtual-environments/pyenv
over 2 years ago
0
23
3
๐ก 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.
over 2 years ago
0
26
4
๐ #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 ๐
loading . . .
Python String: Working With Text
Learn what a Python string is, how to create strings, which quotes to use when creating them, and how to perform operations on a string.
https://python.land/introduction-to-python/strings#Reversing_a_string_slicing
over 2 years ago
0
11
1
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:
docs.python.org/3.12/whatsne...
over 2 years ago
2
7
0
๐ค 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? ๐ง
over 2 years ago
1
11
2
you reached the end!!
feeds!
log in