#๐Ÿ”’ Latest version

25 messages ยท Page 1 of 1 (latest)

silent girder
#

Hey y'all

I'm a newbie at Python, what's the latest release? Is it 3.2.1? Also, has anyone used AI like Copilot, Gemini, ChatGPT while coding? Any tips on use cases for data analysis and viz like pandas and numpy ๐Ÿคจ ๐Ÿ“Š

woven crestBOT
#

@silent girder

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

graceful wasp
#

Python 3.2.1 was released on July 10th, 2011

#

So that's a little outdated

gritty flower
gritty flower
pulsar glade
rustic monolith
#

I know people who use chatgpt to write small code snippets usually in matlab which is useful when you want it to just create a short script for you. I use Copilot but only as a quality-of-life improvement, because it helps me repeat similar, but not the same, blocks of code or do simple for loops and such without having to waste brain power on it. In my experience it cannot do anything more than that, otherwise you just spend all your time debugging the AI. Use cases for data analysis is literally what half of every single tech company in the world does. Grab any user data and try to find some information about people's behaviour from it.

silent girder
#

Ah alright I'm looking for a stable release so 3.13.2 should be good, tysm

pulsar glade
silent girder
pulsar glade
gritty flower
pulsar glade
gritty flower
#

Oh ok that's it :p ty

rustic monolith
#

if you're doing data analysis you could use Anaconda/Conda to handle versioning for you and just create an environment with pandas included which automatically gets you teh latest available version

gritty flower
#

There are a lot of different opinions on this

#

I would not go conda, it's slow, bloated, and causes many errors that are hard to fix when you start

#

Learn a venv, learn a few pip commands

#

and you can froget about conda

rustic monolith
#

it's fine when you care about scientific programming

woven crestBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.