DevRa

  • Home
  • Blog
    Posts Sections
    Tags
  • About
  • Contact
  • Privacy

python - (Page 1/1)

Reduce Too Many if-elif in Python

Reduce Too Many if-elif in Python

Mar 14, 2022   ·   1 min read

if-elif statements are one of the used features of Python. However, they can become hard to read when the number of elif...

programming python
Things You're doing wrong in Python

Things You're doing wrong in Python

Jul 3, 2021   ·   3 mins read

Avoid these things in Python to write better code and make better software. ...

programming python
Useful f-string Techniques in Python

Useful f-string Techniques in Python

Jun 20, 2021   ·   1 min read

Python f-strings are super useful for formatting strings. Before python 3.6 str.format() were used. But f-strings makes ...

programming python
A better dictionary in python

A better dictionary in python

Apr 23, 2021   ·   1 min read

A Python dictionary is a very useful data structure that stores key value pairs. A python dictionary is declared like th...

programming python
How to Connect Django to an Existing Legacy Database

How to Connect Django to an Existing Legacy Database

Apr 5, 2021   ·   3 mins read

Do you need to connect a django project with an exiting database that already contains data? In this tutorial we will le...

database programming python
Tips & Tricks to Make Python Faster!

Tips & Tricks to Make Python Faster!

Feb 26, 2021   ·   4 mins read

Python is known for being slow in terms of execution speed. However, you can try out the following tricks to make your c...

programming python
Powerful Python One Liners

Powerful Python One Liners

Feb 20, 2021   ·   2 mins read

Why write more code when you can write less? Become a Python Ninja with the below one-liners. ...

programming python

© 2021 Rafed Muhammad Yasir.