python_land Profile Banner
python.land Profile
python.land

@python_land

Followers
115
Following
99
Media
2
Statuses
119

Official account for https://t.co/dKEqaCfmO6

Python Land
Joined June 2020
Don't wanna be here? Send us removal request.
@erikyan
Erik
2 years
Python has some pretty nifty string functions. Here are some examples!
1
2
15
@python_land
python.land
2 years
With Pyenv, you can start using Python 3.12 right away since they've added it to their list of supported versions as soon as it came out. Learn more about Pyenv here 👇 https://t.co/sg5jPAzMhW
Tweet card summary image
python.land
PyEnv is a tool that allows Python users to switch between multiple versions with ease. Learn how to use PyEnv to your advantage
0
1
1
@erikyan
Erik
2 years
👀 Use Python’s built-in help() function! It's an interactive way to explore documentation and learn more about Python objects and modules in the Python REPL! 📚 Examples: help(str) import os help(os) help(os.path) etc.
0
1
1
@erikyan
Erik
2 years
💡 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.
0
1
2
@erikyan
Erik
2 years
🐍 #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:
python.land
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.
0
1
2
@python_land
python.land
2 years
🤖 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? 🧠 #PythonProgramming #DidYouKnow
0
1
2
@erikyan
Erik
2 years
What's the output of this code? Leave your answer in the comments! #Python #quiz
2
1
6
@python_land
python.land
2 years
I'd love to hear about your experience with this AI assistant!
@erikyan
Erik
2 years
As an experiment, I added an AI assistant to all the paid courses on Python Land. The assistant knows the content of the page you're on. So you can ask it to modify code for you, further explain things, expand on a topic, etcetera. I'm super excited about this stuff enhancing our
0
0
0
@erikyan
Erik
2 years
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? Should you learn Python? 👇 #ChatGPT #ArtificialIntelligence #Python
1
1
4
@erikyan
Erik
2 years
My next programming language to learn is...
1
2
2
@erikyan
Erik
3 years
Installing #Python packages system-wide can cause a lot of troubles once you upgrade your Python installation in the future. You can use pipx to save you from the drama that's usually involved with system-wide packages! Read about it here 👇 https://t.co/Igd8J7378I
Tweet card summary image
python.land
Pipx: Safely Install Packages Globally tutorial with examples at Python Land
0
2
3
@erikyan
Erik
3 years
With Python, we can return multiple values at once. All you need to do is list your values after the return statement, separated by commas. Click the link to try it interactively: https://t.co/A9zq7TLqyZ
Tweet card summary image
crumb.sh
View, edit, and run this Python 3 code in your browser at crumb.sh
1
2
4
@erikyan
Erik
3 years
What is the most impressive thing you've used Python for or seen Python being used for? This can be anything from a small-scale library that impressed you to large projects or whatever else it is that impressed you most. #AskTwitter #Python #pythonprogramming
0
1
4
@erikyan
Erik
3 years
Exception handling in #Python is the process of identifying and responding to errors in a program. In other words, it is a way to deal with errors that might occur in your program. Here's a TL;DR of exception handling
1
2
5
@erikyan
Erik
3 years
Are you struggling to learn #Python? What's the reason? Let me know which option you choose and why!
2
2
2
@erikyan
Erik
3 years
How would you prefer to learn a programming language (e.g., Python)? #programming #python #100DaysOfCode #twitterpoll
2
3
6
@python_land
python.land
3 years
Want to master Python? Get Python Fundamentals course now on sale! Learn the basics and beyond. Limited time offer! Follow the link to enroll now! https://t.co/bT00oMViGg #Python #coding #programming
Tweet card summary image
python.land
Learn Python with little or no previous experience and earn a certificate with this highly rated Python course for beginners.
0
2
2