Python Interview Cheat Sheet Website!
Reddit » Python
by /u/ixatrap
2h ago
Hey everyone, I’ve recently launched a new website aimed at helping fellow programmers ace their Python interviews. It’s not just limited to Python though; it also covers essential topics like big-O notation, object-oriented programming, design patterns, and more! I’d love to hear your thoughts and feedback on the content, layout, and anything else you think could be improved. Check it out here https://hlop3z.github.io/interviews-python/ and let me know what you think. Your input is invaluable in making this resource the best it can be. Thanks in advance for your time and insights! ?? Note: I ..read more
Visit website
Thursday Daily Thread: Python Careers, Courses, and Furthering Education!
Reddit » Python
by /u/AutoModerator
9h ago
Weekly Thread: Professional Use, Jobs, and Education ? Welcome to this week's discussion on Python in the professional world! This is your spot to talk about job hunting, career growth, and educational resources in Python. Please note, this thread is not for recruitment. How it Works: Career Talk: Discuss using Python in your job, or the job market for Python roles. Education Q&A: Ask or answer questions about Python courses, certifications, and educational resources. Workplace Chat: Share your experiences, challenges, or success stories about using Python professionally. Guidelines: Th ..read more
Visit website
What are your favourite pre-commit hooks and why?
Reddit » Python
by /u/LatterConcentrate6
11h ago
Just getting started with pre-commit and I think it's awesome. Looking to find out what other code automation tools people are using. Let me know what works for you and why. Thanks! submitted by /u/LatterConcentrate6 [visit reddit] [comments ..read more
Visit website
How are people using Midjourney APIs although they are not available?
Reddit » Python
by /u/engineering-whizz
12h ago
I came across some tools (e.g. journeyplus . ai) that are using midjourney APIs although they are not available. There are some python packages (e.g. midjourney-api) that automate this interaction and is against TOS, moreover automated interaction with discord bot will by blocked by mj. I am curious how did such tools implemented the mj wrapper on scale as they have thousands of paid users submitted by /u/engineering-whizz [visit reddit] [comments ..read more
Visit website
Pwdgen v2 -a simple password generator
Reddit » Python
by /u/RRTheGuy
15h ago
https://github.com/RadoTheProgrammer/pwdgen What my project does My project generate simple, strong, memorable and easy-to-type passwords. The system is simple: it generate 2 pronounceable words separated by a special char, with a number at start or end. I tried creating a password generator that combines simplicity, security, memorability, and ease of type. This should be secure enough because it can generate 4e15 possibilities of passwords and uses the secrets module. Target audience For anyone who need to have passwords easily. Comparison Most passwords manager generate completely password ..read more
Visit website
PSA: New IDE just dropped
Reddit » Python
by /u/Competitive_data786
17h ago
If you're one of those people using 4 different tools to complete your data projects, and your insights are scattered across functions, with any effort to collaborate always becoming a drag, then this might be for you. DataLab (by DataCamp) is an online IDE which includes an AI-assistant, an easy and secure connection for all of your data sources, samples data sources, built-in reporting, a chat interface for quicker data exploration and analysis, and easy collaboration and sharing. Check it our here: https://www.datacamp.com/datalab submitted by /u/Competitive_data786 [visit reddit] [commen ..read more
Visit website
Best way to grade Jupyter-Notebooks?
Reddit » Python
by /u/flying_Wahale
20h ago
I recently took a job with a professor, that includes helping with the grading of biweekly assignments. So I basically have now 30 Notebooks that I have to grade. Top of my head I can think of these approaches: Convert to PDF and write into the PDF Duplicate the Notebook and write the comments in extra blocks Create a .txt file with all my note Does anybody have experience with this and can share their workflow? submitted by /u/flying_Wahale [visit reddit] [comments ..read more
Visit website
Created Netlify DNS Manager: CLI Tool for uploading zone Files to Netlify or exporting Netlify DNS
Reddit » Python
by /u/snorkell_
23h ago
What My Project Does? Command-line tool to simplify the management of DNS records for domains hosted on Netlify, whether you want to migrate to Netlify or migrate away from Netlify. 1. Import Zone File from Godaddy, NameCheap or others to Netlify - helpful in migrating nameservers. Export DNS records from Netlify as zonefile to be imported. Zonefile is a list of all the DNS records for a given domain Here is the url - https://github.com/sumansaurabh/netlify-dns-manager Target Audience (e.g., Is it meant for production, just a toy project, etc.) Anyone who is intended to use Netlify DNS. Com ..read more
Visit website
Anyone know why I’m getting this error?
Reddit » Python
by /u/HieraticArbiter
1d ago
I even ran VS Studio as an admin and I checked my security properties for my temp folders it says the user I’m using has full access An error occurred while streaming speech: [Errno 13] Permission denied: 'C: 1 Users | Liqtad AppData||Local\Temp||tmpf_Oplgzu-wav' PS C: \Users\iqtad\Documents \ezorderai4> submitted by /u/HieraticArbiter [visit reddit] [comments ..read more
Visit website
Find_where - my first Python package published to PyPi
Reddit » Python
by /u/dan_ohn
1d ago
PyPi Source What My Project Does find_where is a Python package that provides a function to find values in dictionaries where a specified key matches a given value, similar to filtering in SQL. Target Audience This is my first attempt at creating a Python package so I would describe this as a toy project at this stage but am definitely looking for feedback from the wider community. Comparison I mainly wrote this package because I kept on writing the same iterable based code when trying to find a value, given a key: data = { "people": [ {"first_name": "John", "last_name": "Smith", "age": 25 ..read more
Visit website

Follow Reddit » Python on FeedSpot

Continue with Google
Continue with Apple
OR