#codeparttime
Explore tagged Tumblr posts
Text
Sort Dictionaries by Key, or Value, in Python – Asc, Desc
Python includes a built-in function, the sorted() function, that we can utilize for efficiently sorting dictionaries by keys or values(in Asc or Desc order).
#pythondeveloper#pythoncod e#pythonprogramming#programming#codeparttime#code#python#python3#programminglanguage#programmer#programmingconcept#coding
2 notes
·
View notes
Text
Hiya! I've compiled a list of some of the currently active Tumblr blogs that are dedicated to all things coding and programming - this includes frontend dev, backend dev, web dev, game dev, etc. These are blogs I also follow (I try to follow as many as I can) and I like what they post, and I just wanted to share it with more people!
I will keep updating this post whenever a new blogger pops up or if some blogs deactivate - some of my fav blogs deactivated which is super sad since I loved seeing their coding posts on my dashboard! Anyways, onto the blogs!
━━━ ⋆⋅☆
@code-es ☆ @web-dev-with-bea ☆ @mileotero ☆ @sunlearnscoding ☆ @anndcodes ☆ @kirjh ☆ @zoeythebee ☆ @psychoticdesigns ☆ @yyshenblog ☆ @shivanitanwarsblog ☆ @cloudylogs ☆ @aleksey-kivaiko ☆ @simplywebstuff ☆ @codingflicks ☆ @checks ☆ @podokonnik ☆ @adventuresincodeandcoffee ☆ @knitjumpergames ☆ @pizzatriestostudy ☆ @codeparttime ☆ @programmerhumour ☆ @avkera ☆ @datavids ☆ @womaneng ☆ @shahednasser ☆ @cssengineer ☆ @soybananamilkcodes ☆ @frithams ☆ @primarykousu
━━━ ⋆⋅☆
Again, if there are more out there, let me know so I can update the list! If you want your @ taken off the list, let me know too! Thank you and I hope more people follow these super cool blogs and enjoy their posts the way I have! 💻💗💗
#codeblr#progblr#coding#programming#learn to code#webdev#tech#computer science#comp sci#front end development#python#javascript#html css#computing#backend#backend development#resources#xc: programming blog post
307 notes
·
View notes
Text
Window location.replace() method – Explained
The window location.replace() method replaces the current document(page) with the new one at the specified URL.
#html#javascript#webdev#webdeveloper#webdevelopment#developer#js#codeparttime#programming#code#coding#programmingconcept
2 notes
·
View notes
Text
Read Files Line by Line with Python's readline() Method
Explore Python's readline() method for file handling. Learn its syntax, usage, best practices, and alternatives with examples and expert tips.
#python#python3#pythonprogramming#learnpython#pythonconcepts#learningpython#pythodcode#programming#programmingconcept#programmer#codeparttime#coding#code
1 note
·
View note
Text
Python List sort() Method: Explained with Examples & Tips
Discover how to use Python’s list sort() method effectively. Learn about syntax, parameters, examples, and alternatives like the sorted() function.
#python#python3#py#pythonprogramming#codepython#pythoncode#programming#code#coding#programmer#programmingconcept#codeparttime
1 note
·
View note
Text
https://codeparttime.com/rolling-restarts/
Rolling Restarts: Minimizing Downtime in Modern Applications
Learn about rolling restarts, their advantages over traditional restarts, use cases, implementation strategies, and best practices for monitoring and handling errors.
#kubernetes#docker#dockerswarm#apache#aws#hashicorp#nomad#marathon#programming#code#coding#codeparttime#programmingconcept#programmer#programminglanguage
0 notes
Text
Measuring Function Execution Time in R: A Comprehensive Guide
Explore different methods to measure function execution time in R, including system.time(), tictoc, microbenchmark, and rbenchmark packages, plus optimization tips.
#r#rprogram#rprogramming#programminginr#programming#codeparttime#code#coding#programmingconcept#programmer#programminglanguage
0 notes
Text
Compare Strings in GoLang: Tips, Techniques, and Examples
Discover various methods to compare strings in GoLang with examples, benchmarks, and best practices. Boost your GoLang skills with this complete guide.
#golang#go#google#goprogramming#programming#code#coding#codeparttime#programmingconcept#programmer#programminglanguage
0 notes
Text
C Programming: A Guide to While & Do-While Loops
Learn the differences between while and do-while loops in C, their syntax, use cases, and best practices. Avoid common errors and write clean, efficient code with our comprehensive guide.
#c#cprogramming#code#coding#programming#programminglanguage#codeparttime#learntocode#programmingconcept#programmer
1 note
·
View note
Text
Bulkheading in CS: Ultimate Guide to System Stability
Discover the power of bulkheading in computer science, explore its strategies, and learn how to implement it in microservices and Akka-based systems for improved resilience.
#bulkloading#code#coding#computerscience#codeparttime#scala#developer#webdevelopment#programming#programmingconcept#programmer#programminglanguage
1 note
·
View note
Text
Python Empty Lists: Creation, Use Cases, and Tips
Learn how to create empty lists in Python using two methods, explore their practical use cases, avoid common mistakes, and discover advanced techniques for working with lists.
#python#python3#code#codeparttime#pythonprogramming#programming#coding#learntocode#programmingconcept#programmer#programminglanguage
0 notes
Text
Python Operators: Precedence, Associativity & Tips
Discover Python operator precedence and associativity rules. Master complex expressions with examples, tips, and best practices for readable code.
#python#python3#pythonconcepts#programming#programmer#programminglanguage#codeparttime#pythonlanguage#code#coding#programmingconcept#pythonprogramming
0 notes
Text
Explore NaN and Infinity in C Programming
Let’s look into NaN and Infinity in C programming, uncover their unique properties, practical applications, potential pitfalls, and best handling practices.
#c#cpp#programming#pointers#code#coding#programminglanguage#codeparttime#programmingconcept#programmer
0 notes
Text
Encrypt String in Python, & Decrypt in React | Explained with Code
Explore a step-by-step guide on encrypting string data in Python and decrypting it in React using the cryptography and crypto-js libraries. Secure data transfer made easy for web developers.
#cryptojs#cryptography#python#python3#react#reactjs#security#secure#programming#code#coding#codeparttime#programmingconcept#programmer#programminglanguage#pythonprogramming
0 notes
Text
Mastering Floats in Python: Everything You Need to Know
In Python, a float is a built-in data type representing real numbers. Floats are used to represent decimal values, and they are stored in memory as a binary fraction.
#python#python3#py#code#programming#codeparttime#pythondev#pythondeveloper#coding#programmingconcept#programmer#programminglanguage#pythonprogramming
0 notes
Text
Convert Class Component to Function(Arrow) Component – React
We can convert a class component to an arrow functional component in React. Let’s look at an example and understand how to do it.
#react#learnreact#programming#codeparttime#webdev#webdeveloper#webdevelopment#frontend#code#coding#programmingconcept#programmer#programminglanguage
1 note
·
View note