freeCodeCamp.org
Learn Python – Free Python Courses for Beginners
3 min read · 2021-12-14 · Python is a great programming language to learn and you can use it in a variety of areas in software development. You can use Python for web development, data analysis, machine learning, artificial…
Reader View · Shared by 53, including JJ Flash, rohit, Dr. Ganapathi Pulipaka 🇺🇸
suade.org
12 requests per second in Python
~13 min read · 2021-01-27 · A realistic look at Python web frameworks
Reader View · Shared by 25, including Real Python, rohit, Bryan Onel
leontrolski.github.io
OO in Python is mostly pointless
3 min read · 2021-01-27 · ⇦People bash OO a lot these days, I'm increasingly coming to the opinion they're right, at least in Python. My point here is not to argue that OO is bad per se, more that its introduction is simply…
Reader View · Shared by 13, including Real Python, rohit
pytest-cov.readthedocs.io
Debuggers and PyCharm¶
2020-10-27 · (or other IDEs) When it comes to TDD one obviously would like to debug tests. Debuggers in Python use mostly the sys.settrace function to gain access to context. Coverage uses the same technique to…
Shared by 3, including rohit
google.github.io
[Deprecated] Google Python Style Guide
~18 min read · From 2017 · Doc Strings Python has a unique commenting style using doc strings. A doc string is a string that is the first statement in a package, module, class or function. These strings can be extracted…
Reader View · Shared by 18, including rohit
Towards Data Science
Do Not Use “+” to Join Strings in Python
8 min read · From 2020 · A comparison of the approaches for joining strings in Python, using “+” and join() method.
Reader View · Shared by 4, including rohit
nullprogram.com
Exactly-Once Initialization in Asynchronous Python
3 min read · 2020-07-31 · July 30, 2020 nullprogram.com/blog/2020/07/30/ A common situation in asyncio Python programs is asynchronous initialization. Some resource must be initialized exactly once before it can be used, but…
Reader View · Shared by 19, including rohit, Real Python, Evan (he/him)
Towards Data Science
Five Advanced Python Features
10 min read · 2020-07-25 · Curly brace scopes, autovivification, and other methods for writing better code
Reader View · Shared by 67, including rohit, Evan (he/him)
pythonstories.com
What is PEP in python?
2 min read · 2020-07-19 · Introduction If you are new to python you heard something like PEP-8 which is called pytho...
Reader View · Shared by 14, including rohit, Evan (he/him)
yasoob.me
Understanding and Decoding a JPEG Image using Python
20+ min read · 2020-07-14 · Hi everyone! 👋 Today we are going to understand the JPEG compression algorithm. One thing a lot of people don’t know is that JPEG is not a format but rather an algorithm. The JPEG images you see are…
Reader View · Shared by 17, including rohit, Real Python, PyImageSearch
elttam.com
Independent Security Assessment Services
8 min read · 2020-07-14 · On a recent project we gained the ability to specify environment variables but not the process that was executed. We were also unable to control the contents of a file on disk, and bruteforcing…
Reader View · Shared by 13, including rohit, Luis Bravo
cyborgsecurity.com
Python Malware On The Rise
10 min read · 2020-07-13 · The vast majority of serious malware over the past 30 years has been written in Assembly or compiled languages such as C, C++, and Delphi. However, ever-increasing over the past decade, a large amount…
Reader View · Shared by 12, including rohit, Real Python
Towards Data Science
How to Reduce the Size of Memory in Python
~14 min read · 2020-07-10 · An example illustrates the real possibilities for a considerable reduction in the memory used by the objects.
Reader View · Shared by 13, including rohit, Nico Müller 🇺🇦
akshayr.me
Hashing it Out – Akshay's Blog
8 min read · 2020-07-10 · In my experience, when students learn data structures they (1) learn how they work theoretically (2) use off-the-shelf data structures to solve problems and (3) sometimes implement these data…
Reader View · Shared by 11, including Real Python, rohit
Towards Data Science
5 Ways to Control Attributes in Python. An Example Led Guide
20+ min read · 2020-07-08 · What happens at the dot.
Reader View · Shared by 9, including rohit
analyticsvidhya.com
Python Style Guide | How to Write Neat and Impressive Python Code
~12 min read · 2020-07-03 · The Python Style Guide will enable you to write neat and beautiful Python code Learn the different Python conventions and other nuances of Python programming in this Style Guide Introduction Have you…
Reader View · Shared by 17, including rohit