Official account for python.land

Joined June 2020
2 Photos and videos
python.land retweeted
6 Oct 2023
Python has some pretty nifty string functions. Here are some examples!
1
2
16
1,470
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 👇 python.land/virtual-environm…
1
1
768
python.land retweeted
3 Oct 2023
👀 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.
1
1
542
python.land retweeted
4 Oct 2023
💡 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.
1
2
673
python.land retweeted
3 Oct 2023
🐍 #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/introduction-to-…
1
2
452
🤖 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
1
2
240
python.land retweeted
28 Aug 2023
What's the output of this code? Leave your answer in the comments! #Python #quiz
2
1
6
475
I'd love to hear about your experience with this AI assistant!
25 Jul 2023
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 lives! #Python #learning #ChatGPT
29
python.land retweeted
18 Jul 2023
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
324
python.land retweeted
14 Jul 2023
My next programming language to learn is...
80% Python
0% Go
10% JavaScript/Typescript
10% Something else (comment!)
10 votes • Final results
1
2
2
186
python.land retweeted
30 May 2023
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 👇 python.land/virtual-environm…
2
3
285
python.land retweeted
16 May 2023
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: crumb.sh/YVLsjts5j93
1
2
4
351
python.land retweeted
12 May 2023
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
1
4
273
python.land retweeted
2 May 2023
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
448
python.land retweeted
24 Mar 2023
Are you struggling to learn #Python? What's the reason? Let me know which option you choose and why!
55% I'm procrastinating
9% I get lost in errors
27% Don't know where to start
9% Lack of time
11 votes • Final results
2
2
2
382
python.land retweeted
24 Feb 2023
How would you prefer to learn a programming language (e.g., Python)? #programming #python #100DaysOfCode #twitterpoll
21% A text-based course
11% A video course
57% combined (text and video)
11% Something else (comment)
28 votes • Final results
2
3
6
703
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! python.land/product/python-c… #Python #coding #programming
2
2
395