Toggle navigation
TWunroll
TWunroll
faq
Contact US
#PYTHON
😷 Luciano Ramalho ☔ 🐍 ⚗ ▶️
ramalhoorg
#Python is seriously lacking a product vision with priorities that align with user needs. Instead of spending so much bandwidth on controversial and overly complex features like pattern matching, the
Read more
Gautam Prajapati
28gautam97
(1/6) Last Friday at #europython during Q&A with @gvanrossum(Creator of Python), he was asked - 'You're an inspiration for many of us, what would be your message or advice on
Read more
Mariatta 🤦
mariatta
Python is not just a programming language, it is also a community.I have been a longtime user of Python for years but it was only in the recent years that
Read more
Winfield for All
TheRealEveret
Does me heart good seeing Pandas get dunked on https://news.ycombinator.com/item?id=25316608 I bet Julia is the future for data work. It has Python-like syntax & fun stuff like comprehensions. But, like
Read more
Dmitry Figol
dmfigol
#python asyncio & #NetDevOps threadInteraction with network devices is a perfect use-case for Python asyncio - a typical application waits for i/o responses from many devices. Asyncio was designed to
Read more
Pratham Prasoon
PrasoonPratham
Python is a brilliant and simple to use language.Here's how it works under the hood( It is truly fascinating, trust me! ) First of all, 𝘸𝘩𝘢𝘵 𝘪𝘴 𝘗𝘺𝘵𝘩𝘰𝘯?Python is an
Read more
Alejandro 💻 + 👨🏫
alesanchezr
People complain that python is slow but it seems to be handling millions of users in many famous projects (thread ): Instagram, the world’s biggest online photo-sharing app, uses Python
Read more
Kingsley Ubah 🎧 🖥️
UbahTheBuilder
Are you interested in learning Python?A thread on Python's basic syntax P/S: If you liked this thread, please retweet. VARIABLES- Variable names are case sensitive (name and NAME are
Read more
Jonathan Blow
Jonathan_Blow
So I am trying to upgrade LLVM. They provide precompiled binaries for Windows, that's great! Oh wait, when you include the headers, they want to include a config header that
Read more
Usman M. (Goose)
usgoose
Time for another thread on algo trading basics as I've been getting many DM's on where to start:1. Start with trading manually and finding what works for you, what trading
Read more
Tim Hopper
tdhopper
Finished porting 30 repos to python 3 AMA Most changes are easy to fix automatically.Print statementsRelative to absolute imports Filter/map/dict.items/apply/range Standard library reorganization Exception catching syntax A few things were
Read more
Danny
dannysteenman
Python has really useful features that make writing code more efficient than ever. Here are 5 tips for writing better and more compact Python code. 1. GeneratorA generator is a
Read more
Pratham Prasoon
PrasoonPratham
There's a lot of confusion as what coding language one should learn as a beginner.This thread will take a look at popular languages and their use cases.Contents⇢JavaScript⇢Python⇢Flutter⇢Kotlin⇢Java⇢C++⇢Go⇢C#⇢R#100Days
Read more
foone
Foone
modern linux was a mistakewe need to go back the weird thing is that python2 is still here! It's just called "python2"They just deleted the symlink from "python" to "python2"
Read more
Jan Giacomelli
jangiacomelli
Python is the No. 1 language for beginnersHere are some reasons why #100daysOfCode #100daysOfMLCode Easy to write & easy to readIt reads and writes almost like the English language."Hello world"
Read more
Rusiim Sha
refactorfiend
most of coding/ software design, is about getting your code to be 3 things:a) easy to change via b) loose coupling and c) high cohesionit's not really about OOP FP
Read more
‹
1
2
3
4
5
6
7
8
...
24
25
›
By continuing to use the site, you are consenting to the use of cookies as explained in our
Cookie Policy
to improve your experience.
I agree