135201
You will be muted until you read the rules. Read them! @Rules_for_Python A group about the Python programming language. Offtopic things go here: @pythonofftopic Resources to learn python: @pythonres Group for Hy: @hylang Selenium: @SeleniumPython
This group is to talk about code not requesting projects
Читать полностью…
I don't know. Doesn't the iOS store have a search feature?
Читать полностью…
I have learnt those topics online. But not sure how web development works. need help on getting on understanding that and where we can pick some love projects
Читать полностью…
Start with their official documentation and create some projects
Читать полностью…
This group is to help you on specific issues you have on YOUR code, so you have to show the code you wrote and explain where and why you are stuck... as simple as that
Читать полностью…
Just Install Homebrew via Terminal, then use it to install Python. Download Visual Studio Code and install the Python extension. Optionally, set up a virtual environment for your project. After that, install necessary AI libraries like openai any, and run your Python scripts directly from VSC.
Читать полностью…
Hi all, can someone help with installing python on mac so that you can use AI scripts through Visual studio?
Читать полностью…
Thank you so much bruh. I was just dump for awhile..ahhh😅
I have been debugging for almost 2 hours. the problem was, i was updating the code from another directory, but i was running the main py on different directory, which wasn't updated with the Ikb 😭
Rule 5️⃣: To share code or error tracebacks, use an online pasting service like:
- https://dpaste.org
- https://hastebin.com
- https://bin.kv2.dev
If you posted a wall of text, go back and delete it.
Thanks, Laurence. I'll give that a try..
I've added most of the code now. Could you please take a look at it again?
I asked chatgpt how to fix it, but she can't help, still not working!
Читать полностью…
I believe this has no relevance to my question asked
I still think my question is how many unanswered
Is there a free app i can use ?
So how you learn them without knowing how the web works?
Читать полностью…
With 5 years of experience you should know that you need to search these
Читать полностью…
Hi all, I've been working on python programming since 5 yrs .but didn get the opportunity to work on framework development.mostly working on automation n scripts. Can someone help me on how to strt studying on django or flask framework efficiently. Also to create some real time projects. So that I can sell that on my resume. I badly need to change my job.
Читать полностью…
Running] python -u "/var/folders/bp/6fd3nh5s4z9g136xmvlr44780000gn/T/tempCodeRunnerFile.python"
/bin/sh: python: command not found
[Done] exited with code=127 in 0.017 seconds
Please provide a full explanation including all the details that you consider relevant. Your statement is too broad and there is no clear way to answer you, you have to explain:
- what you're doing
- what you're expecting
- what you're using
- where you're running the script
- what Python version you're using
- what packages and their versions you're using
- and the most important thing: show the code YOU wrote (read rule 5️⃣ for that)
and more details, that way your chances to get help will increase.
I feel so dump, how i can't realise this, my code was completely correct.
Читать полностью…
⚠️ Maxim warned δ(HarFoo)ψφ [7175831949].
1/3: [Python] useless emoji (rule #3)
This warning expires on 2025-04-21
Still with the indentation around the try block in the /start command. The try should be properly indented to ensure it's part of the function.
Do that and give it a try
Might just be the indentation or structure inside your try block. The try should start right after you define reply_markup, so it can send the message properly with the buttons.
Читать полностью…
Issue: I'm building a Telegram chatbot using python-telegram-bot. /start command not showing Ikb, /help command not responding
on each response i added a translator inline keyboard button to translate the response between english and other language.
Everything works, but I added an inline keyboards on the /start menu (e.g., socials/links, /help command) buttons are missing on the /start response. only shows the greeting text.
Goal: Create a Telegram GPT bot with openai Turbo 3.5 for educational purposes.
Version: Python 3.12.7
Running on: Visual Studio Code (VSC)
Code Snippet: Here's the part where I add the inline keyboards, code example..
https://hastebin.com/share/hedohaxopi.php
What am I missing?
Rule 5️⃣: To share code or error tracebacks, use an online pasting service like:
- https://dpaste.org
- https://hastebin.com
- https://bin.kv2.dev
If you posted a wall of text, go back and delete it.