sethmlarson, to programming
@sethmlarson@fosstodon.org avatar

#Python and #PyTorch using #WebGPU in browsers, the future is now! 🤯

https://praeclarum.org/2023/05/19/webgpu-torch.html

adamghill, to programming

I've still been working on Unicorn, but it's been a while since there was a new release. But, there are lots of fixes in 0.51.1 to make building interactive Django websites even more magical! ✨

🦄

#django #python #html #javascript #ajax

dcreemer, to programming
@dcreemer@sfba.social avatar

I've updated my #Python sample application to use "ruff" instead of "flake8" and friends. There is so much confusion on how to structure and install a Python program, but fortunately the community is moving in the right direction at a nice page.

https://github.com/dcreemer/sample

jbzfn, (edited ) to random
@jbzfn@mastodon.social avatar

「 Now, before you go out and write your next project in Lisp, you should keep something in mind. Lisp is not the fastest or smallest language out there, it was not designed to be so. There are some pretty good implementations of Lisp out in the wild, but don’t expect them to outperform C, Go, Lua, or even Python most of the time 」
via brycevandegrift.xyz

#Lisp #Python #C
https://brycevandegrift.xyz/blog/the-importance-of-lisp/

ramikrispin, to programming
@ramikrispin@mstdn.social avatar

Standford Engineering released today a seminar about Transformers 🚀. The seminar - CS25, is run by Div Garg, Steven Feng, and Rylan Schaeffer and focuses on the following topics:
✅ How transformers work
✅ Types of transformers
✅ Applications of transformers in the fields of ML, NLP, CV, biology, etc.

➡️ Video lecture: https://www.youtube.com/watch?v=XfpMkf4rD6E
➡️ Course website: https://web.stanford.edu/class/cs25/

#deeplearning #machinelearning #python #datascience #nlp #llm #chatgpt #computervision

chrisjrn, to programming
@chrisjrn@social.coop avatar

Less than 18 hours left on the North Bay Python CFP. Go ahead, help make our reviewers' choice more difficult/our conference even better.

https://2023.northbaypython.org/speak #nbpy #python

dwarmstrong, to linux
@dwarmstrong@fosstodon.org avatar

Day 77 of #100DaysOfCode - CS50 Python by HarvardX is really well done. Professor Malan is enthusiastic, clear, and sets a brisk pace. The remotely-hosted VS Code editor - first-time I've used it - and personal #Ubuntu VM is nifty. And its free to use! I already have the #Python basics covered, but later sessions on unit testing and object-oriented programming are of interest to me: https://www.edx.org/course/cs50s-introduction-to-programming-with-python

scy, to programming
@scy@chaos.social avatar

How could I miss out on #VisiData for so long? This might become my new favorite #CLI tool.

If you do anything with data and enjoy working in the terminal, check it out. It can

• provide a #TUI for viewing and editing data in #CSV, #Excel, #SQLite, #JSON, #YAML & #XML files and quite a few more
• sort, filter, join and edit that data, across files and across formats
• convert between the formats (interactively or not)
• record & play macros
• be scripted in #Python

https://www.visidata.org/

chrisjrn, to programming
@chrisjrn@social.coop avatar

Do you have your North Bay Python proposals in yet?

There still time, I promise! https://pretalx.northbaypython.org/nbpy-2023/cfp #nbpy #python

northbaypython, to programming

It's the last day we're accepting talk proposals! We don't need to extend our deadline, so we won't.

What does that mean? If you want a chance to be on stage at North Bay Python, you need to get a talk in TODAY.

https://2023.northbaypython.org/speak

astrojuanlu, to programming
@astrojuanlu@social.juanlu.space avatar

Just prepared a lightning talk for in 1 minute: 3 tips to enjoy writing documentation!

0️⃣ Love @readthedocs
1️⃣ Follow the Diàtaxis framework (and never mix explanations and tutorials!)
2️⃣ You can use the second person, it's fine https://ddbeck.com/second-person-is-ok/
3️⃣ You don't need reStructuredText anymore, write Markdown in Sphinx using MyST https://astrojuanlu.github.io/mystyc/

Cheers!

charlesdebarros, to programming

This week, Week 9 of our Data Citizen Bootcamp at Cambridge Spark, was a gentle intro to Python for Data Analysis, including an intro to the Pan

I found a very nice article called "A Beginner’s Guide to Data Analysis in Python" written by Natassha Selvaraj. It is a very well-written article with plenty of examples to follow through. Most definitely worth a read.
Enjoy! 😉

