atlas news
    
Codementor : Python
20  juin     13h21
Obtained BerkeleyX Data88.2EX Advanced Concepts in Economics Certificate
   obtained another certificate in economics with python
15  juin     01h14
BerkeleyX Data88.1EX Fundamentals of Economics Certificate
   berkeleyX certificate in economics
13  juin     02h22
The Myriad Ways to Run Jupyter Lab Notebook for Python
   many ways to run jupyterlab notebooks.
04  juin     04h55
If I started learning AI Engineering in 2024, here’s what I would do.
   Becoming an AI Engineer requires Python, Large Language Models LLMs , Prompt Engineering, AI Projects with OpenAI API, GPT, LLMs, LangChain, Retrieval Augmented Generation.
29  mai     22h14
Mastering Python Dataclasses: Tips and Tricks
   Dataclasses are a relatively recent addition to Python. They were introduced in PEP and included in Python . and later versions. A data class is designed to hold only data values. class...
26  mai     01h07
How I use Ansible to automate routine tasks by running an Adhoc script
   As a Platform Engineer, I would like to run a script on over servers and i don not want to spend the whole day running script manually. There are times when Engineers would be given a task which involves running the script on numerous servers; this process can be automated using Ansible.
05  mars     14h01
Color-Based Voxel Labeling and Tracking: A Computer Vision Assignment Journey
   Color Based Voxel Labeling and Tracking: A Computer Vision Assignment Journey
01  mars     19h21
Optimizing Remote Recruitment and Collaboration: Strategies for Engaging Full Stack Web Developers from LATAM
   Optimizing Remote Recruitment and Collaboration: Strategies for Engaging Full Stack Web Developers from LATAM
    18h41
Building a Language Learning Chrome Extension: Full Stack Development Solutions
   Building a Language Learning Chrome Extension: Full Stack Development Solutions
29  février     19h41
Unlocking Insights: Exploring Correlations in Machine Data Using Python and Data Science
   Unlocking Insights: Exploring Correlations in Machine Data Using Python and Data Science
28  février     20h27
Elevate Your Python Skills: Personalized Tutoring for Advanced Learners
   Elevate Your Python Skills: Personalized Tutoring for Advanced Learners
03  février     20h46
Understanding Python’s Truthiness
   An explanation of Python’s truthiness
02  février     16h35
Learning Python Learning to Code (not always, but often)
   For many students who want to learn Python, it’s the first programming language they will learn. So they’re not just learning the syntax of Python, they’re also learning HOW to code, which is much more difficult.
28  janvier     16h26
Refining our code
   Here’s a problem I recently worked on with a beginner. The goal was to write the game Bulls and Cows. The first step was to write a function which would generate the digit secret code read the link...
24  janvier     18h42
How to remove characters from a string in Python
   Manipulating strings in Python can be tricky because strings are immutable. That is, they can’t be modified directly, but we can make new strings to replace the old ones. One technique that’s often used is expanding strings into a list of characters, manipulating the list, and then using the join...
26  novembre     10h13
How I learned OpenAPI Specification with Swagger
   OpenAPI Specification with Swagger
08  novembre     11h04
How to Select the Best Air Quality API for Your Needs
   Ambee’s Air Quality API collects data from various sources, including government monitoring stations, private sensor networks, and satellite data. This multi source approach ensures a comprehensive and reliable data feed.
27  octobre     17h35
Use AI to create a story from an image
   Discover how AI can discern the subtle nuances within an image, extract meaningful information, and weave it into eloquent narratives
26  octobre     13h06
Python’s arithmetic is weird: 1 - - 1 2
   Let’s explore this strange quirk of arithmetic in the Python language and learn from it.
    11h51
Fundamentals All Developers Should Know About Python
   Sharing here fundamentals all developers should know about Python programming language. It includes key concepts, data structures, syntax, and best practices for efficient and effective programming.