Python

6288 readers
6 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
276
 
 

And, of course, the English version for those of us not yet fluent in Spanish: https://2023.es.pycon.org/en/

277
278
 
 

Tutorial for Python beginners- Python Data types - Set, List, Tupe, Dictionary, String, Numbers

279
 
 

cross-posted from: https://derp.foo/post/112170

There is a discussion on Hacker News, but feel free to comment here as well.

280
 
 

So i struggle with learning new things but i think i can manage but its hard because it feels like i need someone to hold my hand or give me a powerpoint about something new. im dying to make a video game or something and i think maybe visual novels are the way to go because i also want to tell a story even if its lame. my interest seem to change alot but how do i learn renpy without getting overwhelmed? i havent even open the software yet because im afraid of failing also ive only used a little of unreal engine 4 intill i relised it was overheating my pc and its slow. ive probably used something else like scratch but i forgot.

281
 
 
282
41
Europython2023 MS candy (lemmy.dbzer0.com)
submitted 1 year ago by [email protected] to c/python
 
 

MS giving away expired candy at EP2023 :)

283
12
Python Logo on the Canvas (canvas.toast.ooo)
submitted 1 year ago by roze_sha to c/python
 
 

I'm building the python logo on the lemmy canvas. I'm not an artist tho 😄. If you would like to help out, it's around 9,733.

Python logo

284
7
PyBay 2023 (pybay.com)
submitted 1 year ago by jnovinger to c/python
 
 

Via https://fosstodon.org/@pybay/110840490963150191

🎉 Join PyBay2023! Register at www.pybay.com for an immersive Python Tech Talks on October 8, 2023, amidst San Francisco's Parklab Gardens. Engaging talks, sponsor exhibits, book signings, and delicious food from 18 food trucks. Celebrate Python's power and join us in sharing knowledge amongst the community! 🚀🍔🥤 #python #food #pybay2023 #exhibit #developer

285
 
 

Via https://fosstodon.org/@mariatta/110833928542272418

CFP for PyLadiesCon is now open!!

Come speak at the the first ever PyLadies Conference! We welcome everyone to submit a talk, and you can present in English, Español, Português, Français, or 中文.

Please share!

Blog post: https://pyladies.com/blog/Announcement-CFP-Launch/cfp-launch-announcement/

CFP: https://pretalx.com/pyladiescon-2023/cfp

@pyladiescon

#cfp #conference #pyladies #python #publicspeaking #pyladiescon

286
3
Pallets Ecosystem (github.com)
submitted 1 year ago by jnovinger to c/python
 
 

Via: https://mas.to/@davidism/110832660877653925

Getting the Pallets Community Ecosystem set up. https://github.com/pallets-eco Similar to Jazzband https://jazzband.co, this is a place to collect important Pallets/Flask/Click/etc extensions and allow community write access and easier publishing workflows. Still figuring it out. If you are interested in getting a project in, or contributing to a project, please reach out on the Pallets Discord server https://discord.gg/pallets. #Python #Pallets #Flask #Click

287
288
18
An Ode to pipx (jamescooke.info)
submitted 1 year ago* (last edited 1 year ago) by learnbyexample to c/python
289
 
 

My personal highlight: black formatter integration.

So convenient to just format on save.

290
291
21
submitted 1 year ago by NeverBetter to c/python
292
 
 

Made this as a replacement for URS as soon as Reddit announced their API changes c:

293
294
14
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/python
 
 

A small project I made last month :D Makes use of tkinter and pytube ^.^

I'm quite a beginner python coder (having no experience in publishing git projects) so feel free to comment on my code!

Features:

  • Can download a playlist or single video as MP3 or MP4
  • Automatically displays youtube title and video on input of the link
  • Shows filesize prior to downloading

Note: Pytube currently has a bug so I linked a manual fix under Read.MD--

295
 
 

In this article, we will explore the use of the tqdm package to create beautiful progress bars in the console while downloading large files from the internet.

296
 
 

Maestral is an open-source Dropbox client written in Python. The project's main goal is to provide a client for platforms and file systems that are no longer directly supported by Dropbox.

297
 
 

Watch 80 talks, tutorials, and socials from Python Web Conf 2023 on Six Feet Up's YouTube channel. Explore videos about Python, Django, Kubernetes, AI/ML, Big Data, CI/CD, Serverless, Security, Climate Tech, and more.

298
 
 

A summary of Python news for the month of July 2023:

  • Python without the GIL, for good

  • LPython: a new Python Compiler

  • Pydantic 2 is getting usable

  • PEP 387 defines "Soft Deprecation", getopt and optparse soft deprecated

  • Cython 3.0 released with better pure Python support

  • PEP 722 – Dependency specification for single-file scripts

  • Python VSCode support gets faster

  • Paint in the terminal

299
 
 

This month we look at debuggers in Python and how to choose your own debugger instead of relying on the built-in pdb.

300
 
 

It’s clear that the overall sentiment is positive, both for the general idea and for PEP 703 specifically. The Steering Council is also largely positive on both. We intend to accept PEP 703, although we’re still working on the acceptance details.

Long-term (probably 5+ years), the no-GIL build should be the only build. We do not want to create a permanent split between with-GIL and no-GIL builds (and extension modules).

Short term, we add the no-GIL build as an experimental build mode, presumably in 3.13 (if it slips to 3.14, that is not a problem

view more: ‹ prev next ›