https://towardsdatascience.com/a-beginners-guide-to-data-analysis-in-python-188706df5447

mmlvx, to science
@mmlvx@mastodon.world avatar

I've been here since mid-November 2022, when Twitter went from intolerably bad to ludicrously worse. So I guess I'll be here a while. Ran out of room in the bio, and running out of chars in this post; and I don't want to make a thread -- so here are hashtags I read, and may boost:

#empiricism #science #stem #baduk #gameofgo #infosec #opensource #floss #linux #vim #python #snowboarding #motorcycling #degrowth #sustainability #pnw #uspnw #uspol #blackhistory

Cheers!

tshirtman, to programming French
@tshirtman@mas.to avatar

I sometimes see people write in #python

> isinstance(value, int) or isinstance(value, str)

although isinstance has been able to check for multiple types at once for as long as i remember, using.

> isinstance(value, (int, str))

so i refered someone to the official doc today https://docs.python.org/3/library/functions.html#isinstance

and realized it’s even better now, one can use union types

> isinstance(value, int | str)

Easy to miss that improvement if as me you’ve been using python for long enough you don’t look up docs.

davep, to programming
@davep@fosstodon.org avatar

Current status: mildly annoyed that pathlib.py hard-codes ~ in multiple places rather than having an exposed HOME_CHAR or something.

#Python

paulox, to programming
@paulox@fosstodon.org avatar

After having thought about the idea of creating a #Python group in my hometown #Pescara, the first #PyBeer meeting of the @pythonpescara group will finally take place tonight 🍻

I hope everything will be fine and there will be many more meetings in the future 👥

Wish us luck! 🤞

igb, to programming
@igb@mastodon.hccp.org avatar

Hey, so is hiring for our Platform team. This is an awesome opportunity to help build out the Python ecosystem here and work on some really cool stuff.

My PMs are open so hit me up with referrals and/or crypto spam.

https://jobs.netflix.com/jobs/267459043

walkerb, to programming

Yellow river kingdom is now an actual game you can lose...

I fixed some bugs in the calculations tonight, added end of game detection and changed the messages to match the original.

Now I need to finish the map and animations.

https://github.com/nakedmcse/PyYellowRiverKingdom/commits/master

#python #indiedev #indiegame

villares, to programming
@villares@ciberlandia.pt avatar
xavdid, to programming
@xavdid@mastodon.social avatar

I'm over the moon that the #Python helper function I write more than any other, chunks, is coming to the stdlib in 3.12 as itertools.batched(iterable, n)! It takes a long iterable and yields chucks (or batches) of length n.

I think I've pasted the same Stackoverflow snippet into... 10 projects at this point? So this is huge for me.

https://docs.python.org/3.12/library/itertools.html#itertools.batched

astrojuanlu, to programming
@astrojuanlu@social.juanlu.space avatar

The great @samuelcolvin opens PyCon Lithuania talking about Pydantic!

#PyConLT #python #pydantic

the_grue, to random

Pondering programming languages..
https://www.destroyallsoftware.com/talks/wat

😂​

the_grue,

@louis Indeed. Working with #python now and love it, but I'm really looking forward to all the safety that #rust offers.

dethos, to programming Portuguese
@dethos@s.ovalerio.net avatar
rustnl, to rust
@rustnl@fosstodon.org avatar

With the “Using #Rust to write #Python modules” slides from @kushal added to the set, the RustNL 2023 presentations archive is now complete. #rustlang https://github.com/rustnl/rustnl2023/tree/main/presentations

jemonat, to math

Learn how to symbolically #solve #math equations using computer #algebra in #Python: With the release of #SymPy 1.12, the symbolic #equation #solving guide pages I wrote are all live in the latest version of the documentation. I wrote ten pages on topics such as systems of #equations, ordinary #differential equations, #polynomials, #inequalities, #matrix equations, and Diophantine equations, and #numerical solving. https://docs.sympy.org/latest/guides/solving/index.html

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • InstantRegret
  • mdbf
  • ethstaker
  • magazineikmin
  • GTA5RPClips
  • rosin
  • thenastyranch
  • Youngstown
  • osvaldo12
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • JUstTest
  • Durango
  • everett
  • tester
  • cisconetworking
  • Leos
  • cubers
  • modclub
  • ngwrru68w68
  • tacticalgear
  • anitta
  • provamag3
  • normalnudes
  • lostlight
  • All magazines