Python

6288 readers
3 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
426
44
submitted 1 year ago* (last edited 1 year ago) by jnovinger to c/python
 
 

Yay or nay, memes should be allowed in [email protected] ?

427
11
submitted 1 year ago* (last edited 1 year ago) by jnovinger to c/python
 
 

Events from the Python Events Calendar:

  • Building Mico-Tech Communities Around Python Programming Language

    20 June 2023 - 30 July 2023

    Python is one of the most popular programming languages today and is used in a variety of industries, including data science, web development, artificial intelligence, and machine learning. Learning Python earlier can give you a head start in your career and make you a valuable candidate in the job market.

  • Careers with Python: Volume 2 meetup

    20 June 2023, 1:30 CEST

    PyLadies Amsterdam

    Youtube live-stream link: https://www.youtube.com/live/KO4jeWoP9bI

    Talk 1 - Python in Agricultural Technology by Neha Kalia

    Talk 2 - Python in banking by Sharanya Missula

    Talk 3 - Python in Data science and strategy consulting by Estelle Altazin

  • Dominican Republic Python User Group

    20 June 2023, 21:30 AST

    Location:

    12 Calle Eugenio Deschamps
    La CastellanaLos Prados
    Santo Domingo
    National District
    Dominican Republic
    
428
8
Media Monday (self.python)
submitted 1 year ago* (last edited 1 year ago) by jnovinger to c/python
 
 

One thing I noticed about communities I've been part of in the past is the regularly asked question, "what podcast does everyone listen to about ?"

So, I thought I thought we could get ahead of that question here and start building a new tradition that I call, for lack of a better name, Media Monday. For now, I'll list episodes from the last week or so of the podcasts I know.

I'm sure I'm not tuned in to everything, so please don't hesitate to give suggestions. And, as the name implies, it doesn't just have to be podcasts, feel free to also suggest newsletters and vloggers/streamers.

Podcasts

The CircuitPython Show

S03:E30 Erin St. Blaine - 19 June 2023

Erin St. Blaine joins the show and shares where she finds inspiration, advice for starting Neopixel projects, diffusion tips and tricks, and more.

Links:

The Real Python Podcast

Episode 160: Inheriting a Large Python Code Base & Building a GUI With Kivy - 16 June 2023

What are the unique challenges of a large Python code base? What techniques can you implement to simplify the management of a big project? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder’s Weekly articles and projects.

Links:

Pybites Podcast

#119 - Chris May on the importance of refactoring 💡 😍 - 15 June 2023

In this episode we talk with Chris May, Python developer and coach, about his background and passion for refactoring.

This turned into a beautiful love letter 💌 to refactoring and we think you should take notice, because adopting the mindset he teaches will improve your code. A lot!

Links:

Python on Hardware

Weekly 234 [video] - 14 June 2023

The wonderful world of Python on hardware! Episode 234 (June 14, 2023). This is our weekly Python video highlights! Ladyada and PT review the Python on hardware news of the week.

The news comes from the Python community, Discord, Adafruit communities and more. It’s part of the comprehensive newsletter we do each week.

The Python Show

02 - Data Science and Python with Akshay Pachaar - 13 June 2023

Topics:

  • How Akshay got into tech, data science, and Python
  • Using Python in data science
  • Python and maps / GIS
  • Machine learning
  • LLMs

Links:

Python Bytes

Snorkel not included - 13 June 2023

Topics: PythonGUIS, JupyterLab 4.0, Proposing a struct syntax for Python, Python 3.13 Removes 20 Stdlib Modules

Upcoming: Python Bytes AMA 2023

Links:

Other Python shows without an episode in the last week:

429
430
 
 

Many thanks to @[email protected] for the great work!

431
41
submitted 1 year ago* (last edited 1 year ago) by sisyphean to c/python
 
 
432
433
434
7
-UwU- (github.com)
submitted 1 year ago by [email protected] to c/python
435
 
 

This is yet another attempt at reducing (or eliminating) the performance impact of the GIL on concurrency.

Lots of existing discussion here: https://discuss.python.org/t/pep-703-making-the-global-interpreter-lock-optional/22606

What are people's thoughts? I like the idea, but am concerned that it may fracture python development in the short term.

436
437
8
Math factoid of the day: 61 (nedbatchelder.com)
submitted 1 year ago by jnovinger to c/python
 
 

Random math fun with Python

438
 
 

Day 2!

439
440
 
 

Early release but excited to share. Currently supports logging in, searching for a community and posting into it.

I am using in my mastodon bot, to crosspost to my reddit community

441
6
submitted 1 year ago by jnovinger to c/python
 
 

From the description:

Experience the future of Python GUI and AI at Python GUI Apps Con 2023! Discover cutting-edge libraries, AI integration, Stable Diffusion image generation, and more. Elevate your skills and network with professionals.

442
 
 

I'm still digesting this one and haven't formed any strong opinions yet.

I've had problems in the past where this could have been useful, like ingesting millions of lat/long positions and trying to string them together in a "trail". But, I was still able to handle that fine with namedtuple without too much pain.

Thoughts?

443
 
 

Actually started like an hour ago, derp.

Actual live stream link: https://youtube.com/channel/UCK_eZkV9CYCxhdf9f0dEukA/live

444
62
submitted 1 year ago by jnovinger to c/python
 
 

Welcome to c/Python, the go to place to discuss Python tools, techniques, and news.

We're just getting started, so please use this thread to suggest what this community should look like, what it should cover, and how it should operate.

445
 
 

cross-posted from: https://lemmy.ml/c/Python

I originally posted this over in https://lemmy.ml/c/Python before discovering programming.dev.

446
5
submitted 1 year ago* (last edited 1 year ago) by jnovinger to c/python
 
 

cross-posted from: [email protected]

I originally posted this over in https://lemmy.ml/c/Python before discovering programming.dev.

447
4
submitted 1 year ago by jnovinger to c/python
 
 

cross-posted from: https://lemmy.ml/post/1160466

I originally posted this over in https://lemmy.ml/c/python before discovering programming.dev.

Some neat tricks for using Makefiles with Python that I hadn't seen before. The one I have seen, having a help target, has been super useful in team environments and for debugging when used with variables.

448
3
submitted 1 year ago* (last edited 1 year ago) by jnovinger to c/python
 
 

u/msage's comment on another post made me remember seeing this a couple of days ago.

From the site:

This seems exactly like the IOCCC but for Python?

This contest is a complete rip-off the IOCCC idea and purpose and rules. If you like this contest, you will almost certainly love the IOCCC. Check it out!

449
450
3
submitted 1 year ago* (last edited 1 year ago) by jnovinger to c/python
view more: ‹ prev next ›